2025-04-16 21:17:53.848 | + stack.sh:main:502 : exec 2025-04-16 21:17:53.848 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-211753' 2025-04-16 21:17:53.848 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-16-211753.summary.2025-04-16-211753 2025-04-16 21:17:53.848 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:17:53.848 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-211753 2025-04-16 21:17:53.848 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-211753 /opt/stack//logs/stack.sh.log 2025-04-16 21:17:53.848 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-211753.summary.2025-04-16-211753 /opt/stack//logs/stack.sh.log.summary 2025-04-16 21:17:53.848 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-16 21:17:53.848 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-16 21:17:53.848 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-16 21:17:53.848 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-16 21:17:53.848 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-16 21:17:53.848 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-16 21:17:53.848 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-16 21:17:53.848 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 21:17:53.848 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-16 21:17:53.848 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-16 21:17:53.848 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 21:17:53.849 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 21:17:53.850 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-16 21:17:53.852 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-16 21:17:53.854 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 21:17:53.856 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-16 21:17:53.857 | + stack.sh:main:575 : trap err_trap ERR 2025-04-16 21:17:53.859 | + stack.sh:main:588 : set -o errexit 2025-04-16 21:17:53.860 | + stack.sh:main:591 : uname -a 2025-04-16 21:17:53.861 | Linux devstack 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2025-04-16 21:17:53.862 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-16 21:17:53.863 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-16 21:17:53.865 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-16 21:17:53.899 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-16 21:17:53.909 | + stack.sh:main:605 : fetch_plugins 2025-04-16 21:17:53.911 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-16 21:17:53.912 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-16 21:17:53.913 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-16 21:17:53.915 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-16 21:17:53.915 | Fetching DevStack plugins 2025-04-16 21:17:53.916 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-16 21:17:53.917 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-16 21:17:53.919 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-16 21:17:53.920 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-16 21:17:53.921 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:17:53.923 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-16 21:17:53.924 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-16 21:17:53.925 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-16 21:17:53.927 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-16 21:17:53.928 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-16 21:17:53.929 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 21:17:53.931 | ++ functions-common:git_clone:576 : pwd 2025-04-16 21:17:53.932 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:17:53.933 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:17:53.935 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:17:53.944 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:17:53.945 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 21:17:53.947 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 21:17:53.948 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:17:53.950 | + functions-common:git_clone:593 : echo devstack 2025-04-16 21:17:53.950 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:17:53.953 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-16 21:17:53.954 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:17:53.955 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-16 21:17:53.957 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:17:53.958 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:17:53.959 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:17:53.960 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:17:53.962 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:17:53.963 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:17:53.964 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:17:53.966 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:17:53.968 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:17:53.970 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838273969 2025-04-16 21:17:53.971 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-16 21:17:53.976 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-16 21:17:55.067 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:17:55.068 | + functions-common:time_stop:2400 : local name 2025-04-16 21:17:55.070 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:17:55.071 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:17:55.072 | + functions-common:time_stop:2403 : local total 2025-04-16 21:17:55.074 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:17:55.075 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:17:55.076 | + functions-common:time_stop:2407 : start_time=1744838273969 2025-04-16 21:17:55.077 | + functions-common:time_stop:2409 : [[ -z 1744838273969 ]] 2025-04-16 21:17:55.079 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:17:55.081 | + functions-common:time_stop:2412 : end_time=1744838275080 2025-04-16 21:17:55.083 | + functions-common:time_stop:2413 : elapsed_time=1111 2025-04-16 21:17:55.084 | + functions-common:time_stop:2414 : total=0 2025-04-16 21:17:55.085 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:17:55.087 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1111 2025-04-16 21:17:55.088 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-16 21:17:55.089 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-16 21:17:55.091 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:17:55.092 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:17:55.093 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:17:55.095 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:17:55.096 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:17:55.098 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:17:55.099 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:17:55.100 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:17:55.102 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:17:55.104 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838275103 2025-04-16 21:17:55.105 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-16 21:17:55.688 | From https://github.com/sapcc/networking-nsx-t 2025-04-16 21:17:55.688 | * branch devstack -> FETCH_HEAD 2025-04-16 21:17:55.691 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:17:55.693 | + functions-common:time_stop:2400 : local name 2025-04-16 21:17:55.694 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:17:55.696 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:17:55.697 | + functions-common:time_stop:2403 : local total 2025-04-16 21:17:55.698 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:17:55.700 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:17:55.701 | + functions-common:time_stop:2407 : start_time=1744838275103 2025-04-16 21:17:55.702 | + functions-common:time_stop:2409 : [[ -z 1744838275103 ]] 2025-04-16 21:17:55.704 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:17:55.707 | + functions-common:time_stop:2412 : end_time=1744838275705 2025-04-16 21:17:55.708 | + functions-common:time_stop:2413 : elapsed_time=602 2025-04-16 21:17:55.709 | + functions-common:time_stop:2414 : total=1111 2025-04-16 21:17:55.711 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:17:55.712 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1713 2025-04-16 21:17:55.713 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 21:17:55.715 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:17:55.716 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:17:55.717 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:17:55.719 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:17:55.720 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:17:55.721 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:17:55.723 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:17:55.724 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:17:55.726 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:17:55.728 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838275727 2025-04-16 21:17:55.729 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 21:17:55.739 | Note: switching to 'FETCH_HEAD'. 2025-04-16 21:17:55.739 | 2025-04-16 21:17:55.739 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 21:17:55.739 | changes and commit them, and you can discard any commits you make in this 2025-04-16 21:17:55.739 | state without impacting any branches by switching back to a branch. 2025-04-16 21:17:55.739 | 2025-04-16 21:17:55.739 | If you want to create a new branch to retain commits you create, you may 2025-04-16 21:17:55.739 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 21:17:55.739 | 2025-04-16 21:17:55.739 | git switch -c 2025-04-16 21:17:55.739 | 2025-04-16 21:17:55.739 | Or undo this operation with: 2025-04-16 21:17:55.739 | 2025-04-16 21:17:55.739 | git switch - 2025-04-16 21:17:55.739 | 2025-04-16 21:17:55.739 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 21:17:55.739 | 2025-04-16 21:17:55.739 | HEAD is now at 29bc664 Delay agent initialization 2025-04-16 21:17:55.741 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:17:55.742 | + functions-common:time_stop:2400 : local name 2025-04-16 21:17:55.744 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:17:55.745 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:17:55.746 | + functions-common:time_stop:2403 : local total 2025-04-16 21:17:55.748 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:17:55.749 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:17:55.751 | + functions-common:time_stop:2407 : start_time=1744838275727 2025-04-16 21:17:55.752 | + functions-common:time_stop:2409 : [[ -z 1744838275727 ]] 2025-04-16 21:17:55.754 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:17:55.756 | + functions-common:time_stop:2412 : end_time=1744838275754 2025-04-16 21:17:55.757 | + functions-common:time_stop:2413 : elapsed_time=27 2025-04-16 21:17:55.759 | + functions-common:time_stop:2414 : total=1713 2025-04-16 21:17:55.760 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:17:55.761 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1740 2025-04-16 21:17:55.763 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-16 21:17:55.772 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-16 21:17:55.774 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 21:17:55.774 | + functions-common:git_clone:656 : head -1 2025-04-16 21:17:55.777 | 29bc664 Delay agent initialization 2025-04-16 21:17:55.779 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 21:17:55.780 | + stack.sh:main:609 : run_phase override_defaults 2025-04-16 21:17:55.782 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-16 21:17:55.783 | + functions-common:run_phase:1829 : local phase= 2025-04-16 21:17:55.785 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 21:17:55.786 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 21:17:55.787 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 21:17:55.789 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 21:17:55.790 | + functions-common:run_phase:1838 : local extra 2025-04-16 21:17:55.792 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 21:17:55.794 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 21:17:55.796 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 21:17:55.797 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 21:17:55.799 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-16 21:17:55.800 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 21:17:55.809 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:17:55.811 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 21:17:55.812 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 21:17:55.813 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 21:17:55.815 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 21:17:55.816 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 21:17:55.817 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 21:17:55.819 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-16 21:17:55.820 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-16 21:17:55.821 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 21:17:55.823 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 21:17:55.824 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-16 21:17:55.825 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-16 21:17:55.827 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-16 21:17:55.828 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-16 21:17:55.830 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-16 21:17:55.830 | Overriding Configuration Defaults 2025-04-16 21:17:55.831 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-16 21:17:55.832 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:17:55.834 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-16 21:17:55.835 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-16 21:17:55.846 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-16 21:17:55.848 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-16 21:17:55.857 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:17:55.858 | +++ lib/tls:source:43 : hostname -f 2025-04-16 21:17:55.861 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-16 21:17:55.862 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-16 21:17:55.864 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-16 21:17:55.865 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-16 21:17:55.866 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-16 21:17:55.868 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-16 21:17:55.878 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-16 21:17:55.880 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-16 21:17:55.881 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-16 21:17:55.883 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-16 21:17:55.886 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-16 21:17:55.894 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-16 21:17:55.906 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-16 21:17:55.914 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-16 21:17:55.923 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-16 21:17:55.945 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-16 21:17:55.983 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-16 21:17:56.027 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-16 21:17:56.045 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-16 21:17:56.078 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-16 21:17:56.109 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-16 21:17:56.111 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-16 21:17:56.120 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:17:56.122 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-16 21:17:56.123 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-16 21:17:56.125 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-16 21:17:56.126 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-16 21:17:56.128 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-16 21:17:56.138 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 21:17:56.139 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 21:17:56.141 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-16 21:17:56.143 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-16 21:17:56.144 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-16 21:17:56.146 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 21:17:56.147 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 21:17:56.149 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-16 21:17:56.160 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-16 21:17:56.162 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-16 21:17:56.164 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-16 21:17:56.174 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-16 21:17:56.175 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-16 21:17:56.177 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-16 21:17:56.179 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-16 21:17:56.180 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-16 21:17:56.182 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-16 21:17:56.183 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-16 21:17:56.185 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-16 21:17:56.186 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-16 21:17:56.188 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-16 21:17:56.189 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-16 21:17:56.191 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-16 21:17:56.192 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-16 21:17:56.194 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-16 21:17:56.196 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-16 21:17:56.198 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-16 21:17:56.199 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 21:17:56.200 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 21:17:56.203 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-16 21:17:56.204 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-16 21:17:56.206 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-16 21:17:56.207 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-16 21:17:56.209 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-16 21:17:56.211 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-16 21:17:56.221 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-16 21:17:56.223 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-16 21:17:56.225 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-16 21:17:56.225 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 21:17:56.228 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-16 21:17:56.229 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-16 21:17:56.231 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-16 21:17:56.232 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-16 21:17:56.234 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-16 21:17:56.235 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-16 21:17:56.237 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-16 21:17:56.238 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-16 21:17:56.240 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-16 21:17:56.241 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-16 21:17:56.243 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-16 21:17:56.244 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-16 21:17:56.246 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-16 21:17:56.247 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:17:56.249 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-16 21:17:56.251 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-16 21:17:56.252 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-16 21:17:56.263 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 21:17:56.264 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 21:17:56.266 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 21:17:56.268 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 21:17:56.269 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 21:17:56.270 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-16 21:17:56.272 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 21:17:56.273 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-16 21:17:56.275 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 21:17:56.276 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-16 21:17:56.278 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-16 21:17:56.279 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-16 21:17:56.281 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-16 21:17:56.282 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-16 21:17:56.284 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-16 21:17:56.285 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-16 21:17:56.287 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-16 21:17:56.288 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-16 21:17:56.290 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-16 21:17:56.291 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-16 21:17:56.293 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-16 21:17:56.313 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-16 21:17:56.322 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-16 21:17:56.324 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-16 21:17:56.325 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-16 21:17:56.327 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-16 21:17:56.328 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-16 21:17:56.330 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-16 21:17:56.331 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-16 21:17:56.333 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-16 21:17:56.334 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-16 21:17:56.336 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-16 21:17:56.337 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-16 21:17:56.339 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-16 21:17:56.340 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-16 21:17:56.342 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-16 21:17:56.343 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-16 21:17:56.345 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-16 21:17:56.347 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-16 21:17:56.348 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-16 21:17:56.350 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-16 21:17:56.350 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-16 21:17:56.351 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-16 21:17:56.352 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-16 21:17:56.355 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=90:68ec:dd0d 2025-04-16 21:17:56.357 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-16 21:17:56.359 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-16 21:17:56.360 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-16 21:17:56.362 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-16 21:17:56.363 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd90:68ec:dd0d::/56 2025-04-16 21:17:56.365 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd90:68ec:dd0d::/56 2025-04-16 21:17:56.366 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-16 21:17:56.370 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd90:68ec:dd0d::/64 2025-04-16 21:17:56.371 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-16 21:17:56.373 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-16 21:17:56.374 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-16 21:17:56.376 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-16 21:17:56.377 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-16 21:17:56.379 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-16 21:17:56.380 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-16 21:17:56.382 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-16 21:17:56.383 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-16 21:17:56.385 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-16 21:17:56.386 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-16 21:17:56.388 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-16 21:17:56.389 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd90:68ec:dd0d::/56 2025-04-16 21:17:56.391 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-16 21:17:56.392 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-16 21:17:56.395 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-16 21:17:56.395 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-16 21:17:56.395 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-16 21:17:56.399 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-16 21:17:56.402 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-16 21:17:56.402 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-16 21:17:56.402 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-16 21:17:56.406 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-16 21:17:56.409 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-16 21:17:56.410 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-16 21:17:56.412 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-16 21:17:56.413 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-16 21:17:56.415 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-16 21:17:56.417 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-16 21:17:56.418 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-16 21:17:56.420 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 21:17:56.431 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-16 21:17:56.441 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-16 21:17:56.450 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-16 21:17:56.459 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-16 21:17:56.506 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-16 21:17:56.509 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-16 21:17:56.510 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-16 21:17:56.512 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-16 21:17:56.513 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-16 21:17:56.516 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-16 21:17:56.516 | False' 2025-04-16 21:17:56.518 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-16 21:17:56.529 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-16 21:17:56.530 | + stack.sh:main:639 : run_phase source 2025-04-16 21:17:56.532 | + functions-common:run_phase:1828 : local mode=source 2025-04-16 21:17:56.533 | + functions-common:run_phase:1829 : local phase= 2025-04-16 21:17:56.535 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 21:17:56.536 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 21:17:56.538 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 21:17:56.540 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 21:17:56.541 | + functions-common:run_phase:1838 : local extra 2025-04-16 21:17:56.543 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 21:17:56.546 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 21:17:56.547 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 21:17:56.549 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 21:17:56.551 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-16 21:17:56.552 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 21:17:56.563 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:17:56.564 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 21:17:56.566 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-16 21:17:56.592 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-16 21:17:56.594 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-16 21:17:56.596 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 21:17:56.597 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-16 21:17:56.599 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-16 21:17:56.600 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-16 21:17:56.602 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-16 21:17:56.604 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-16 21:17:56.604 | Loading plugin settings 2025-04-16 21:17:56.605 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-16 21:17:56.607 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:17:56.608 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-16 21:17:56.610 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-16 21:17:56.612 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-16 21:17:56.613 | ++ functions-common:define_plugin:1872 : : 2025-04-16 21:17:56.615 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-16 21:17:56.616 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-16 21:17:56.618 | + functions-common:verify_disabled_services:2111 : local service 2025-04-16 21:17:56.620 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.621 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-16 21:17:56.623 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.625 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-04-16 21:17:56.627 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.628 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-04-16 21:17:56.630 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.631 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-04-16 21:17:56.633 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.635 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2025-04-16 21:17:56.637 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.638 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-04-16 21:17:56.640 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.642 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-04-16 21:17:56.643 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.645 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-04-16 21:17:56.646 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.648 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-04-16 21:17:56.650 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.651 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-04-16 21:17:56.653 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.655 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-04-16 21:17:56.656 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.658 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-04-16 21:17:56.660 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.662 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-04-16 21:17:56.663 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.665 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-04-16 21:17:56.667 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.668 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-16 21:17:56.670 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.672 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-16 21:17:56.673 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.675 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-16 21:17:56.677 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.678 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-16 21:17:56.680 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.682 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-04-16 21:17:56.684 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.686 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-04-16 21:17:56.687 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.689 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-04-16 21:17:56.691 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:17:56.693 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-04-16 21:17:56.695 | + stack.sh:main:710 : initialize_database_backends 2025-04-16 21:17:56.697 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 21:17:56.698 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-16 21:17:56.710 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:17:56.711 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-16 21:17:56.713 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 21:17:56.715 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-16 21:17:56.727 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:17:56.729 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-16 21:17:56.730 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-16 21:17:56.732 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-16 21:17:56.734 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-16 21:17:56.736 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-16 21:17:56.738 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-16 21:17:56.739 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-16 21:17:56.741 | + lib/database:initialize_database_backends:92 : return 0 2025-04-16 21:17:56.743 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-16 21:17:56.743 | Using mysql database backend 2025-04-16 21:17:56.745 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-16 21:17:56.757 | + stack.sh:main:716 : define_database_baseurl 2025-04-16 21:17:56.760 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-16 21:17:56.762 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 21:17:56.763 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-16 21:17:56.766 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 21:17:56.768 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-16 21:17:56.779 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:17:56.781 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-16 21:17:56.793 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-16 21:17:56.805 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:17:56.807 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-16 21:17:56.818 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-16 21:17:56.830 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-16 21:17:56.842 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:17:56.844 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-16 21:17:56.856 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:17:56.858 | + stack.sh:main:772 : save_stackenv 772 2025-04-16 21:17:56.859 | + functions-common:save_stackenv:60 : local tag=772 2025-04-16 21:17:56.862 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 21:17:56.865 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-211756 2025-04-16 21:17:56.867 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-211756 772' 2025-04-16 21:17:56.868 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.870 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 21:17:56.882 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.884 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 21:17:56.886 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.888 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 21:17:56.889 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.891 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 21:17:56.893 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.895 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 21:17:56.897 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.899 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 21:17:56.901 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.902 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-211753 2025-04-16 21:17:56.904 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.906 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 21:17:56.908 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.910 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 21:17:56.911 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.913 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 21:17:56.915 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.917 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 21:17:56.918 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.920 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 21:17:56.922 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.924 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 21:17:56.925 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.927 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 21:17:56.929 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:17:56.931 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 21:17:56.932 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-16 21:17:56.935 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-16 21:17:56.936 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-16 21:17:56.938 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-16 21:17:56.939 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 21:17:56.941 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 21:17:56.943 | ++ functions-common:git_clone:576 : pwd 2025-04-16 21:17:56.945 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:17:56.946 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:17:56.948 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:17:56.961 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:17:56.962 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-16 21:17:56.964 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:17:56.966 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 21:17:56.966 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:17:56.970 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-16 21:17:56.971 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:17:56.973 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 21:17:56.974 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:17:56.976 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:17:56.978 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:17:56.979 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:17:56.981 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:17:56.982 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:17:56.984 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:17:56.985 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:17:56.988 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:17:56.990 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838276988 2025-04-16 21:17:56.992 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 21:17:56.994 | Cloning into '/opt/stack//requirements'... 2025-04-16 21:18:00.527 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:18:00.529 | + functions-common:time_stop:2400 : local name 2025-04-16 21:18:00.531 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:18:00.532 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:18:00.534 | + functions-common:time_stop:2403 : local total 2025-04-16 21:18:00.536 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:18:00.537 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:18:00.539 | + functions-common:time_stop:2407 : start_time=1744838276988 2025-04-16 21:18:00.540 | + functions-common:time_stop:2409 : [[ -z 1744838276988 ]] 2025-04-16 21:18:00.543 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:18:00.545 | + functions-common:time_stop:2412 : end_time=1744838280543 2025-04-16 21:18:00.547 | + functions-common:time_stop:2413 : elapsed_time=3555 2025-04-16 21:18:00.549 | + functions-common:time_stop:2414 : total=1740 2025-04-16 21:18:00.550 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:18:00.552 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5295 2025-04-16 21:18:00.553 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-16 21:18:00.555 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-16 21:18:00.557 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:18:00.558 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:18:00.560 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:18:00.562 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:18:00.563 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:18:00.565 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:18:00.567 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:18:00.568 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:18:00.571 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:18:00.573 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838280571 2025-04-16 21:18:00.575 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-16 21:18:01.255 | From https://opendev.org/openstack/requirements 2025-04-16 21:18:01.255 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 21:18:01.263 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:18:01.264 | + functions-common:time_stop:2400 : local name 2025-04-16 21:18:01.266 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:18:01.268 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:18:01.269 | + functions-common:time_stop:2403 : local total 2025-04-16 21:18:01.271 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:18:01.272 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:18:01.274 | + functions-common:time_stop:2407 : start_time=1744838280571 2025-04-16 21:18:01.276 | + functions-common:time_stop:2409 : [[ -z 1744838280571 ]] 2025-04-16 21:18:01.278 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:18:01.281 | + functions-common:time_stop:2412 : end_time=1744838281279 2025-04-16 21:18:01.282 | + functions-common:time_stop:2413 : elapsed_time=708 2025-04-16 21:18:01.284 | + functions-common:time_stop:2414 : total=5295 2025-04-16 21:18:01.285 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:18:01.287 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6003 2025-04-16 21:18:01.289 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 21:18:01.290 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:18:01.292 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:18:01.294 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:18:01.295 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:18:01.297 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:18:01.298 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:18:01.300 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:18:01.302 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:18:01.304 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:18:01.306 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838281305 2025-04-16 21:18:01.308 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 21:18:01.317 | Note: switching to 'FETCH_HEAD'. 2025-04-16 21:18:01.317 | 2025-04-16 21:18:01.317 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 21:18:01.317 | changes and commit them, and you can discard any commits you make in this 2025-04-16 21:18:01.317 | state without impacting any branches by switching back to a branch. 2025-04-16 21:18:01.317 | 2025-04-16 21:18:01.317 | If you want to create a new branch to retain commits you create, you may 2025-04-16 21:18:01.317 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 21:18:01.317 | 2025-04-16 21:18:01.317 | git switch -c 2025-04-16 21:18:01.317 | 2025-04-16 21:18:01.317 | Or undo this operation with: 2025-04-16 21:18:01.317 | 2025-04-16 21:18:01.317 | git switch - 2025-04-16 21:18:01.317 | 2025-04-16 21:18:01.317 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 21:18:01.317 | 2025-04-16 21:18:01.317 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 21:18:01.319 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:18:01.321 | + functions-common:time_stop:2400 : local name 2025-04-16 21:18:01.323 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:18:01.325 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:18:01.326 | + functions-common:time_stop:2403 : local total 2025-04-16 21:18:01.328 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:18:01.329 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:18:01.331 | + functions-common:time_stop:2407 : start_time=1744838281305 2025-04-16 21:18:01.333 | + functions-common:time_stop:2409 : [[ -z 1744838281305 ]] 2025-04-16 21:18:01.335 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:18:01.338 | + functions-common:time_stop:2412 : end_time=1744838281336 2025-04-16 21:18:01.339 | + functions-common:time_stop:2413 : elapsed_time=31 2025-04-16 21:18:01.341 | + functions-common:time_stop:2414 : total=6003 2025-04-16 21:18:01.342 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:18:01.344 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6034 2025-04-16 21:18:01.346 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-16 21:18:01.356 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-16 21:18:01.358 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 21:18:01.358 | + functions-common:git_clone:656 : head -1 2025-04-16 21:18:01.360 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 21:18:01.362 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 21:18:01.364 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-16 21:18:01.366 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:18:01.368 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-16 21:18:01.370 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-16 21:18:01.372 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-16 21:18:01.374 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-16 21:18:01.376 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-16 21:18:01.378 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-16 21:18:01.379 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-16 21:18:01.381 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-16 21:18:01.384 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-16 21:18:01.387 | ++ tools/install_prereqs.sh:source:47 : NOW=1744838281 2025-04-16 21:18:01.389 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-16 21:18:01.393 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-16 21:18:01.395 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-16 21:18:01.397 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744838281 2025-04-16 21:18:01.398 | ++ tools/install_prereqs.sh:source:50 : [[ 1744838281 -lt 7200 ]] 2025-04-16 21:18:01.400 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-16 21:18:01.402 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-16 21:18:01.404 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-16 21:18:01.406 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-16 21:18:01.408 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-16 21:18:01.410 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-16 21:18:01.412 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-16 21:18:01.414 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 21:18:01.441 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-16 21:18:01.441 | apache2-dev 2025-04-16 21:18:01.441 | bc 2025-04-16 21:18:01.441 | bsdmainutils 2025-04-16 21:18:01.441 | curl 2025-04-16 21:18:01.441 | g++ 2025-04-16 21:18:01.441 | gawk 2025-04-16 21:18:01.441 | gcc 2025-04-16 21:18:01.441 | gettext 2025-04-16 21:18:01.441 | git 2025-04-16 21:18:01.441 | graphviz 2025-04-16 21:18:01.441 | iputils-ping 2025-04-16 21:18:01.441 | libapache2-mod-proxy-uwsgi 2025-04-16 21:18:01.441 | libffi-dev 2025-04-16 21:18:01.441 | libjpeg-dev 2025-04-16 21:18:01.441 | libpcre3-dev 2025-04-16 21:18:01.441 | libpq-dev 2025-04-16 21:18:01.441 | libssl-dev 2025-04-16 21:18:01.441 | libsystemd-dev 2025-04-16 21:18:01.441 | libxml2-dev 2025-04-16 21:18:01.441 | libxslt1-dev 2025-04-16 21:18:01.441 | libyaml-dev 2025-04-16 21:18:01.441 | lsof 2025-04-16 21:18:01.441 | openssh-server 2025-04-16 21:18:01.441 | openssl 2025-04-16 21:18:01.441 | pkg-config 2025-04-16 21:18:01.441 | psmisc 2025-04-16 21:18:01.441 | python3-dev 2025-04-16 21:18:01.441 | python3-pip 2025-04-16 21:18:01.441 | python3-systemd 2025-04-16 21:18:01.441 | python3-venv 2025-04-16 21:18:01.441 | tar 2025-04-16 21:18:01.441 | tcpdump 2025-04-16 21:18:01.441 | unzip 2025-04-16 21:18:01.441 | uuid-runtime 2025-04-16 21:18:01.441 | wget 2025-04-16 21:18:01.441 | wget 2025-04-16 21:18:01.441 | zlib1g-dev 2025-04-16 21:18:01.441 | libkrb5-dev 2025-04-16 21:18:01.441 | libldap2-dev 2025-04-16 21:18:01.441 | libsasl2-dev 2025-04-16 21:18:01.441 | memcached 2025-04-16 21:18:01.441 | python3-mysqldb 2025-04-16 21:18:01.441 | sqlite3 2025-04-16 21:18:01.441 | conntrack 2025-04-16 21:18:01.441 | curl 2025-04-16 21:18:01.441 | ebtables 2025-04-16 21:18:01.441 | genisoimage 2025-04-16 21:18:01.441 | iptables 2025-04-16 21:18:01.441 | iputils-arping 2025-04-16 21:18:01.441 | kpartx 2025-04-16 21:18:01.441 | libjs-jquery-tablesorter 2025-04-16 21:18:01.441 | parted 2025-04-16 21:18:01.441 | pm-utils 2025-04-16 21:18:01.441 | python3-mysqldb 2025-04-16 21:18:01.441 | socat 2025-04-16 21:18:01.441 | sqlite3 2025-04-16 21:18:01.441 | sudo 2025-04-16 21:18:01.441 | vlan 2025-04-16 21:18:01.441 | lsscsi 2025-04-16 21:18:01.441 | open-iscsi 2025-04-16 21:18:01.441 | lvm2 2025-04-16 21:18:01.441 | qemu-utils 2025-04-16 21:18:01.441 | thin-provisioning-tools 2025-04-16 21:18:01.441 | acl 2025-04-16 21:18:01.441 | dnsmasq-base 2025-04-16 21:18:01.442 | dnsmasq-utils 2025-04-16 21:18:01.442 | ebtables 2025-04-16 21:18:01.442 | haproxy 2025-04-16 21:18:01.442 | iptables 2025-04-16 21:18:01.442 | iputils-arping 2025-04-16 21:18:01.442 | iputils-ping 2025-04-16 21:18:01.442 | postgresql-server-dev-all 2025-04-16 21:18:01.442 | python3-mysqldb 2025-04-16 21:18:01.442 | sqlite3 2025-04-16 21:18:01.442 | sudo 2025-04-16 21:18:01.442 | vlan 2025-04-16 21:18:01.442 | ipset 2025-04-16 21:18:01.442 | conntrack 2025-04-16 21:18:01.442 | conntrackd 2025-04-16 21:18:01.442 | keepalived' 2025-04-16 21:18:01.444 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-16 21:18:01.458 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-16 21:18:01.458 | apache2-dev 2025-04-16 21:18:01.458 | bc 2025-04-16 21:18:01.458 | bsdmainutils 2025-04-16 21:18:01.458 | curl 2025-04-16 21:18:01.458 | g++ 2025-04-16 21:18:01.458 | gawk 2025-04-16 21:18:01.458 | gcc 2025-04-16 21:18:01.458 | gettext 2025-04-16 21:18:01.458 | git 2025-04-16 21:18:01.458 | graphviz 2025-04-16 21:18:01.458 | iputils-ping 2025-04-16 21:18:01.458 | libapache2-mod-proxy-uwsgi 2025-04-16 21:18:01.458 | libffi-dev 2025-04-16 21:18:01.458 | libjpeg-dev 2025-04-16 21:18:01.458 | libpcre3-dev 2025-04-16 21:18:01.458 | libpq-dev 2025-04-16 21:18:01.458 | libssl-dev 2025-04-16 21:18:01.458 | libsystemd-dev 2025-04-16 21:18:01.458 | libxml2-dev 2025-04-16 21:18:01.458 | libxslt1-dev 2025-04-16 21:18:01.458 | libyaml-dev 2025-04-16 21:18:01.458 | lsof 2025-04-16 21:18:01.458 | openssh-server 2025-04-16 21:18:01.458 | openssl 2025-04-16 21:18:01.458 | pkg-config 2025-04-16 21:18:01.458 | psmisc 2025-04-16 21:18:01.458 | python3-dev 2025-04-16 21:18:01.458 | python3-pip 2025-04-16 21:18:01.458 | python3-systemd 2025-04-16 21:18:01.458 | python3-venv 2025-04-16 21:18:01.458 | tar 2025-04-16 21:18:01.458 | tcpdump 2025-04-16 21:18:01.459 | unzip 2025-04-16 21:18:01.459 | uuid-runtime 2025-04-16 21:18:01.459 | wget 2025-04-16 21:18:01.459 | wget 2025-04-16 21:18:01.459 | zlib1g-dev 2025-04-16 21:18:01.459 | libkrb5-dev 2025-04-16 21:18:01.459 | libldap2-dev 2025-04-16 21:18:01.459 | libsasl2-dev 2025-04-16 21:18:01.459 | memcached 2025-04-16 21:18:01.459 | python3-mysqldb 2025-04-16 21:18:01.459 | sqlite3 2025-04-16 21:18:01.459 | conntrack 2025-04-16 21:18:01.459 | curl 2025-04-16 21:18:01.459 | ebtables 2025-04-16 21:18:01.459 | genisoimage 2025-04-16 21:18:01.459 | iptables 2025-04-16 21:18:01.459 | iputils-arping 2025-04-16 21:18:01.459 | kpartx 2025-04-16 21:18:01.459 | libjs-jquery-tablesorter 2025-04-16 21:18:01.459 | parted 2025-04-16 21:18:01.459 | pm-utils 2025-04-16 21:18:01.459 | python3-mysqldb 2025-04-16 21:18:01.459 | socat 2025-04-16 21:18:01.459 | sqlite3 2025-04-16 21:18:01.459 | sudo 2025-04-16 21:18:01.459 | vlan 2025-04-16 21:18:01.459 | lsscsi 2025-04-16 21:18:01.459 | open-iscsi 2025-04-16 21:18:01.459 | lvm2 2025-04-16 21:18:01.459 | qemu-utils 2025-04-16 21:18:01.459 | thin-provisioning-tools 2025-04-16 21:18:01.459 | acl 2025-04-16 21:18:01.459 | dnsmasq-base 2025-04-16 21:18:01.459 | dnsmasq-utils 2025-04-16 21:18:01.459 | ebtables 2025-04-16 21:18:01.459 | haproxy 2025-04-16 21:18:01.459 | iptables 2025-04-16 21:18:01.459 | iputils-arping 2025-04-16 21:18:01.459 | iputils-ping 2025-04-16 21:18:01.459 | postgresql-server-dev-all 2025-04-16 21:18:01.459 | python3-mysqldb 2025-04-16 21:18:01.459 | sqlite3 2025-04-16 21:18:01.459 | sudo 2025-04-16 21:18:01.459 | vlan 2025-04-16 21:18:01.459 | ipset 2025-04-16 21:18:01.459 | conntrack 2025-04-16 21:18:01.459 | conntrackd 2025-04-16 21:18:01.459 | keepalived ' 2025-04-16 21:18:01.460 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-16 21:18:01.462 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:18:01.464 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:18:01.466 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 21:18:01.466 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-16 21:18:01.470 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 21:18:01.471 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-16 21:18:01.473 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 21:18:01.475 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-16 21:18:01.477 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 21:18:01.478 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 21:18:01.480 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 21:18:01.481 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:18:01.483 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:18:01.485 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 21:18:01.487 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-16 21:18:01.488 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-16 21:18:01.490 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-16 21:18:01.492 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-16 21:18:01.495 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-16 21:18:01.496 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-16 21:18:01.498 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-16 21:18:01.500 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 21:18:01.501 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:18:01.504 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:18:01.506 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744838281504 2025-04-16 21:18:01.508 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-16 21:18:01.510 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-16 21:18:01.511 | ++ functions-common:apt_get_update:1164 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2025-04-16 21:18:01.713 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-16 21:18:01.714 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-16 21:18:01.725 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-16 21:18:01.920 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,468 kB] 2025-04-16 21:18:01.970 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [405 kB] 2025-04-16 21:18:01.987 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-16 21:18:02.002 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,269 kB] 2025-04-16 21:18:02.035 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [580 kB] 2025-04-16 21:18:02.040 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-16 21:18:02.049 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-16 21:18:02.065 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-16 21:18:02.079 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-16 21:18:02.090 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-16 21:18:02.099 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-16 21:18:02.116 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-16 21:18:02.131 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-16 21:18:02.147 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-16 21:18:02.157 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-16 21:18:02.173 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-16 21:18:02.187 | Get:20 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-16 21:18:02.189 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-04-16 21:18:02.219 | Get:22 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-16 21:18:02.698 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-16 21:18:03.328 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-16 21:18:03.338 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-16 21:18:03.340 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-16 21:18:03.468 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-16 21:18:03.475 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-16 21:18:03.475 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-16 21:18:03.501 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-16 21:18:03.505 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-16 21:18:03.506 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-16 21:18:03.507 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-16 21:18:03.507 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-16 21:18:09.984 | Fetched 16.4 MB in 3s (5,882 kB/s) 2025-04-16 21:18:11.080 | Reading package lists... 2025-04-16 21:18:11.104 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-16 21:18:11.106 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-16 21:18:11.108 | ++ functions-common:time_stop:2400 : local name 2025-04-16 21:18:11.110 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 21:18:11.112 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:18:11.113 | ++ functions-common:time_stop:2403 : local total 2025-04-16 21:18:11.115 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 21:18:11.117 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-16 21:18:11.119 | ++ functions-common:time_stop:2407 : start_time=1744838281504 2025-04-16 21:18:11.120 | ++ functions-common:time_stop:2409 : [[ -z 1744838281504 ]] 2025-04-16 21:18:11.122 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:18:11.125 | ++ functions-common:time_stop:2412 : end_time=1744838291123 2025-04-16 21:18:11.127 | ++ functions-common:time_stop:2413 : elapsed_time=9619 2025-04-16 21:18:11.129 | ++ functions-common:time_stop:2414 : total=0 2025-04-16 21:18:11.130 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:18:11.132 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9619 2025-04-16 21:18:11.134 | ++ functions-common:install_package:1422 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 21:18:11.136 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 21:18:11.137 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:18:11.139 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:18:11.141 | ++ functions-common:real_install_package:1410 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 21:18:11.156 | ++ functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 21:18:11.215 | Reading package lists... 2025-04-16 21:18:11.429 | Building dependency tree... 2025-04-16 21:18:11.431 | Reading state information... 2025-04-16 21:18:11.624 | acl is already the newest version (2.3.1-1). 2025-04-16 21:18:11.624 | bc is already the newest version (1.07.1-3build1). 2025-04-16 21:18:11.624 | bc set to manually installed. 2025-04-16 21:18:11.624 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-16 21:18:11.624 | ebtables is already the newest version (2.0.11-4build2). 2025-04-16 21:18:11.624 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 21:18:11.625 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 21:18:11.625 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-16 21:18:11.625 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-16 21:18:11.625 | ipset is already the newest version (7.15-1build1). 2025-04-16 21:18:11.625 | iputils-arping is already the newest version (3:20211215-1). 2025-04-16 21:18:11.625 | iputils-ping is already the newest version (3:20211215-1). 2025-04-16 21:18:11.625 | iputils-ping set to manually installed. 2025-04-16 21:18:11.625 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-16 21:18:11.625 | libffi-dev is already the newest version (3.4.2-4). 2025-04-16 21:18:11.625 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-16 21:18:11.625 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-16 21:18:11.625 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-16 21:18:11.625 | lsof set to manually installed. 2025-04-16 21:18:11.625 | lsscsi is already the newest version (0.31-1build2). 2025-04-16 21:18:11.625 | parted is already the newest version (3.4-2build1). 2025-04-16 21:18:11.625 | parted set to manually installed. 2025-04-16 21:18:11.625 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-16 21:18:11.625 | psmisc is already the newest version (23.4-2build3). 2025-04-16 21:18:11.625 | psmisc set to manually installed. 2025-04-16 21:18:11.625 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-16 21:18:11.625 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-16 21:18:11.625 | python3-systemd set to manually installed. 2025-04-16 21:18:11.625 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-16 21:18:11.625 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-16 21:18:11.625 | thin-provisioning-tools set to manually installed. 2025-04-16 21:18:11.625 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-16 21:18:11.625 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-16 21:18:11.625 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-16 21:18:11.625 | pm-utils is already the newest version (1.4.1-19). 2025-04-16 21:18:11.625 | postgresql-server-dev-all is already the newest version (238). 2025-04-16 21:18:11.625 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-16 21:18:11.625 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-16 21:18:11.625 | curl set to manually installed. 2025-04-16 21:18:11.625 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 21:18:11.625 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 21:18:11.625 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-16 21:18:11.625 | gawk set to manually installed. 2025-04-16 21:18:11.625 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-16 21:18:11.625 | git set to manually installed. 2025-04-16 21:18:11.625 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-16 21:18:11.625 | iptables set to manually installed. 2025-04-16 21:18:11.625 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-16 21:18:11.625 | kpartx set to manually installed. 2025-04-16 21:18:11.625 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-16 21:18:11.625 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-16 21:18:11.625 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-16 21:18:11.625 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-16 21:18:11.625 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-16 21:18:11.625 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-16 21:18:11.625 | sudo set to manually installed. 2025-04-16 21:18:11.625 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-16 21:18:11.625 | tar set to manually installed. 2025-04-16 21:18:11.625 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-16 21:18:11.625 | tcpdump set to manually installed. 2025-04-16 21:18:11.625 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-16 21:18:11.625 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-16 21:18:11.625 | uuid-runtime set to manually installed. 2025-04-16 21:18:11.625 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-16 21:18:11.625 | wget set to manually installed. 2025-04-16 21:18:11.625 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-16 21:18:11.625 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-16 21:18:11.625 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-16 21:18:11.625 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-16 21:18:11.625 | The following additional packages will be installed: 2025-04-16 21:18:11.625 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-16 21:18:11.625 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-16 21:18:11.626 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-16 21:18:11.627 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-16 21:18:11.627 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-16 21:18:11.628 | Suggested packages: 2025-04-16 21:18:11.631 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-16 21:18:11.631 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-16 21:18:11.631 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-16 21:18:11.631 | systemd-container libtss2-rc0 2025-04-16 21:18:11.631 | Recommended packages: 2025-04-16 21:18:11.631 | krb5-locales 2025-04-16 21:18:11.673 | The following packages will be upgraded: 2025-04-16 21:18:11.674 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-16 21:18:11.674 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-16 21:18:11.674 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-16 21:18:11.674 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-16 21:18:11.674 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-16 21:18:11.674 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-16 21:18:11.674 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-16 21:18:11.677 | systemd-timesyncd 2025-04-16 21:18:12.240 | Preconfiguring packages ... 2025-04-16 21:18:12.327 | 42 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-16 21:18:12.327 | Need to get 0 B/22.3 MB of archives. 2025-04-16 21:18:12.327 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-16 21:18:13.193 | (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 ... 166490 files and directories currently installed.) 2025-04-16 21:18:13.199 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 21:18:13.215 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 21:18:13.406 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 21:18:13.421 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 21:18:13.500 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 21:18:13.513 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 21:18:13.589 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 21:18:13.599 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 21:18:13.659 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 21:18:13.671 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 21:18:13.725 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 21:18:13.735 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 21:18:13.922 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 21:18:13.934 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 21:18:14.036 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 21:18:14.264 | (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 ... 166490 files and directories currently installed.) 2025-04-16 21:18:14.270 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 21:18:14.326 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 21:18:14.635 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 21:18:14.646 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 21:18:14.708 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 21:18:14.826 | (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 ... 166490 files and directories currently installed.) 2025-04-16 21:18:14.831 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 21:18:14.853 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 21:18:14.908 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 21:18:14.918 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 21:18:15.010 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 21:18:15.022 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 21:18:15.098 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 21:18:15.115 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 21:18:15.206 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 21:18:15.216 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 21:18:15.363 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-16 21:18:15.375 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 21:18:15.477 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 21:18:15.488 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 21:18:15.553 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-16 21:18:15.575 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-16 21:18:15.683 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 21:18:15.701 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 21:18:15.767 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 21:18:15.780 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 21:18:15.846 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-16 21:18:15.869 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-16 21:18:15.995 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-16 21:18:16.234 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-16 21:18:16.318 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 21:18:16.333 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 21:18:16.408 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 21:18:16.538 | (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 ... 166490 files and directories currently installed.) 2025-04-16 21:18:16.544 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 21:18:16.563 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 21:18:16.627 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 21:18:16.744 | (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 ... 166490 files and directories currently installed.) 2025-04-16 21:18:16.749 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 21:18:16.761 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 21:18:16.831 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 21:18:16.956 | (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 ... 166490 files and directories currently installed.) 2025-04-16 21:18:16.962 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 21:18:16.974 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 21:18:17.036 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 21:18:17.156 | (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 ... 166490 files and directories currently installed.) 2025-04-16 21:18:17.159 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 21:18:17.171 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 21:18:17.229 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 21:18:17.240 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 21:18:17.308 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 21:18:17.319 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 21:18:17.375 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 21:18:17.385 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 21:18:17.448 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 21:18:17.460 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 21:18:17.527 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 21:18:17.538 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 21:18:17.602 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 21:18:17.631 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 21:18:17.714 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 21:18:17.739 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 21:18:17.958 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 21:18:18.073 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 21:18:18.185 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 21:18:18.199 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 21:18:18.289 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 21:18:18.300 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 21:18:18.535 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 21:18:18.547 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 21:18:18.600 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 21:18:18.611 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 21:18:18.701 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 21:18:18.712 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 21:18:18.772 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 21:18:18.795 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 21:18:18.849 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 21:18:18.862 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 21:18:18.963 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-16 21:18:18.973 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-16 21:18:19.033 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-16 21:18:19.119 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-16 21:18:19.129 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-16 21:18:19.963 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-16 21:18:20.639 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-16 21:18:21.633 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-16 21:18:22.467 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-16 21:18:22.478 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 21:18:22.490 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 21:18:22.502 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-16 21:18:23.039 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-16 21:18:23.053 | update-initramfs: deferring update (trigger activated) 2025-04-16 21:18:23.059 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-16 21:18:23.475 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-16 21:18:23.538 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 21:18:23.549 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-16 21:18:23.560 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 21:18:23.570 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-16 21:18:23.586 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 21:18:23.596 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 21:18:24.280 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 21:18:24.291 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 21:18:24.301 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-16 21:18:24.312 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-16 21:18:24.322 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 21:18:24.332 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 21:18:24.343 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-16 21:18:24.354 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 21:18:25.203 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-16 21:18:25.666 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-16 21:18:25.704 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 21:18:25.716 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-16 21:18:25.726 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-16 21:18:25.736 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-16 21:18:25.835 | update-initramfs: deferring update (trigger activated) 2025-04-16 21:18:27.252 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 21:18:27.263 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 21:18:27.276 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 21:18:27.286 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 21:18:27.457 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 21:18:27.468 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-16 21:18:29.460 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-16 21:18:29.481 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-16 21:18:29.496 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-16 21:18:29.553 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-16 21:18:29.601 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-16 21:18:29.684 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 21:18:30.019 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-16 21:18:30.037 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-16 21:18:30.074 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-16 21:18:37.038 | NEEDRESTART-VER: 3.5 2025-04-16 21:18:37.850 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 21:18:37.850 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 21:18:37.850 | NEEDRESTART-KSTA: 1 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: apt-news.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: dbus.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: epmd.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: esm-cache.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: mariadb.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: memcached.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: multipathd.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: packagekit.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: pmcd.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: pmie.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: polkit.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: udisks2.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: user@1001.service 2025-04-16 21:18:37.850 | NEEDRESTART-SVC: vgauth.service 2025-04-16 21:18:39.815 | ++ functions-common:apt_get:1194 : result=0 2025-04-16 21:18:39.817 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 21:18:39.819 | ++ functions-common:time_stop:2400 : local name 2025-04-16 21:18:39.821 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 21:18:39.823 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:18:39.824 | ++ functions-common:time_stop:2403 : local total 2025-04-16 21:18:39.826 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 21:18:39.828 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-16 21:18:39.830 | ++ functions-common:time_stop:2407 : start_time=1744838291154 2025-04-16 21:18:39.831 | ++ functions-common:time_stop:2409 : [[ -z 1744838291154 ]] 2025-04-16 21:18:39.834 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:18:39.837 | ++ functions-common:time_stop:2412 : end_time=1744838319834 2025-04-16 21:18:39.839 | ++ functions-common:time_stop:2413 : elapsed_time=28680 2025-04-16 21:18:39.840 | ++ functions-common:time_stop:2414 : total=568 2025-04-16 21:18:39.842 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:18:39.844 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=29248 2025-04-16 21:18:39.846 | ++ functions-common:apt_get:1198 : return 0 2025-04-16 21:18:39.848 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-16 21:18:39.850 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-16 21:18:39.852 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-16 21:18:39.857 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-16 21:18:39.859 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-16 21:18:39.861 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-16 21:18:39.864 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-16 21:18:39.867 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-16 21:18:39.869 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-16 21:18:39.871 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-16 21:18:40.185 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-16 21:18:40.186 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-16 21:18:40.188 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-16 21:18:40.189 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-16 21:18:40.190 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-16 21:18:40.192 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-16 21:18:40.193 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-16 21:18:40.194 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-16 21:18:40.195 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-16 21:18:40.197 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-16 21:18:40.198 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-16 21:18:40.199 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-16 21:18:40.200 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-16 21:18:40.202 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-16 21:18:40.203 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-16 21:18:40.204 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-16 21:18:40.205 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-16 21:18:40.207 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-16 21:18:40.208 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-16 21:18:40.209 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-16 21:18:40.210 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-16 21:18:40.212 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-16 21:18:40.213 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-16 21:18:40.215 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-16 21:18:40.216 | + functions-common:_ensure_lsb_release:394 : return 2025-04-16 21:18:40.218 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-16 21:18:40.252 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-16 21:18:40.254 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-16 21:18:40.287 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-16 21:18:40.289 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-16 21:18:40.321 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-16 21:18:40.323 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-16 21:18:40.324 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-16 21:18:40.326 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-16 21:18:40.327 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-16 21:18:40.328 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-16 21:18:40.330 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-16 21:18:40.331 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-16 21:18:40.332 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-16 21:18:40.334 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-16 21:18:40.335 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-16 21:18:40.336 | Distro: jammy 2025-04-16 21:18:40.337 | + tools/install_pip.sh:main:124 : get_versions 2025-04-16 21:18:40.338 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 21:18:40.341 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 21:18:40.342 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 21:18:40.345 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 21:18:40.345 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 21:18:40.519 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 21:18:40.520 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 21:18:40.521 | pip: 0.1.15 2025-04-16 21:18:40.522 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-16 21:18:40.523 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-16 21:18:40.525 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 21:18:40.526 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 21:18:40.527 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 21:18:40.529 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 21:18:40.530 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 21:18:40.531 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 21:18:40.532 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 21:18:40.534 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 21:18:40.535 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 21:18:40.536 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 21:18:40.538 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 21:18:40.539 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 21:18:40.540 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 21:18:40.542 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-16 21:18:40.543 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:18:40.544 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:18:40.546 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-16 21:18:40.549 | + tools/install_pip.sh:main:153 : set -x 2025-04-16 21:18:40.550 | + tools/install_pip.sh:main:156 : get_versions 2025-04-16 21:18:40.552 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 21:18:40.555 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 21:18:40.556 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 21:18:40.558 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 21:18:40.558 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 21:18:40.566 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 21:18:40.568 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 21:18:40.568 | pip: 0.1.15 2025-04-16 21:18:40.570 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-16 21:18:40.573 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-16 21:18:40.574 | + stack.sh:main:811 : fixup_all 2025-04-16 21:18:40.576 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-16 21:18:40.578 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-16 21:18:40.580 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:18:40.582 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:18:40.583 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-16 21:18:40.593 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-16 21:18:40.601 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-16 21:18:40.610 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-16 21:18:40.611 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-16 21:18:40.613 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 21:18:40.614 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 21:18:40.616 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 21:18:40.618 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 21:18:40.619 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 21:18:40.621 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 21:18:40.623 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 21:18:40.624 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 21:18:40.626 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 21:18:40.628 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 21:18:40.629 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 21:18:40.631 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 21:18:40.633 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 21:18:40.634 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-16 21:18:40.636 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-16 21:18:40.638 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-16 21:18:40.647 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-16 21:18:40.655 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-16 21:18:40.663 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-16 21:18:40.672 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-16 21:18:40.680 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-16 21:18:40.688 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-16 21:18:40.697 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-16 21:18:40.698 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-16 21:18:40.700 | + inc/python:setup_devstack_virtualenv:46 : [[ :/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: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] 2025-04-16 21:18:40.702 | + inc/python:setup_devstack_virtualenv:47 : export PATH=/opt/stack/data/venv/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 2025-04-16 21:18:40.704 | + inc/python:setup_devstack_virtualenv:47 : PATH=/opt/stack/data/venv/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 2025-04-16 21:18:40.706 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 21:18:40.708 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 21:18:40.710 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-16 21:18:40.727 | Using python 3.10 to install os-testr 2025-04-16 21:18:40.729 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-04-16 21:18:42.618 | Collecting os-testr 2025-04-16 21:18:42.619 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 21:18:42.661 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-16 21:18:42.662 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-16 21:18:42.684 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-16 21:18:42.685 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-16 21:18:42.709 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-16 21:18:42.711 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 21:18:42.735 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-16 21:18:42.737 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 21:18:42.780 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-16 21:18:42.781 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 21:18:42.808 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-16 21:18:42.814 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 21:18:42.819 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-16 21:18:42.823 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-16 21:18:42.829 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-16 21:18:42.901 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-16 21:18:43.251 | Successfully installed extras-1.0.0 fixtures-4.0.1 os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 testtools-2.6.0 2025-04-16 21:18:43.327 | + inc/python:pip_install:222 : result=0 2025-04-16 21:18:43.329 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:18:43.331 | + functions-common:time_stop:2400 : local name 2025-04-16 21:18:43.333 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:18:43.334 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:18:43.336 | + functions-common:time_stop:2403 : local total 2025-04-16 21:18:43.338 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:18:43.340 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:18:43.341 | + functions-common:time_stop:2407 : start_time=1744838320723 2025-04-16 21:18:43.343 | + functions-common:time_stop:2409 : [[ -z 1744838320723 ]] 2025-04-16 21:18:43.345 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:18:43.348 | + functions-common:time_stop:2412 : end_time=1744838323346 2025-04-16 21:18:43.350 | + functions-common:time_stop:2413 : elapsed_time=2623 2025-04-16 21:18:43.352 | + functions-common:time_stop:2414 : total=0 2025-04-16 21:18:43.353 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:18:43.355 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2623 2025-04-16 21:18:43.357 | + inc/python:pip_install:225 : return 0 2025-04-16 21:18:43.359 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-16 21:18:43.399 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-16 21:18:43.453 | + stack.sh:main:838 : install_infra 2025-04-16 21:18:43.455 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 21:18:43.457 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-16 21:18:43.459 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-16 21:18:46.590 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 21:18:46.592 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-16 21:18:46.610 | + inc/python:pip_install:216 : 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 2025-04-16 21:18:47.565 | Collecting pbr 2025-04-16 21:18:47.570 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 21:18:47.596 | Installing collected packages: pbr 2025-04-16 21:18:47.659 | Successfully installed pbr-5.11.1 2025-04-16 21:18:47.733 | + inc/python:pip_install:222 : result=0 2025-04-16 21:18:47.735 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:18:47.737 | + functions-common:time_stop:2400 : local name 2025-04-16 21:18:47.738 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:18:47.740 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:18:47.742 | + functions-common:time_stop:2403 : local total 2025-04-16 21:18:47.743 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:18:47.745 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:18:47.747 | + functions-common:time_stop:2407 : start_time=1744838326604 2025-04-16 21:18:47.749 | + functions-common:time_stop:2409 : [[ -z 1744838326604 ]] 2025-04-16 21:18:47.751 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:18:47.754 | + functions-common:time_stop:2412 : end_time=1744838327752 2025-04-16 21:18:47.755 | + functions-common:time_stop:2413 : elapsed_time=1148 2025-04-16 21:18:47.757 | + functions-common:time_stop:2414 : total=2623 2025-04-16 21:18:47.759 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:18:47.760 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3771 2025-04-16 21:18:47.762 | + inc/python:pip_install:225 : return 0 2025-04-16 21:18:47.764 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 21:18:47.766 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-16 21:18:47.783 | + inc/python:pip_install:216 : 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 2025-04-16 21:18:48.635 | Processing /opt/stack/requirements 2025-04-16 21:18:48.635 | Preparing metadata (setup.py): started 2025-04-16 21:18:49.327 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 21:18:49.507 | Collecting Parsley>=1.2 2025-04-16 21:18:49.516 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 21:18:49.642 | Collecting PyYAML>=3.12 2025-04-16 21:18:49.648 | 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) 2025-04-16 21:18:49.761 | Collecting beagle>=0.2.1 2025-04-16 21:18:49.764 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-16 21:18:49.791 | Collecting fixtures>=3.0.0 2025-04-16 21:18:49.792 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 21:18:49.835 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-16 21:18:49.838 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 21:18:49.892 | Collecting requests>=2.14.2 2025-04-16 21:18:49.900 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 21:18:49.938 | Collecting six>=1.10.0 2025-04-16 21:18:49.942 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 21:18:50.024 | Collecting cliff>=2.11.0 2025-04-16 21:18:50.030 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 21:18:50.031 | 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.dev6395) (5.11.1) 2025-04-16 21:18:50.086 | Collecting certifi>=2017.4.17 2025-04-16 21:18:50.090 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 21:18:50.287 | Collecting charset-normalizer<4,>=2 2025-04-16 21:18:50.292 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 21:18:50.320 | Collecting idna<4,>=2.5 2025-04-16 21:18:50.322 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 21:18:50.387 | Collecting urllib3<1.27,>=1.21.1 2025-04-16 21:18:50.393 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 21:18:50.481 | Collecting stevedore>=2.0.1 2025-04-16 21:18:50.484 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 21:18:50.545 | Collecting cmd2>=1.0.0 2025-04-16 21:18:50.550 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 21:18:50.572 | Collecting autopage>=0.4.0 2025-04-16 21:18:50.574 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 21:18:50.652 | Collecting importlib-metadata>=4.4 2025-04-16 21:18:50.654 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 21:18:50.686 | Collecting PrettyTable>=0.7.2 2025-04-16 21:18:50.689 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 21:18:50.756 | Collecting wcwidth>=0.1.7 2025-04-16 21:18:50.758 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 21:18:50.778 | Collecting pyperclip>=1.6 2025-04-16 21:18:50.779 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 21:18:50.812 | Collecting attrs>=16.3.0 2025-04-16 21:18:50.814 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 21:18:50.881 | Collecting zipp>=0.5 2025-04-16 21:18:50.884 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 21:18:50.942 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-16 21:18:51.088 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2025-04-16 21:18:51.892 | Running setup.py install for openstack-requirements: started 2025-04-16 21:18:53.311 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-16 21:18:53.320 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2025.1.31 charset-normalizer-3.1.0 cliff-4.3.0 cmd2-2.4.3 fixtures-4.0.1 idna-3.4 importlib-metadata-6.0.1 openstack-requirements-1.2.1.dev6395 packaging-23.1 pyperclip-1.8.2 requests-2.28.2 six-1.16.0 stevedore-5.1.0 urllib3-1.26.15 wcwidth-0.2.6 zipp-3.15.0 2025-04-16 21:18:53.426 | + inc/python:pip_install:222 : result=0 2025-04-16 21:18:53.428 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:18:53.430 | + functions-common:time_stop:2400 : local name 2025-04-16 21:18:53.432 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:18:53.434 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:18:53.435 | + functions-common:time_stop:2403 : local total 2025-04-16 21:18:53.437 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:18:53.439 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:18:53.440 | + functions-common:time_stop:2407 : start_time=1744838327777 2025-04-16 21:18:53.442 | + functions-common:time_stop:2409 : [[ -z 1744838327777 ]] 2025-04-16 21:18:53.444 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:18:53.447 | + functions-common:time_stop:2412 : end_time=1744838333445 2025-04-16 21:18:53.449 | + functions-common:time_stop:2413 : elapsed_time=5668 2025-04-16 21:18:53.450 | + functions-common:time_stop:2414 : total=3771 2025-04-16 21:18:53.452 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:18:53.454 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9439 2025-04-16 21:18:53.455 | + inc/python:pip_install:225 : return 0 2025-04-16 21:18:53.457 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-16 21:18:53.459 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-16 21:18:53.461 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-16 21:18:53.463 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:18:53.465 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:18:53.466 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-16 21:18:53.468 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:18:53.470 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-16 21:18:53.485 | Using python 3.10 to install pbr 2025-04-16 21:18:53.487 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-16 21:18:54.278 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-16 21:18:54.517 | + inc/python:pip_install:222 : result=0 2025-04-16 21:18:54.519 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:18:54.520 | + functions-common:time_stop:2400 : local name 2025-04-16 21:18:54.522 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:18:54.524 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:18:54.525 | + functions-common:time_stop:2403 : local total 2025-04-16 21:18:54.527 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:18:54.529 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:18:54.530 | + functions-common:time_stop:2407 : start_time=1744838333481 2025-04-16 21:18:54.532 | + functions-common:time_stop:2409 : [[ -z 1744838333481 ]] 2025-04-16 21:18:54.534 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:18:54.537 | + functions-common:time_stop:2412 : end_time=1744838334535 2025-04-16 21:18:54.538 | + functions-common:time_stop:2413 : elapsed_time=1054 2025-04-16 21:18:54.540 | + functions-common:time_stop:2414 : total=9439 2025-04-16 21:18:54.541 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:18:54.543 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10493 2025-04-16 21:18:54.545 | + inc/python:pip_install:225 : return 0 2025-04-16 21:18:54.547 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-16 21:18:57.674 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-16 21:18:58.268 | Collecting bindep 2025-04-16 21:18:58.271 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-16 21:18:58.304 | Collecting distro>=1.7 2025-04-16 21:18:58.307 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-16 21:18:58.324 | Collecting Parsley 2025-04-16 21:18:58.327 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 21:18:58.373 | Collecting pbr>=2 2025-04-16 21:18:58.377 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-16 21:18:58.415 | Collecting packaging 2025-04-16 21:18:58.418 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-16 21:18:58.423 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-16 21:18:58.461 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-16 21:18:58.698 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-16 21:18:58.766 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 21:18:58.768 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 21:18:58.771 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-16 21:18:58.785 | + stack.sh:main:847 : pkgs= 2025-04-16 21:18:58.787 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-16 21:18:58.789 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-16 21:18:58.791 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 21:18:58.793 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-16 21:18:58.795 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 21:18:58.797 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 21:18:58.799 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 21:18:58.800 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 21:18:58.802 | + functions-common:run_phase:1838 : local extra 2025-04-16 21:18:58.805 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 21:18:58.807 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 21:18:58.809 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 21:18:58.811 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 21:18:58.813 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-16 21:18:58.814 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 21:18:58.826 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:18:58.828 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:18:58.829 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:18:58.831 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 21:18:58.833 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:18:58.834 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 21:18:58.836 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:18:58.838 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 21:18:58.840 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:18:58.842 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 21:18:58.843 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:18:58.845 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 21:18:58.846 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 21:18:58.848 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 21:18:58.850 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:18:58.852 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 21:18:58.854 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-16 21:18:58.855 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 21:18:58.857 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-16 21:18:58.859 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 21:18:58.860 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 21:18:58.862 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 21:18:58.864 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:18:58.866 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 21:18:58.868 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-16 21:18:58.869 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:18:58.871 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:18:58.873 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 21:18:58.874 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:18:58.876 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 21:18:58.878 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:18:58.879 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 21:18:58.881 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-16 21:18:58.883 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-16 21:18:58.885 | + functions:set_systemd_override:832 : local value=2048 2025-04-16 21:18:58.887 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-16 21:18:58.889 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-16 21:18:58.931 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-16 21:18:58.931 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-16 21:18:58.933 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-16 21:18:59.168 | + stack.sh:main:860 : install_rpc_backend 2025-04-16 21:18:59.170 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-16 21:18:59.184 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:18:59.186 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-16 21:18:59.188 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 21:18:59.189 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 21:18:59.191 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 21:18:59.193 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 21:18:59.195 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 21:18:59.197 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 21:18:59.199 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:18:59.200 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:18:59.202 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 21:18:59.204 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 21:18:59.206 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 21:18:59.208 | + functions-common:apt_get_update:1150 : return 2025-04-16 21:18:59.209 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-16 21:18:59.211 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 21:18:59.213 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:18:59.215 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:18:59.217 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-16 21:18:59.233 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-04-16 21:18:59.294 | Reading package lists... 2025-04-16 21:18:59.520 | Building dependency tree... 2025-04-16 21:18:59.524 | Reading state information... 2025-04-16 21:18:59.730 | The following packages will be upgraded: 2025-04-16 21:18:59.730 | rabbitmq-server 2025-04-16 21:19:00.060 | 1 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 21:19:00.060 | Need to get 0 B/15.2 MB of archives. 2025-04-16 21:19:00.060 | After this operation, 0 B of additional disk space will be used. 2025-04-16 21:19:00.158 | (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 ... 166490 files and directories currently installed.) 2025-04-16 21:19:00.162 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-16 21:19:00.178 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-16 21:19:00.638 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-16 21:19:06.117 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 21:19:06.559 | NEEDRESTART-VER: 3.5 2025-04-16 21:19:07.063 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 21:19:07.063 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 21:19:07.064 | NEEDRESTART-KSTA: 1 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: dbus.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: epmd.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: mariadb.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: memcached.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: multipathd.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: packagekit.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: pmcd.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: pmie.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: polkit.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: udisks2.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: user@1001.service 2025-04-16 21:19:07.064 | NEEDRESTART-SVC: vgauth.service 2025-04-16 21:19:09.052 | + functions-common:apt_get:1194 : result=0 2025-04-16 21:19:09.055 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 21:19:09.057 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:09.058 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:09.060 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:09.062 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:09.064 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:09.066 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 21:19:09.068 | + functions-common:time_stop:2407 : start_time=1744838339230 2025-04-16 21:19:09.070 | + functions-common:time_stop:2409 : [[ -z 1744838339230 ]] 2025-04-16 21:19:09.072 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:09.075 | + functions-common:time_stop:2412 : end_time=1744838349073 2025-04-16 21:19:09.077 | + functions-common:time_stop:2413 : elapsed_time=9843 2025-04-16 21:19:09.079 | + functions-common:time_stop:2414 : total=29248 2025-04-16 21:19:09.080 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:09.082 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39091 2025-04-16 21:19:09.084 | + functions-common:apt_get:1198 : return 0 2025-04-16 21:19:09.086 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-16 21:19:09.088 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 21:19:09.089 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 21:19:09.091 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 21:19:09.093 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 21:19:09.095 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 21:19:09.097 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 21:19:09.099 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 21:19:09.100 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 21:19:09.102 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 21:19:09.104 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 21:19:09.106 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 21:19:09.108 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 21:19:09.110 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 21:19:09.112 | + stack.sh:main:861 : restart_rpc_backend 2025-04-16 21:19:09.113 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-16 21:19:09.126 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:09.127 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-16 21:19:09.129 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:19:09.131 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-16 21:19:09.133 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-16 21:19:09.135 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-16 21:19:09.138 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-16 21:19:09.140 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-16 21:19:09.142 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-16 21:19:09.144 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-16 21:19:09.146 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-16 21:19:09.147 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-16 21:19:09.150 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-16 21:19:09.620 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-16 21:19:09.620 | user tags 2025-04-16 21:19:09.620 | guest [administrator]' 2025-04-16 21:19:09.623 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-16 21:19:09.623 | user tags 2025-04-16 21:19:09.623 | guest [administrator]' 2025-04-16 21:19:09.623 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-16 21:19:09.628 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-16 21:19:09.630 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-16 21:19:09.632 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-16 21:19:10.064 | Adding user "stackrabbit" ... 2025-04-16 21:19:10.070 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-16 21:19:10.082 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-16 21:19:10.515 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-16 21:19:10.532 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-16 21:19:10.534 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-16 21:19:10.970 | Changing password for user "stackrabbit" ... 2025-04-16 21:19:10.987 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-16 21:19:10.989 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-16 21:19:10.991 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-16 21:19:11.426 | Deleting user "guest" ... 2025-04-16 21:19:11.445 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-16 21:19:11.459 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:11.460 | + stack.sh:main:864 : install_database 2025-04-16 21:19:11.462 | + lib/database:install_database:118 : install_database_mysql 2025-04-16 21:19:11.464 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-16 21:19:11.466 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:11.467 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:11.469 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-16 21:19:11.584 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-16 21:19:11.586 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-16 21:19:11.589 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-16 21:19:11.591 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:11.593 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:11.595 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-16 21:19:11.597 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-16 21:19:11.599 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-16 21:19:11.602 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-16 21:19:11.603 | + stack.sh:main:867 : install_database_python 2025-04-16 21:19:11.605 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-16 21:19:11.607 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-16 21:19:11.609 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-16 21:19:11.611 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 21:19:11.613 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-16 21:19:11.615 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-16 21:19:11.617 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 21:19:11.620 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-16 21:19:11.620 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 21:19:11.624 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-16 21:19:11.626 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-16 21:19:11.628 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-16 21:19:11.630 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-16 21:19:11.632 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-16 21:19:11.647 | Using python 3.10 to install PyMySQL 2025-04-16 21:19:11.649 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2025-04-16 21:19:12.556 | Collecting PyMySQL 2025-04-16 21:19:12.558 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 21:19:12.564 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-16 21:19:12.631 | Installing collected packages: PyMySQL 2025-04-16 21:19:12.670 | Successfully installed PyMySQL-1.0.3 2025-04-16 21:19:12.741 | + inc/python:pip_install:222 : result=0 2025-04-16 21:19:12.743 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:19:12.745 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:12.747 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:12.749 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:12.751 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:12.752 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:12.754 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:19:12.756 | + functions-common:time_stop:2407 : start_time=1744838351643 2025-04-16 21:19:12.758 | + functions-common:time_stop:2409 : [[ -z 1744838351643 ]] 2025-04-16 21:19:12.761 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:12.764 | + functions-common:time_stop:2412 : end_time=1744838352761 2025-04-16 21:19:12.765 | + functions-common:time_stop:2413 : elapsed_time=1118 2025-04-16 21:19:12.767 | + functions-common:time_stop:2414 : total=10493 2025-04-16 21:19:12.769 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:12.771 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11611 2025-04-16 21:19:12.773 | + inc/python:pip_install:225 : return 0 2025-04-16 21:19:12.774 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-16 21:19:12.776 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 21:19:12.778 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-16 21:19:12.780 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-16 21:19:12.793 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:12.795 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-16 21:19:12.797 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-16 21:19:12.810 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:12.812 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-16 21:19:12.813 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 21:19:12.815 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 21:19:12.817 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 21:19:12.819 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 21:19:12.821 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 21:19:12.823 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 21:19:12.824 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:12.826 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:12.828 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 21:19:12.830 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 21:19:12.831 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 21:19:12.833 | + functions-common:apt_get_update:1150 : return 2025-04-16 21:19:12.835 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-16 21:19:12.837 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 21:19:12.839 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:12.840 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:12.842 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-16 21:19:12.858 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2025-04-16 21:19:12.918 | Reading package lists... 2025-04-16 21:19:13.147 | Building dependency tree... 2025-04-16 21:19:13.148 | Reading state information... 2025-04-16 21:19:13.360 | radvd is already the newest version (1:2.18-3build2). 2025-04-16 21:19:13.360 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 21:19:13.365 | + functions-common:apt_get:1194 : result=0 2025-04-16 21:19:13.367 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 21:19:13.369 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:13.370 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:13.372 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:13.374 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:13.376 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:13.377 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 21:19:13.379 | + functions-common:time_stop:2407 : start_time=1744838352855 2025-04-16 21:19:13.381 | + functions-common:time_stop:2409 : [[ -z 1744838352855 ]] 2025-04-16 21:19:13.384 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:13.386 | + functions-common:time_stop:2412 : end_time=1744838353384 2025-04-16 21:19:13.388 | + functions-common:time_stop:2413 : elapsed_time=529 2025-04-16 21:19:13.390 | + functions-common:time_stop:2414 : total=39091 2025-04-16 21:19:13.392 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:13.393 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39620 2025-04-16 21:19:13.395 | + functions-common:apt_get:1198 : return 0 2025-04-16 21:19:13.397 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-16 21:19:13.410 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:13.411 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-16 21:19:13.413 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-16 21:19:13.415 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-16 21:19:13.417 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-16 21:19:13.432 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-16 21:19:13.434 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 21:19:13.435 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 21:19:13.437 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 21:19:13.439 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 21:19:13.441 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 21:19:13.442 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 21:19:13.444 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:13.446 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:13.448 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 21:19:13.449 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 21:19:13.451 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 21:19:13.453 | + functions-common:apt_get_update:1150 : return 2025-04-16 21:19:13.455 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-16 21:19:13.457 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 21:19:13.458 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:13.460 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:13.462 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-16 21:19:13.477 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2025-04-16 21:19:13.536 | Reading package lists... 2025-04-16 21:19:13.762 | Building dependency tree... 2025-04-16 21:19:13.763 | Reading state information... 2025-04-16 21:19:13.991 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-16 21:19:13.991 | fakeroot set to manually installed. 2025-04-16 21:19:13.991 | make is already the newest version (4.3-4.1build1). 2025-04-16 21:19:13.991 | make set to manually installed. 2025-04-16 21:19:13.991 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-16 21:19:13.991 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 21:19:13.995 | + functions-common:apt_get:1194 : result=0 2025-04-16 21:19:13.997 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 21:19:13.999 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:14.000 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:14.002 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:14.003 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:14.005 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:14.006 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 21:19:14.008 | + functions-common:time_stop:2407 : start_time=1744838353475 2025-04-16 21:19:14.010 | + functions-common:time_stop:2409 : [[ -z 1744838353475 ]] 2025-04-16 21:19:14.012 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:14.015 | + functions-common:time_stop:2412 : end_time=1744838354013 2025-04-16 21:19:14.016 | + functions-common:time_stop:2413 : elapsed_time=538 2025-04-16 21:19:14.018 | + functions-common:time_stop:2414 : total=39620 2025-04-16 21:19:14.020 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:14.022 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40158 2025-04-16 21:19:14.023 | + functions-common:apt_get:1198 : return 0 2025-04-16 21:19:14.025 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-16 21:19:14.027 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:14.029 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:14.031 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-16 21:19:14.033 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-16 21:19:14.035 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-16 21:19:14.039 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-16 21:19:14.040 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-16 21:19:14.044 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-16 21:19:14.044 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-16 21:19:14.047 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-16 21:19:14.049 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-16 21:19:14.051 | + functions:vercmp:639 : local v1=6.8 2025-04-16 21:19:14.053 | + functions:vercmp:640 : local 'op=<' 2025-04-16 21:19:14.054 | + functions:vercmp:641 : local v2=3.13 2025-04-16 21:19:14.056 | + functions:vercmp:642 : local result 2025-04-16 21:19:14.059 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-16 21:19:14.059 | ++ functions:vercmp:646 : sort -V 2025-04-16 21:19:14.060 | ++ functions:vercmp:646 : head -1 2025-04-16 21:19:14.063 | + functions:vercmp:646 : result=3.13 2025-04-16 21:19:14.065 | + functions:vercmp:648 : case $op in 2025-04-16 21:19:14.066 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-16 21:19:14.068 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-16 21:19:14.070 | + functions:vercmp:659 : return 2025-04-16 21:19:14.072 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-16 21:19:14.074 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:19:14.076 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-16 21:19:14.547 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-16 21:19:14.549 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-16 21:19:14.551 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:14.553 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:14.555 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-16 21:19:14.557 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:14.559 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-16 21:19:14.571 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:14.573 | + stack.sh:main:875 : install_etcd3 2025-04-16 21:19:14.575 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-16 21:19:14.575 | Installing etcd 2025-04-16 21:19:14.577 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-16 21:19:14.586 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-16 21:19:14.595 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-16 21:19:14.597 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-16 21:19:14.606 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-16 21:19:14.608 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 21:19:14.610 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 21:19:14.612 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 21:19:14.615 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 21:19:14.617 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] 2025-04-16 21:19:14.619 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-16 21:19:14.621 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 21:19:14.647 | --2025-04-16 21:19:14-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 21:19:14.653 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 21:19:14.654 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 21:19:14.696 | HTTP request sent, awaiting response... 200 OK 2025-04-16 21:19:14.696 | Length: 16171146 (15M) [application/gzip] 2025-04-16 21:19:14.696 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-16 21:19:14.702 | 2025-04-16 21:19:14.772 | 0K ........ ....... 100% 205M=0.08s 2025-04-16 21:19:14.772 | 2025-04-16 21:19:14.772 | 2025-04-16 21:19:14 (205 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-16 21:19:14.772 | 2025-04-16 21:19:14.776 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-16 21:19:14.777 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 21:19:14.780 | ++ functions:get_extra_file:74 : return 2025-04-16 21:19:14.782 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 21:19:14.784 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-16 21:19:14.786 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-16 21:19:14.788 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-16 21:19:14.879 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-16 21:19:14.882 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files 2025-04-16 21:19:14.884 | etcd-v3.4.27-linux-amd64/ 2025-04-16 21:19:14.884 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-16 21:19:14.884 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-16 21:19:15.015 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-16 21:19:15.015 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-16 21:19:15.015 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-16 21:19:15.015 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-16 21:19:15.015 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-16 21:19:15.015 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 21:19:15.016 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-16 21:19:15.017 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-16 21:19:15.018 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-16 21:19:15.019 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-16 21:19:15.020 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-16 21:19:15.020 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-16 21:19:15.020 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-16 21:19:15.020 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-16 21:19:15.020 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-16 21:19:15.020 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-16 21:19:15.020 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-16 21:19:15.020 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-16 21:19:15.020 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-16 21:19:15.020 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-16 21:19:15.021 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-16 21:19:15.021 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-16 21:19:15.021 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-16 21:19:15.021 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-16 21:19:15.021 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-16 21:19:15.021 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-16 21:19:15.021 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-16 21:19:15.021 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-16 21:19:15.021 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-16 21:19:15.021 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-16 21:19:15.022 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-16 21:19:15.022 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-16 21:19:15.022 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-16 21:19:15.022 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-16 21:19:15.022 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-16 21:19:15.022 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-16 21:19:15.022 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-16 21:19:15.022 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-16 21:19:15.022 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-16 21:19:15.023 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-16 21:19:15.023 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-16 21:19:15.023 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-16 21:19:15.023 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-16 21:19:15.023 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-16 21:19:15.023 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-16 21:19:15.023 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-16 21:19:15.024 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-16 21:19:15.024 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-16 21:19:15.024 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-16 21:19:15.024 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-16 21:19:15.024 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-16 21:19:15.024 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-16 21:19:15.024 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-16 21:19:15.025 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-16 21:19:15.025 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-16 21:19:15.025 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-16 21:19:15.025 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-16 21:19:15.025 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-16 21:19:15.025 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-16 21:19:15.025 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-16 21:19:15.025 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-16 21:19:15.025 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-16 21:19:15.025 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-16 21:19:15.026 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-16 21:19:15.027 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-16 21:19:15.028 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-16 21:19:15.028 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-16 21:19:15.029 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-16 21:19:15.030 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-16 21:19:15.031 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-16 21:19:15.031 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-16 21:19:15.032 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-16 21:19:15.033 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-16 21:19:15.034 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-16 21:19:15.035 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-16 21:19:15.036 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-16 21:19:15.036 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-16 21:19:15.037 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-16 21:19:15.038 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-16 21:19:15.039 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-16 21:19:15.040 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-16 21:19:15.040 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-16 21:19:15.042 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-16 21:19:15.043 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-16 21:19:15.044 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-16 21:19:15.044 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-16 21:19:15.046 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-16 21:19:15.046 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-16 21:19:15.046 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-16 21:19:15.046 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-16 21:19:15.046 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-16 21:19:15.046 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-16 21:19:15.047 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-16 21:19:15.048 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-16 21:19:15.048 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-16 21:19:15.048 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-16 21:19:15.049 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-16 21:19:15.050 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-16 21:19:15.051 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-16 21:19:15.051 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-16 21:19:15.051 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-16 21:19:15.051 | etcd-v3.4.27-linux-amd64/README.md 2025-04-16 21:19:15.051 | etcd-v3.4.27-linux-amd64/etcd 2025-04-16 21:19:15.224 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-16 21:19:15.247 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-16 21:19:15.266 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-16 21:19:15.268 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-16 21:19:15.281 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:19:15.283 | + stack.sh:main:894 : install_dstat 2025-04-16 21:19:15.285 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-16 21:19:15.297 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:19:15.299 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-16 21:19:15.301 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:19:15.303 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-16 21:19:15.305 | + stack.sh:main:903 : install_libs 2025-04-16 21:19:15.307 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-16 21:19:15.309 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-16 21:19:15.310 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-16 21:19:15.312 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-16 21:19:15.314 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.315 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.317 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-16 21:19:15.319 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.321 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-16 21:19:15.323 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-16 21:19:15.324 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-16 21:19:15.326 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-16 21:19:15.328 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.330 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.331 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-16 21:19:15.333 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.335 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-16 21:19:15.337 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-16 21:19:15.338 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-16 21:19:15.340 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-16 21:19:15.342 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.344 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.346 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-16 21:19:15.347 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.349 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-16 21:19:15.351 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-16 21:19:15.353 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-16 21:19:15.355 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-16 21:19:15.356 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.358 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.360 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-16 21:19:15.362 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.364 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-16 21:19:15.365 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-16 21:19:15.368 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-16 21:19:15.369 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-16 21:19:15.371 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.373 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.375 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-16 21:19:15.377 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.378 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-16 21:19:15.380 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-16 21:19:15.382 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-16 21:19:15.384 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-16 21:19:15.386 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.387 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.389 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-16 21:19:15.391 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.393 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-16 21:19:15.395 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-16 21:19:15.397 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-16 21:19:15.398 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-16 21:19:15.400 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.402 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.404 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-16 21:19:15.406 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.407 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-16 21:19:15.409 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-16 21:19:15.411 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-16 21:19:15.413 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-16 21:19:15.415 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.416 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.418 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-16 21:19:15.420 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.422 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-16 21:19:15.424 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-16 21:19:15.425 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-16 21:19:15.427 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-16 21:19:15.429 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.431 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.433 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-16 21:19:15.434 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.436 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-16 21:19:15.438 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-16 21:19:15.440 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-16 21:19:15.442 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-16 21:19:15.444 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.445 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.447 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-16 21:19:15.449 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.451 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-16 21:19:15.453 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-16 21:19:15.454 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-16 21:19:15.456 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-16 21:19:15.458 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.460 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.461 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-16 21:19:15.463 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.465 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-16 21:19:15.467 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-16 21:19:15.469 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-16 21:19:15.470 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-16 21:19:15.472 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.474 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.476 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-16 21:19:15.478 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.480 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-16 21:19:15.481 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-16 21:19:15.483 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-16 21:19:15.485 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-16 21:19:15.487 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.489 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.490 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-16 21:19:15.492 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.494 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-16 21:19:15.496 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-16 21:19:15.498 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-16 21:19:15.500 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-16 21:19:15.501 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.503 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.505 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-16 21:19:15.507 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.509 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-16 21:19:15.511 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-16 21:19:15.512 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-16 21:19:15.514 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-16 21:19:15.516 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.518 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.520 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-16 21:19:15.521 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.523 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-16 21:19:15.525 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-16 21:19:15.527 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-16 21:19:15.529 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-16 21:19:15.530 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.532 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.534 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-16 21:19:15.536 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.538 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-16 21:19:15.539 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-16 21:19:15.541 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-16 21:19:15.543 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-16 21:19:15.545 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.547 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.548 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-16 21:19:15.550 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.552 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-16 21:19:15.554 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-16 21:19:15.556 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-16 21:19:15.558 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-16 21:19:15.559 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.561 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.563 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-16 21:19:15.565 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.567 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-16 21:19:15.568 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-16 21:19:15.570 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-16 21:19:15.572 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-16 21:19:15.574 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.576 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.577 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-16 21:19:15.579 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.581 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-16 21:19:15.583 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-16 21:19:15.585 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-16 21:19:15.587 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-16 21:19:15.588 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.590 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.592 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-16 21:19:15.594 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.596 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-16 21:19:15.597 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-16 21:19:15.599 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-16 21:19:15.601 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-16 21:19:15.603 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.605 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.606 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-16 21:19:15.608 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.610 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-16 21:19:15.612 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-16 21:19:15.614 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-16 21:19:15.616 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-16 21:19:15.617 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.619 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.621 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-16 21:19:15.623 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.625 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-16 21:19:15.627 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-16 21:19:15.628 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-16 21:19:15.630 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-16 21:19:15.632 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.634 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.636 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-16 21:19:15.638 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.639 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-16 21:19:15.641 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-16 21:19:15.643 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-16 21:19:15.645 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-16 21:19:15.647 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.649 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.651 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-16 21:19:15.653 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.654 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-16 21:19:15.656 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-16 21:19:15.658 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-16 21:19:15.660 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-16 21:19:15.662 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.664 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.666 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-16 21:19:15.668 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.669 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-16 21:19:15.671 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-16 21:19:15.673 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-16 21:19:15.675 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-16 21:19:15.677 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.679 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.680 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-16 21:19:15.682 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.684 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-16 21:19:15.686 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-16 21:19:15.688 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-16 21:19:15.690 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-16 21:19:15.691 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.693 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.695 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-16 21:19:15.697 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.699 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-16 21:19:15.700 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-16 21:19:15.702 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-16 21:19:15.704 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-16 21:19:15.706 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.708 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.709 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-16 21:19:15.711 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.713 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-16 21:19:15.715 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-16 21:19:15.717 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-16 21:19:15.718 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-16 21:19:15.720 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.722 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.724 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-16 21:19:15.726 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.727 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-16 21:19:15.729 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-16 21:19:15.731 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-16 21:19:15.733 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-16 21:19:15.735 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.736 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.738 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-16 21:19:15.740 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.742 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-16 21:19:15.744 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-16 21:19:15.745 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-16 21:19:15.747 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-16 21:19:15.749 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.751 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.753 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-16 21:19:15.754 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.756 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-16 21:19:15.758 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-16 21:19:15.760 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-16 21:19:15.762 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-16 21:19:15.764 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.765 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.767 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-16 21:19:15.769 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.771 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-16 21:19:15.773 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-16 21:19:15.774 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-16 21:19:15.776 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-16 21:19:15.778 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.780 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.782 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-16 21:19:15.784 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.785 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-16 21:19:15.787 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-16 21:19:15.789 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-16 21:19:15.791 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-16 21:19:15.793 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.795 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.797 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-16 21:19:15.799 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.800 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-16 21:19:15.802 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-16 21:19:15.804 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-16 21:19:15.806 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-16 21:19:15.808 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.809 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.811 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-16 21:19:15.813 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.815 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-16 21:19:15.817 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-16 21:19:15.819 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-16 21:19:15.820 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-16 21:19:15.822 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.824 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.826 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-16 21:19:15.827 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.829 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-16 21:19:15.831 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-16 21:19:15.833 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-16 21:19:15.835 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-16 21:19:15.837 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.839 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.840 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-16 21:19:15.842 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.844 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-16 21:19:15.846 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-16 21:19:15.848 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-16 21:19:15.850 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-16 21:19:15.851 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:15.853 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:15.855 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-16 21:19:15.857 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:15.859 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-16 21:19:15.874 | Using python 3.10 to install etcd3 2025-04-16 21:19:15.876 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2025-04-16 21:19:16.860 | Collecting etcd3 2025-04-16 21:19:16.860 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-16 21:19:17.519 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-16 21:19:17.522 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-16 21:19:17.789 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-16 21:19:17.791 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-16 21:19:17.832 | Collecting six>=1.12.0 (from etcd3) 2025-04-16 21:19:17.835 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-16 21:19:17.864 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-16 21:19:17.866 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 21:19:17.881 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-16 21:19:17.908 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-16 21:19:17.913 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 21:19:17.915 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-16 21:19:18.008 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-16 21:19:18.351 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-04-16 21:19:18.525 | + inc/python:pip_install:222 : result=0 2025-04-16 21:19:18.527 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:19:18.529 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:18.531 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:18.533 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:18.534 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:18.536 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:18.538 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:19:18.540 | + functions-common:time_stop:2407 : start_time=1744838355870 2025-04-16 21:19:18.541 | + functions-common:time_stop:2409 : [[ -z 1744838355870 ]] 2025-04-16 21:19:18.544 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:18.547 | + functions-common:time_stop:2412 : end_time=1744838358545 2025-04-16 21:19:18.549 | + functions-common:time_stop:2413 : elapsed_time=2675 2025-04-16 21:19:18.550 | + functions-common:time_stop:2414 : total=11611 2025-04-16 21:19:18.552 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:18.554 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14286 2025-04-16 21:19:18.556 | + inc/python:pip_install:225 : return 0 2025-04-16 21:19:18.558 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-16 21:19:18.573 | Using python 3.10 to install etcd3gw 2025-04-16 21:19:18.575 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2025-04-16 21:19:19.471 | Collecting etcd3gw 2025-04-16 21:19:19.473 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 21:19:19.507 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-16 21:19:19.509 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 21:19:19.512 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-16 21:19:19.553 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-16 21:19:19.555 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 21:19:19.666 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-16 21:19:19.668 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-16 21:19:19.692 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-16 21:19:19.694 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 21:19:19.745 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-16 21:19:19.747 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-16 21:19:19.782 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-16 21:19:19.783 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 21:19:19.811 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-16 21:19:19.822 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-16 21:19:19.825 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 21:19:19.827 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 21:19:19.831 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 21:19:19.834 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 21:19:19.837 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 21:19:19.941 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-16 21:19:20.242 | Successfully installed certifi-2025.1.31 charset-normalizer-3.1.0 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.2 urllib3-1.26.15 2025-04-16 21:19:20.344 | + inc/python:pip_install:222 : result=0 2025-04-16 21:19:20.346 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:19:20.348 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:20.350 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:20.352 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:20.353 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:20.355 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:20.356 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:19:20.358 | + functions-common:time_stop:2407 : start_time=1744838358569 2025-04-16 21:19:20.360 | + functions-common:time_stop:2409 : [[ -z 1744838358569 ]] 2025-04-16 21:19:20.363 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:20.366 | + functions-common:time_stop:2412 : end_time=1744838360364 2025-04-16 21:19:20.368 | + functions-common:time_stop:2413 : elapsed_time=1795 2025-04-16 21:19:20.370 | + functions-common:time_stop:2414 : total=14286 2025-04-16 21:19:20.371 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:20.373 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16081 2025-04-16 21:19:20.375 | + inc/python:pip_install:225 : return 0 2025-04-16 21:19:20.377 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-16 21:19:20.378 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-16 21:19:20.380 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-16 21:19:20.382 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 21:19:20.384 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 21:19:20.386 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 21:19:20.388 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 21:19:20.390 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 21:19:20.392 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 21:19:20.393 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 21:19:20.395 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 21:19:20.397 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 21:19:20.399 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 21:19:20.401 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 21:19:20.403 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 21:19:20.404 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 21:19:20.406 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-16 21:19:20.408 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:20.410 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:20.412 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-16 21:19:20.414 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 21:19:20.415 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 21:19:20.417 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 21:19:20.419 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 21:19:20.421 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 21:19:20.423 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 21:19:20.424 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 21:19:20.426 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:20.428 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:20.430 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 21:19:20.432 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 21:19:20.434 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 21:19:20.436 | + functions-common:apt_get_update:1150 : return 2025-04-16 21:19:20.437 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 21:19:20.439 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 21:19:20.441 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:20.443 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:20.445 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 21:19:20.461 | + functions-common:apt_get:1190 : 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 2025-04-16 21:19:20.522 | Reading package lists... 2025-04-16 21:19:20.741 | Building dependency tree... 2025-04-16 21:19:20.743 | Reading state information... 2025-04-16 21:19:20.960 | uwsgi is already the newest version (2.0.20-4). 2025-04-16 21:19:20.960 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-16 21:19:20.960 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 21:19:20.960 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 21:19:20.964 | + functions-common:apt_get:1194 : result=0 2025-04-16 21:19:20.967 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 21:19:20.969 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:20.971 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:20.973 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:20.975 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:20.976 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:20.978 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 21:19:20.980 | + functions-common:time_stop:2407 : start_time=1744838360458 2025-04-16 21:19:20.982 | + functions-common:time_stop:2409 : [[ -z 1744838360458 ]] 2025-04-16 21:19:20.984 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:20.987 | + functions-common:time_stop:2412 : end_time=1744838360985 2025-04-16 21:19:20.990 | + functions-common:time_stop:2413 : elapsed_time=527 2025-04-16 21:19:20.992 | + functions-common:time_stop:2414 : total=40158 2025-04-16 21:19:20.993 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:20.996 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40685 2025-04-16 21:19:20.997 | + functions-common:apt_get:1198 : return 0 2025-04-16 21:19:20.999 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-16 21:19:21.001 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:21.003 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:21.005 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-16 21:19:21.041 | Enabling module proxy. 2025-04-16 21:19:21.045 | To activate the new configuration, you need to run: 2025-04-16 21:19:21.045 | systemctl restart apache2 2025-04-16 21:19:21.048 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-16 21:19:21.080 | Considering dependency proxy for proxy_uwsgi: 2025-04-16 21:19:21.080 | Module proxy already enabled 2025-04-16 21:19:21.080 | Enabling module proxy_uwsgi. 2025-04-16 21:19:21.084 | To activate the new configuration, you need to run: 2025-04-16 21:19:21.084 | systemctl restart apache2 2025-04-16 21:19:21.087 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-16 21:19:21.089 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 21:19:21.091 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:19:21.093 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 21:19:21.186 | + stack.sh:main:909 : install_keystoneauth 2025-04-16 21:19:21.188 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-16 21:19:21.190 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-16 21:19:21.192 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:21.193 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:21.195 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-16 21:19:21.197 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:21.199 | + stack.sh:main:910 : install_keystoneclient 2025-04-16 21:19:21.201 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-16 21:19:21.202 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-16 21:19:21.204 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:21.206 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:21.208 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-16 21:19:21.210 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:21.212 | + stack.sh:main:911 : install_glanceclient 2025-04-16 21:19:21.214 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-16 21:19:21.216 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-16 21:19:21.218 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:21.220 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:21.222 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-16 21:19:21.223 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:21.225 | + stack.sh:main:912 : install_cinderclient 2025-04-16 21:19:21.227 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-16 21:19:21.229 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-16 21:19:21.231 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:21.233 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:21.235 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-16 21:19:21.236 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:21.238 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-16 21:19:21.240 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-16 21:19:21.242 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:21.244 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:21.245 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-16 21:19:21.247 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:21.249 | + stack.sh:main:913 : install_novaclient 2025-04-16 21:19:21.251 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-16 21:19:21.253 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-16 21:19:21.255 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:21.256 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:21.258 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-16 21:19:21.260 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:21.262 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-16 21:19:21.275 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:21.277 | + stack.sh:main:915 : install_swiftclient 2025-04-16 21:19:21.279 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-16 21:19:21.281 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-16 21:19:21.282 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:21.284 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:21.286 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-16 21:19:21.288 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:21.290 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-16 21:19:21.302 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:21.304 | + stack.sh:main:918 : install_neutronclient 2025-04-16 21:19:21.306 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-16 21:19:21.308 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-16 21:19:21.310 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:21.312 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:21.313 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-16 21:19:21.315 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:21.317 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-16 21:19:21.319 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-16 21:19:21.321 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-16 21:19:21.323 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:21.325 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:21.327 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-16 21:19:21.329 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:21.331 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-16 21:19:21.332 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-16 21:19:21.334 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 21:19:21.337 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-16 21:19:21.339 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-16 21:19:21.340 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 21:19:21.343 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-16 21:19:21.344 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 21:19:21.347 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-16 21:19:21.349 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-16 21:19:21.351 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-16 21:19:21.353 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-16 21:19:21.355 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-16 21:19:21.370 | Using python 3.10 to install keystonemiddleware 2025-04-16 21:19:21.372 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2025-04-16 21:19:22.270 | Collecting keystonemiddleware 2025-04-16 21:19:22.272 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 21:19:22.327 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-16 21:19:22.330 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 21:19:22.370 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-16 21:19:22.372 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 21:19:22.410 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-16 21:19:22.412 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 21:19:22.462 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-16 21:19:22.464 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 21:19:22.498 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-16 21:19:22.501 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 21:19:22.533 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-16 21:19:22.535 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 21:19:22.578 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-16 21:19:22.582 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 21:19:22.623 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-16 21:19:22.625 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 21:19:22.673 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-16 21:19:22.677 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 21:19:22.678 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (5.11.1) 2025-04-16 21:19:22.706 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-16 21:19:22.708 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 21:19:22.743 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-16 21:19:22.745 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 21:19:22.747 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-04-16 21:19:22.795 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 21:19:22.797 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 21:19:22.815 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 21:19:22.817 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 21:19:22.866 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 21:19:22.868 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 21:19:22.912 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 21:19:22.916 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 21:19:23.013 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 21:19:23.015 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2025-04-16 21:19:23.042 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 21:19:23.044 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 21:19:23.069 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 21:19:23.072 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-16 21:19:23.094 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 21:19:23.097 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 21:19:23.218 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 21:19:23.220 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-16 21:19:23.244 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 21:19:23.244 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-16 21:19:23.348 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 21:19:23.351 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-16 21:19:23.413 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 21:19:23.416 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-16 21:19:23.445 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 21:19:23.446 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-16 21:19:23.482 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 21:19:23.482 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-16 21:19:23.517 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 21:19:23.518 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 21:19:23.562 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 21:19:23.563 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 21:19:23.574 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware) (1.16.0) 2025-04-16 21:19:23.601 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.1.0) 2025-04-16 21:19:23.601 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-04-16 21:19:23.604 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.15) 2025-04-16 21:19:23.604 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2025.1.31) 2025-04-16 21:19:23.746 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 21:19:23.748 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-04-16 21:19:23.780 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 21:19:23.782 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 21:19:23.915 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-16 21:19:23.918 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-16 21:19:23.923 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-16 21:19:23.926 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-16 21:19:23.929 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-16 21:19:23.932 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-16 21:19:23.935 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-16 21:19:23.939 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-16 21:19:23.941 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-16 21:19:23.946 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-16 21:19:23.969 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-16 21:19:23.977 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-16 21:19:23.983 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-16 21:19:23.987 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-16 21:19:23.992 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-16 21:19:23.996 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-16 21:19:24.003 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-16 21:19:24.026 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-16 21:19:24.032 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 21:19:24.037 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-16 21:19:24.042 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-16 21:19:24.050 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-16 21:19:24.078 | 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) 2025-04-16 21:19:24.108 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-16 21:19:24.112 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 21:19:24.115 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-16 21:19:24.120 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-16 21:19:24.123 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-16 21:19:24.419 | Installing collected packages: pytz, pyinotify, netifaces, netaddr, msgpack, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2025-04-16 21:19:26.087 | 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.3.0 keystonemiddleware-10.4.1 msgpack-1.0.5 netaddr-0.8.0 netifaces-0.11.0 os-service-types-1.7.0 oslo.cache-3.5.0 oslo.config-9.2.0 oslo.context-5.2.0 oslo.i18n-6.1.1 oslo.log-5.3.2 oslo.serialization-5.2.1 oslo.utils-6.2.1 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.2.0 pytz-2023.3 rfc3986-2.0.0 stevedore-5.1.0 tzdata-2023.3 wrapt-1.15.0 2025-04-16 21:19:26.233 | + inc/python:pip_install:222 : result=0 2025-04-16 21:19:26.235 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:19:26.237 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:26.239 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:26.241 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:26.243 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:26.244 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:26.246 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:19:26.248 | + functions-common:time_stop:2407 : start_time=1744838361366 2025-04-16 21:19:26.249 | + functions-common:time_stop:2409 : [[ -z 1744838361366 ]] 2025-04-16 21:19:26.252 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:26.255 | + functions-common:time_stop:2412 : end_time=1744838366253 2025-04-16 21:19:26.256 | + functions-common:time_stop:2413 : elapsed_time=4887 2025-04-16 21:19:26.258 | + functions-common:time_stop:2414 : total=16081 2025-04-16 21:19:26.259 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:26.261 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20968 2025-04-16 21:19:26.263 | + inc/python:pip_install:225 : return 0 2025-04-16 21:19:26.265 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-16 21:19:26.267 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-16 21:19:26.268 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 21:19:26.271 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-16 21:19:26.273 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-16 21:19:26.274 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 21:19:26.277 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-16 21:19:26.277 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 21:19:26.281 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-16 21:19:26.283 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-16 21:19:26.285 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-16 21:19:26.287 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-16 21:19:26.289 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-16 21:19:26.305 | Using python 3.10 to install python-memcached 2025-04-16 21:19:26.307 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2025-04-16 21:19:27.190 | Collecting python-memcached 2025-04-16 21:19:27.192 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 21:19:27.195 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2025-04-16 21:19:27.197 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-16 21:19:27.397 | Installing collected packages: python-memcached 2025-04-16 21:19:27.420 | Successfully installed python-memcached-1.59 2025-04-16 21:19:27.496 | + inc/python:pip_install:222 : result=0 2025-04-16 21:19:27.498 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:19:27.500 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:27.501 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:27.503 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:27.504 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:27.506 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:27.508 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:19:27.510 | + functions-common:time_stop:2407 : start_time=1744838366301 2025-04-16 21:19:27.511 | + functions-common:time_stop:2409 : [[ -z 1744838366301 ]] 2025-04-16 21:19:27.514 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:27.517 | + functions-common:time_stop:2412 : end_time=1744838367515 2025-04-16 21:19:27.518 | + functions-common:time_stop:2413 : elapsed_time=1214 2025-04-16 21:19:27.520 | + functions-common:time_stop:2414 : total=20968 2025-04-16 21:19:27.522 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:27.523 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22182 2025-04-16 21:19:27.525 | + inc/python:pip_install:225 : return 0 2025-04-16 21:19:27.527 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-16 21:19:27.540 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:27.542 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 21:19:27.543 | + stack.sh:main:926 : stack_install_service keystone 2025-04-16 21:19:27.545 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-16 21:19:27.547 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-16 21:19:27.549 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 21:19:27.550 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-16 21:19:27.552 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-16 21:19:27.563 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:19:27.565 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-16 21:19:27.566 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-16 21:19:27.568 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-16 21:19:27.570 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 21:19:27.571 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 21:19:27.573 | ++ functions-common:git_clone:576 : pwd 2025-04-16 21:19:27.575 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:19:27.576 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:19:27.578 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:19:27.589 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:19:27.591 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 21:19:27.592 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 21:19:27.594 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:19:27.596 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 21:19:27.596 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:19:27.600 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-16 21:19:27.602 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:19:27.603 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 21:19:27.605 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:19:27.606 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:19:27.608 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:19:27.609 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:19:27.611 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:19:27.612 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:19:27.614 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:19:27.615 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:19:27.618 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:19:27.620 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838367618 2025-04-16 21:19:27.621 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 21:19:27.624 | Cloning into '/opt/stack//keystone'... 2025-04-16 21:19:29.928 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:19:29.930 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:29.932 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:29.933 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:29.935 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:29.936 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:29.938 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:19:29.939 | + functions-common:time_stop:2407 : start_time=1744838367618 2025-04-16 21:19:29.941 | + functions-common:time_stop:2409 : [[ -z 1744838367618 ]] 2025-04-16 21:19:29.943 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:29.946 | + functions-common:time_stop:2412 : end_time=1744838369944 2025-04-16 21:19:29.947 | + functions-common:time_stop:2413 : elapsed_time=2326 2025-04-16 21:19:29.949 | + functions-common:time_stop:2414 : total=6034 2025-04-16 21:19:29.950 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:29.952 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8360 2025-04-16 21:19:29.953 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-16 21:19:29.955 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 21:19:29.956 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:19:29.958 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:19:29.960 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:19:29.961 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:19:29.963 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:19:29.964 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:19:29.966 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:19:29.967 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:19:29.970 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:19:29.972 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838369970 2025-04-16 21:19:29.974 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 21:19:32.430 | From https://opendev.org/openstack/keystone 2025-04-16 21:19:32.430 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 21:19:32.434 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:19:32.436 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:32.438 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:32.439 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:32.441 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:32.443 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:32.444 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:19:32.446 | + functions-common:time_stop:2407 : start_time=1744838369970 2025-04-16 21:19:32.447 | + functions-common:time_stop:2409 : [[ -z 1744838369970 ]] 2025-04-16 21:19:32.450 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:32.452 | + functions-common:time_stop:2412 : end_time=1744838372450 2025-04-16 21:19:32.454 | + functions-common:time_stop:2413 : elapsed_time=2480 2025-04-16 21:19:32.455 | + functions-common:time_stop:2414 : total=8360 2025-04-16 21:19:32.457 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:32.459 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10840 2025-04-16 21:19:32.460 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 21:19:32.462 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:19:32.463 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:19:32.465 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:19:32.467 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:19:32.468 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:19:32.470 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:19:32.471 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:19:32.473 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:19:32.475 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:19:32.478 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838372476 2025-04-16 21:19:32.480 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 21:19:32.569 | Note: switching to 'FETCH_HEAD'. 2025-04-16 21:19:32.569 | 2025-04-16 21:19:32.569 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 21:19:32.569 | changes and commit them, and you can discard any commits you make in this 2025-04-16 21:19:32.569 | state without impacting any branches by switching back to a branch. 2025-04-16 21:19:32.569 | 2025-04-16 21:19:32.569 | If you want to create a new branch to retain commits you create, you may 2025-04-16 21:19:32.569 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 21:19:32.569 | 2025-04-16 21:19:32.569 | git switch -c 2025-04-16 21:19:32.569 | 2025-04-16 21:19:32.569 | Or undo this operation with: 2025-04-16 21:19:32.569 | 2025-04-16 21:19:32.569 | git switch - 2025-04-16 21:19:32.569 | 2025-04-16 21:19:32.569 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 21:19:32.569 | 2025-04-16 21:19:32.569 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 21:19:32.573 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:19:32.574 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:32.576 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:32.577 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:32.579 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:32.581 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:32.582 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:19:32.584 | + functions-common:time_stop:2407 : start_time=1744838372476 2025-04-16 21:19:32.585 | + functions-common:time_stop:2409 : [[ -z 1744838372476 ]] 2025-04-16 21:19:32.587 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:32.590 | + functions-common:time_stop:2412 : end_time=1744838372588 2025-04-16 21:19:32.592 | + functions-common:time_stop:2413 : elapsed_time=112 2025-04-16 21:19:32.593 | + functions-common:time_stop:2414 : total=10840 2025-04-16 21:19:32.595 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:32.597 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10952 2025-04-16 21:19:32.598 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-16 21:19:32.608 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-16 21:19:32.610 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 21:19:32.610 | + functions-common:git_clone:656 : head -1 2025-04-16 21:19:32.612 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 21:19:32.614 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 21:19:32.616 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-16 21:19:32.617 | + inc/python:setup_develop:360 : local bindep 2025-04-16 21:19:32.619 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 21:19:32.621 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-16 21:19:32.623 | + inc/python:setup_develop:366 : local extras= 2025-04-16 21:19:32.624 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-16 21:19:32.626 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 21:19:32.628 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 21:19:32.630 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-16 21:19:32.632 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 21:19:32.633 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 21:19:32.636 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-16 21:19:32.637 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 21:19:32.640 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-16 21:19:32.641 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 21:19:32.643 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 21:19:32.646 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-16 21:19:32.649 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-16 21:19:32.651 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-16 21:19:32.972 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-16 21:19:32.974 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 21:19:32.976 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 21:19:32.978 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 21:19:32.979 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-16 21:19:32.981 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-16 21:19:32.983 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 21:19:32.985 | + inc/python:setup_package:450 : local extras= 2025-04-16 21:19:32.986 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 21:19:32.988 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 21:19:32.990 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 21:19:32.991 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 21:19:32.993 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 21:19:32.995 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-16 21:19:33.010 | Using python 3.10 to install /opt/stack/keystone 2025-04-16 21:19:33.012 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2025-04-16 21:19:33.809 | Obtaining file:///opt/stack/keystone 2025-04-16 21:19:33.812 | Preparing metadata (setup.py): started 2025-04-16 21:19:34.501 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 21:19:34.557 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.11.1) 2025-04-16 21:19:34.557 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.8.7) 2025-04-16 21:19:34.664 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-16 21:19:34.666 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 21:19:34.688 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-16 21:19:34.690 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-16 21:19:34.927 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-16 21:19:34.930 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-16 21:19:35.355 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.357 | 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.metadata (10.0 kB) 2025-04-16 21:19:35.360 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.1.0) 2025-04-16 21:19:35.380 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.382 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 21:19:35.384 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-16 21:19:35.385 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (10.4.1) 2025-04-16 21:19:35.441 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.445 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-16 21:19:35.516 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.518 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-16 21:19:35.523 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.5.0) 2025-04-16 21:19:35.525 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (9.2.0) 2025-04-16 21:19:35.525 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-16 21:19:35.596 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.601 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-16 21:19:35.654 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.656 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 21:19:35.658 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.1.1) 2025-04-16 21:19:35.659 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.3.2) 2025-04-16 21:19:35.697 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.699 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 21:19:35.742 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.744 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 21:19:35.746 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.1) 2025-04-16 21:19:35.769 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.771 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 21:19:35.772 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.2.1) 2025-04-16 21:19:35.795 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.797 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-16 21:19:35.827 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.829 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-16 21:19:35.857 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.858 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 21:19:35.860 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.1.8) 2025-04-16 21:19:35.902 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.905 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-16 21:19:35.908 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.1.1) 2025-04-16 21:19:35.908 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.0.5) 2025-04-16 21:19:35.936 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 21:19:35.942 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 21:19:35.944 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (2023.3) 2025-04-16 21:19:36.143 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 21:19:36.146 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-16 21:19:36.151 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2025-04-16 21:19:36.200 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 21:19:36.201 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 21:19:36.229 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 21:19:36.231 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 21:19:36.252 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 21:19:36.254 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 21:19:36.284 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 21:19:36.285 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 21:19:36.312 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-16 21:19:36.314 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-16 21:19:36.323 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2025-04-16 21:19:36.368 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.370 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-16 21:19:36.409 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.411 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-16 21:19:36.435 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.3.0) 2025-04-16 21:19:36.438 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.2) 2025-04-16 21:19:36.480 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2025-04-16 21:19:36.481 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2025-04-16 21:19:36.482 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2025-04-16 21:19:36.483 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.0.0) 2025-04-16 21:19:36.556 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.558 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-16 21:19:36.579 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.581 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 21:19:36.600 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.602 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-16 21:19:36.627 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (2.8.2) 2025-04-16 21:19:36.628 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2025-04-16 21:19:36.687 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.690 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 21:19:36.717 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.719 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 21:19:36.721 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2025-04-16 21:19:36.777 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.779 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 21:19:36.804 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.807 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 21:19:36.853 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.855 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 21:19:36.889 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.892 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 21:19:36.911 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==0.0.1.dev11) (2023.3) 2025-04-16 21:19:36.946 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 21:19:36.948 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-16 21:19:36.965 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2025-04-16 21:19:36.966 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2025-04-16 21:19:36.967 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2025-04-16 21:19:36.968 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2025-04-16 21:19:37.042 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 21:19:37.044 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 21:19:37.192 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 21:19:37.194 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-16 21:19:37.223 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 21:19:37.225 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-16 21:19:37.274 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 21:19:37.277 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-16 21:19:37.533 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 21:19:37.541 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-16 21:19:37.626 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 21:19:37.628 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 21:19:37.658 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:37.660 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-16 21:19:37.736 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 21:19:37.741 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-16 21:19:37.765 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.15.0) 2025-04-16 21:19:37.894 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 21:19:37.896 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-16 21:19:37.930 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2025-04-16 21:19:38.020 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.022 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-16 21:19:38.065 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.066 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-16 21:19:38.118 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.119 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-16 21:19:38.142 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.144 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 21:19:38.167 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.179 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-16 21:19:38.219 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.222 | 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.metadata (11 kB) 2025-04-16 21:19:38.254 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.255 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 21:19:38.261 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (4.0.1) 2025-04-16 21:19:38.317 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.318 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 21:19:38.397 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.1.0) 2025-04-16 21:19:38.399 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.4) 2025-04-16 21:19:38.399 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.26.15) 2025-04-16 21:19:38.399 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2025.1.31) 2025-04-16 21:19:38.462 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.6.0) 2025-04-16 21:19:38.553 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.555 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-16 21:19:38.697 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.700 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 21:19:38.795 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (69.1.1) 2025-04-16 21:19:38.941 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 21:19:38.943 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-16 21:19:39.205 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-16 21:19:39.213 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-16 21:19:39.246 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-16 21:19:39.249 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-16 21:19:39.253 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-16 21:19:39.256 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-16 21:19:39.259 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-16 21:19:39.263 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-16 21:19:39.277 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-16 21:19:39.280 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-16 21:19:39.283 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-16 21:19:39.286 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-16 21:19:39.289 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-16 21:19:39.294 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-16 21:19:39.297 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-16 21:19:39.301 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-16 21:19:39.309 | 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) 2025-04-16 21:19:39.320 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-16 21:19:39.325 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-16 21:19:39.327 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-16 21:19:39.331 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 21:19:39.334 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-16 21:19:39.336 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-16 21:19:39.341 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-16 21:19:39.344 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-16 21:19:39.351 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-16 21:19:39.354 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-16 21:19:39.357 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-16 21:19:39.360 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-16 21:19:39.363 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-16 21:19:39.365 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-16 21:19:39.368 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 21:19:39.371 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-16 21:19:39.374 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-16 21:19:39.376 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-16 21:19:39.379 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-16 21:19:39.381 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-16 21:19:39.385 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-16 21:19:39.389 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-16 21:19:39.392 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-16 21:19:39.394 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-16 21:19:39.398 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-16 21:19:39.402 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-16 21:19:39.405 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-16 21:19:39.407 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-16 21:19:39.413 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-16 21:19:39.416 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-16 21:19:39.418 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-16 21:19:39.421 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-16 21:19:39.424 | 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) 2025-04-16 21:19:39.426 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-16 21:19:39.428 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-16 21:19:39.431 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 21:19:39.434 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-16 21:19:39.437 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-16 21:19:39.926 | Installing collected packages: Yappi, wcwidth, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testresources, Routes, pyrsistent, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, testscenarios, 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 2025-04-16 21:19:44.235 | Running setup.py develop for keystone 2025-04-16 21:19:45.326 | Successfully installed Flask-2.2.3 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Paste-3.5.2 PasteDeploy-3.0.1 PrettyTable-3.7.0 PyJWT-2.6.0 Routes-2.5.1 SQLAlchemy-1.4.41 Werkzeug-2.2.3 Yappi-1.4.0 alembic-1.9.4 amqp-5.1.1 aniso8601-9.0.1 attrs-23.1.0 bcrypt-4.0.1 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 cryptography-40.0.2 defusedxml-0.7.1 dnspython-2.3.0 elementpath-4.1.1 eventlet-0.33.3 fasteners-0.18 greenlet-2.0.2 itsdangerous-2.1.2 jsonschema-4.17.3 keystone-0.0.1.dev11 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.1 oslo.messaging-14.4.2 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.1 oslo.upgradecheck-2.2.0 osprofiler-4.1.0 passlib-1.7.4 prometheus-client-0.16.0 pycparser-2.21 pyopenssl-23.1.1 pyrsistent-0.19.3 pysaml2-7.3.1 repoze.lru-0.7 scrypt-0.8.20 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 wcwidth-0.2.6 xmlschema-2.2.3 2025-04-16 21:19:45.646 | + inc/python:pip_install:222 : result=0 2025-04-16 21:19:45.648 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:19:45.650 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:45.652 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:45.653 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:45.655 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:45.656 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:45.658 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:19:45.659 | + functions-common:time_stop:2407 : start_time=1744838373006 2025-04-16 21:19:45.661 | + functions-common:time_stop:2409 : [[ -z 1744838373006 ]] 2025-04-16 21:19:45.663 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:45.666 | + functions-common:time_stop:2412 : end_time=1744838385664 2025-04-16 21:19:45.667 | + functions-common:time_stop:2413 : elapsed_time=12658 2025-04-16 21:19:45.669 | + functions-common:time_stop:2414 : total=22182 2025-04-16 21:19:45.671 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:45.673 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34840 2025-04-16 21:19:45.674 | + inc/python:pip_install:225 : return 0 2025-04-16 21:19:45.676 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 21:19:45.678 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:19:45.679 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-16 21:19:45.681 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-16 21:19:45.683 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:45.685 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:45.686 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-16 21:19:45.688 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:45.690 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-16 21:19:45.702 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:19:45.704 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-16 21:19:45.706 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 21:19:45.708 | + stack.sh:main:927 : configure_keystone 2025-04-16 21:19:45.710 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-16 21:19:45.719 | + 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 ]] 2025-04-16 21:19:45.721 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-16 21:19:45.724 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-16 21:19:45.735 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:19:45.737 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-16 21:19:45.761 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-16 21:19:45.784 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-16 21:19:45.808 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-16 21:19:45.833 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-16 21:19:45.857 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-16 21:19:45.881 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-16 21:19:45.903 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-16 21:19:45.927 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-16 21:19:45.929 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-16 21:19:45.931 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-16 21:19:45.932 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-16 21:19:45.934 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 21:19:45.936 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 21:19:45.949 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:45.951 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 21:19:45.953 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 21:19:45.955 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 21:19:45.966 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:45.967 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:19:45.970 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:19:45.994 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 21:19:45.996 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 21:19:45.997 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-16 21:19:45.999 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-16 21:19:46.011 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:19:46.013 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-16 21:19:46.036 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-16 21:19:46.038 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-16 21:19:46.063 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-16 21:19:46.065 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-16 21:19:46.067 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-16 21:19:46.068 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-16 21:19:46.070 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 21:19:46.072 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 21:19:46.074 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 21:19:46.086 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:46.087 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 21:19:46.089 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-16 21:19:46.091 | + 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' 2025-04-16 21:19:46.116 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-16 21:19:46.117 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-16 21:19:46.119 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-16 21:19:46.121 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-16 21:19:46.123 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 21:19:46.136 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 21:19:46.138 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 21:19:46.139 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 21:19:46.141 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 21:19:46.143 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 21:19:46.165 | + 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' 2025-04-16 21:19:46.187 | + 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' 2025-04-16 21:19:46.209 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 21:19:46.231 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-16 21:19:46.254 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-16 21:19:46.256 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2025-04-16 21:19:46.258 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-16 21:19:46.260 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 21:19:46.262 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-16 21:19:46.264 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 21:19:46.265 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 21:19:46.268 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 21:19:46.270 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-16 21:19:46.272 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 21:19:46.274 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 21:19:46.283 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 21:19:46.283 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 21:19:46.290 | d /var/run/uwsgi 0755 stack root 2025-04-16 21:19:46.292 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 21:19:46.300 | /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. 2025-04-16 21:19:46.303 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 21:19:46.305 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-16 21:19:46.308 | + lib/apache:write_uwsgi_config:262 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 21:19:46.331 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-16 21:19:46.352 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-16 21:19:46.374 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-16 21:19:46.395 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-16 21:19:46.418 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-16 21:19:46.440 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-16 21:19:46.461 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-16 21:19:46.483 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-16 21:19:46.506 | + lib/apache:write_uwsgi_config:277 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 21:19:46.528 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-16 21:19:46.551 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-16 21:19:46.572 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-16 21:19:46.594 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 21:19:46.596 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 21:19:46.598 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-16 21:19:46.600 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-16 21:19:46.602 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 21:19:46.603 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:46.605 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:46.607 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 21:19:46.609 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 21:19:46.611 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 21:19:46.633 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-16 21:19:46.655 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 ' 2025-04-16 21:19:46.655 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 21:19:46.662 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-16 21:19:46.665 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-16 21:19:46.667 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-16 21:19:46.668 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 21:19:46.671 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 21:19:46.672 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 21:19:46.674 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:46.676 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:46.678 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 21:19:46.679 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 21:19:46.681 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:19:46.683 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:19:46.685 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-16 21:19:46.719 | Enabling site keystone-wsgi-public. 2025-04-16 21:19:46.723 | To activate the new configuration, you need to run: 2025-04-16 21:19:46.723 | systemctl reload apache2 2025-04-16 21:19:46.726 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 21:19:46.728 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 21:19:46.730 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:19:46.732 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 21:19:46.823 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-16 21:19:46.847 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-16 21:19:46.872 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-16 21:19:46.896 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-16 21:19:46.898 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-16 21:19:46.924 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-16 21:19:46.947 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-16 21:19:46.970 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-16 21:19:46.994 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 21:19:46.996 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 21:19:46.998 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-16 21:19:47.021 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-16 21:19:47.043 | + stack.sh:main:931 : is_service_enabled swift 2025-04-16 21:19:47.056 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:19:47.058 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-16 21:19:47.071 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:47.073 | + stack.sh:main:947 : stack_install_service glance 2025-04-16 21:19:47.074 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-16 21:19:47.076 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-16 21:19:47.078 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 21:19:47.080 | + lib/stack:stack_install_service:32 : install_glance 2025-04-16 21:19:47.082 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-16 21:19:47.084 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-16 21:19:47.086 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-16 21:19:47.099 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:19:47.100 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-16 21:19:47.102 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-16 21:19:47.114 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:19:47.117 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-16 21:19:47.118 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-16 21:19:47.120 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:19:47.122 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:19:47.124 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-16 21:19:47.126 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:19:47.128 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-16 21:19:47.130 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-16 21:19:47.132 | ++ inc/python:join_extras:29 : echo cinder 2025-04-16 21:19:47.134 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-16 21:19:47.136 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-16 21:19:47.138 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-16 21:19:47.140 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-16 21:19:47.142 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-16 21:19:47.144 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-16 21:19:47.146 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-16 21:19:47.149 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-04-16 21:19:47.149 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-16 21:19:47.154 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-16 21:19:47.155 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-16 21:19:47.157 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-16 21:19:47.160 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-16 21:19:47.162 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-16 21:19:47.178 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-16 21:19:47.179 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2025-04-16 21:19:48.169 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 21:19:48.171 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 21:19:48.224 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.33.3) 2025-04-16 21:19:48.224 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.17.3) 2025-04-16 21:19:48.225 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.3.0) 2025-04-16 21:19:48.226 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 21:19:48.227 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.2.0) 2025-04-16 21:19:48.227 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.1) 2025-04-16 21:19:48.231 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.1) 2025-04-16 21:19:48.231 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.1) 2025-04-16 21:19:48.231 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 21:19:48.231 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.28.2) 2025-04-16 21:19:48.231 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.1.0) 2025-04-16 21:19:48.290 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 21:19:48.293 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-16 21:19:48.330 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 21:19:48.342 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 21:19:48.379 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 21:19:48.381 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 21:19:48.416 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 21:19:48.427 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-16 21:19:48.450 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.3.0) 2025-04-16 21:19:48.451 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.2) 2025-04-16 21:19:48.452 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.16.0) 2025-04-16 21:19:48.470 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1.0) 2025-04-16 21:19:48.471 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19.3) 2025-04-16 21:19:48.497 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.1.0) 2025-04-16 21:19:48.499 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) 2025-04-16 21:19:48.499 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.11.1) 2025-04-16 21:19:48.569 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-16 21:19:48.579 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 21:19:48.588 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 21:19:48.588 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.3.2) 2025-04-16 21:19:48.594 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.2.1) 2025-04-16 21:19:48.595 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.3.1) 2025-04-16 21:19:48.600 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.18) 2025-04-16 21:19:48.622 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0) 2025-04-16 21:19:48.623 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.5.0) 2025-04-16 21:19:48.624 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.8.0) 2025-04-16 21:19:48.625 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) 2025-04-16 21:19:48.636 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2025-04-16 21:19:48.637 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.5) 2025-04-16 21:19:48.647 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-16 21:19:48.648 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-16 21:19:48.655 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.11.0) 2025-04-16 21:19:48.656 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1) 2025-04-16 21:19:48.657 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.9) 2025-04-16 21:19:48.667 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.7.0) 2025-04-16 21:19:48.689 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.0) 2025-04-16 21:19:48.690 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4) 2025-04-16 21:19:48.691 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.15) 2025-04-16 21:19:48.692 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2025.1.31) 2025-04-16 21:19:48.727 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2025-04-16 21:19:48.738 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.15.0) 2025-04-16 21:19:48.863 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.8.2) 2025-04-16 21:19:48.865 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.9.6) 2025-04-16 21:19:48.879 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.5.2) 2025-04-16 21:19:48.880 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.0.1) 2025-04-16 21:19:48.882 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) 2025-04-16 21:19:48.882 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.7) 2025-04-16 21:19:48.882 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.4.0) 2025-04-16 21:19:48.886 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (4.0.1) 2025-04-16 21:19:48.908 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.6) 2025-04-16 21:19:49.015 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (69.1.1) 2025-04-16 21:19:49.056 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) 2025-04-16 21:19:49.170 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-16 21:19:49.175 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-16 21:19:49.180 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-16 21:19:49.183 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-16 21:19:49.185 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-16 21:19:49.189 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-16 21:19:49.564 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-16 21:19:50.350 | Successfully installed glance-store-4.6.1 os-brick-6.4.2 os-win-5.9.0 oslo.privsep-3.2.0 oslo.rootwrap-7.1.0 python-cinderclient-9.4.0 2025-04-16 21:19:50.481 | + inc/python:pip_install:222 : result=0 2025-04-16 21:19:50.484 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:19:50.486 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:50.488 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:50.489 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:50.491 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:50.493 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:50.495 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:19:50.497 | + functions-common:time_stop:2407 : start_time=1744838387173 2025-04-16 21:19:50.498 | + functions-common:time_stop:2409 : [[ -z 1744838387173 ]] 2025-04-16 21:19:50.501 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:50.504 | + functions-common:time_stop:2412 : end_time=1744838390502 2025-04-16 21:19:50.506 | + functions-common:time_stop:2413 : elapsed_time=3329 2025-04-16 21:19:50.508 | + functions-common:time_stop:2414 : total=34840 2025-04-16 21:19:50.510 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:50.511 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38169 2025-04-16 21:19:50.514 | + inc/python:pip_install:225 : return 0 2025-04-16 21:19:50.516 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-16 21:19:50.518 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-16 21:19:50.520 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-16 21:19:50.531 | + lib/glance:copy_rootwrap:241 : cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ 2025-04-16 21:19:50.535 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-16 21:19:50.537 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-16 21:19:50.539 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-16 21:19:50.541 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 21:19:50.543 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 21:19:50.545 | ++ functions-common:git_clone:576 : pwd 2025-04-16 21:19:50.547 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:19:50.549 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:19:50.552 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:19:50.564 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:19:50.566 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 21:19:50.568 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 21:19:50.570 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:19:50.573 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 21:19:50.573 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:19:50.576 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-16 21:19:50.578 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:19:50.580 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 21:19:50.582 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:19:50.584 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:19:50.586 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:19:50.588 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:19:50.589 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:19:50.591 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:19:50.593 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:19:50.595 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:19:50.597 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:19:50.600 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838390599 2025-04-16 21:19:50.603 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 21:19:50.606 | Cloning into '/opt/stack//glance'... 2025-04-16 21:19:52.836 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:19:52.838 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:52.840 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:52.842 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:52.844 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:52.845 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:52.847 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:19:52.849 | + functions-common:time_stop:2407 : start_time=1744838390599 2025-04-16 21:19:52.850 | + functions-common:time_stop:2409 : [[ -z 1744838390599 ]] 2025-04-16 21:19:52.853 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:52.855 | + functions-common:time_stop:2412 : end_time=1744838392853 2025-04-16 21:19:52.857 | + functions-common:time_stop:2413 : elapsed_time=2254 2025-04-16 21:19:52.859 | + functions-common:time_stop:2414 : total=10952 2025-04-16 21:19:52.861 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:52.862 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13206 2025-04-16 21:19:52.864 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-16 21:19:52.866 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 21:19:52.867 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:19:52.869 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:19:52.871 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:19:52.873 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:19:52.874 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:19:52.876 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:19:52.878 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:19:52.880 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:19:52.882 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:19:52.885 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838392883 2025-04-16 21:19:52.887 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 21:19:54.920 | From https://opendev.org/openstack/glance 2025-04-16 21:19:54.920 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 21:19:54.924 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:19:54.926 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:54.928 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:54.930 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:54.931 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:54.933 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:54.935 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:19:54.936 | + functions-common:time_stop:2407 : start_time=1744838392883 2025-04-16 21:19:54.938 | + functions-common:time_stop:2409 : [[ -z 1744838392883 ]] 2025-04-16 21:19:54.941 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:54.944 | + functions-common:time_stop:2412 : end_time=1744838394942 2025-04-16 21:19:54.945 | + functions-common:time_stop:2413 : elapsed_time=2059 2025-04-16 21:19:54.947 | + functions-common:time_stop:2414 : total=13206 2025-04-16 21:19:54.949 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:54.951 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15265 2025-04-16 21:19:54.952 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 21:19:54.954 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:19:54.956 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:19:54.958 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:19:54.959 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:19:54.961 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:19:54.963 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:19:54.965 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:19:54.966 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:19:54.969 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:19:54.972 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838394969 2025-04-16 21:19:54.973 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 21:19:55.040 | Note: switching to 'FETCH_HEAD'. 2025-04-16 21:19:55.040 | 2025-04-16 21:19:55.040 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 21:19:55.040 | changes and commit them, and you can discard any commits you make in this 2025-04-16 21:19:55.040 | state without impacting any branches by switching back to a branch. 2025-04-16 21:19:55.040 | 2025-04-16 21:19:55.040 | If you want to create a new branch to retain commits you create, you may 2025-04-16 21:19:55.040 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 21:19:55.040 | 2025-04-16 21:19:55.040 | git switch -c 2025-04-16 21:19:55.040 | 2025-04-16 21:19:55.040 | Or undo this operation with: 2025-04-16 21:19:55.040 | 2025-04-16 21:19:55.040 | git switch - 2025-04-16 21:19:55.040 | 2025-04-16 21:19:55.040 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 21:19:55.040 | 2025-04-16 21:19:55.040 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-16 21:19:55.042 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:19:55.044 | + functions-common:time_stop:2400 : local name 2025-04-16 21:19:55.046 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:19:55.047 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:19:55.049 | + functions-common:time_stop:2403 : local total 2025-04-16 21:19:55.051 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:19:55.053 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:19:55.055 | + functions-common:time_stop:2407 : start_time=1744838394969 2025-04-16 21:19:55.056 | + functions-common:time_stop:2409 : [[ -z 1744838394969 ]] 2025-04-16 21:19:55.059 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:19:55.062 | + functions-common:time_stop:2412 : end_time=1744838395059 2025-04-16 21:19:55.063 | + functions-common:time_stop:2413 : elapsed_time=90 2025-04-16 21:19:55.065 | + functions-common:time_stop:2414 : total=15265 2025-04-16 21:19:55.067 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:19:55.068 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15355 2025-04-16 21:19:55.070 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-16 21:19:55.080 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-16 21:19:55.082 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 21:19:55.082 | + functions-common:git_clone:656 : head -1 2025-04-16 21:19:55.084 | 18453f8 Fixed typo in discovery.py 2025-04-16 21:19:55.087 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 21:19:55.089 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-16 21:19:55.091 | + inc/python:setup_develop:360 : local bindep 2025-04-16 21:19:55.092 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 21:19:55.094 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-16 21:19:55.096 | + inc/python:setup_develop:366 : local extras= 2025-04-16 21:19:55.098 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-16 21:19:55.100 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 21:19:55.102 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 21:19:55.104 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-16 21:19:55.106 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 21:19:55.107 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 21:19:55.110 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-16 21:19:55.112 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 21:19:55.114 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-16 21:19:55.116 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 21:19:55.118 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 21:19:55.120 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-16 21:19:55.124 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-16 21:19:55.126 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-16 21:19:55.446 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-16 21:19:55.448 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 21:19:55.450 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 21:19:55.452 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 21:19:55.454 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-16 21:19:55.456 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-16 21:19:55.458 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 21:19:55.459 | + inc/python:setup_package:450 : local extras= 2025-04-16 21:19:55.461 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 21:19:55.463 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 21:19:55.465 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 21:19:55.467 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 21:19:55.468 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 21:19:55.470 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-16 21:19:55.486 | Using python 3.10 to install /opt/stack/glance 2025-04-16 21:19:55.488 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2025-04-16 21:19:56.306 | Obtaining file:///opt/stack/glance 2025-04-16 21:19:56.307 | Preparing metadata (setup.py): started 2025-04-16 21:19:56.675 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 21:19:56.735 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.11.1) 2025-04-16 21:19:56.735 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.7.1) 2025-04-16 21:19:56.737 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.4.41) 2025-04-16 21:19:56.737 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.33.3) 2025-04-16 21:19:56.737 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.0.1) 2025-04-16 21:19:56.738 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.1) 2025-04-16 21:19:56.738 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.8.7) 2025-04-16 21:19:56.831 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-16 21:19:56.833 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 21:19:56.836 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.9.4) 2025-04-16 21:19:56.864 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-16 21:19:56.866 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 21:19:56.867 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (9.2.0) 2025-04-16 21:19:56.868 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 21:19:56.869 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 21:19:56.870 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.2.0) 2025-04-16 21:19:56.871 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.2.1) 2025-04-16 21:19:56.871 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.1.0) 2025-04-16 21:19:56.872 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.4.1) 2025-04-16 21:19:56.912 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-16 21:19:56.914 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-16 21:19:56.916 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.0) 2025-04-16 21:19:56.916 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (10.4.1) 2025-04-16 21:19:56.937 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-16 21:19:56.940 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 21:19:56.944 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.7.0) 2025-04-16 21:19:56.944 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.5.2) 2025-04-16 21:19:56.944 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.17.3) 2025-04-16 21:19:56.944 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 21:19:56.944 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (23.1.1) 2025-04-16 21:19:56.945 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.1.1) 2025-04-16 21:19:56.946 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.1.1) 2025-04-16 21:19:56.970 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-16 21:19:56.972 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 21:19:56.974 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.2) 2025-04-16 21:19:56.974 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.4.2) 2025-04-16 21:19:56.975 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 21:19:57.004 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-16 21:19:57.006 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 21:19:57.008 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.2.1) 2025-04-16 21:19:57.025 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-16 21:19:57.027 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-16 21:19:57.029 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.1.0) 2025-04-16 21:19:57.031 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.6.1) 2025-04-16 21:19:57.031 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.0) 2025-04-16 21:19:57.032 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (40.0.2) 2025-04-16 21:19:57.140 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-16 21:19:57.142 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 21:19:57.144 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.1.0) 2025-04-16 21:19:57.145 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.9.0) 2025-04-16 21:19:57.269 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-16 21:19:57.270 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 21:19:57.277 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev13) (1.2.4) 2025-04-16 21:19:57.314 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 21:19:57.315 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-16 21:19:57.318 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==0.0.1.dev13) (2.28.2) 2025-04-16 21:19:57.337 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.6.1->glance==0.0.1.dev13) (1.15.1) 2025-04-16 21:19:57.346 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==0.0.1.dev13) (5.2.1) 2025-04-16 21:19:57.351 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==0.0.1.dev13) (1.15.0) 2025-04-16 21:19:57.357 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.3.0) 2025-04-16 21:19:57.359 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.0.2) 2025-04-16 21:19:57.359 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (1.16.0) 2025-04-16 21:19:57.400 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==0.0.1.dev13) (3.0.9) 2025-04-16 21:19:57.421 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (23.1.0) 2025-04-16 21:19:57.421 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (0.19.3) 2025-04-16 21:19:57.446 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev13) (1.7.0) 2025-04-16 21:19:57.469 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.5.0) 2025-04-16 21:19:57.470 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.1.1) 2025-04-16 21:19:57.485 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev13) (0.18) 2025-04-16 21:19:57.504 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (6.0) 2025-04-16 21:19:57.505 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (0.8.0) 2025-04-16 21:19:57.506 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (2.0.0) 2025-04-16 21:19:57.556 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (2.0.1) 2025-04-16 21:19:57.558 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (0.5.0) 2025-04-16 21:19:57.616 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 21:19:57.617 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-16 21:19:57.642 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (2.8.2) 2025-04-16 21:19:57.643 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (0.9.6) 2025-04-16 21:19:57.668 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.1.1) 2025-04-16 21:19:57.669 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.3.0) 2025-04-16 21:19:57.670 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.2.4) 2025-04-16 21:19:57.671 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.7.0) 2025-04-16 21:19:57.672 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (3.2.1) 2025-04-16 21:19:57.683 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (3.1.2) 2025-04-16 21:19:57.684 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 21:19:57.686 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 21:19:57.814 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-16 21:19:57.817 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-04-16 21:19:57.841 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (0.11.0) 2025-04-16 21:19:57.842 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (23.1) 2025-04-16 21:19:57.843 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-16 21:19:57.843 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-16 21:19:57.876 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev13) (69.1.1) 2025-04-16 21:19:57.905 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev13) (0.2.6) 2025-04-16 21:19:57.954 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==0.0.1.dev13) (0.7) 2025-04-16 21:19:58.217 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 21:19:58.220 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 21:19:58.262 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 21:19:58.264 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-16 21:19:58.287 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 21:19:58.289 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-16 21:19:58.292 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==0.0.1.dev13) (6.3.1) 2025-04-16 21:19:58.337 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 21:19:58.337 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-16 21:19:58.407 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 21:19:58.409 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 21:19:58.423 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.0.0) 2025-04-16 21:19:58.493 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev13) (2.21) 2025-04-16 21:19:58.608 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 21:19:58.613 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 21:19:58.627 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev13) (2.1.2) 2025-04-16 21:19:58.744 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 21:19:58.746 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-16 21:19:58.766 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 21:19:58.768 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 21:19:58.797 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 21:19:58.799 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-16 21:19:58.801 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (5.1.1) 2025-04-16 21:19:58.822 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 21:19:58.824 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-16 21:19:58.827 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (1.1.8) 2025-04-16 21:19:58.883 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.16.0) 2025-04-16 21:19:58.898 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev13) (1.0.5) 2025-04-16 21:19:58.919 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (1.4.0) 2025-04-16 21:19:58.920 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 21:19:59.087 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 21:19:59.088 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 21:19:59.173 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.1.0) 2025-04-16 21:19:59.175 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.4) 2025-04-16 21:19:59.176 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (1.26.15) 2025-04-16 21:19:59.177 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (2025.1.31) 2025-04-16 21:19:59.286 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev13) (2.6.0) 2025-04-16 21:19:59.516 | Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 21:19:59.518 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-16 21:19:59.567 | Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 21:19:59.569 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-16 21:19:59.707 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 21:19:59.710 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-16 21:20:00.061 | Collecting pyperclip>=1.6 (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.dev13) 2025-04-16 21:20:00.063 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 21:20:00.127 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-16 21:20:00.134 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-16 21:20:00.137 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-16 21:20:00.141 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-16 21:20:00.143 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-16 21:20:00.146 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-16 21:20:00.149 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-16 21:20:00.151 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-16 21:20:00.157 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-16 21:20:00.170 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-16 21:20:00.173 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 21:20:00.175 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-16 21:20:00.189 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-16 21:20:00.200 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2025-04-16 21:20:00.205 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-16 21:20:00.208 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-16 21:20:00.211 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-16 21:20:00.213 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 21:20:00.216 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-16 21:20:00.219 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-16 21:20:00.221 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-16 21:20:00.233 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 21:20:00.235 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 21:20:00.240 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 21:20:00.246 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-16 21:20:00.581 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, appdirs, zipp, sqlparse, retrying, pydot, psutil, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, automaton, WSME, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2025-04-16 21:20:03.740 | Running setup.py develop for glance 2025-04-16 21:20:04.948 | Successfully installed WSME-0.12.1 appdirs-1.4.4 automaton-3.2.0 autopage-0.5.1 castellan-4.3.0 cliff-4.3.0 cmd2-2.4.3 cursive-0.2.3 glance-0.0.1.dev13 httplib2-0.22.0 importlib-metadata-6.0.1 jmespath-1.0.1 jsonpatch-1.32 jsonpointer-2.3 networkx-3.1 openstacksdk-1.5.1 oslo.limit-2.2.0 oslo.reports-3.1.0 psutil-5.9.5 pydot-1.4.2 pyperclip-1.8.2 python-barbicanclient-5.6.1 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 sqlparse-0.4.4 taskflow-5.4.0 zipp-3.15.0 2025-04-16 21:20:05.121 | + inc/python:pip_install:222 : result=0 2025-04-16 21:20:05.123 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:20:05.125 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:05.127 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:05.129 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:05.130 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:05.132 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:05.134 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:20:05.136 | + functions-common:time_stop:2407 : start_time=1744838395481 2025-04-16 21:20:05.137 | + functions-common:time_stop:2409 : [[ -z 1744838395481 ]] 2025-04-16 21:20:05.140 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:05.143 | + functions-common:time_stop:2412 : end_time=1744838405141 2025-04-16 21:20:05.144 | + functions-common:time_stop:2413 : elapsed_time=9660 2025-04-16 21:20:05.146 | + functions-common:time_stop:2414 : total=38169 2025-04-16 21:20:05.148 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:05.149 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47829 2025-04-16 21:20:05.151 | + inc/python:pip_install:225 : return 0 2025-04-16 21:20:05.153 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 21:20:05.155 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:20:05.157 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-16 21:20:05.159 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-16 21:20:05.160 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:20:05.162 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:20:05.164 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-16 21:20:05.166 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:20:05.168 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 21:20:05.170 | + stack.sh:main:948 : configure_glance 2025-04-16 21:20:05.172 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-16 21:20:05.181 | + lib/glance:configure_glance:325 : local dburl 2025-04-16 21:20:05.184 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-16 21:20:05.185 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-16 21:20:05.187 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-16 21:20:05.189 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-16 21:20:05.191 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 21:20:05.192 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 21:20:05.194 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 21:20:05.205 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:05.207 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 21:20:05.208 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 21:20:05.211 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 21:20:05.213 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-16 21:20:05.236 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 21:20:05.259 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-16 21:20:05.281 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 21:20:05.303 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-16 21:20:05.327 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-16 21:20:05.351 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-16 21:20:05.353 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 21:20:05.355 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-16 21:20:05.357 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 21:20:05.358 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-16 21:20:05.382 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-16 21:20:05.403 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 21:20:05.425 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-16 21:20:05.447 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-16 21:20:05.469 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-16 21:20:05.491 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-16 21:20:05.512 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-16 21:20:05.534 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 21:20:05.555 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 21:20:05.577 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-16 21:20:05.600 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-16 21:20:05.602 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-16 21:20:05.604 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-16 21:20:05.606 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 21:20:05.607 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 21:20:05.609 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 21:20:05.621 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:05.624 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 21:20:05.625 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 21:20:05.627 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 21:20:05.639 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:05.641 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:20:05.643 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:20:05.665 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 21:20:05.667 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 21:20:05.669 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-16 21:20:05.671 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-16 21:20:05.693 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-16 21:20:05.715 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-16 21:20:05.716 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-16 21:20:05.718 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-16 21:20:05.720 | + lib/glance:configure_glance_store:253 : local be 2025-04-16 21:20:05.722 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-16 21:20:05.723 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-16 21:20:05.725 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 21:20:05.749 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-16 21:20:05.751 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-16 21:20:05.775 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-16 21:20:05.776 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-16 21:20:05.788 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:20:05.790 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-16 21:20:05.813 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-16 21:20:05.825 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:20:05.827 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-16 21:20:05.829 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-16 21:20:05.831 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 21:20:05.833 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 21:20:05.845 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 21:20:05.847 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 21:20:05.849 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 21:20:05.851 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 21:20:05.853 | + 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}}' 2025-04-16 21:20:05.875 | + 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' 2025-04-16 21:20:05.896 | + 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' 2025-04-16 21:20:05.919 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 21:20:05.942 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-16 21:20:05.945 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-16 21:20:05.969 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-16 21:20:05.992 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 21:20:06.014 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-16 21:20:06.036 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-16 21:20:06.059 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-16 21:20:06.081 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-16 21:20:06.104 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 21:20:06.128 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-16 21:20:06.153 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-16 21:20:06.177 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-16 21:20:06.199 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-16 21:20:06.203 | + lib/glance:configure_glance:410 : 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 2025-04-16 21:20:06.207 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-16 21:20:06.218 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:20:06.220 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-16 21:20:06.222 | + lib/glance:configure_glance:421 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image 2025-04-16 21:20:06.224 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-16 21:20:06.225 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 21:20:06.227 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-16 21:20:06.230 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 21:20:06.232 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-16 21:20:06.234 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-16 21:20:06.237 | + lib/apache:write_local_uwsgi_http_config:316 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 21:20:06.260 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-16 21:20:06.262 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-16 21:20:06.263 | ++ functions:get_random_port:848 : true 2025-04-16 21:20:06.265 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-16 21:20:06.267 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-16 21:20:06.268 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-16 21:20:06.313 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-16 21:20:06.315 | ++ functions:get_random_port:852 : break 2 2025-04-16 21:20:06.316 | ++ functions:get_random_port:856 : echo 60999 2025-04-16 21:20:06.319 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-16 21:20:06.320 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-16 21:20:06.342 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-16 21:20:06.363 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-16 21:20:06.385 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-16 21:20:06.406 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 21:20:06.427 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-16 21:20:06.448 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-16 21:20:06.470 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-16 21:20:06.491 | + lib/apache:write_local_uwsgi_http_config:330 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 21:20:06.514 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 21:20:06.535 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 21:20:06.558 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 21:20:06.579 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-16 21:20:06.601 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 21:20:06.623 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-16 21:20:06.644 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-16 21:20:06.666 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-16 21:20:06.688 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-16 21:20:06.710 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-16 21:20:06.732 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-16 21:20:06.734 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-16 21:20:06.736 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 21:20:06.738 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:06.740 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:06.742 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-16 21:20:06.743 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-16 21:20:06.775 | proxy (enabled by site administrator) 2025-04-16 21:20:06.777 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-16 21:20:06.779 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-16 21:20:06.781 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 21:20:06.782 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:06.784 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:06.786 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-16 21:20:06.788 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-16 21:20:06.816 | No module matches proxy_http 2025-04-16 21:20:06.818 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-16 21:20:06.850 | Considering dependency proxy for proxy_http: 2025-04-16 21:20:06.850 | Module proxy already enabled 2025-04-16 21:20:06.850 | Enabling module proxy_http. 2025-04-16 21:20:06.854 | To activate the new configuration, you need to run: 2025-04-16 21:20:06.854 | systemctl restart apache2 2025-04-16 21:20:06.857 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-16 21:20:06.859 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 21:20:06.861 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:20:06.863 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 21:20:06.959 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-16 21:20:06.961 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-16 21:20:06.963 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-16 21:20:06.965 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 21:20:06.967 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:06.968 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:06.970 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 21:20:06.973 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 21:20:06.975 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-16 21:20:06.975 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 21:20:06.982 | KeepAlive Off 2025-04-16 21:20:06.985 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 21:20:06.985 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-16 21:20:06.992 | SetEnv proxy-sendchunked 1 2025-04-16 21:20:06.995 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-16 21:20:06.995 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 21:20:07.001 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-16 21:20:07.004 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-16 21:20:07.006 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-16 21:20:07.007 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 21:20:07.009 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 21:20:07.011 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 21:20:07.012 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:07.014 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:07.016 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 21:20:07.018 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 21:20:07.020 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:07.021 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:07.023 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-16 21:20:07.054 | Enabling site glance-wsgi-api. 2025-04-16 21:20:07.058 | To activate the new configuration, you need to run: 2025-04-16 21:20:07.058 | systemctl reload apache2 2025-04-16 21:20:07.061 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-16 21:20:07.063 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 21:20:07.065 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:20:07.066 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 21:20:07.172 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-16 21:20:07.176 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-16 21:20:07.199 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-16 21:20:07.201 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-16 21:20:07.225 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-16 21:20:07.248 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-16 21:20:07.270 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-16 21:20:07.283 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:07.285 | + stack.sh:main:953 : stack_install_service cinder 2025-04-16 21:20:07.287 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-16 21:20:07.289 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-16 21:20:07.291 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 21:20:07.293 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-16 21:20:07.295 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-16 21:20:07.297 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-16 21:20:07.298 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-16 21:20:07.300 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 21:20:07.302 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 21:20:07.304 | ++ functions-common:git_clone:576 : pwd 2025-04-16 21:20:07.306 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:20:07.308 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:20:07.310 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:20:07.322 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:20:07.323 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 21:20:07.325 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 21:20:07.327 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:20:07.329 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 21:20:07.329 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:20:07.333 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-16 21:20:07.335 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:20:07.336 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 21:20:07.338 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:20:07.339 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:20:07.341 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:20:07.343 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:20:07.345 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:20:07.347 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:20:07.348 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:20:07.350 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:20:07.352 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:20:07.355 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838407353 2025-04-16 21:20:07.357 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 21:20:07.360 | Cloning into '/opt/stack//cinder'... 2025-04-16 21:20:10.892 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:20:10.894 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:10.896 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:10.898 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:10.899 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:10.901 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:10.903 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:20:10.904 | + functions-common:time_stop:2407 : start_time=1744838407353 2025-04-16 21:20:10.906 | + functions-common:time_stop:2409 : [[ -z 1744838407353 ]] 2025-04-16 21:20:10.909 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:10.912 | + functions-common:time_stop:2412 : end_time=1744838410909 2025-04-16 21:20:10.913 | + functions-common:time_stop:2413 : elapsed_time=3556 2025-04-16 21:20:10.915 | + functions-common:time_stop:2414 : total=15355 2025-04-16 21:20:10.917 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:10.919 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=18911 2025-04-16 21:20:10.920 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-16 21:20:10.922 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 21:20:10.924 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:20:10.926 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:20:10.927 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:20:10.929 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:20:10.931 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:20:10.933 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:20:10.935 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:20:10.936 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:20:10.939 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:20:10.942 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838410939 2025-04-16 21:20:10.943 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 21:20:13.848 | From https://opendev.org/openstack/cinder 2025-04-16 21:20:13.848 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 21:20:13.852 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:20:13.854 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:13.855 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:13.857 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:13.859 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:13.860 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:13.862 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:20:13.864 | + functions-common:time_stop:2407 : start_time=1744838410939 2025-04-16 21:20:13.865 | + functions-common:time_stop:2409 : [[ -z 1744838410939 ]] 2025-04-16 21:20:13.868 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:13.871 | + functions-common:time_stop:2412 : end_time=1744838413868 2025-04-16 21:20:13.872 | + functions-common:time_stop:2413 : elapsed_time=2929 2025-04-16 21:20:13.874 | + functions-common:time_stop:2414 : total=18911 2025-04-16 21:20:13.875 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:13.877 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21840 2025-04-16 21:20:13.879 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 21:20:13.880 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:20:13.882 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:20:13.884 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:20:13.885 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:20:13.887 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:20:13.889 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:20:13.891 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:20:13.892 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:20:13.895 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:20:13.898 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838413895 2025-04-16 21:20:13.900 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 21:20:14.135 | Note: switching to 'FETCH_HEAD'. 2025-04-16 21:20:14.135 | 2025-04-16 21:20:14.135 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 21:20:14.135 | changes and commit them, and you can discard any commits you make in this 2025-04-16 21:20:14.135 | state without impacting any branches by switching back to a branch. 2025-04-16 21:20:14.135 | 2025-04-16 21:20:14.135 | If you want to create a new branch to retain commits you create, you may 2025-04-16 21:20:14.135 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 21:20:14.135 | 2025-04-16 21:20:14.135 | git switch -c 2025-04-16 21:20:14.135 | 2025-04-16 21:20:14.135 | Or undo this operation with: 2025-04-16 21:20:14.135 | 2025-04-16 21:20:14.135 | git switch - 2025-04-16 21:20:14.135 | 2025-04-16 21:20:14.135 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 21:20:14.135 | 2025-04-16 21:20:14.135 | HEAD is now at a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 21:20:14.139 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:20:14.141 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:14.142 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:14.144 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:14.146 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:14.148 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:14.149 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:20:14.151 | + functions-common:time_stop:2407 : start_time=1744838413895 2025-04-16 21:20:14.153 | + functions-common:time_stop:2409 : [[ -z 1744838413895 ]] 2025-04-16 21:20:14.155 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:14.158 | + functions-common:time_stop:2412 : end_time=1744838414156 2025-04-16 21:20:14.159 | + functions-common:time_stop:2413 : elapsed_time=261 2025-04-16 21:20:14.161 | + functions-common:time_stop:2414 : total=21840 2025-04-16 21:20:14.162 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:14.164 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22101 2025-04-16 21:20:14.166 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-16 21:20:14.176 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-16 21:20:14.178 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 21:20:14.178 | + functions-common:git_clone:656 : head -1 2025-04-16 21:20:14.180 | a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 21:20:14.183 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 21:20:14.184 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-16 21:20:14.186 | + inc/python:setup_develop:360 : local bindep 2025-04-16 21:20:14.188 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 21:20:14.190 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-16 21:20:14.192 | + inc/python:setup_develop:366 : local extras= 2025-04-16 21:20:14.193 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-16 21:20:14.195 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 21:20:14.197 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 21:20:14.199 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-16 21:20:14.200 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 21:20:14.202 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 21:20:14.204 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-16 21:20:14.206 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 21:20:14.208 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-16 21:20:14.210 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 21:20:14.212 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 21:20:14.215 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-16 21:20:14.219 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-16 21:20:14.220 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-16 21:20:14.547 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-16 21:20:14.549 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 21:20:14.551 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 21:20:14.553 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 21:20:14.555 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-16 21:20:14.557 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-16 21:20:14.558 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 21:20:14.560 | + inc/python:setup_package:450 : local extras= 2025-04-16 21:20:14.563 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 21:20:14.565 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 21:20:14.566 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 21:20:14.569 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 21:20:14.571 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 21:20:14.575 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-16 21:20:14.596 | Using python 3.10 to install /opt/stack/cinder 2025-04-16 21:20:14.597 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2025-04-16 21:20:15.415 | Obtaining file:///opt/stack/cinder 2025-04-16 21:20:15.415 | Preparing metadata (setup.py): started 2025-04-16 21:20:15.972 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 21:20:16.060 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.11.1) 2025-04-16 21:20:16.061 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.1) 2025-04-16 21:20:16.062 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.33.3) 2025-04-16 21:20:16.062 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.0.2) 2025-04-16 21:20:16.063 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.22.0) 2025-04-16 21:20:16.064 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.0.1) 2025-04-16 21:20:16.066 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.1.0) 2025-04-16 21:20:16.066 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.17.3) 2025-04-16 21:20:16.066 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.0) 2025-04-16 21:20:16.067 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (10.4.1) 2025-04-16 21:20:16.383 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.386 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.6 kB) 2025-04-16 21:20:16.412 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.414 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 21:20:16.416 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (9.2.0) 2025-04-16 21:20:16.417 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 21:20:16.418 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 21:20:16.419 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.1.1) 2025-04-16 21:20:16.419 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.2) 2025-04-16 21:20:16.420 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.4.2) 2025-04-16 21:20:16.421 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 21:20:16.423 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.2.1) 2025-04-16 21:20:16.423 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.0) 2025-04-16 21:20:16.426 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.1.0) 2025-04-16 21:20:16.426 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (7.1.0) 2025-04-16 21:20:16.426 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.1) 2025-04-16 21:20:16.426 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.1) 2025-04-16 21:20:16.426 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.2.0) 2025-04-16 21:20:16.427 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.2.1) 2025-04-16 21:20:16.462 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.464 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 21:20:16.465 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.1.0) 2025-04-16 21:20:16.466 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (23.1) 2025-04-16 21:20:16.508 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.510 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-16 21:20:16.512 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.5.2) 2025-04-16 21:20:16.512 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.1) 2025-04-16 21:20:16.513 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.5) 2025-04-16 21:20:16.514 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.9) 2025-04-16 21:20:16.515 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.6.1) 2025-04-16 21:20:16.550 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.552 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 21:20:16.553 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 21:20:16.590 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.592 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 21:20:16.623 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.625 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 21:20:16.626 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2023.3) 2025-04-16 21:20:16.627 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.28.2) 2025-04-16 21:20:16.628 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.5.1) 2025-04-16 21:20:16.629 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.4.0) 2025-04-16 21:20:16.651 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.651 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-16 21:20:16.657 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.16.0) 2025-04-16 21:20:16.658 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.4.41) 2025-04-16 21:20:16.659 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.0) 2025-04-16 21:20:16.679 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.681 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-16 21:20:16.684 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.3.1) 2025-04-16 21:20:16.685 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.8.7) 2025-04-16 21:20:16.686 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.1.1) 2025-04-16 21:20:16.727 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.729 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-16 21:20:16.732 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.4.2) 2025-04-16 21:20:16.734 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.0) 2025-04-16 21:20:16.808 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.810 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 21:20:16.915 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev23) 2025-04-16 21:20:16.917 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 21:20:16.921 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.3.0) 2025-04-16 21:20:16.921 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (40.0.2) 2025-04-16 21:20:16.921 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.2.3) 2025-04-16 21:20:17.014 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev23) 2025-04-16 21:20:17.016 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-04-16 21:20:17.482 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev23) 2025-04-16 21:20:17.484 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-16 21:20:18.114 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 21:20:18.116 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-16 21:20:18.118 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==0.0.1.dev23) (1.0.1) 2025-04-16 21:20:18.148 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 21:20:18.150 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 21:20:18.180 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev23) (1.15.1) 2025-04-16 21:20:18.193 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev23) (2.3.0) 2025-04-16 21:20:18.353 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 21:20:18.355 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 21:20:18.374 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 21:20:18.376 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 21:20:18.454 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 21:20:18.456 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 21:20:18.476 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 21:20:18.478 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 21:20:18.511 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev23) (3.15.0) 2025-04-16 21:20:18.532 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (23.1.0) 2025-04-16 21:20:18.532 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (0.19.3) 2025-04-16 21:20:18.557 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev23) (1.7.0) 2025-04-16 21:20:18.580 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.5.0) 2025-04-16 21:20:18.582 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.1.1) 2025-04-16 21:20:18.631 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 21:20:18.633 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 21:20:18.667 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 21:20:18.669 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-16 21:20:18.696 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 21:20:18.697 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 21:20:18.726 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev23) (0.18) 2025-04-16 21:20:18.746 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (6.0) 2025-04-16 21:20:18.746 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.5.0) 2025-04-16 21:20:18.748 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (0.8.0) 2025-04-16 21:20:18.748 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.0.0) 2025-04-16 21:20:18.774 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.9.4) 2025-04-16 21:20:18.775 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.0.1) 2025-04-16 21:20:18.776 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (0.5.0) 2025-04-16 21:20:18.803 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (2.8.2) 2025-04-16 21:20:18.805 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (0.9.6) 2025-04-16 21:20:18.831 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.1.1) 2025-04-16 21:20:18.833 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.3.0) 2025-04-16 21:20:18.833 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (2.4.1) 2025-04-16 21:20:18.834 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.4) 2025-04-16 21:20:18.835 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.7.0) 2025-04-16 21:20:18.847 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.1.2) 2025-04-16 21:20:18.848 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 21:20:18.851 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 21:20:18.871 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev23) (1.0.5) 2025-04-16 21:20:18.896 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->cinder==0.0.1.dev23) (2023.3) 2025-04-16 21:20:18.911 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (1.4.0) 2025-04-16 21:20:18.912 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 21:20:18.924 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (3.7.0) 2025-04-16 21:20:18.936 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev23) (0.11.0) 2025-04-16 21:20:18.969 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (0.7.1) 2025-04-16 21:20:19.001 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) 2025-04-16 21:20:19.003 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 21:20:19.005 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (1.26.15) 2025-04-16 21:20:19.091 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev23) 2025-04-16 21:20:19.093 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2025-04-16 21:20:19.106 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev23) (69.1.1) 2025-04-16 21:20:19.172 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (4.3.0) 2025-04-16 21:20:19.191 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (23.1.1) 2025-04-16 21:20:19.212 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) 2025-04-16 21:20:19.219 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 21:20:19.220 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.15.0) 2025-04-16 21:20:19.306 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.1.0) 2025-04-16 21:20:19.307 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.4) 2025-04-16 21:20:19.308 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2025.1.31) 2025-04-16 21:20:19.325 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==0.0.1.dev23) (0.7) 2025-04-16 21:20:19.363 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev23) 2025-04-16 21:20:19.365 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 21:20:19.516 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.2.0) 2025-04-16 21:20:19.517 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.1) 2025-04-16 21:20:19.519 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (1.4.2) 2025-04-16 21:20:19.603 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev23) 2025-04-16 21:20:19.605 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-16 21:20:19.663 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.2.4) 2025-04-16 21:20:19.680 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.0.0) 2025-04-16 21:20:19.813 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev23) (2.21) 2025-04-16 21:20:19.849 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (0.5.1) 2025-04-16 21:20:19.850 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (2.4.3) 2025-04-16 21:20:20.029 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 (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) 2025-04-16 21:20:20.031 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 21:20:20.033 | 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 /opt/stack/data/venv/lib/python3.10/site-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.22.3) 2025-04-16 21:20:20.141 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (2.1.2) 2025-04-16 21:20:20.341 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (1.1.8) 2025-04-16 21:20:20.366 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.16.0) 2025-04-16 21:20:20.390 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (0.2.6) 2025-04-16 21:20:20.943 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.6.0) 2025-04-16 21:20:21.073 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.32) 2025-04-16 21:20:21.286 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-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) 2025-04-16 21:20:21.362 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (2.3) 2025-04-16 21:20:21.632 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-16 21:20:21.636 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-16 21:20:21.703 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2025-04-16 21:20:21.756 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-16 21:20:21.760 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-16 21:20:21.763 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-16 21:20:21.767 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-16 21:20:21.770 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-16 21:20:21.774 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-16 21:20:21.779 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-16 21:20:21.782 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-16 21:20:21.784 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-16 21:20:21.787 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-16 21:20:21.798 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-16 21:20:21.851 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-16 21:20:21.854 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-16 21:20:21.860 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-16 21:20:21.862 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-16 21:20:21.865 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-16 21:20:21.869 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2025-04-16 21:20:21.875 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-16 21:20:21.878 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-16 21:20:21.880 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-16 21:20:21.883 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-16 21:20:21.886 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-16 21:20:21.889 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-16 21:20:21.891 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-16 21:20:21.893 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-16 21:20:22.443 | Installing collected packages: zstd, voluptuous, pyasn1, 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 2025-04-16 21:20:25.437 | Running setup.py develop for cinder 2025-04-16 21:20:26.890 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev23 google-api-core-2.11.0 google-api-python-client-2.86.0 google-auth-2.17.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.59.0 lxml-4.9.2 oauth2client-4.1.3 oslo.versionedobjects-3.2.0 oslo.vmware-4.2.0 paramiko-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.3.0 pynacl-1.5.0 python-glanceclient-4.4.1 python-novaclient-18.4.0 python-swiftclient-4.4.0 pyudev-0.24.1 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-4.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.5.1 2025-04-16 21:20:27.216 | + inc/python:pip_install:222 : result=0 2025-04-16 21:20:27.218 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:20:27.220 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:27.222 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:27.223 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:27.225 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:27.227 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:27.228 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:20:27.230 | + functions-common:time_stop:2407 : start_time=1744838414589 2025-04-16 21:20:27.231 | + functions-common:time_stop:2409 : [[ -z 1744838414589 ]] 2025-04-16 21:20:27.234 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:27.237 | + functions-common:time_stop:2412 : end_time=1744838427235 2025-04-16 21:20:27.239 | + functions-common:time_stop:2413 : elapsed_time=12646 2025-04-16 21:20:27.240 | + functions-common:time_stop:2414 : total=47829 2025-04-16 21:20:27.242 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:27.244 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=60475 2025-04-16 21:20:27.246 | + inc/python:pip_install:225 : return 0 2025-04-16 21:20:27.247 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 21:20:27.249 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:20:27.251 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-16 21:20:27.253 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-16 21:20:27.255 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:20:27.257 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:20:27.259 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-16 21:20:27.261 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:20:27.263 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-16 21:20:27.264 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-16 21:20:27.266 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-16 21:20:27.268 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:27.270 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:27.272 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-16 21:20:27.281 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-16 21:20:27.283 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 21:20:27.285 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 21:20:27.287 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 21:20:27.289 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 21:20:27.290 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 21:20:27.292 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 21:20:27.294 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:27.296 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:27.298 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 21:20:27.299 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 21:20:27.301 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 21:20:27.303 | + functions-common:apt_get_update:1150 : return 2025-04-16 21:20:27.305 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-16 21:20:27.307 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 21:20:27.308 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:27.310 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:27.312 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-16 21:20:27.328 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2025-04-16 21:20:27.391 | Reading package lists... 2025-04-16 21:20:27.602 | Building dependency tree... 2025-04-16 21:20:27.606 | Reading state information... 2025-04-16 21:20:27.817 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-16 21:20:27.817 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 21:20:27.822 | + functions-common:apt_get:1194 : result=0 2025-04-16 21:20:27.824 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 21:20:27.826 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:27.828 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:27.830 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:27.832 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:27.834 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:27.836 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 21:20:27.838 | + functions-common:time_stop:2407 : start_time=1744838427326 2025-04-16 21:20:27.840 | + functions-common:time_stop:2409 : [[ -z 1744838427326 ]] 2025-04-16 21:20:27.843 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:27.846 | + functions-common:time_stop:2412 : end_time=1744838427844 2025-04-16 21:20:27.848 | + functions-common:time_stop:2413 : elapsed_time=518 2025-04-16 21:20:27.850 | + functions-common:time_stop:2414 : total=40685 2025-04-16 21:20:27.852 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:27.854 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41203 2025-04-16 21:20:27.856 | + functions-common:apt_get:1198 : return 0 2025-04-16 21:20:27.858 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 21:20:27.860 | + stack.sh:main:954 : configure_cinder 2025-04-16 21:20:27.862 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-16 21:20:27.872 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-16 21:20:27.875 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-16 21:20:27.877 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-16 21:20:27.878 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 21:20:27.881 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 21:20:27.881 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-16 21:20:27.885 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-16 21:20:27.886 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-16 21:20:27.888 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 21:20:27.890 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-16 21:20:27.892 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-16 21:20:27.893 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-16 21:20:27.895 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 21:20:27.897 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-16 21:20:27.905 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-16 21:20:27.914 | + 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 2025-04-16 21:20:27.923 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2025-04-16 21:20:27.932 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-16 21:20:27.941 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-16 21:20:27.950 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 21:20:27.952 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 21:20:27.955 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.xalyM1XCmP 2025-04-16 21:20:27.957 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 21:20:27.959 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 21:20:27.961 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-16 21:20:27.962 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.xalyM1XCmP 2025-04-16 21:20:27.965 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.xalyM1XCmP 2025-04-16 21:20:27.974 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.xalyM1XCmP /etc/sudoers.d/cinder-rootwrap 2025-04-16 21:20:27.983 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 21:20:27.986 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 21:20:27.988 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 21:20:27.990 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 21:20:27.991 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 21:20:27.993 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-16 21:20:27.995 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-16 21:20:27.997 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-16 21:20:27.997 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 21:20:28.004 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 21:20:28.006 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 21:20:28.015 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 21:20:28.023 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-16 21:20:28.025 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-16 21:20:28.028 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-16 21:20:28.031 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-16 21:20:28.045 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-16 21:20:28.059 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-16 21:20:28.073 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-16 21:20:28.087 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-16 21:20:28.100 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-16 21:20:28.114 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-16 21:20:28.128 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-16 21:20:28.141 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-16 21:20:28.143 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 21:20:28.145 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-16 21:20:28.147 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 21:20:28.149 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-16 21:20:28.173 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-16 21:20:28.195 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 21:20:28.217 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-16 21:20:28.239 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-16 21:20:28.261 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-16 21:20:28.283 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-16 21:20:28.305 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-16 21:20:28.328 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 21:20:28.350 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 21:20:28.373 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-16 21:20:28.398 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-16 21:20:28.420 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-16 21:20:28.422 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-16 21:20:28.424 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-16 21:20:28.426 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-16 21:20:28.427 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 21:20:28.429 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 21:20:28.431 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 21:20:28.443 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:28.445 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 21:20:28.446 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-16 21:20:28.449 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-16 21:20:28.473 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-16 21:20:28.494 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-16 21:20:28.517 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-16 21:20:28.540 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-16 21:20:28.562 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-16 21:20:28.584 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-16 21:20:28.608 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-16 21:20:28.630 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 21:20:28.655 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-16 21:20:28.661 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 3e0358eb02f27f3df05c0ca34edbf364 2025-04-16 21:20:28.683 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-16 21:20:28.685 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-16 21:20:28.708 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-16 21:20:28.730 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-16 21:20:28.752 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-16 21:20:28.775 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-16 21:20:28.797 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-16 21:20:28.820 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-16 21:20:28.832 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:28.834 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-16 21:20:28.836 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-16 21:20:28.838 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-16 21:20:28.840 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-16 21:20:28.841 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 21:20:28.843 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-16 21:20:28.845 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-16 21:20:28.847 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-16 21:20:28.849 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-16 21:20:28.851 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-16 21:20:28.853 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-16 21:20:28.877 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-16 21:20:28.899 | + 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 2025-04-16 21:20:28.921 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-16 21:20:28.944 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-16 21:20:28.966 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-16 21:20:28.968 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-16 21:20:28.969 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-16 21:20:28.971 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-16 21:20:28.993 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-16 21:20:28.995 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-16 21:20:29.018 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-16 21:20:29.019 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-16 21:20:29.021 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-16 21:20:29.023 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-16 21:20:29.046 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-16 21:20:29.047 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-16 21:20:29.049 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-16 21:20:29.061 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:20:29.063 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-16 21:20:29.075 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:20:29.077 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-16 21:20:29.089 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:20:29.091 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-16 21:20:29.093 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-16 21:20:29.094 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-16 21:20:29.096 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-16 21:20:29.098 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 21:20:29.100 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 21:20:29.102 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 21:20:29.113 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:29.116 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 21:20:29.118 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 21:20:29.119 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 21:20:29.131 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:29.133 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:20:29.135 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:20:29.157 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 21:20:29.158 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 21:20:29.160 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-16 21:20:29.162 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-16 21:20:29.164 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 21:20:29.166 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 21:20:29.179 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 21:20:29.181 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 21:20:29.183 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 21:20:29.184 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 21:20:29.186 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 21:20:29.208 | + 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' 2025-04-16 21:20:29.231 | + 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' 2025-04-16 21:20:29.253 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 21:20:29.275 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-16 21:20:29.287 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:29.289 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-04-16 21:20:29.291 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-16 21:20:29.293 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 21:20:29.295 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-16 21:20:29.297 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 21:20:29.298 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 21:20:29.301 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 21:20:29.304 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-16 21:20:29.305 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 21:20:29.307 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 21:20:29.317 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 21:20:29.317 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 21:20:29.323 | d /var/run/uwsgi 0755 stack root 2025-04-16 21:20:29.326 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 21:20:29.334 | /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. 2025-04-16 21:20:29.337 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-16 21:20:29.339 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-16 21:20:29.342 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 21:20:29.366 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-16 21:20:29.388 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-16 21:20:29.410 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 21:20:29.432 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 21:20:29.454 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 21:20:29.476 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 21:20:29.498 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 21:20:29.519 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 21:20:29.541 | + lib/apache:write_uwsgi_config:277 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 21:20:29.563 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 21:20:29.585 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 21:20:29.607 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 21:20:29.629 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 21:20:29.631 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 21:20:29.633 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-16 21:20:29.635 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-16 21:20:29.637 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 21:20:29.639 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:29.641 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:29.642 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 21:20:29.645 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 21:20:29.646 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-16 21:20:29.669 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 21:20:29.691 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 ' 2025-04-16 21:20:29.691 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 21:20:29.698 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-16 21:20:29.700 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-16 21:20:29.702 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-16 21:20:29.704 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 21:20:29.706 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 21:20:29.708 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 21:20:29.709 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:29.711 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:29.713 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 21:20:29.715 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 21:20:29.717 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:20:29.718 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:20:29.720 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-16 21:20:29.752 | Enabling site cinder-wsgi. 2025-04-16 21:20:29.755 | To activate the new configuration, you need to run: 2025-04-16 21:20:29.755 | systemctl reload apache2 2025-04-16 21:20:29.758 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 21:20:29.760 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 21:20:29.762 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:20:29.764 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 21:20:29.862 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-16 21:20:29.864 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-16 21:20:29.866 | + 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 2025-04-16 21:20:29.889 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-16 21:20:29.912 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-16 21:20:29.934 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-16 21:20:29.957 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-16 21:20:29.981 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-16 21:20:30.004 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-16 21:20:30.016 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:20:30.018 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-16 21:20:30.020 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 21:20:30.022 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 21:20:30.023 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 21:20:30.025 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-16 21:20:30.050 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-16 21:20:30.073 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-16 21:20:30.095 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-16 21:20:30.118 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-16 21:20:30.140 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-16 21:20:30.163 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-16 21:20:30.185 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-16 21:20:30.208 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 21:20:30.230 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-16 21:20:30.252 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-16 21:20:30.275 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 21:20:30.298 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-16 21:20:30.300 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-16 21:20:30.312 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:30.313 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2025-04-16 21:20:30.338 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 21:20:30.340 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 21:20:30.342 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-16 21:20:30.366 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-16 21:20:30.389 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-16 21:20:30.402 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:30.404 | + stack.sh:main:959 : stack_install_service neutron 2025-04-16 21:20:30.406 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-16 21:20:30.408 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-16 21:20:30.410 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 21:20:30.412 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-16 21:20:30.414 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-16 21:20:30.415 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-16 21:20:30.418 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:20:30.419 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:20:30.421 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-16 21:20:30.423 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:20:30.425 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-16 21:20:30.427 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-16 21:20:30.429 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-16 21:20:30.431 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 21:20:30.433 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 21:20:30.435 | ++ functions-common:git_clone:576 : pwd 2025-04-16 21:20:30.438 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:20:30.440 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:20:30.442 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:20:30.454 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:20:30.456 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 21:20:30.458 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 21:20:30.461 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:20:30.463 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 21:20:30.463 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:20:30.467 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-16 21:20:30.469 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:20:30.471 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 21:20:30.472 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:20:30.474 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:20:30.476 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:20:30.478 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:20:30.479 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:20:30.481 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:20:30.483 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:20:30.485 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:20:30.487 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:20:30.490 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838430488 2025-04-16 21:20:30.492 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 21:20:30.495 | Cloning into '/opt/stack//neutron'... 2025-04-16 21:20:34.259 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:20:34.261 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:34.263 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:34.265 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:34.266 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:34.268 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:34.270 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:20:34.272 | + functions-common:time_stop:2407 : start_time=1744838430488 2025-04-16 21:20:34.273 | + functions-common:time_stop:2409 : [[ -z 1744838430488 ]] 2025-04-16 21:20:34.276 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:34.279 | + functions-common:time_stop:2412 : end_time=1744838434277 2025-04-16 21:20:34.281 | + functions-common:time_stop:2413 : elapsed_time=3789 2025-04-16 21:20:34.282 | + functions-common:time_stop:2414 : total=22101 2025-04-16 21:20:34.284 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:34.286 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=25890 2025-04-16 21:20:34.287 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-16 21:20:34.289 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 21:20:34.291 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:20:34.293 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:20:34.295 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:20:34.297 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:20:34.298 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:20:34.300 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:20:34.302 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:20:34.304 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:20:34.307 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:20:34.309 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838434308 2025-04-16 21:20:34.311 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 21:20:37.820 | From https://opendev.org/openstack/neutron 2025-04-16 21:20:37.820 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 21:20:37.824 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:20:37.826 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:37.828 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:37.830 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:37.832 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:37.834 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:37.835 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:20:37.837 | + functions-common:time_stop:2407 : start_time=1744838434308 2025-04-16 21:20:37.839 | + functions-common:time_stop:2409 : [[ -z 1744838434308 ]] 2025-04-16 21:20:37.841 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:37.844 | + functions-common:time_stop:2412 : end_time=1744838437842 2025-04-16 21:20:37.846 | + functions-common:time_stop:2413 : elapsed_time=3534 2025-04-16 21:20:37.848 | + functions-common:time_stop:2414 : total=25890 2025-04-16 21:20:37.850 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:37.852 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=29424 2025-04-16 21:20:37.854 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 21:20:37.856 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:20:37.858 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:20:37.860 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:20:37.861 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:20:37.863 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:20:37.865 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:20:37.867 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:20:37.869 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:20:37.872 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:20:37.875 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838437873 2025-04-16 21:20:37.877 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 21:20:38.138 | Note: switching to 'FETCH_HEAD'. 2025-04-16 21:20:38.139 | 2025-04-16 21:20:38.139 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 21:20:38.139 | changes and commit them, and you can discard any commits you make in this 2025-04-16 21:20:38.139 | state without impacting any branches by switching back to a branch. 2025-04-16 21:20:38.139 | 2025-04-16 21:20:38.139 | If you want to create a new branch to retain commits you create, you may 2025-04-16 21:20:38.139 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 21:20:38.139 | 2025-04-16 21:20:38.139 | git switch -c 2025-04-16 21:20:38.139 | 2025-04-16 21:20:38.139 | Or undo this operation with: 2025-04-16 21:20:38.139 | 2025-04-16 21:20:38.139 | git switch - 2025-04-16 21:20:38.139 | 2025-04-16 21:20:38.139 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 21:20:38.139 | 2025-04-16 21:20:38.139 | HEAD is now at feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-16 21:20:38.143 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:20:38.145 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:38.147 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:38.149 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:38.150 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:38.152 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:38.154 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:20:38.156 | + functions-common:time_stop:2407 : start_time=1744838437873 2025-04-16 21:20:38.158 | + functions-common:time_stop:2409 : [[ -z 1744838437873 ]] 2025-04-16 21:20:38.160 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:38.163 | + functions-common:time_stop:2412 : end_time=1744838438161 2025-04-16 21:20:38.165 | + functions-common:time_stop:2413 : elapsed_time=288 2025-04-16 21:20:38.167 | + functions-common:time_stop:2414 : total=29424 2025-04-16 21:20:38.169 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:38.170 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=29712 2025-04-16 21:20:38.172 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-16 21:20:38.183 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-16 21:20:38.186 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 21:20:38.186 | + functions-common:git_clone:656 : head -1 2025-04-16 21:20:38.188 | feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-16 21:20:38.190 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 21:20:38.192 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-16 21:20:38.194 | + inc/python:setup_develop:360 : local bindep 2025-04-16 21:20:38.196 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 21:20:38.198 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-16 21:20:38.200 | + inc/python:setup_develop:366 : local extras= 2025-04-16 21:20:38.202 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-16 21:20:38.204 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 21:20:38.206 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 21:20:38.208 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-16 21:20:38.210 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 21:20:38.211 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 21:20:38.214 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-16 21:20:38.216 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 21:20:38.218 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-16 21:20:38.220 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 21:20:38.222 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 21:20:38.224 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-16 21:20:38.229 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-16 21:20:38.230 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-16 21:20:38.554 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-16 21:20:38.556 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 21:20:38.558 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 21:20:38.560 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 21:20:38.562 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-16 21:20:38.564 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-16 21:20:38.566 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 21:20:38.568 | + inc/python:setup_package:450 : local extras= 2025-04-16 21:20:38.570 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 21:20:38.572 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 21:20:38.574 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 21:20:38.576 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 21:20:38.578 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 21:20:38.580 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-16 21:20:38.596 | Using python 3.10 to install /opt/stack/neutron 2025-04-16 21:20:38.597 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2025-04-16 21:20:39.413 | Obtaining file:///opt/stack/neutron 2025-04-16 21:20:39.414 | Preparing metadata (setup.py): started 2025-04-16 21:20:40.021 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 21:20:40.093 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.11.1) 2025-04-16 21:20:40.094 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.2) 2025-04-16 21:20:40.094 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.0.1) 2025-04-16 21:20:40.095 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.1) 2025-04-16 21:20:40.096 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.0) 2025-04-16 21:20:40.096 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-04-16 21:20:40.097 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.33.3) 2025-04-16 21:20:40.284 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev13) 2025-04-16 21:20:40.284 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-16 21:20:40.294 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.22.0) 2025-04-16 21:20:40.295 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.28.2) 2025-04-16 21:20:40.295 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.2) 2025-04-16 21:20:40.296 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (10.4.1) 2025-04-16 21:20:40.297 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.8.0) 2025-04-16 21:20:40.298 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.11.0) 2025-04-16 21:20:40.438 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev13) 2025-04-16 21:20:40.441 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 21:20:40.475 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev13) 2025-04-16 21:20:40.478 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 21:20:40.480 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.3.1) 2025-04-16 21:20:40.480 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.4.41) 2025-04-16 21:20:40.482 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.8.7) 2025-04-16 21:20:40.482 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.0) 2025-04-16 21:20:40.483 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.9.4) 2025-04-16 21:20:40.483 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.0) 2025-04-16 21:20:40.484 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.0) 2025-04-16 21:20:40.485 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 21:20:40.486 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (9.2.0) 2025-04-16 21:20:40.487 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 21:20:40.487 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.1.1) 2025-04-16 21:20:40.488 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.1.1) 2025-04-16 21:20:40.489 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.2) 2025-04-16 21:20:40.490 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.4.2) 2025-04-16 21:20:40.490 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 21:20:40.491 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.1) 2025-04-16 21:20:40.492 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-16 21:20:40.493 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.0) 2025-04-16 21:20:40.493 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (7.1.0) 2025-04-16 21:20:40.494 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.1) 2025-04-16 21:20:40.496 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.1) 2025-04-16 21:20:40.496 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.2.0) 2025-04-16 21:20:40.499 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.2.1) 2025-04-16 21:20:40.499 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-16 21:20:40.499 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.1.0) 2025-04-16 21:20:40.615 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev13) 2025-04-16 21:20:40.617 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 21:20:40.726 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev13) 2025-04-16 21:20:40.728 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 21:20:40.752 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev13) 2025-04-16 21:20:40.752 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-16 21:20:40.796 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev13) 2025-04-16 21:20:40.798 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 21:20:40.799 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1) 2025-04-16 21:20:40.801 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.9.5) 2025-04-16 21:20:40.829 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev13) 2025-04-16 21:20:40.830 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-16 21:20:40.833 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1.1) 2025-04-16 21:20:40.835 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (18.4.0) 2025-04-16 21:20:40.835 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.5.1) 2025-04-16 21:20:40.862 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev13) 2025-04-16 21:20:40.864 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 21:20:40.986 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev13) 2025-04-16 21:20:40.988 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 21:20:40.990 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.4.1) 2025-04-16 21:20:40.991 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.0) 2025-04-16 21:20:40.997 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev13) (1.2.4) 2025-04-16 21:20:41.000 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev13) (1.15.0) 2025-04-16 21:20:41.006 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.3.0) 2025-04-16 21:20:41.007 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.0.2) 2025-04-16 21:20:41.007 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (1.16.0) 2025-04-16 21:20:41.015 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev13) (3.0.9) 2025-04-16 21:20:41.018 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev13) (2.1.2) 2025-04-16 21:20:41.044 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.1.0) 2025-04-16 21:20:41.045 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.7.0) 2025-04-16 21:20:41.068 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (3.1.1) 2025-04-16 21:20:41.069 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (5.2.0) 2025-04-16 21:20:41.206 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-16 21:20:41.209 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 21:20:41.274 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-16 21:20:41.276 | 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.metadata (9.8 kB) 2025-04-16 21:20:41.289 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (6.0) 2025-04-16 21:20:41.290 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.4) 2025-04-16 21:20:41.292 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.0) 2025-04-16 21:20:41.292 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.32) 2025-04-16 21:20:41.297 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.0.1) 2025-04-16 21:20:41.297 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.1.8) 2025-04-16 21:20:41.297 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (40.0.2) 2025-04-16 21:20:41.302 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev13) (1.0.5) 2025-04-16 21:20:41.326 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev13) 2025-04-16 21:20:41.326 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-16 21:20:41.409 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev13) (0.18) 2025-04-16 21:20:41.429 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev13) (2.0.0) 2025-04-16 21:20:41.456 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.0.1) 2025-04-16 21:20:41.456 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.5.0) 2025-04-16 21:20:41.482 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (2.8.2) 2025-04-16 21:20:41.484 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (0.9.6) 2025-04-16 21:20:41.509 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.1.1) 2025-04-16 21:20:41.509 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.3.0) 2025-04-16 21:20:41.511 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.2.4) 2025-04-16 21:20:41.512 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.7.0) 2025-04-16 21:20:41.523 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 21:20:41.524 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 21:20:41.544 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (1.15.1) 2025-04-16 21:20:41.569 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-16 21:20:41.570 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-16 21:20:41.583 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (1.4.0) 2025-04-16 21:20:41.584 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 21:20:41.596 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (3.7.0) 2025-04-16 21:20:41.680 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev13) 2025-04-16 21:20:41.682 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 21:20:41.715 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev13) (69.1.1) 2025-04-16 21:20:41.770 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev13) 2025-04-16 21:20:41.770 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-16 21:20:41.833 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.3.0) 2025-04-16 21:20:41.833 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.17.3) 2025-04-16 21:20:41.864 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) 2025-04-16 21:20:41.866 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 21:20:41.917 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-16 21:20:41.919 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 21:20:42.040 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-16 21:20:42.043 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2025-04-16 21:20:42.109 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-16 21:20:42.110 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.4) 2025-04-16 21:20:42.110 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (1.26.15) 2025-04-16 21:20:42.111 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (2025.1.31) 2025-04-16 21:20:42.128 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev13) (0.7) 2025-04-16 21:20:42.269 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev13) (0.13.1) 2025-04-16 21:20:42.302 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.0.0) 2025-04-16 21:20:42.373 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (2.21) 2025-04-16 21:20:42.406 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.5.1) 2025-04-16 21:20:42.406 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (2.4.3) 2025-04-16 21:20:42.407 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (6.0.1) 2025-04-16 21:20:42.593 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev13) (2.3) 2025-04-16 21:20:42.626 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (23.1.0) 2025-04-16 21:20:42.627 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.19.3) 2025-04-16 21:20:42.746 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-16 21:20:42.747 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (4.9.2) 2025-04-16 21:20:42.845 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.16.0) 2025-04-16 21:20:42.869 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (0.2.6) 2025-04-16 21:20:43.253 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.6.0) 2025-04-16 21:20:43.484 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (1.8.2) 2025-04-16 21:20:43.524 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (3.15.0) 2025-04-16 21:20:43.598 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (1.5.0) 2025-04-16 21:20:43.834 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-16 21:20:43.841 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-16 21:20:43.854 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-16 21:20:43.857 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-16 21:20:43.860 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-16 21:20:43.863 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-16 21:20:43.869 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-16 21:20:43.873 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-16 21:20:43.877 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-16 21:20:43.880 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-16 21:20:43.882 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-16 21:20:43.885 | 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) 2025-04-16 21:20:43.888 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2025-04-16 21:20:43.892 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-16 21:20:44.317 | 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 2025-04-16 21:20:47.045 | Running setup.py develop for neutron 2025-04-16 21:20:48.506 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev13 neutron-lib-3.8.2 os-client-config-2.1.0 os-ken-2.7.1 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.7 ovsdbapp-2.4.2 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2025-04-16 21:20:48.655 | + inc/python:pip_install:222 : result=0 2025-04-16 21:20:48.657 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:20:48.659 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:48.660 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:48.663 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:48.664 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:48.666 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:48.667 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:20:48.669 | + functions-common:time_stop:2407 : start_time=1744838438592 2025-04-16 21:20:48.671 | + functions-common:time_stop:2409 : [[ -z 1744838438592 ]] 2025-04-16 21:20:48.673 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:48.676 | + functions-common:time_stop:2412 : end_time=1744838448674 2025-04-16 21:20:48.678 | + functions-common:time_stop:2413 : elapsed_time=10082 2025-04-16 21:20:48.679 | + functions-common:time_stop:2414 : total=60475 2025-04-16 21:20:48.681 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:48.683 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=70557 2025-04-16 21:20:48.684 | + inc/python:pip_install:225 : return 0 2025-04-16 21:20:48.686 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 21:20:48.688 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:20:48.690 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-16 21:20:48.692 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-16 21:20:48.694 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:20:48.696 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:20:48.697 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-16 21:20:48.699 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:20:48.701 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-16 21:20:48.703 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 21:20:48.705 | + stack.sh:main:962 : is_service_enabled nova 2025-04-16 21:20:48.718 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:20:48.720 | + stack.sh:main:964 : stack_install_service nova 2025-04-16 21:20:48.722 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-16 21:20:48.723 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-16 21:20:48.725 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 21:20:48.727 | + lib/stack:stack_install_service:32 : install_nova 2025-04-16 21:20:48.729 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-16 21:20:48.731 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-16 21:20:48.733 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:20:48.734 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:20:48.736 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-16 21:20:48.738 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:20:48.740 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-16 21:20:48.751 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:20:48.753 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-16 21:20:48.765 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:20:48.766 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-16 21:20:48.779 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:20:48.780 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova 2ffc00c9d53f0b7b0c239fa65336d5f31f32bf57 2025-04-16 21:20:48.782 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-16 21:20:48.783 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-16 21:20:48.785 | + functions-common:git_clone:574 : local git_ref=2ffc00c9d53f0b7b0c239fa65336d5f31f32bf57 2025-04-16 21:20:48.787 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 21:20:48.788 | ++ functions-common:git_clone:576 : pwd 2025-04-16 21:20:48.791 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:20:48.792 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:20:48.795 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:20:48.806 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:20:48.808 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 21:20:48.810 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 21:20:48.811 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:20:48.813 | + functions-common:git_clone:593 : echo 2ffc00c9d53f0b7b0c239fa65336d5f31f32bf57 2025-04-16 21:20:48.813 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:20:48.817 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-16 21:20:48.819 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:20:48.821 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 21:20:48.822 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:20:48.824 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:20:48.826 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:20:48.827 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:20:48.829 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:20:48.831 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:20:48.832 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:20:48.834 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:20:48.836 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:20:48.839 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838448837 2025-04-16 21:20:48.841 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 21:20:48.843 | Cloning into '/opt/stack//nova'... 2025-04-16 21:20:52.927 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:20:52.929 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:52.930 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:52.932 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:52.934 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:52.935 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:52.937 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:20:52.938 | + functions-common:time_stop:2407 : start_time=1744838448837 2025-04-16 21:20:52.940 | + functions-common:time_stop:2409 : [[ -z 1744838448837 ]] 2025-04-16 21:20:52.943 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:52.945 | + functions-common:time_stop:2412 : end_time=1744838452943 2025-04-16 21:20:52.947 | + functions-common:time_stop:2413 : elapsed_time=4106 2025-04-16 21:20:52.948 | + functions-common:time_stop:2414 : total=29712 2025-04-16 21:20:52.950 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:52.952 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=33818 2025-04-16 21:20:52.953 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-16 21:20:52.955 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin 2ffc00c9d53f0b7b0c239fa65336d5f31f32bf57 2025-04-16 21:20:52.956 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:20:52.958 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:20:52.960 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:20:52.962 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:20:52.963 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:20:52.965 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:20:52.967 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:20:52.968 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:20:52.971 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:20:52.973 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838452971 2025-04-16 21:20:52.975 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin 2ffc00c9d53f0b7b0c239fa65336d5f31f32bf57 2025-04-16 21:20:58.250 | From https://opendev.org/openstack/nova 2025-04-16 21:20:58.250 | * branch 2ffc00c9d53f0b7b0c239fa65336d5f31f32bf57 -> FETCH_HEAD 2025-04-16 21:20:58.285 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:20:58.287 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:58.288 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:58.290 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:58.292 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:58.293 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:58.295 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:20:58.296 | + functions-common:time_stop:2407 : start_time=1744838452971 2025-04-16 21:20:58.298 | + functions-common:time_stop:2409 : [[ -z 1744838452971 ]] 2025-04-16 21:20:58.300 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:58.303 | + functions-common:time_stop:2412 : end_time=1744838458301 2025-04-16 21:20:58.305 | + functions-common:time_stop:2413 : elapsed_time=5330 2025-04-16 21:20:58.306 | + functions-common:time_stop:2414 : total=33818 2025-04-16 21:20:58.308 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:58.310 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39148 2025-04-16 21:20:58.311 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 21:20:58.313 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:20:58.315 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:20:58.317 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:20:58.318 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:20:58.320 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:20:58.322 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:20:58.324 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:20:58.325 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:20:58.328 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:20:58.330 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838458328 2025-04-16 21:20:58.332 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 21:20:58.632 | Note: switching to 'FETCH_HEAD'. 2025-04-16 21:20:58.632 | 2025-04-16 21:20:58.632 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 21:20:58.632 | changes and commit them, and you can discard any commits you make in this 2025-04-16 21:20:58.632 | state without impacting any branches by switching back to a branch. 2025-04-16 21:20:58.632 | 2025-04-16 21:20:58.632 | If you want to create a new branch to retain commits you create, you may 2025-04-16 21:20:58.632 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 21:20:58.632 | 2025-04-16 21:20:58.632 | git switch -c 2025-04-16 21:20:58.632 | 2025-04-16 21:20:58.632 | Or undo this operation with: 2025-04-16 21:20:58.632 | 2025-04-16 21:20:58.632 | git switch - 2025-04-16 21:20:58.632 | 2025-04-16 21:20:58.632 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 21:20:58.632 | 2025-04-16 21:20:58.632 | HEAD is now at 2ffc00c Update InstanceNUMACell version after data migration 2025-04-16 21:20:58.636 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:20:58.638 | + functions-common:time_stop:2400 : local name 2025-04-16 21:20:58.640 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:20:58.642 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:20:58.644 | + functions-common:time_stop:2403 : local total 2025-04-16 21:20:58.645 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:20:58.647 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:20:58.649 | + functions-common:time_stop:2407 : start_time=1744838458328 2025-04-16 21:20:58.651 | + functions-common:time_stop:2409 : [[ -z 1744838458328 ]] 2025-04-16 21:20:58.654 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:20:58.656 | + functions-common:time_stop:2412 : end_time=1744838458654 2025-04-16 21:20:58.658 | + functions-common:time_stop:2413 : elapsed_time=326 2025-04-16 21:20:58.660 | + functions-common:time_stop:2414 : total=39148 2025-04-16 21:20:58.661 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:20:58.663 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39474 2025-04-16 21:20:58.665 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-16 21:20:58.675 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-16 21:20:58.678 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 21:20:58.678 | + functions-common:git_clone:656 : head -1 2025-04-16 21:20:58.680 | 2ffc00c Update InstanceNUMACell version after data migration 2025-04-16 21:20:58.683 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 21:20:58.684 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-16 21:20:58.686 | + inc/python:setup_develop:360 : local bindep 2025-04-16 21:20:58.688 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 21:20:58.690 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-16 21:20:58.691 | + inc/python:setup_develop:366 : local extras= 2025-04-16 21:20:58.693 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-16 21:20:58.695 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 21:20:58.697 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 21:20:58.699 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-16 21:20:58.700 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 21:20:58.702 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 21:20:58.704 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-16 21:20:58.706 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 21:20:58.708 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-16 21:20:58.710 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 21:20:58.712 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 21:20:58.714 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-16 21:20:58.718 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-16 21:20:58.720 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-16 21:20:59.060 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-16 21:20:59.062 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 21:20:59.064 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 21:20:59.066 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 21:20:59.067 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-16 21:20:59.069 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-16 21:20:59.071 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 21:20:59.073 | + inc/python:setup_package:450 : local extras= 2025-04-16 21:20:59.074 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 21:20:59.076 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 21:20:59.078 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 21:20:59.080 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 21:20:59.082 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 21:20:59.083 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-16 21:20:59.099 | Using python 3.10 to install /opt/stack/nova 2025-04-16 21:20:59.100 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2025-04-16 21:20:59.929 | Obtaining file:///opt/stack/nova 2025-04-16 21:20:59.929 | Preparing metadata (setup.py): started 2025-04-16 21:21:00.553 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 21:21:00.639 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.11.1) 2025-04-16 21:21:00.640 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.4.41) 2025-04-16 21:21:00.640 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.1.1) 2025-04-16 21:21:00.641 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (0.33.3) 2025-04-16 21:21:00.642 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.1.2) 2025-04-16 21:21:00.643 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (10.4.1) 2025-04-16 21:21:00.643 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.9.2) 2025-04-16 21:21:00.644 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.5.1) 2025-04-16 21:21:00.645 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (40.0.2) 2025-04-16 21:21:00.645 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.8.7) 2025-04-16 21:21:00.646 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.0.2) 2025-04-16 21:21:00.647 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.0.1) 2025-04-16 21:21:00.647 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.5.2) 2025-04-16 21:21:00.648 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.7.0) 2025-04-16 21:21:00.649 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.9.4) 2025-04-16 21:21:00.649 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (0.8.0) 2025-04-16 21:21:00.650 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (0.11.0) 2025-04-16 21:21:00.651 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.1.0) 2025-04-16 21:21:00.652 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.1.0) 2025-04-16 21:21:00.652 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.17.3) 2025-04-16 21:21:00.653 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (9.4.0) 2025-04-16 21:21:00.654 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.3.0) 2025-04-16 21:21:00.654 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (11.0.0) 2025-04-16 21:21:00.655 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.4.1) 2025-04-16 21:21:00.656 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.28.2) 2025-04-16 21:21:00.656 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.1.0) 2025-04-16 21:21:00.747 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev12) 2025-04-16 21:21:00.747 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-16 21:21:00.754 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.5.0) 2025-04-16 21:21:00.755 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.2.0) 2025-04-16 21:21:00.756 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (9.2.0) 2025-04-16 21:21:00.756 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.2.0) 2025-04-16 21:21:00.757 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.3.2) 2025-04-16 21:21:00.758 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.2.0) 2025-04-16 21:21:00.758 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.1.0) 2025-04-16 21:21:00.759 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.2.1) 2025-04-16 21:21:00.760 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.2.0) 2025-04-16 21:21:00.761 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (6.2.1) 2025-04-16 21:21:00.761 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (14.1.1) 2025-04-16 21:21:00.762 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (7.1.0) 2025-04-16 21:21:00.763 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (14.4.2) 2025-04-16 21:21:00.764 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.2.1) 2025-04-16 21:21:00.764 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.2.0) 2025-04-16 21:21:00.765 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (6.1.1) 2025-04-16 21:21:00.766 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.2.1) 2025-04-16 21:21:00.766 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.0.0) 2025-04-16 21:21:00.767 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.2.0) 2025-04-16 21:21:00.768 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.9.5) 2025-04-16 21:21:00.769 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.2.0) 2025-04-16 21:21:00.769 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (6.4.2) 2025-04-16 21:21:00.770 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.1.0) 2025-04-16 21:21:00.771 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.0.0) 2025-04-16 21:21:00.771 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.2.0) 2025-04-16 21:21:00.772 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.3.0) 2025-04-16 21:21:00.880 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev12) 2025-04-16 21:21:00.883 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 21:21:00.885 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.2.0) 2025-04-16 21:21:00.886 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (0.2.3) 2025-04-16 21:21:00.886 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.3.4) 2025-04-16 21:21:00.887 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.7.0) 2025-04-16 21:21:00.888 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.8.2) 2025-04-16 21:21:00.889 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.4.1) 2025-04-16 21:21:00.889 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.5.1) 2025-04-16 21:21:00.890 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (6.0) 2025-04-16 21:21:00.891 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (23.1) 2025-04-16 21:21:00.897 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev12) (1.2.4) 2025-04-16 21:21:00.906 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==0.0.1.dev12) (5.6.1) 2025-04-16 21:21:00.925 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev12) (1.15.1) 2025-04-16 21:21:00.937 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev12) (2.3.0) 2025-04-16 21:21:00.938 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev12) (1.16.0) 2025-04-16 21:21:00.950 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev12) (2.1.2) 2025-04-16 21:21:00.968 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev12) (23.1.0) 2025-04-16 21:21:00.969 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev12) (0.19.3) 2025-04-16 21:21:01.016 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev12) (3.1.1) 2025-04-16 21:21:01.017 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev12) (5.2.0) 2025-04-16 21:21:01.042 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev12) (1.4.4) 2025-04-16 21:21:01.043 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev12) (1.4.0) 2025-04-16 21:21:01.043 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev12) (1.32) 2025-04-16 21:21:01.044 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev12) (1.0.1) 2025-04-16 21:21:01.045 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev12) (1.1.8) 2025-04-16 21:21:01.056 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev12) (5.9.0) 2025-04-16 21:21:01.058 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev12) (6.3.1) 2025-04-16 21:21:01.079 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev12) (2.5.0) 2025-04-16 21:21:01.080 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev12) (2.4.2) 2025-04-16 21:21:01.082 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev12) (0.7.7) 2025-04-16 21:21:01.108 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==0.0.1.dev12) (0.18) 2025-04-16 21:21:01.176 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev12) (2.0.1) 2025-04-16 21:21:01.177 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev12) (0.5.0) 2025-04-16 21:21:01.212 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->nova==0.0.1.dev12) (0.9.6) 2025-04-16 21:21:01.238 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev12) (5.1.1) 2025-04-16 21:21:01.239 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev12) (5.3.0) 2025-04-16 21:21:01.240 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev12) (5.2.4) 2025-04-16 21:21:01.241 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev12) (0.7.0) 2025-04-16 21:21:01.253 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev12) (4.0.1) 2025-04-16 21:21:01.255 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev12) (4.0.1) 2025-04-16 21:21:01.276 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==0.0.1.dev12) (1.0.5) 2025-04-16 21:21:01.303 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev12) (2023.3) 2025-04-16 21:21:01.304 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev12) (2023.3) 2025-04-16 21:21:01.318 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev12) (1.4.0) 2025-04-16 21:21:01.319 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev12) (4.0.1) 2025-04-16 21:21:01.343 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->nova==0.0.1.dev12) (3.0.9) 2025-04-16 21:21:01.388 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==0.0.1.dev12) (1.5.0) 2025-04-16 21:21:01.400 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev12) (69.1.1) 2025-04-16 21:21:01.438 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev12) (0.2.6) 2025-04-16 21:21:01.500 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev12) (23.1.1) 2025-04-16 21:21:01.501 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev12) (2.0.1) 2025-04-16 21:21:01.502 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev12) (1.15.0) 2025-04-16 21:21:01.521 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev12) (4.3.0) 2025-04-16 21:21:01.522 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev12) (2.1.0) 2025-04-16 21:21:01.523 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev12) (2.8.1) 2025-04-16 21:21:01.526 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev12) (3.19.1) 2025-04-16 21:21:01.555 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev12) (3.1.0) 2025-04-16 21:21:01.556 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev12) (3.4) 2025-04-16 21:21:01.557 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev12) (1.26.15) 2025-04-16 21:21:01.557 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev12) (2025.1.31) 2025-04-16 21:21:01.601 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==0.0.1.dev12) (0.7) 2025-04-16 21:21:01.725 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==0.0.1.dev12) (0.13.1) 2025-04-16 21:21:02.029 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev12) 2025-04-16 21:21:02.032 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-16 21:21:02.051 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.0.1.dev12) (5.0.0) 2025-04-16 21:21:02.157 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev12) (2.21) 2025-04-16 21:21:02.191 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev12) (0.5.1) 2025-04-16 21:21:02.192 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev12) (2.4.3) 2025-04-16 21:21:02.192 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev12) (6.0.1) 2025-04-16 21:21:02.335 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==0.0.1.dev12) (2.3) 2025-04-16 21:21:02.483 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.0.1.dev12) (0.16.0) 2025-04-16 21:21:02.502 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev12) (2.17.7) 2025-04-16 21:21:02.875 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev12) (2.6.0) 2025-04-16 21:21:03.197 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev12) (1.8.2) 2025-04-16 21:21:03.237 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev12) (3.15.0) 2025-04-16 21:21:03.281 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev12) (2.4.0) 2025-04-16 21:21:03.478 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-16 21:21:03.481 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-16 21:21:03.999 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-16 21:21:05.888 | Running setup.py develop for nova 2025-04-16 21:21:07.370 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev12 numpy-1.24.2 websockify-0.10.0 2025-04-16 21:21:07.518 | + inc/python:pip_install:222 : result=0 2025-04-16 21:21:07.520 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:21:07.522 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:07.524 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:07.525 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:07.527 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:07.529 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:07.530 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:21:07.532 | + functions-common:time_stop:2407 : start_time=1744838459094 2025-04-16 21:21:07.534 | + functions-common:time_stop:2409 : [[ -z 1744838459094 ]] 2025-04-16 21:21:07.536 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:07.539 | + functions-common:time_stop:2412 : end_time=1744838467537 2025-04-16 21:21:07.540 | + functions-common:time_stop:2413 : elapsed_time=8443 2025-04-16 21:21:07.542 | + functions-common:time_stop:2414 : total=70557 2025-04-16 21:21:07.543 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:07.545 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79000 2025-04-16 21:21:07.547 | + inc/python:pip_install:225 : return 0 2025-04-16 21:21:07.548 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 21:21:07.550 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:21:07.552 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-16 21:21:07.554 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-16 21:21:07.556 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:21:07.557 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:21:07.559 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-16 21:21:07.561 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:21:07.563 | + lib/nova:install_nova:972 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2025-04-16 21:21:07.574 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 21:21:07.576 | + stack.sh:main:965 : configure_nova 2025-04-16 21:21:07.578 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-16 21:21:07.587 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-16 21:21:07.589 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-16 21:21:07.591 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 21:21:07.594 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-16 21:21:07.594 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 21:21:07.597 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-16 21:21:07.599 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-16 21:21:07.601 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 21:21:07.603 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-16 21:21:07.604 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-16 21:21:07.606 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-16 21:21:07.608 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 21:21:07.610 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-16 21:21:07.618 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-16 21:21:07.628 | + 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 2025-04-16 21:21:07.636 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2025-04-16 21:21:07.646 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-16 21:21:07.655 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-16 21:21:07.664 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 21:21:07.667 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 21:21:07.670 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.PhtXDCGg3u 2025-04-16 21:21:07.672 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 21:21:07.674 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 21:21:07.676 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-16 21:21:07.678 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 21:21:07.680 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 21:21:07.681 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.PhtXDCGg3u 2025-04-16 21:21:07.684 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.PhtXDCGg3u 2025-04-16 21:21:07.693 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.PhtXDCGg3u /etc/sudoers.d/nova-rootwrap 2025-04-16 21:21:07.703 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 21:21:07.706 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 21:21:07.708 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 21:21:07.710 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 21:21:07.711 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 21:21:07.713 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-16 21:21:07.715 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-16 21:21:07.718 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-16 21:21:07.718 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 21:21:07.724 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 21:21:07.727 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 21:21:07.736 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 21:21:07.744 | + lib/nova:configure_nova:258 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-16 21:21:07.746 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-16 21:21:07.750 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-16 21:21:07.762 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:07.764 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-16 21:21:07.766 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-16 21:21:07.768 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-16 21:21:07.771 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-16 21:21:07.794 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-16 21:21:07.796 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-16 21:21:07.818 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-16 21:21:07.841 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-16 21:21:07.862 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-16 21:21:07.886 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-16 21:21:07.909 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-16 21:21:07.933 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-16 21:21:07.954 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-16 21:21:07.975 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-16 21:21:07.997 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-16 21:21:08.019 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-16 21:21:08.040 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 21:21:08.065 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-16 21:21:08.087 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-16 21:21:08.108 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-16 21:21:08.110 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 21:21:08.112 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 21:21:08.114 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 21:21:08.116 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 21:21:08.117 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 21:21:08.119 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 21:21:08.121 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 21:21:08.123 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 21:21:08.124 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 21:21:08.126 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 21:21:08.128 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 21:21:08.130 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 21:21:08.131 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 21:21:08.133 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-16 21:21:08.145 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:08.147 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 21:21:08.149 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-16 21:21:08.151 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-16 21:21:08.153 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 21:21:08.155 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 21:21:08.156 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 21:21:08.158 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 21:21:08.160 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 21:21:08.162 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 21:21:08.173 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:08.175 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 21:21:08.176 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 21:21:08.179 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 21:21:08.203 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-16 21:21:08.204 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-16 21:21:08.206 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-16 21:21:08.208 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-16 21:21:08.210 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 21:21:08.211 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 21:21:08.213 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 21:21:08.225 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:08.226 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 21:21:08.228 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-16 21:21:08.230 | + lib/nova:create_nova_conf:482 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-16 21:21:08.254 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-16 21:21:08.277 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-16 21:21:08.299 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-16 21:21:08.320 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-16 21:21:08.332 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:08.334 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-16 21:21:08.346 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:08.349 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-16 21:21:08.349 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-16 21:21:08.352 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-16 21:21:08.354 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-16 21:21:08.376 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-16 21:21:08.378 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-16 21:21:08.401 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-16 21:21:08.422 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-16 21:21:08.433 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:08.435 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-16 21:21:08.437 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-16 21:21:08.439 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 21:21:08.440 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 21:21:08.442 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-16 21:21:08.465 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-16 21:21:08.486 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 21:21:08.507 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-16 21:21:08.528 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-16 21:21:08.549 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-16 21:21:08.571 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-16 21:21:08.593 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-16 21:21:08.614 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 21:21:08.636 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 21:21:08.657 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-16 21:21:08.669 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:08.671 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-16 21:21:08.673 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-16 21:21:08.696 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-16 21:21:08.717 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-16 21:21:08.739 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-16 21:21:08.760 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-16 21:21:08.781 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-16 21:21:08.803 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-16 21:21:08.825 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-16 21:21:08.846 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-16 21:21:08.858 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:08.860 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-16 21:21:08.862 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-16 21:21:08.883 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-16 21:21:08.906 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-16 21:21:08.908 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-16 21:21:08.929 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-16 21:21:08.931 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-16 21:21:08.933 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-16 21:21:08.935 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 21:21:08.937 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 21:21:08.939 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 21:21:08.941 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 21:21:08.943 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 21:21:08.944 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 21:21:08.946 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 21:21:08.948 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 21:21:08.949 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 21:21:08.951 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 21:21:08.953 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 21:21:08.955 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 21:21:08.956 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 21:21:08.958 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-16 21:21:08.960 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-16 21:21:08.961 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-16 21:21:08.964 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 21:21:08.976 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 21:21:08.977 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 21:21:08.979 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 21:21:08.981 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 21:21:08.982 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 21:21:09.005 | + 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' 2025-04-16 21:21:09.027 | + 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' 2025-04-16 21:21:09.048 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 21:21:09.070 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-16 21:21:09.093 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-16 21:21:09.105 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:09.107 | + lib/nova:create_nova_conf:544 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /opt/stack/data/venv/bin/nova-api-wsgi /compute 2025-04-16 21:21:09.109 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-16 21:21:09.111 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 21:21:09.112 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-16 21:21:09.114 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 21:21:09.116 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 21:21:09.118 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 21:21:09.121 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-16 21:21:09.123 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 21:21:09.124 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 21:21:09.134 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 21:21:09.134 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 21:21:09.140 | d /var/run/uwsgi 0755 stack root 2025-04-16 21:21:09.143 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 21:21:09.152 | /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. 2025-04-16 21:21:09.155 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 21:21:09.157 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-16 21:21:09.160 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 21:21:09.182 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-16 21:21:09.203 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-16 21:21:09.224 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 21:21:09.245 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 21:21:09.266 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 21:21:09.288 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 21:21:09.308 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 21:21:09.330 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 21:21:09.351 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 21:21:09.372 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 21:21:09.393 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 21:21:09.414 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 21:21:09.436 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 21:21:09.437 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 21:21:09.440 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-16 21:21:09.442 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-16 21:21:09.443 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 21:21:09.445 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:09.447 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:09.449 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 21:21:09.451 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 21:21:09.453 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 21:21:09.475 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 21:21:09.497 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 ' 2025-04-16 21:21:09.497 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 21:21:09.504 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-16 21:21:09.506 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-16 21:21:09.508 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-16 21:21:09.510 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 21:21:09.512 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 21:21:09.513 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 21:21:09.515 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:09.517 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:09.519 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 21:21:09.520 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 21:21:09.522 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:09.524 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:09.525 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-16 21:21:09.557 | Enabling site nova-api-wsgi. 2025-04-16 21:21:09.561 | To activate the new configuration, you need to run: 2025-04-16 21:21:09.562 | systemctl reload apache2 2025-04-16 21:21:09.564 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 21:21:09.566 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 21:21:09.568 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:21:09.570 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 21:21:09.664 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-16 21:21:09.677 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:09.679 | + lib/nova:create_nova_conf:548 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /opt/stack/data/venv/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2025-04-16 21:21:09.681 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-16 21:21:09.682 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 21:21:09.684 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-16 21:21:09.686 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-16 21:21:09.688 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 21:21:09.690 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 21:21:09.693 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-16 21:21:09.695 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 21:21:09.697 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 21:21:09.706 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 21:21:09.706 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 21:21:09.713 | d /var/run/uwsgi 0755 stack root 2025-04-16 21:21:09.715 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 21:21:09.723 | /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. 2025-04-16 21:21:09.726 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-16 21:21:09.728 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-16 21:21:09.731 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 21:21:09.754 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-16 21:21:09.776 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-16 21:21:09.798 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-16 21:21:09.819 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 21:21:09.840 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 21:21:09.862 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-16 21:21:09.883 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-16 21:21:09.904 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-16 21:21:09.926 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 21:21:09.948 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 21:21:09.969 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 21:21:09.991 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-16 21:21:10.013 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-16 21:21:10.015 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-16 21:21:10.036 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-16 21:21:10.048 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:10.050 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-16 21:21:10.074 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-16 21:21:10.076 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-16 21:21:10.078 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-16 21:21:10.090 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:10.091 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:21:10.094 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:21:10.116 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-16 21:21:10.141 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-16 21:21:10.143 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 21:21:10.145 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-16 21:21:10.147 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 21:21:10.149 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 21:21:10.151 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 21:21:10.163 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:10.165 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 21:21:10.167 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 21:21:10.169 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 21:21:10.181 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:10.182 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:21:10.185 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:21:10.207 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 21:21:10.208 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 21:21:10.210 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-16 21:21:10.232 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-16 21:21:10.254 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-16 21:21:10.277 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-16 21:21:10.289 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:10.291 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 21:21:10.313 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-16 21:21:10.315 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-16 21:21:10.317 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-16 21:21:10.340 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-16 21:21:10.362 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-04-16 21:21:10.384 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-16 21:21:10.406 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-16 21:21:10.428 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-16 21:21:10.450 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-16 21:21:10.472 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-16 21:21:10.494 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-16 21:21:10.516 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-16 21:21:10.528 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:10.530 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-16 21:21:10.533 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 21:21:10.535 | + lib/nova:create_nova_conf:582 : local conf 2025-04-16 21:21:10.536 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-16 21:21:10.539 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-16 21:21:10.540 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 21:21:10.542 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 21:21:10.544 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-16 21:21:10.546 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-16 21:21:10.548 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-16 21:21:10.551 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-16 21:21:10.553 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 21:21:10.554 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 21:21:10.556 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 21:21:10.558 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 21:21:10.560 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 21:21:10.561 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 21:21:10.573 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:10.575 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 21:21:10.576 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 21:21:10.579 | + lib/nova:create_nova_conf:588 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 21:21:10.602 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-16 21:21:10.626 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-16 21:21:10.650 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 21:21:10.652 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-16 21:21:10.653 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 21:21:10.655 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-16 21:21:10.657 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 21:21:10.658 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 21:21:10.660 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 21:21:10.672 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:10.674 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 21:21:10.676 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 21:21:10.678 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 21:21:10.690 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:10.691 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:21:10.693 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:21:10.715 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 21:21:10.717 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 21:21:10.719 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-16 21:21:10.721 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-16 21:21:10.722 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-16 21:21:10.725 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 21:21:10.737 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 21:21:10.739 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 21:21:10.740 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 21:21:10.742 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 21:21:10.744 | + 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}}' 2025-04-16 21:21:10.765 | + 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' 2025-04-16 21:21:10.787 | + 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' 2025-04-16 21:21:10.817 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 21:21:10.839 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 21:21:10.841 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-16 21:21:10.843 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-16 21:21:10.844 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-16 21:21:10.846 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-16 21:21:10.848 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-16 21:21:10.859 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:10.861 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-16 21:21:10.863 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-16 21:21:10.874 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:10.876 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-16 21:21:10.888 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:10.889 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-16 21:21:10.902 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:10.904 | + stack.sh:main:968 : is_service_enabled placement 2025-04-16 21:21:10.917 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:10.919 | + stack.sh:main:970 : stack_install_service placement 2025-04-16 21:21:10.921 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-16 21:21:10.923 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-16 21:21:10.925 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 21:21:10.927 | + lib/stack:stack_install_service:32 : install_placement 2025-04-16 21:21:10.929 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-16 21:21:10.931 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-16 21:21:10.933 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:10.935 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:10.937 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-16 21:21:10.939 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 21:21:10.941 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 21:21:10.943 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 21:21:10.945 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 21:21:10.947 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 21:21:10.949 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 21:21:10.951 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:10.953 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:10.954 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 21:21:10.956 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 21:21:10.958 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 21:21:10.960 | + functions-common:apt_get_update:1150 : return 2025-04-16 21:21:10.962 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-16 21:21:10.964 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 21:21:10.966 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:10.968 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:10.970 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-16 21:21:10.986 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2025-04-16 21:21:11.045 | Reading package lists... 2025-04-16 21:21:11.260 | Building dependency tree... 2025-04-16 21:21:11.261 | Reading state information... 2025-04-16 21:21:11.468 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 21:21:11.468 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 21:21:11.472 | + functions-common:apt_get:1194 : result=0 2025-04-16 21:21:11.474 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 21:21:11.476 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:11.478 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:11.480 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:11.482 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:11.484 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:11.486 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 21:21:11.488 | + functions-common:time_stop:2407 : start_time=1744838470984 2025-04-16 21:21:11.489 | + functions-common:time_stop:2409 : [[ -z 1744838470984 ]] 2025-04-16 21:21:11.492 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:11.495 | + functions-common:time_stop:2412 : end_time=1744838471493 2025-04-16 21:21:11.497 | + functions-common:time_stop:2413 : elapsed_time=509 2025-04-16 21:21:11.499 | + functions-common:time_stop:2414 : total=41203 2025-04-16 21:21:11.501 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:11.502 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41712 2025-04-16 21:21:11.504 | + functions-common:apt_get:1198 : return 0 2025-04-16 21:21:11.507 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-16 21:21:11.509 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-16 21:21:11.510 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-16 21:21:11.513 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-16 21:21:11.514 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-16 21:21:11.528 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-16 21:21:11.530 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 21:21:11.533 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 21:21:11.535 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 21:21:11.536 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 21:21:11.538 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 21:21:11.540 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 21:21:11.542 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:11.544 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:11.546 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 21:21:11.548 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 21:21:11.550 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 21:21:11.552 | + functions-common:apt_get_update:1150 : return 2025-04-16 21:21:11.554 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-16 21:21:11.556 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 21:21:11.558 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:11.560 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:11.562 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-16 21:21:11.579 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2025-04-16 21:21:11.638 | Reading package lists... 2025-04-16 21:21:11.856 | Building dependency tree... 2025-04-16 21:21:11.857 | Reading state information... 2025-04-16 21:21:12.113 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-16 21:21:12.113 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 21:21:12.117 | + functions-common:apt_get:1194 : result=0 2025-04-16 21:21:12.120 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 21:21:12.122 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:12.124 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:12.126 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:12.128 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:12.129 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:12.131 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 21:21:12.133 | + functions-common:time_stop:2407 : start_time=1744838471577 2025-04-16 21:21:12.135 | + functions-common:time_stop:2409 : [[ -z 1744838471577 ]] 2025-04-16 21:21:12.137 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:12.141 | + functions-common:time_stop:2412 : end_time=1744838472139 2025-04-16 21:21:12.143 | + functions-common:time_stop:2413 : elapsed_time=562 2025-04-16 21:21:12.144 | + functions-common:time_stop:2414 : total=41712 2025-04-16 21:21:12.146 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:12.148 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42274 2025-04-16 21:21:12.150 | + functions-common:apt_get:1198 : return 0 2025-04-16 21:21:12.152 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-16 21:21:12.154 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-16 21:21:12.156 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 21:21:12.158 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:12.160 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:12.162 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-16 21:21:12.164 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-16 21:21:12.192 | wsgi (enabled by maintainer script) 2025-04-16 21:21:12.195 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-16 21:21:12.197 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-16 21:21:12.199 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 21:21:12.202 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-16 21:21:12.204 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-16 21:21:12.206 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 21:21:12.209 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-16 21:21:12.209 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 21:21:12.213 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-16 21:21:12.215 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-16 21:21:12.217 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-16 21:21:12.219 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-16 21:21:12.221 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-16 21:21:12.238 | Using python 3.10 to install osc-placement 2025-04-16 21:21:12.240 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2025-04-16 21:21:13.281 | Collecting osc-placement 2025-04-16 21:21:13.284 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 21:21:13.310 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2025-04-16 21:21:13.310 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (2.8.1) 2025-04-16 21:21:13.311 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.2.1) 2025-04-16 21:21:13.313 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2025-04-16 21:21:13.313 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2025-04-16 21:21:13.338 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2025-04-16 21:21:13.339 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2025-04-16 21:21:13.339 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.2) 2025-04-16 21:21:13.340 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.1.0) 2025-04-16 21:21:13.346 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.3.0) 2025-04-16 21:21:13.347 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (1.5.1) 2025-04-16 21:21:13.347 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.1.1) 2025-04-16 21:21:13.354 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2025-04-16 21:21:13.355 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2025-04-16 21:21:13.356 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2025-04-16 21:21:13.357 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2025-04-16 21:21:13.358 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2025-04-16 21:21:13.359 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-16 21:21:13.361 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-16 21:21:13.367 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.7.0) 2025-04-16 21:21:13.368 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2025-04-16 21:21:13.368 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2025-04-16 21:21:13.369 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.3) 2025-04-16 21:21:13.370 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0.1) 2025-04-16 21:21:13.374 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.15.0) 2025-04-16 21:21:13.390 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2025-04-16 21:21:13.391 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2025-04-16 21:21:13.392 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2025-04-16 21:21:13.393 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2025-04-16 21:21:13.394 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2025-04-16 21:21:13.395 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2025-04-16 21:21:13.395 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (40.0.2) 2025-04-16 21:21:13.417 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.1.0) 2025-04-16 21:21:13.418 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2025-04-16 21:21:13.418 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.15) 2025-04-16 21:21:13.419 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2025.1.31) 2025-04-16 21:21:13.459 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (23.1.0) 2025-04-16 21:21:13.460 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2025-04-16 21:21:13.460 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.6) 2025-04-16 21:21:13.481 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2025-04-16 21:21:13.514 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.15.0) 2025-04-16 21:21:13.522 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2025-04-16 21:21:13.581 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2025-04-16 21:21:13.620 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-16 21:21:14.429 | Installing collected packages: osc-placement 2025-04-16 21:21:14.511 | Successfully installed osc-placement-4.2.0 2025-04-16 21:21:14.611 | + inc/python:pip_install:222 : result=0 2025-04-16 21:21:14.613 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:21:14.615 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:14.617 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:14.619 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:14.621 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:14.623 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:14.625 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:21:14.627 | + functions-common:time_stop:2407 : start_time=1744838472234 2025-04-16 21:21:14.629 | + functions-common:time_stop:2409 : [[ -z 1744838472234 ]] 2025-04-16 21:21:14.632 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:14.635 | + functions-common:time_stop:2412 : end_time=1744838474633 2025-04-16 21:21:14.637 | + functions-common:time_stop:2413 : elapsed_time=2399 2025-04-16 21:21:14.639 | + functions-common:time_stop:2414 : total=79000 2025-04-16 21:21:14.641 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:14.643 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=81399 2025-04-16 21:21:14.645 | + inc/python:pip_install:225 : return 0 2025-04-16 21:21:14.647 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-16 21:21:14.649 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-16 21:21:14.651 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-16 21:21:14.653 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 21:21:14.655 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 21:21:14.657 | ++ functions-common:git_clone:576 : pwd 2025-04-16 21:21:14.660 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:21:14.662 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:21:14.664 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:21:14.677 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:21:14.679 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 21:21:14.681 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 21:21:14.683 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:21:14.685 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 21:21:14.685 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:21:14.689 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-16 21:21:14.691 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:21:14.693 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 21:21:14.695 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:21:14.697 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:21:14.699 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:21:14.701 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:21:14.703 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:21:14.704 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:21:14.706 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:21:14.708 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:21:14.711 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:21:14.713 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838474711 2025-04-16 21:21:14.715 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 21:21:14.718 | Cloning into '/opt/stack//placement'... 2025-04-16 21:21:16.404 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:21:16.406 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:16.408 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:16.410 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:16.411 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:16.413 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:16.415 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:21:16.416 | + functions-common:time_stop:2407 : start_time=1744838474711 2025-04-16 21:21:16.418 | + functions-common:time_stop:2409 : [[ -z 1744838474711 ]] 2025-04-16 21:21:16.421 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:16.423 | + functions-common:time_stop:2412 : end_time=1744838476421 2025-04-16 21:21:16.425 | + functions-common:time_stop:2413 : elapsed_time=1710 2025-04-16 21:21:16.427 | + functions-common:time_stop:2414 : total=39474 2025-04-16 21:21:16.429 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:16.431 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41184 2025-04-16 21:21:16.433 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-16 21:21:16.434 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 21:21:16.437 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:21:16.439 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:21:16.440 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:21:16.443 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:21:16.445 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:21:16.446 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:21:16.448 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:21:16.450 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:21:16.453 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:21:16.456 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838476453 2025-04-16 21:21:16.458 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 21:21:17.976 | From https://opendev.org/openstack/placement 2025-04-16 21:21:17.976 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 21:21:17.981 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:21:17.983 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:17.984 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:17.986 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:17.988 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:17.990 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:17.992 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:21:17.994 | + functions-common:time_stop:2407 : start_time=1744838476453 2025-04-16 21:21:17.996 | + functions-common:time_stop:2409 : [[ -z 1744838476453 ]] 2025-04-16 21:21:17.998 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:18.001 | + functions-common:time_stop:2412 : end_time=1744838478000 2025-04-16 21:21:18.003 | + functions-common:time_stop:2413 : elapsed_time=1547 2025-04-16 21:21:18.005 | + functions-common:time_stop:2414 : total=41184 2025-04-16 21:21:18.007 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:18.009 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42731 2025-04-16 21:21:18.011 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 21:21:18.013 | + functions-common:git_timed:680 : local count=0 2025-04-16 21:21:18.015 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 21:21:18.017 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:21:18.019 | + functions-common:git_timed:684 : timeout=0 2025-04-16 21:21:18.021 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:21:18.022 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:21:18.024 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:21:18.026 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:21:18.029 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:21:18.032 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838478030 2025-04-16 21:21:18.034 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 21:21:18.060 | Note: switching to 'FETCH_HEAD'. 2025-04-16 21:21:18.060 | 2025-04-16 21:21:18.060 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 21:21:18.060 | changes and commit them, and you can discard any commits you make in this 2025-04-16 21:21:18.060 | state without impacting any branches by switching back to a branch. 2025-04-16 21:21:18.060 | 2025-04-16 21:21:18.060 | If you want to create a new branch to retain commits you create, you may 2025-04-16 21:21:18.060 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 21:21:18.060 | 2025-04-16 21:21:18.060 | git switch -c 2025-04-16 21:21:18.060 | 2025-04-16 21:21:18.060 | Or undo this operation with: 2025-04-16 21:21:18.060 | 2025-04-16 21:21:18.060 | git switch - 2025-04-16 21:21:18.060 | 2025-04-16 21:21:18.060 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 21:21:18.060 | 2025-04-16 21:21:18.060 | HEAD is now at d84f211 Add round-robin candidate generation strategy 2025-04-16 21:21:18.063 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:21:18.064 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:18.066 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:18.068 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:18.070 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:18.072 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:18.074 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:21:18.076 | + functions-common:time_stop:2407 : start_time=1744838478030 2025-04-16 21:21:18.078 | + functions-common:time_stop:2409 : [[ -z 1744838478030 ]] 2025-04-16 21:21:18.080 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:18.083 | + functions-common:time_stop:2412 : end_time=1744838478081 2025-04-16 21:21:18.085 | + functions-common:time_stop:2413 : elapsed_time=51 2025-04-16 21:21:18.087 | + functions-common:time_stop:2414 : total=42731 2025-04-16 21:21:18.089 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:18.091 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42782 2025-04-16 21:21:18.093 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-16 21:21:18.103 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-16 21:21:18.105 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 21:21:18.105 | + functions-common:git_clone:656 : head -1 2025-04-16 21:21:18.108 | d84f211 Add round-robin candidate generation strategy 2025-04-16 21:21:18.111 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 21:21:18.113 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-16 21:21:18.115 | + inc/python:setup_develop:360 : local bindep 2025-04-16 21:21:18.117 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 21:21:18.118 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-16 21:21:18.120 | + inc/python:setup_develop:366 : local extras= 2025-04-16 21:21:18.122 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-16 21:21:18.124 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 21:21:18.126 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 21:21:18.128 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-16 21:21:18.130 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 21:21:18.132 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 21:21:18.135 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-16 21:21:18.137 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 21:21:18.139 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-16 21:21:18.141 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 21:21:18.143 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 21:21:18.145 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-16 21:21:18.150 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-16 21:21:18.152 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-04-16 21:21:18.482 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-16 21:21:18.485 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 21:21:18.487 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 21:21:18.489 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 21:21:18.491 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-16 21:21:18.493 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-16 21:21:18.495 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 21:21:18.497 | + inc/python:setup_package:450 : local extras= 2025-04-16 21:21:18.499 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 21:21:18.501 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 21:21:18.503 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 21:21:18.505 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 21:21:18.507 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 21:21:18.509 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-16 21:21:18.526 | Using python 3.10 to install /opt/stack/placement 2025-04-16 21:21:18.527 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2025-04-16 21:21:19.365 | Obtaining file:///opt/stack/placement 2025-04-16 21:21:19.366 | Preparing metadata (setup.py): started 2025-04-16 21:21:19.823 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 21:21:19.880 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.11.1) 2025-04-16 21:21:19.880 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.4.41) 2025-04-16 21:21:19.881 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (10.4.1) 2025-04-16 21:21:19.882 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.5.1) 2025-04-16 21:21:19.882 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.8.7) 2025-04-16 21:21:19.883 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.17.3) 2025-04-16 21:21:19.884 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.28.2) 2025-04-16 21:21:19.885 | 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 /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (69.1.1) 2025-04-16 21:21:19.886 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 21:21:19.886 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (9.2.0) 2025-04-16 21:21:19.887 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 21:21:19.888 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.3.2) 2025-04-16 21:21:19.889 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.1) 2025-04-16 21:21:19.889 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (6.2.1) 2025-04-16 21:21:19.890 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (14.1.1) 2025-04-16 21:21:19.891 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.2.1) 2025-04-16 21:21:19.892 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 21:21:19.892 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.2.0) 2025-04-16 21:21:19.893 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-16 21:21:19.894 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (3.0.0) 2025-04-16 21:21:19.895 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.0.1) 2025-04-16 21:21:19.913 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (23.1.0) 2025-04-16 21:21:19.914 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (0.19.3) 2025-04-16 21:21:19.937 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.3.0) 2025-04-16 21:21:19.937 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.5.0) 2025-04-16 21:21:19.938 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (6.1.1) 2025-04-16 21:21:19.940 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.1.1) 2025-04-16 21:21:19.940 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 21:21:19.949 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.1.0.dev12) (0.18) 2025-04-16 21:21:19.968 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (6.0) 2025-04-16 21:21:19.968 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.5.0) 2025-04-16 21:21:19.969 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (0.8.0) 2025-04-16 21:21:19.970 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.0.0) 2025-04-16 21:21:19.971 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (5.1.0) 2025-04-16 21:21:19.992 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.9.4) 2025-04-16 21:21:19.993 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.0.1) 2025-04-16 21:21:19.994 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (0.5.0) 2025-04-16 21:21:20.013 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (2.8.2) 2025-04-16 21:21:20.015 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (0.9.6) 2025-04-16 21:21:20.022 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (3.1.2) 2025-04-16 21:21:20.023 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 21:21:20.025 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 21:21:20.037 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (1.0.5) 2025-04-16 21:21:20.038 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-16 21:21:20.039 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-16 21:21:20.044 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (3.7.0) 2025-04-16 21:21:20.052 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-16 21:21:20.053 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (0.11.0) 2025-04-16 21:21:20.053 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (23.1) 2025-04-16 21:21:20.054 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (3.0.9) 2025-04-16 21:21:20.066 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.1.0) 2025-04-16 21:21:20.067 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.4) 2025-04-16 21:21:20.068 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (1.26.15) 2025-04-16 21:21:20.068 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (2025.1.31) 2025-04-16 21:21:20.077 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (1.16.0) 2025-04-16 21:21:20.077 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (0.7) 2025-04-16 21:21:20.184 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.1.0.dev12) (2.0.2) 2025-04-16 21:21:20.201 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.2.4) 2025-04-16 21:21:20.245 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (1.15.0) 2025-04-16 21:21:20.276 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (2.1.2) 2025-04-16 21:21:20.305 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.7.0) 2025-04-16 21:21:20.346 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.1.8) 2025-04-16 21:21:20.369 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (0.2.6) 2025-04-16 21:21:20.498 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.6.0) 2025-04-16 21:21:20.538 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.1.1) 2025-04-16 21:21:20.589 | Requirement already satisfied: fixtures>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 21:21:21.304 | Installing collected packages: openstack-placement 2025-04-16 21:21:21.304 | Running setup.py develop for openstack-placement 2025-04-16 21:21:22.236 | Successfully installed openstack-placement-0.1.0.dev12 2025-04-16 21:21:22.342 | + inc/python:pip_install:222 : result=0 2025-04-16 21:21:22.345 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:21:22.346 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:22.348 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:22.350 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:22.352 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:22.354 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:22.356 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:21:22.358 | + functions-common:time_stop:2407 : start_time=1744838478522 2025-04-16 21:21:22.360 | + functions-common:time_stop:2409 : [[ -z 1744838478522 ]] 2025-04-16 21:21:22.362 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:22.365 | + functions-common:time_stop:2412 : end_time=1744838482363 2025-04-16 21:21:22.367 | + functions-common:time_stop:2413 : elapsed_time=3841 2025-04-16 21:21:22.369 | + functions-common:time_stop:2414 : total=81399 2025-04-16 21:21:22.371 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:22.373 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=85240 2025-04-16 21:21:22.375 | + inc/python:pip_install:225 : return 0 2025-04-16 21:21:22.377 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 21:21:22.379 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:21:22.380 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-16 21:21:22.382 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-16 21:21:22.384 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:21:22.386 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:21:22.388 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-16 21:21:22.391 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:21:22.393 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 21:21:22.395 | + stack.sh:main:971 : configure_placement 2025-04-16 21:21:22.397 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-16 21:21:22.407 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-16 21:21:22.409 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-16 21:21:22.413 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-16 21:21:22.415 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-16 21:21:22.417 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-16 21:21:22.419 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-16 21:21:22.421 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 21:21:22.423 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 21:21:22.425 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 21:21:22.439 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:22.441 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 21:21:22.442 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-16 21:21:22.445 | + 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' 2025-04-16 21:21:22.472 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-16 21:21:22.497 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-16 21:21:22.522 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-16 21:21:22.524 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-16 21:21:22.526 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 21:21:22.528 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 21:21:22.530 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-16 21:21:22.555 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-16 21:21:22.580 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 21:21:22.604 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-16 21:21:22.627 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-16 21:21:22.651 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-16 21:21:22.675 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-16 21:21:22.699 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-16 21:21:22.723 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 21:21:22.747 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 21:21:22.772 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-16 21:21:22.773 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-16 21:21:22.775 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-16 21:21:22.778 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 21:21:22.792 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 21:21:22.794 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 21:21:22.796 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 21:21:22.797 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 21:21:22.799 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 21:21:22.824 | + 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' 2025-04-16 21:21:22.848 | + 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' 2025-04-16 21:21:22.872 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 21:21:22.896 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 21:21:22.898 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-16 21:21:22.900 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-16 21:21:22.902 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-16 21:21:22.904 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-16 21:21:22.906 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 21:21:22.908 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 21:21:22.910 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-16 21:21:22.913 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-16 21:21:22.915 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 21:21:22.917 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 21:21:22.927 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 21:21:22.927 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 21:21:22.934 | d /var/run/uwsgi 0755 stack root 2025-04-16 21:21:22.937 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 21:21:22.945 | /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. 2025-04-16 21:21:22.948 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-16 21:21:22.950 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-16 21:21:22.953 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-04-16 21:21:22.981 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-16 21:21:23.004 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-16 21:21:23.028 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-16 21:21:23.051 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 21:21:23.075 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 21:21:23.099 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-16 21:21:23.123 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-16 21:21:23.146 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-16 21:21:23.170 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 21:21:23.194 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 21:21:23.217 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 21:21:23.241 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-16 21:21:23.264 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 21:21:23.266 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 21:21:23.269 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-16 21:21:23.271 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-16 21:21:23.273 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 21:21:23.275 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:23.277 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:23.279 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-16 21:21:23.282 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-16 21:21:23.284 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-16 21:21:23.308 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 21:21:23.333 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' 2025-04-16 21:21:23.333 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-16 21:21:23.339 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-16 21:21:23.342 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-16 21:21:23.344 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-16 21:21:23.346 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 21:21:23.349 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 21:21:23.351 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 21:21:23.353 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:23.354 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:23.356 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 21:21:23.358 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 21:21:23.360 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:23.362 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:23.364 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-16 21:21:23.395 | Enabling site placement-api. 2025-04-16 21:21:23.400 | To activate the new configuration, you need to run: 2025-04-16 21:21:23.400 | systemctl reload apache2 2025-04-16 21:21:23.403 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 21:21:23.405 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 21:21:23.407 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:21:23.409 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 21:21:23.518 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 21:21:23.520 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 21:21:23.522 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-16 21:21:23.549 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-16 21:21:23.573 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-16 21:21:23.586 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:23.588 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-16 21:21:23.602 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:23.604 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-16 21:21:23.618 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:23.620 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-16 21:21:23.622 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-16 21:21:23.624 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-16 21:21:23.650 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-16 21:21:23.675 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-16 21:21:23.699 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-16 21:21:23.723 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-16 21:21:23.747 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-16 21:21:23.771 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-16 21:21:23.796 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-16 21:21:23.820 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-16 21:21:23.833 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:23.836 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-16 21:21:23.850 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:23.852 | + stack.sh:main:997 : run_phase stack install 2025-04-16 21:21:23.854 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 21:21:23.856 | + functions-common:run_phase:1829 : local phase=install 2025-04-16 21:21:23.858 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 21:21:23.860 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 21:21:23.862 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 21:21:23.864 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 21:21:23.866 | + functions-common:run_phase:1838 : local extra 2025-04-16 21:21:23.869 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 21:21:23.872 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 21:21:23.874 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 21:21:23.876 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 21:21:23.878 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-16 21:21:23.880 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 21:21:23.892 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:23.894 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:21:23.896 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:21:23.898 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 21:21:23.900 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-16 21:21:23.901 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:21:23.903 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-16 21:21:23.905 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-16 21:21:23.907 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-16 21:21:23.953 | ++ inc/async:async_inner:63 : install_tempest 2025-04-16 21:21:23.980 | [3500 Async install_tempest:34197]: running: install_tempest 2025-04-16 21:21:23.983 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 21:21:23.985 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 21:21:23.987 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:21:23.989 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 21:21:23.992 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-16 21:21:23.994 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 21:21:23.996 | + functions-common:run_plugins:1815 : local phase=install 2025-04-16 21:21:23.999 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 21:21:24.001 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 21:21:24.003 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 21:21:24.005 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:21:24.007 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 21:21:24.010 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-16 21:21:24.012 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:21:24.014 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:21:24.016 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 21:21:24.018 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-16 21:21:24.020 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:21:24.023 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-16 21:21:24.024 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-16 21:21:24.026 | ++ inc/python:setup_develop:360 : local bindep 2025-04-16 21:21:24.028 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 21:21:24.030 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 21:21:24.032 | ++ inc/python:setup_develop:366 : local extras= 2025-04-16 21:21:24.034 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-16 21:21:24.036 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 21:21:24.038 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 21:21:24.040 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 21:21:24.042 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 21:21:24.044 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 21:21:24.046 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-16 21:21:24.048 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 21:21:24.050 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-16 21:21:24.052 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 21:21:24.054 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 21:21:24.057 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-16 21:21:24.061 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-16 21:21:24.063 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-04-16 21:21:24.387 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-16 21:21:24.389 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-16 21:21:24.391 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-16 21:21:24.393 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 21:21:24.395 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-16 21:21:24.397 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-16 21:21:24.399 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-16 21:21:24.401 | ++ inc/python:setup_package:450 : local extras= 2025-04-16 21:21:24.402 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 21:21:24.404 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 21:21:24.406 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 21:21:24.408 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 21:21:24.410 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 21:21:24.412 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-16 21:21:24.427 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-16 21:21:24.429 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2025-04-16 21:21:25.271 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-16 21:21:25.271 | Preparing metadata (setup.py): started 2025-04-16 21:21:25.710 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 21:21:25.763 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.11.1) 2025-04-16 21:21:25.866 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-16 21:21:25.867 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 21:21:25.872 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.8.2) 2025-04-16 21:21:25.872 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (9.2.0) 2025-04-16 21:21:25.872 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.1.1) 2025-04-16 21:21:25.872 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.3.2) 2025-04-16 21:21:25.872 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.2.1) 2025-04-16 21:21:25.873 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.2.1) 2025-04-16 21:21:25.874 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.2.1) 2025-04-16 21:21:25.875 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (11.0.0) 2025-04-16 21:21:25.900 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-16 21:21:25.902 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-16 21:21:25.903 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.8.0) 2025-04-16 21:21:25.904 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (4.2.0) 2025-04-16 21:21:25.926 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-16 21:21:25.928 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 21:21:25.930 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.16.0) 2025-04-16 21:21:25.930 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (23.1.0) 2025-04-16 21:21:25.950 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.41) 2025-04-16 21:21:25.951 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.8.7) 2025-04-16 21:21:25.952 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-16 21:21:25.953 | Requirement already satisfied: os-ken>=0.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.7.1) 2025-04-16 21:21:25.954 | Requirement already satisfied: os-traits>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.0.0) 2025-04-16 21:21:25.955 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 21:21:25.955 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 21:21:25.956 | Requirement already satisfied: oslo.db>=12.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.1.1) 2025-04-16 21:21:25.957 | Requirement already satisfied: oslo.messaging>=14.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.4.2) 2025-04-16 21:21:25.958 | Requirement already satisfied: oslo.policy>=3.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.2.1) 2025-04-16 21:21:25.959 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.2.0) 2025-04-16 21:21:25.961 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.1.0) 2025-04-16 21:21:25.962 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.2) 2025-04-16 21:21:25.962 | Requirement already satisfied: setproctitle>=1.1.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.3.2) 2025-04-16 21:21:25.963 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.0) 2025-04-16 21:21:25.984 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (6.0) 2025-04-16 21:21:25.985 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.5.0) 2025-04-16 21:21:25.986 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.28.2) 2025-04-16 21:21:25.987 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.0.0) 2025-04-16 21:21:26.009 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (2.8.2) 2025-04-16 21:21:26.010 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (0.9.6) 2025-04-16 21:21:26.016 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (1.0.5) 2025-04-16 21:21:26.017 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-16 21:21:26.017 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-16 21:21:26.028 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.5.2) 2025-04-16 21:21:26.029 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.0.1) 2025-04-16 21:21:26.030 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.5.1) 2025-04-16 21:21:26.031 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-16 21:21:26.031 | Requirement already satisfied: eventlet>=0.25.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.33.3) 2025-04-16 21:21:26.032 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 21:21:26.033 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.0.2) 2025-04-16 21:21:26.041 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (1.1.0) 2025-04-16 21:21:26.041 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (0.11.0) 2025-04-16 21:21:26.042 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (23.1) 2025-04-16 21:21:26.043 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (3.0.9) 2025-04-16 21:21:26.084 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (4.3.0) 2025-04-16 21:21:26.086 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.5.1) 2025-04-16 21:21:26.086 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.1.0) 2025-04-16 21:21:26.086 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.8.1) 2025-04-16 21:21:26.088 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 21:21:26.088 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.19.1) 2025-04-16 21:21:26.122 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.18) 2025-04-16 21:21:26.122 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (2.4.1) 2025-04-16 21:21:26.124 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (6.3.1) 2025-04-16 21:21:26.125 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.13.1) 2025-04-16 21:21:26.132 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.7.0) 2025-04-16 21:21:26.133 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.5.1) 2025-04-16 21:21:26.134 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.4.3) 2025-04-16 21:21:26.135 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (6.0.1) 2025-04-16 21:21:26.141 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.15.0) 2025-04-16 21:21:26.147 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.3.0) 2025-04-16 21:21:26.148 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.16.0) 2025-04-16 21:21:26.201 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.7.0) 2025-04-16 21:21:26.223 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.4) 2025-04-16 21:21:26.224 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-16 21:21:26.225 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.32) 2025-04-16 21:21:26.226 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-16 21:21:26.228 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.0.1) 2025-04-16 21:21:26.231 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.1.8) 2025-04-16 21:21:26.231 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (40.0.2) 2025-04-16 21:21:26.245 | Requirement already satisfied: ncclient>=0.6.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.6.13) 2025-04-16 21:21:26.246 | Requirement already satisfied: ovs>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.17.7) 2025-04-16 21:21:26.301 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.9.4) 2025-04-16 21:21:26.303 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.0.1) 2025-04-16 21:21:26.304 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.5.0) 2025-04-16 21:21:26.354 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-16 21:21:26.355 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-16 21:21:26.356 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.4) 2025-04-16 21:21:26.357 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.7.0) 2025-04-16 21:21:26.358 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 21:21:26.428 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (69.1.1) 2025-04-16 21:21:26.453 | Requirement already satisfied: Mako>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-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.dev9) (1.2.4) 2025-04-16 21:21:26.454 | Requirement already satisfied: logutils>=0.3 in /opt/stack/data/venv/lib/python3.10/site-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.dev9) (0.3.5) 2025-04-16 21:21:26.529 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-16 21:21:26.529 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.4) 2025-04-16 21:21:26.530 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.26.15) 2025-04-16 21:21:26.531 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2025.1.31) 2025-04-16 21:21:26.555 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.7) 2025-04-16 21:21:26.743 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.0.0) 2025-04-16 21:21:26.829 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.8.2) 2025-04-16 21:21:26.830 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.2.6) 2025-04-16 21:21:26.859 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.15.1) 2025-04-16 21:21:26.948 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.15.0) 2025-04-16 21:21:26.972 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.3) 2025-04-16 21:21:27.030 | Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/stack/data/venv/lib/python3.10/site-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.dev9) (2.1.2) 2025-04-16 21:21:27.046 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-16 21:21:27.046 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.9.2) 2025-04-16 21:21:27.094 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.2) 2025-04-16 21:21:27.095 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 21:21:27.097 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 21:21:27.112 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.4.0) 2025-04-16 21:21:27.252 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.6.0) 2025-04-16 21:21:27.322 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.21) 2025-04-16 21:21:27.406 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-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.dev9) (1.5.0) 2025-04-16 21:21:27.575 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-16 21:21:27.621 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-16 21:21:27.623 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-16 21:21:28.154 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-16 21:21:28.587 | Running setup.py develop for networking_nsxv3 2025-04-16 21:21:29.781 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-16 21:21:29.914 | ++ inc/python:pip_install:222 : result=0 2025-04-16 21:21:29.916 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:21:29.917 | ++ functions-common:time_stop:2400 : local name 2025-04-16 21:21:29.919 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:29.921 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:29.923 | ++ functions-common:time_stop:2403 : local total 2025-04-16 21:21:29.925 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:29.926 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:21:29.928 | ++ functions-common:time_stop:2407 : start_time=1744838484423 2025-04-16 21:21:29.930 | ++ functions-common:time_stop:2409 : [[ -z 1744838484423 ]] 2025-04-16 21:21:29.932 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:29.936 | ++ functions-common:time_stop:2412 : end_time=1744838489933 2025-04-16 21:21:29.937 | ++ functions-common:time_stop:2413 : elapsed_time=5510 2025-04-16 21:21:29.939 | ++ functions-common:time_stop:2414 : total=85240 2025-04-16 21:21:29.941 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:29.943 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=90750 2025-04-16 21:21:29.945 | ++ inc/python:pip_install:225 : return 0 2025-04-16 21:21:29.946 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 21:21:29.948 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:21:29.950 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-16 21:21:29.952 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-16 21:21:29.954 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:21:29.956 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:21:29.958 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-16 21:21:29.960 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-16 21:21:29.962 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-16 21:21:29.964 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-16 21:21:29.966 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 21:21:29.968 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 21:21:29.970 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-16 21:21:29.972 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 21:21:29.974 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-16 21:21:29.976 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-16 21:21:29.979 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 21:21:29.981 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-16 21:21:29.983 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-16 21:21:29.985 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 21:21:29.989 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 21:21:29.989 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-16 21:21:29.993 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-16 21:21:29.995 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-16 21:21:29.998 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-16 21:21:30.001 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-16 21:21:30.002 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-16 21:21:30.020 | Using python 3.10 to install python-openstackclient 2025-04-16 21:21:30.022 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2025-04-16 21:21:31.003 | Collecting python-openstackclient 2025-04-16 21:21:31.006 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-16 21:21:31.016 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2025-04-16 21:21:31.018 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-04-16 21:21:31.018 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2025-04-16 21:21:31.019 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.1) 2025-04-16 21:21:31.020 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.8.1) 2025-04-16 21:21:31.020 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.1) 2025-04-16 21:21:31.020 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.2.1) 2025-04-16 21:21:31.021 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.11.1) 2025-04-16 21:21:31.022 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.4.0) 2025-04-16 21:21:31.023 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.2.0) 2025-04-16 21:21:31.024 | Requirement already satisfied: python-novaclient>=18.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (18.4.0) 2025-04-16 21:21:31.024 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2025-04-16 21:21:31.030 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.7.0) 2025-04-16 21:21:31.031 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-04-16 21:21:31.031 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2025-04-16 21:21:31.033 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.4.3) 2025-04-16 21:21:31.035 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.1) 2025-04-16 21:21:31.052 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->python-openstackclient) (1.15.1) 2025-04-16 21:21:31.064 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.4) 2025-04-16 21:21:31.064 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.0) 2025-04-16 21:21:31.065 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.32) 2025-04-16 21:21:31.066 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.7.0) 2025-04-16 21:21:31.067 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.3.0) 2025-04-16 21:21:31.068 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.1.1) 2025-04-16 21:21:31.068 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.0.1) 2025-04-16 21:21:31.069 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (0.11.0) 2025-04-16 21:21:31.070 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.1.8) 2025-04-16 21:21:31.077 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (3.19.1) 2025-04-16 21:21:31.085 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2025-04-16 21:21:31.086 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2025-04-16 21:21:31.087 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2025-04-16 21:21:31.088 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2025-04-16 21:21:31.089 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-16 21:21:31.089 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-16 21:21:31.099 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.2) 2025-04-16 21:21:31.109 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.2.0) 2025-04-16 21:21:31.110 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.2.1) 2025-04-16 21:21:31.111 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2025-04-16 21:21:31.131 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.21) 2025-04-16 21:21:31.156 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (23.1.0) 2025-04-16 21:21:31.157 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2025-04-16 21:21:31.157 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.6) 2025-04-16 21:21:31.164 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.15.0) 2025-04-16 21:21:31.195 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.15.0) 2025-04-16 21:21:31.204 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient) (2.3) 2025-04-16 21:21:31.265 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) 2025-04-16 21:21:31.273 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.5) 2025-04-16 21:21:31.315 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.1.0) 2025-04-16 21:21:31.315 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2025-04-16 21:21:31.319 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.15) 2025-04-16 21:21:31.319 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2025.1.31) 2025-04-16 21:21:31.468 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-16 21:21:32.384 | Installing collected packages: python-openstackclient 2025-04-16 21:21:33.252 | Successfully installed python-openstackclient-6.3.0 2025-04-16 21:21:33.367 | + inc/python:pip_install:222 : result=0 2025-04-16 21:21:33.370 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:21:33.372 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:33.374 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:33.376 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:33.381 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:33.384 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:33.389 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:21:33.393 | + functions-common:time_stop:2407 : start_time=1744838490015 2025-04-16 21:21:33.400 | + functions-common:time_stop:2409 : [[ -z 1744838490015 ]] 2025-04-16 21:21:33.403 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:33.413 | + functions-common:time_stop:2412 : end_time=1744838493404 2025-04-16 21:21:33.417 | + functions-common:time_stop:2413 : elapsed_time=3389 2025-04-16 21:21:33.421 | + functions-common:time_stop:2414 : total=90750 2025-04-16 21:21:33.423 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:33.432 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=94139 2025-04-16 21:21:33.439 | + inc/python:pip_install:225 : return 0 2025-04-16 21:21:33.441 | + stack.sh:main:1009 : install_oscwrap 2025-04-16 21:21:33.444 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-16 21:21:33.448 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.ci2sGu11Nb 2025-04-16 21:21:33.452 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-16 21:21:33.454 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-16 21:21:33.456 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-16 21:21:33.458 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-16 21:21:33.461 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 21:21:33.463 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-16 21:21:33.479 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:33.481 | + stack.sh:main:1063 : configure_database 2025-04-16 21:21:33.484 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-16 21:21:33.485 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-16 21:21:33.487 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-16 21:21:33.489 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:21:33.491 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-16 21:21:33.493 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-16 21:21:33.494 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:33.496 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:33.498 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-16 21:21:33.504 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-16 21:21:33.505 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:33.507 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:33.509 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-16 21:21:33.511 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-16 21:21:33.513 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-16 21:21:33.514 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-16 21:21:33.516 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-16 21:21:33.519 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-16 21:21:33.522 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 21:21:33.522 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 21:21:33.525 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-16 21:21:33.572 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-16 21:21:33.574 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 21:21:33.576 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 21:21:33.578 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 21:21:33.580 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 21:21:33.581 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 21:21:33.583 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 21:21:33.585 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 21:21:33.586 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 21:21:33.588 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 21:21:33.590 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 21:21:33.592 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 21:21:33.594 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 21:21:33.595 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 21:21:33.597 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-16 21:21:33.599 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:33.601 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:33.603 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-16 21:21:33.605 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:21:33.606 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 21:21:34.138 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-16 21:21:34.140 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:34.142 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:34.144 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 21:21:34.146 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-16 21:21:34.148 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-16 21:21:34.150 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:34.153 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:34.155 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-16 21:21:34.156 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-16 21:21:34.159 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-16 21:21:34.161 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:34.163 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:34.165 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-16 21:21:34.167 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-16 21:21:34.169 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 21:21:34.171 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-16 21:21:34.186 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-16 21:21:34.188 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:21:34.189 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:21:34.191 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 21:21:34.193 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-16 21:21:34.195 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-16 21:21:34.238 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-16 21:21:34.284 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-16 21:21:34.328 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-16 21:21:34.330 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-16 21:21:34.332 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-16 21:21:34.332 | enabling MySQL performance counting 2025-04-16 21:21:34.334 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-16 21:21:34.350 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-16 21:21:34.352 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2025-04-16 21:21:35.213 | Processing ./tools/dbcounter 2025-04-16 21:21:35.216 | Installing build dependencies: started 2025-04-16 21:21:39.894 | Installing build dependencies: finished with status 'done' 2025-04-16 21:21:39.895 | Getting requirements to build wheel: started 2025-04-16 21:21:40.088 | Getting requirements to build wheel: finished with status 'done' 2025-04-16 21:21:40.088 | Preparing metadata (pyproject.toml): started 2025-04-16 21:21:40.275 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-16 21:21:40.278 | Building wheels for collected packages: dbcounter 2025-04-16 21:21:40.279 | Building wheel for dbcounter (pyproject.toml): started 2025-04-16 21:21:40.495 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-16 21:21:40.496 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=79814493e88f2e768b169559f90c1865011d311ef63c0abed0117b016d1dbe79 2025-04-16 21:21:40.496 | Stored in directory: /tmp/pip-ephem-wheel-cache-dy47zysi/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-16 21:21:40.499 | Successfully built dbcounter 2025-04-16 21:21:41.561 | Installing collected packages: dbcounter 2025-04-16 21:21:41.597 | Successfully installed dbcounter-0.1 2025-04-16 21:21:41.722 | + inc/python:pip_install:222 : result=0 2025-04-16 21:21:41.724 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:21:41.726 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:41.728 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:41.730 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:41.732 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:41.734 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:41.736 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:21:41.738 | + functions-common:time_stop:2407 : start_time=1744838494346 2025-04-16 21:21:41.740 | + functions-common:time_stop:2409 : [[ -z 1744838494346 ]] 2025-04-16 21:21:41.742 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:41.746 | + functions-common:time_stop:2412 : end_time=1744838501744 2025-04-16 21:21:41.748 | + functions-common:time_stop:2413 : elapsed_time=7398 2025-04-16 21:21:41.749 | + functions-common:time_stop:2414 : total=94139 2025-04-16 21:21:41.751 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:41.754 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=101537 2025-04-16 21:21:41.756 | + inc/python:pip_install:225 : return 0 2025-04-16 21:21:41.758 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-16 21:21:41.759 | + lib/database:recreate_database:112 : local db=stats 2025-04-16 21:21:41.761 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-16 21:21:41.763 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-16 21:21:41.765 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-16 21:21:41.774 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-16 21:21:41.782 | + lib/databases/mysql:configure_database_mysql:178 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2025-04-16 21:21:41.782 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-16 21:21:41.811 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-16 21:21:41.813 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-16 21:21:41.856 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-16 21:21:41.896 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-16 21:21:41.937 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-16 21:21:41.977 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-16 21:21:42.019 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-16 21:21:42.059 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-16 21:21:42.100 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-16 21:21:42.102 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:21:42.104 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 21:21:42.671 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-16 21:21:42.673 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-16 21:21:42.676 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 21:21:42.680 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-212142 2025-04-16 21:21:42.682 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-212142 1067' 2025-04-16 21:21:42.684 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.686 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 21:21:42.688 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.690 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 21:21:42.692 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.694 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 21:21:42.696 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.698 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 21:21:42.701 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.702 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 21:21:42.704 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.706 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 21:21:42.708 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.710 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-211753 2025-04-16 21:21:42.712 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.714 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 21:21:42.716 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.718 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 21:21:42.720 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.721 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 21:21:42.723 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.725 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 21:21:42.727 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.729 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 21:21:42.731 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.733 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 21:21:42.735 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.736 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 21:21:42.738 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:21:42.740 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 21:21:42.742 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-16 21:21:42.744 | + stack.sh:main:1093 : start_dstat 2025-04-16 21:21:42.746 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 21:21:42.748 | + functions-common:run_process:1654 : local service=dstat 2025-04-16 21:21:42.750 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 21:21:42.752 | + functions-common:run_process:1656 : local group= 2025-04-16 21:21:42.754 | + functions-common:run_process:1657 : local user= 2025-04-16 21:21:42.756 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:21:42.758 | + functions-common:run_process:1660 : local name=dstat 2025-04-16 21:21:42.759 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:21:42.761 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:21:42.763 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:21:42.766 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:21:42.768 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:21:42.771 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838502769 2025-04-16 21:21:42.773 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-16 21:21:42.786 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:42.789 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:21:42.790 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:42.793 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:42.794 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:42.797 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:42.799 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:42.801 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:21:42.803 | + functions-common:time_stop:2407 : start_time=1744838502769 2025-04-16 21:21:42.805 | + functions-common:time_stop:2409 : [[ -z 1744838502769 ]] 2025-04-16 21:21:42.808 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:42.811 | + functions-common:time_stop:2412 : end_time=1744838502808 2025-04-16 21:21:42.813 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-16 21:21:42.815 | + functions-common:time_stop:2414 : total=0 2025-04-16 21:21:42.817 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:42.819 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39 2025-04-16 21:21:42.821 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-16 21:21:42.823 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-16 21:21:42.825 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-16 21:21:42.826 | + functions-common:run_process:1656 : local group= 2025-04-16 21:21:42.829 | + functions-common:run_process:1657 : local user=root 2025-04-16 21:21:42.831 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:21:42.833 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-16 21:21:42.835 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:21:42.836 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:21:42.838 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:21:42.840 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:21:42.843 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:21:42.847 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838502844 2025-04-16 21:21:42.849 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-16 21:21:42.863 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:42.864 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:21:42.866 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:42.869 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:42.870 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:42.872 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:42.874 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:42.876 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:21:42.878 | + functions-common:time_stop:2407 : start_time=1744838502844 2025-04-16 21:21:42.880 | + functions-common:time_stop:2409 : [[ -z 1744838502844 ]] 2025-04-16 21:21:42.883 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:42.886 | + functions-common:time_stop:2412 : end_time=1744838502884 2025-04-16 21:21:42.888 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 21:21:42.890 | + functions-common:time_stop:2414 : total=39 2025-04-16 21:21:42.892 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:42.894 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79 2025-04-16 21:21:42.896 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-16 21:21:42.909 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:42.911 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-16 21:21:42.913 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-16 21:21:42.915 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-16 21:21:42.917 | + functions-common:run_process:1656 : local group= 2025-04-16 21:21:42.919 | + functions-common:run_process:1657 : local user= 2025-04-16 21:21:42.921 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:21:42.923 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-16 21:21:42.925 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:21:42.927 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:21:42.929 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:21:42.930 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:21:42.933 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:21:42.936 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838502934 2025-04-16 21:21:42.938 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-16 21:21:42.951 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:42.953 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:21:42.955 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:42.957 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:42.959 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:42.961 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:42.963 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:42.965 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:21:42.966 | + functions-common:time_stop:2407 : start_time=1744838502934 2025-04-16 21:21:42.968 | + functions-common:time_stop:2409 : [[ -z 1744838502934 ]] 2025-04-16 21:21:42.971 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:42.974 | + functions-common:time_stop:2412 : end_time=1744838502972 2025-04-16 21:21:42.976 | + functions-common:time_stop:2413 : elapsed_time=38 2025-04-16 21:21:42.978 | + functions-common:time_stop:2414 : total=79 2025-04-16 21:21:42.979 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:42.981 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=117 2025-04-16 21:21:42.983 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-16 21:21:42.997 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:42.999 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-16 21:21:43.012 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:43.014 | + stack.sh:main:1106 : start_etcd3 2025-04-16 21:21:43.016 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-16 21:21:43.018 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-16 21:21:43.020 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-16 21:21:43.022 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-16 21:21:43.024 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-16 21:21:43.026 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-16 21:21:43.028 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-16 21:21:43.030 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-16 21:21:43.032 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-16 21:21:43.034 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-16 21:21:43.035 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-16 21:21:43.038 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 21:21:43.040 | + 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 2025-04-16 21:21:43.041 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-16 21:21:43.043 | + functions-common:write_user_unit_file:1519 : 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' 2025-04-16 21:21:43.045 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 21:21:43.047 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-16 21:21:43.048 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 21:21:43.050 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 21:21:43.052 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 21:21:43.054 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 21:21:43.056 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 21:21:43.060 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-16 21:21:43.110 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:21:43.158 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-16 21:21:43.198 | + functions-common:write_user_unit_file:1533 : 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' 2025-04-16 21:21:43.239 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-16 21:21:43.279 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-16 21:21:43.319 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:21:43.359 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 21:21:43.361 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 21:21:43.363 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-16 21:21:43.411 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 21:21:43.641 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-16 21:21:43.684 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-16 21:21:43.725 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-16 21:21:43.766 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-16 21:21:43.808 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-16 21:21:43.811 | ++ functions-common:is_arch:497 : uname -m 2025-04-16 21:21:43.814 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-16 21:21:43.816 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-16 21:21:44.070 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-16 21:21:44.079 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-16 21:21:44.310 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-16 21:21:45.278 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-16 21:21:45.292 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:45.294 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-16 21:21:45.296 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-16 21:21:45.299 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-16 21:21:45.302 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-16 21:21:45.312 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-16 21:21:45.321 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-16 21:21:45.323 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 21:21:45.325 | + functions-common:write_clouds_yaml:89 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 21:21:45.371 | The user clouds.yaml file didn't exist. 2025-04-16 21:21:45.379 | + functions-common:write_clouds_yaml:100 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 21:21:45.437 | + functions-common:write_clouds_yaml:111 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 21:21:45.496 | + functions-common:write_clouds_yaml:122 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 21:21:45.557 | + functions-common:write_clouds_yaml:133 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 21:21:45.621 | + functions-common:write_clouds_yaml:144 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 21:21:45.686 | + functions-common:write_clouds_yaml:155 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 21:21:45.751 | + functions-common:write_clouds_yaml:166 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 21:21:45.796 | ++ inc/async:async_inner:64 : rc=0 2025-04-16 21:21:45.814 | [34197 Async install_tempest:34197]: finished successfully 2025-04-16 21:21:45.821 | + functions-common:write_clouds_yaml:177 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 21:21:45.890 | + functions-common:write_clouds_yaml:188 : /opt/stack/data/venv/bin/python3 /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 2025-04-16 21:21:45.958 | + functions-common:write_clouds_yaml:198 : cat 2025-04-16 21:21:45.962 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-16 21:21:45.964 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-16 21:21:45.966 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-16 21:21:45.969 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-16 21:21:45.972 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-16 21:21:45.975 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-16 21:21:45.987 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:45.989 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-16 21:21:45.991 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:21:45.993 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-16 21:21:45.995 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 21:21:45.997 | + stack.sh:main:1124 : init_keystone 2025-04-16 21:21:45.999 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-16 21:21:46.011 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:46.012 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-16 21:21:46.014 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-16 21:21:46.016 | + lib/database:recreate_database:112 : local db=keystone 2025-04-16 21:21:46.018 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-16 21:21:46.020 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-16 21:21:46.022 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-16 21:21:46.030 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-16 21:21:46.039 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-16 21:21:46.041 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 21:21:46.043 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:21:46.045 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:21:46.047 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:21:46.051 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838506048 2025-04-16 21:21:46.053 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-16 21:21:47.678 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 21:21:47.686 | 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=36887) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:21:47.690 | DEBUG dbcounter [-] [36887] Writer thread running {{(pid=36887) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:21:47.694 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:21:47.694 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:21:47.724 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-16 21:21:48.406 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36887) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 21:21:48.407 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-16 21:21:48.407 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36887) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:21:48.408 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-16 21:21:48.425 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=36887) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:21:48.426 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-16 21:21:48.437 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=36887) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:21:48.437 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-16 21:21:48.438 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36887) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 21:21:48.438 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-16 21:21:48.450 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=36887) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:21:48.450 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-16 21:21:48.457 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=36887) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:21:48.699 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-16 21:21:48.701 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:48.704 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:48.706 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:48.708 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:48.710 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:48.712 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 21:21:48.714 | + functions-common:time_stop:2407 : start_time=1744838506048 2025-04-16 21:21:48.716 | + functions-common:time_stop:2409 : [[ -z 1744838506048 ]] 2025-04-16 21:21:48.718 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:48.721 | + functions-common:time_stop:2412 : end_time=1744838508719 2025-04-16 21:21:48.723 | + functions-common:time_stop:2413 : elapsed_time=2671 2025-04-16 21:21:48.725 | + functions-common:time_stop:2414 : total=0 2025-04-16 21:21:48.727 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:48.729 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2671 2025-04-16 21:21:48.731 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-16 21:21:48.733 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-16 21:21:48.736 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-16 21:21:50.263 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-16 21:21:50.263 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 21:21:50.263 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 21:21:50.263 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-16 21:21:50.263 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 21:21:50.263 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 21:21:50.263 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 21:21:50.263 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 21:21:50.263 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 21:21:50.546 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-16 21:21:50.550 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-16 21:21:52.047 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-16 21:21:52.047 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 21:21:52.047 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 21:21:52.047 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-16 21:21:52.047 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 21:21:52.047 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 21:21:52.047 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 21:21:52.048 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 21:21:52.048 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 21:21:52.266 | + stack.sh:main:1125 : start_keystone 2025-04-16 21:21:52.269 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-16 21:21:52.271 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-16 21:21:52.273 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-16 21:21:52.287 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:52.289 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-16 21:21:52.292 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-16 21:21:52.295 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-16 21:21:52.297 | + functions-common:run_process:1654 : local service=keystone 2025-04-16 21:21:52.299 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 21:21:52.301 | + functions-common:run_process:1656 : local group= 2025-04-16 21:21:52.302 | + functions-common:run_process:1657 : local user= 2025-04-16 21:21:52.305 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:21:52.307 | + functions-common:run_process:1660 : local name=keystone 2025-04-16 21:21:52.309 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:21:52.310 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:21:52.312 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:21:52.314 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:21:52.317 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:21:52.320 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838512317 2025-04-16 21:21:52.322 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-16 21:21:52.334 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:21:52.336 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-16 21:21:52.338 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-16 21:21:52.339 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 21:21:52.341 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 21:21:52.343 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 21:21:52.345 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 21:21:52.347 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-16 21:21:52.349 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-16 21:21:52.351 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-16 21:21:52.353 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:21:52.355 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:21:52.357 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:21:52.359 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:21:52.361 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-16 21:21:52.363 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 21:21:52.365 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 21:21:52.367 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 21:21:52.368 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-16 21:21:52.370 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 21:21:52.372 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 21:21:52.373 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 21:21:52.375 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 21:21:52.377 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-16 21:21:52.378 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 21:21:52.381 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-16 21:21:52.429 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:21:52.476 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-16 21:21:52.515 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-16 21:21:52.555 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 21:21:52.594 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:21:52.634 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-16 21:21:52.673 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-16 21:21:52.712 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-16 21:21:52.752 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-16 21:21:52.792 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-16 21:21:52.834 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 21:21:52.836 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 21:21:52.837 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-16 21:21:52.886 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 21:21:53.124 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-16 21:21:53.133 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-16 21:21:53.355 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-16 21:21:53.440 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:21:53.443 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:53.445 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:53.447 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:53.449 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:53.451 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:53.453 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:21:53.455 | + functions-common:time_stop:2407 : start_time=1744838512317 2025-04-16 21:21:53.457 | + functions-common:time_stop:2409 : [[ -z 1744838512317 ]] 2025-04-16 21:21:53.459 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:53.463 | + functions-common:time_stop:2412 : end_time=1744838513461 2025-04-16 21:21:53.464 | + functions-common:time_stop:2413 : elapsed_time=1144 2025-04-16 21:21:53.466 | + functions-common:time_stop:2414 : total=117 2025-04-16 21:21:53.468 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:53.470 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1261 2025-04-16 21:21:53.472 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-16 21:21:53.472 | Waiting for keystone to start... 2025-04-16 21:21:53.474 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-16 21:21:53.476 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-16 21:21:53.478 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 21:21:53.480 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-16 21:21:53.481 | + functions:wait_for_service:470 : local rval=0 2025-04-16 21:21:53.483 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 21:21:53.485 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 21:21:53.487 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:21:53.489 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:21:53.491 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:21:53.495 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838513493 2025-04-16 21:21:53.497 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 21:21:53.500 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-16 21:21:55.760 | + :: : [[ 200 == 503 ]] 2025-04-16 21:21:55.761 | + :: : [[ 0 -eq 7 ]] 2025-04-16 21:21:55.763 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 21:21:55.765 | + functions-common:time_stop:2400 : local name 2025-04-16 21:21:55.767 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:21:55.769 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:21:55.771 | + functions-common:time_stop:2403 : local total 2025-04-16 21:21:55.773 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:21:55.775 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 21:21:55.776 | + functions-common:time_stop:2407 : start_time=1744838513493 2025-04-16 21:21:55.779 | + functions-common:time_stop:2409 : [[ -z 1744838513493 ]] 2025-04-16 21:21:55.781 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:21:55.784 | + functions-common:time_stop:2412 : end_time=1744838515782 2025-04-16 21:21:55.786 | + functions-common:time_stop:2413 : elapsed_time=2289 2025-04-16 21:21:55.788 | + functions-common:time_stop:2414 : total=0 2025-04-16 21:21:55.790 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:21:55.792 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2289 2025-04-16 21:21:55.794 | + functions:wait_for_service:478 : return 0 2025-04-16 21:21:55.796 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-16 21:21:55.808 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:21:55.810 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-16 21:21:55.812 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 21:21:55.814 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-16 21:21:56.745 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-16 21:21:56.747 | + lib/keystone:bootstrap_keystone:607 : /opt/stack/data/venv/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 2025-04-16 21:21:58.290 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.290 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.290 | 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=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.295 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.303 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.303 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.319 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.335 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.335 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.375 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.375 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.375 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.375 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.375 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.376 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.382 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.382 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.382 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.382 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.382 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.382 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.382 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.386 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.387 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.387 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.387 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.387 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.388 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.388 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.388 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37661) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 21:21:58.413 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 21:21:58.422 | 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=37661) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:21:58.426 | DEBUG dbcounter [-] [37661] Writer thread running {{(pid=37661) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:21:58.591 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created domain default 2025-04-16 21:21:58.615 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created project admin 2025-04-16 21:21:58.631 | WARNING keystone.common.password_hashing [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-16 21:21:58.632 | DEBUG passlib.handlers.bcrypt [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=37661) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-16 21:21:58.632 | DEBUG passlib.handlers.bcrypt [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37661) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-16 21:21:58.670 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created user admin 2025-04-16 21:21:58.677 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created role reader 2025-04-16 21:21:58.682 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created role member 2025-04-16 21:21:58.693 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created implied role where a8452c997ae942ccab3ee19d69970e0b implies 243ce6dbb64d4730b126e820cd36c092 2025-04-16 21:21:58.699 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created role manager 2025-04-16 21:21:58.707 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created implied role where 958bfc6fefb740138415e96bbe9cf11f implies a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:21:58.711 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created role admin 2025-04-16 21:21:58.719 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created implied role where ad98f9cbf9a2488c8bf505a586e56122 implies 958bfc6fefb740138415e96bbe9cf11f 2025-04-16 21:21:58.725 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created role service 2025-04-16 21:21:58.732 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Granted role admin on project admin to user admin. 2025-04-16 21:21:58.734 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Granted role admin on the system to user admin. 2025-04-16 21:21:58.740 | WARNING py.warnings [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2025-04-16 21:21:58.740 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-16 21:21:58.740 |  2025-04-16 21:21:58.742 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created region RegionOne 2025-04-16 21:21:58.757 | INFO keystone.cmd.bootstrap [None req-182c724f-5cff-45bd-b585-9d4a14b50762 None None] Created public endpoint http://10.180.1.21/identity 2025-04-16 21:21:59.055 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-16 21:21:59.057 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-16 21:21:59.059 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-16 21:21:59.062 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-16 21:22:00.578 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:00.580 | + lib/keystone:create_keystone_accounts:315 : admin_project=129da41d4b1a4202be57f86562f628cb 2025-04-16 21:22:00.582 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-16 21:22:00.584 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-16 21:22:01.682 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:01.684 | + lib/keystone:create_keystone_accounts:317 : admin_user=5adf4f088ecf460baa63e88ca0df528b 2025-04-16 21:22:01.686 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-16 21:22:01.688 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-16 21:22:01.690 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-16 21:22:01.692 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 5adf4f088ecf460baa63e88ca0df528b default 2025-04-16 21:22:01.737 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 5adf4f088ecf460baa63e88ca0df528b default 2025-04-16 21:22:01.765 | [3500 Async ks-domain-role:37783]: running: get_or_add_user_domain_role admin 5adf4f088ecf460baa63e88ca0df528b default 2025-04-16 21:22:01.767 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-16 21:22:01.769 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 21:22:01.771 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-16 21:22:03.158 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:03.160 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 21:22:03.162 | + functions-common:get_or_create_domain:861 : echo default 2025-04-16 21:22:03.162 | default 2025-04-16 21:22:03.164 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-16 21:22:03.212 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-16 21:22:03.241 | [3500 Async ks-project:37893]: running: get_or_create_project service Default 2025-04-16 21:22:03.243 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-16 21:22:03.291 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-16 21:22:03.320 | [3500 Async ks-service:38005]: running: get_or_create_role service 2025-04-16 21:22:03.322 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-16 21:22:03.368 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-16 21:22:03.397 | [3500 Async ks-reseller:38100]: running: get_or_create_role ResellerAdmin 2025-04-16 21:22:03.399 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-16 21:22:03.400 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-16 21:22:03.447 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-16 21:22:03.477 | [3500 Async ks-anotherrole:38198]: running: get_or_create_role anotherrole 2025-04-16 21:22:03.481 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-16 21:22:03.482 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-16 21:22:03.484 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 21:22:03.486 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2025-04-16 21:22:04.733 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:04.752 | [38100 Async ks-reseller:38100]: finished successfully 2025-04-16 21:22:04.823 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:04.842 | [38005 Async ks-service:38005]: finished successfully 2025-04-16 21:22:04.877 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:04.896 | [37893 Async ks-project:37893]: finished successfully 2025-04-16 21:22:04.930 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:04.948 | [38198 Async ks-anotherrole:38198]: finished successfully 2025-04-16 21:22:05.012 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:05.014 | ++ functions-common:get_or_create_project:911 : project_id=ab792092d7974bb4acdbefde49f740e7 2025-04-16 21:22:05.016 | ++ functions-common:get_or_create_project:912 : echo ab792092d7974bb4acdbefde49f740e7 2025-04-16 21:22:05.018 | + lib/keystone:create_keystone_accounts:345 : invis_project=ab792092d7974bb4acdbefde49f740e7 2025-04-16 21:22:05.020 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-16 21:22:05.023 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-16 21:22:05.025 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 21:22:05.027 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2025-04-16 21:22:05.053 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:05.070 | [37783 Async ks-domain-role:37783]: finished successfully 2025-04-16 21:22:06.281 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:06.284 | ++ functions-common:get_or_create_project:911 : project_id=8f15e379459d431e842d94134116d21a 2025-04-16 21:22:06.286 | ++ functions-common:get_or_create_project:912 : echo 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:06.288 | + lib/keystone:create_keystone_accounts:349 : demo_project=8f15e379459d431e842d94134116d21a 2025-04-16 21:22:06.290 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-16 21:22:06.293 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-16 21:22:06.295 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:06.297 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-16 21:22:06.299 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-16 21:22:06.302 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2025-04-16 21:22:07.512 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:07.514 | ++ functions-common:get_or_create_user:898 : user_id=3b813459a1b446188f82a4a50f8bbf17 2025-04-16 21:22:07.516 | ++ functions-common:get_or_create_user:899 : echo 3b813459a1b446188f82a4a50f8bbf17 2025-04-16 21:22:07.519 | + lib/keystone:create_keystone_accounts:352 : demo_user=3b813459a1b446188f82a4a50f8bbf17 2025-04-16 21:22:07.521 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-16 21:22:07.556 | [3500 Async ks-domain-role:37783]: Waiting for completion of get_or_add_user_domain_role admin 5adf4f088ecf460baa63e88ca0df528b default running on PID 37783 (6 other jobs running) 2025-04-16 21:22:07.573 | [3500 Async ks-domain-role:37783]: Signaling child to exit 2025-04-16 21:22:07.573 | WAKEUP 2025-04-16 21:22:07.589 | [3500 Async ks-domain-role:37783]: Signaled 2025-04-16 21:22:07.590 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-16 21:22:07.590 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 5adf4f088ecf460baa63e88ca0df528b --domain default 2025-04-16 21:22:07.590 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5adf4f088ecf460baa63e88ca0df528b --domain default -c Role -f value 2025-04-16 21:22:07.590 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:07.590 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:07.590 | + functions-common:get_or_add_user_domain_role:982 : echo ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:07.590 | ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:07.620 | [3500 Async ks-domain-role:37783]: finished get_or_add_user_domain_role admin 5adf4f088ecf460baa63e88ca0df528b default with result 0 in 3 seconds 2025-04-16 21:22:07.625 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-16 21:22:07.649 | [3500 Async ks-project:37893]: Waiting for completion of get_or_create_project service Default running on PID 37893 (5 other jobs running) 2025-04-16 21:22:07.666 | [3500 Async ks-project:37893]: Signaling child to exit 2025-04-16 21:22:07.666 | WAKEUP 2025-04-16 21:22:07.681 | [3500 Async ks-project:37893]: Signaled 2025-04-16 21:22:07.682 | + functions-common:get_or_create_project:905 : local project_id 2025-04-16 21:22:07.682 | ++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2025-04-16 21:22:07.682 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:07.682 | + functions-common:get_or_create_project:911 : project_id=0549a7d9a6d74958a6f66fe97fb82b4a 2025-04-16 21:22:07.682 | + functions-common:get_or_create_project:912 : echo 0549a7d9a6d74958a6f66fe97fb82b4a 2025-04-16 21:22:07.682 | 0549a7d9a6d74958a6f66fe97fb82b4a 2025-04-16 21:22:07.717 | [3500 Async ks-project:37893]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-16 21:22:07.742 | [3500 Async ks-service:38005]: Waiting for completion of get_or_create_role service running on PID 38005 (4 other jobs running) 2025-04-16 21:22:07.759 | [3500 Async ks-service:38005]: Signaling child to exit 2025-04-16 21:22:07.759 | WAKEUP 2025-04-16 21:22:07.775 | [3500 Async ks-service:38005]: Signaled 2025-04-16 21:22:07.776 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 21:22:07.776 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-16 21:22:07.776 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:07.776 | + functions-common:get_or_create_role:923 : role_id=d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:07.776 | + functions-common:get_or_create_role:924 : echo d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:07.776 | d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:07.806 | [3500 Async ks-service:38005]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-16 21:22:07.832 | [3500 Async ks-reseller:38100]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 38100 (3 other jobs running) 2025-04-16 21:22:07.849 | [3500 Async ks-reseller:38100]: Signaling child to exit 2025-04-16 21:22:07.849 | WAKEUP 2025-04-16 21:22:07.864 | [3500 Async ks-reseller:38100]: Signaled 2025-04-16 21:22:07.865 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 21:22:07.865 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-16 21:22:07.865 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:07.865 | + functions-common:get_or_create_role:923 : role_id=aff8b78645e6404986abd5f4038a924a 2025-04-16 21:22:07.865 | + functions-common:get_or_create_role:924 : echo aff8b78645e6404986abd5f4038a924a 2025-04-16 21:22:07.865 | aff8b78645e6404986abd5f4038a924a 2025-04-16 21:22:07.894 | [3500 Async ks-reseller:38100]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-16 21:22:07.919 | [3500 Async ks-anotherrole:38198]: Waiting for completion of get_or_create_role anotherrole running on PID 38198 (2 other jobs running) 2025-04-16 21:22:07.936 | [3500 Async ks-anotherrole:38198]: Signaling child to exit 2025-04-16 21:22:07.936 | WAKEUP 2025-04-16 21:22:07.951 | [3500 Async ks-anotherrole:38198]: Signaled 2025-04-16 21:22:07.952 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 21:22:07.952 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-16 21:22:07.952 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:07.952 | + functions-common:get_or_create_role:923 : role_id=410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:07.952 | + functions-common:get_or_create_role:924 : echo 410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:07.952 | 410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:07.982 | [3500 Async ks-anotherrole:38198]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-16 21:22:07.985 | + inc/async:async_wait:197 : return 0 2025-04-16 21:22:07.987 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 3b813459a1b446188f82a4a50f8bbf17 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:08.034 | + inc/async:async_inner:63 : get_or_add_user_project_role member 3b813459a1b446188f82a4a50f8bbf17 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:08.063 | [3500 Async ks-demo-member:39082]: running: get_or_add_user_project_role member 3b813459a1b446188f82a4a50f8bbf17 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:08.065 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 5adf4f088ecf460baa63e88ca0df528b 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:08.112 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 5adf4f088ecf460baa63e88ca0df528b 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:08.143 | [3500 Async ks-demo-admin:39178]: running: get_or_add_user_project_role admin 5adf4f088ecf460baa63e88ca0df528b 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:08.145 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 3b813459a1b446188f82a4a50f8bbf17 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:08.191 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 3b813459a1b446188f82a4a50f8bbf17 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:08.220 | [3500 Async ks-demo-another:39275]: running: get_or_add_user_project_role anotherrole 3b813459a1b446188f82a4a50f8bbf17 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:08.222 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 3b813459a1b446188f82a4a50f8bbf17 ab792092d7974bb4acdbefde49f740e7 2025-04-16 21:22:08.269 | + inc/async:async_inner:63 : get_or_add_user_project_role member 3b813459a1b446188f82a4a50f8bbf17 ab792092d7974bb4acdbefde49f740e7 2025-04-16 21:22:08.299 | [3500 Async ks-demo-invis:39372]: running: get_or_add_user_project_role member 3b813459a1b446188f82a4a50f8bbf17 ab792092d7974bb4acdbefde49f740e7 2025-04-16 21:22:08.301 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-16 21:22:08.304 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-16 21:22:08.306 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:08.307 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-16 21:22:08.310 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-16 21:22:08.313 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 21:22:09.843 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:09.848 | ++ functions-common:get_or_create_user:898 : user_id=441171a27a6c46f4b13217980da7f141 2025-04-16 21:22:09.850 | ++ functions-common:get_or_create_user:899 : echo 441171a27a6c46f4b13217980da7f141 2025-04-16 21:22:09.853 | + lib/keystone:create_keystone_accounts:365 : demo_reader=441171a27a6c46f4b13217980da7f141 2025-04-16 21:22:09.855 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 441171a27a6c46f4b13217980da7f141 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:09.904 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 441171a27a6c46f4b13217980da7f141 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:09.935 | [3500 Async ks-demo-reader:39546]: running: get_or_add_user_project_role reader 441171a27a6c46f4b13217980da7f141 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:09.937 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-16 21:22:09.939 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-16 21:22:09.941 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 21:22:09.944 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2025-04-16 21:22:11.591 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:11.594 | ++ functions-common:get_or_create_project:911 : project_id=6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:11.596 | ++ functions-common:get_or_create_project:912 : echo 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:11.598 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:11.600 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-16 21:22:11.603 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-16 21:22:11.605 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:11.607 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-16 21:22:11.609 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-16 21:22:11.612 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 21:22:11.681 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:11.700 | [39082 Async ks-demo-member:39082]: finished successfully 2025-04-16 21:22:11.931 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:11.951 | [39178 Async ks-demo-admin:39178]: finished successfully 2025-04-16 21:22:12.122 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:12.140 | [39275 Async ks-demo-another:39275]: finished successfully 2025-04-16 21:22:12.222 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:12.240 | [39372 Async ks-demo-invis:39372]: finished successfully 2025-04-16 21:22:12.891 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:12.894 | ++ functions-common:get_or_create_user:898 : user_id=8690f7fb2b7d4c0da014fb140cca44a2 2025-04-16 21:22:12.895 | ++ functions-common:get_or_create_user:899 : echo 8690f7fb2b7d4c0da014fb140cca44a2 2025-04-16 21:22:12.898 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=8690f7fb2b7d4c0da014fb140cca44a2 2025-04-16 21:22:12.900 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 8690f7fb2b7d4c0da014fb140cca44a2 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:12.952 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 8690f7fb2b7d4c0da014fb140cca44a2 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:12.982 | [3500 Async ks-alt-admin:39935]: running: get_or_add_user_project_role admin 8690f7fb2b7d4c0da014fb140cca44a2 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:12.984 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 8690f7fb2b7d4c0da014fb140cca44a2 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:13.035 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 8690f7fb2b7d4c0da014fb140cca44a2 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:13.071 | [3500 Async ks-alt-another:40031]: running: get_or_add_user_project_role anotherrole 8690f7fb2b7d4c0da014fb140cca44a2 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:13.073 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-16 21:22:13.076 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-16 21:22:13.078 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:13.080 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-16 21:22:13.082 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-16 21:22:13.085 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 21:22:13.625 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:13.643 | [39546 Async ks-demo-reader:39546]: finished successfully 2025-04-16 21:22:14.393 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:14.396 | ++ functions-common:get_or_create_user:898 : user_id=9d9b2d25f37b41cc994ef2be73e72c22 2025-04-16 21:22:14.398 | ++ functions-common:get_or_create_user:899 : echo 9d9b2d25f37b41cc994ef2be73e72c22 2025-04-16 21:22:14.400 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=9d9b2d25f37b41cc994ef2be73e72c22 2025-04-16 21:22:14.402 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 9d9b2d25f37b41cc994ef2be73e72c22 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:14.451 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9d9b2d25f37b41cc994ef2be73e72c22 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:14.481 | [3500 Async ks-alt-member-user:40208]: running: get_or_add_user_project_role member 9d9b2d25f37b41cc994ef2be73e72c22 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:14.483 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-16 21:22:14.486 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-16 21:22:14.488 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:14.490 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-16 21:22:14.492 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-16 21:22:14.495 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 21:22:15.787 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:15.789 | ++ functions-common:get_or_create_user:898 : user_id=c5b5cee2e5fb4b34a4662c343ffad31b 2025-04-16 21:22:15.791 | ++ functions-common:get_or_create_user:899 : echo c5b5cee2e5fb4b34a4662c343ffad31b 2025-04-16 21:22:15.794 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=c5b5cee2e5fb4b34a4662c343ffad31b 2025-04-16 21:22:15.796 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader c5b5cee2e5fb4b34a4662c343ffad31b 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:15.846 | + inc/async:async_inner:63 : get_or_add_user_project_role reader c5b5cee2e5fb4b34a4662c343ffad31b 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:15.876 | [3500 Async ks-alt-reader-user:40382]: running: get_or_add_user_project_role reader c5b5cee2e5fb4b34a4662c343ffad31b 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:15.879 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-16 21:22:15.881 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:15.883 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-16 21:22:15.886 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-16 21:22:15.888 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 21:22:16.330 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:16.348 | [40031 Async ks-alt-another:40031]: finished successfully 2025-04-16 21:22:16.448 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:16.466 | [39935 Async ks-alt-admin:39935]: finished successfully 2025-04-16 21:22:17.188 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:17.191 | ++ functions-common:get_or_create_user:898 : user_id=e6b236be3208445588b83b366d2484de 2025-04-16 21:22:17.193 | ++ functions-common:get_or_create_user:899 : echo e6b236be3208445588b83b366d2484de 2025-04-16 21:22:17.195 | + lib/keystone:create_keystone_accounts:397 : system_member_user=e6b236be3208445588b83b366d2484de 2025-04-16 21:22:17.197 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member e6b236be3208445588b83b366d2484de all 2025-04-16 21:22:17.247 | + inc/async:async_inner:63 : get_or_add_user_system_role member e6b236be3208445588b83b366d2484de all 2025-04-16 21:22:17.279 | [3500 Async ks-system-member:40616]: running: get_or_add_user_system_role member e6b236be3208445588b83b366d2484de all 2025-04-16 21:22:17.281 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-16 21:22:17.283 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:17.285 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-16 21:22:17.287 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-16 21:22:17.290 | +++ functions-common:get_or_create_user:900 : 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 2025-04-16 21:22:17.703 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:17.723 | [40208 Async ks-alt-member-user:40208]: finished successfully 2025-04-16 21:22:18.623 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:18.625 | ++ functions-common:get_or_create_user:898 : user_id=56126dc3b9e743178273d607c67c6d99 2025-04-16 21:22:18.628 | ++ functions-common:get_or_create_user:899 : echo 56126dc3b9e743178273d607c67c6d99 2025-04-16 21:22:18.630 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=56126dc3b9e743178273d607c67c6d99 2025-04-16 21:22:18.632 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 56126dc3b9e743178273d607c67c6d99 all 2025-04-16 21:22:18.682 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 56126dc3b9e743178273d607c67c6d99 all 2025-04-16 21:22:18.713 | [3500 Async ks-system-reader:40824]: running: get_or_add_user_system_role reader 56126dc3b9e743178273d607c67c6d99 all 2025-04-16 21:22:18.715 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-16 21:22:18.718 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-16 21:22:18.721 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-16 21:22:18.723 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 21:22:18.725 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2025-04-16 21:22:18.946 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:18.964 | [40382 Async ks-alt-reader-user:40382]: finished successfully 2025-04-16 21:22:20.037 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:20.040 | ++ functions-common:get_or_create_group:875 : group_id=211b3248bb834b2ca74c93f1bd9430b3 2025-04-16 21:22:20.042 | ++ functions-common:get_or_create_group:876 : echo 211b3248bb834b2ca74c93f1bd9430b3 2025-04-16 21:22:20.044 | + lib/keystone:create_keystone_accounts:407 : admin_group=211b3248bb834b2ca74c93f1bd9430b3 2025-04-16 21:22:20.046 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-16 21:22:20.048 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-16 21:22:20.051 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-16 21:22:20.053 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 21:22:20.055 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2025-04-16 21:22:21.332 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:21.335 | ++ functions-common:get_or_create_group:875 : group_id=fba58bd37fe340868faf18a5acec38a0 2025-04-16 21:22:21.337 | ++ functions-common:get_or_create_group:876 : echo fba58bd37fe340868faf18a5acec38a0 2025-04-16 21:22:21.340 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=fba58bd37fe340868faf18a5acec38a0 2025-04-16 21:22:21.342 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member fba58bd37fe340868faf18a5acec38a0 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:21.392 | + inc/async:async_inner:63 : get_or_add_group_project_role member fba58bd37fe340868faf18a5acec38a0 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:21.422 | [3500 Async ks-group-memberdemo:41091]: running: get_or_add_group_project_role member fba58bd37fe340868faf18a5acec38a0 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:21.424 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole fba58bd37fe340868faf18a5acec38a0 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:21.473 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole fba58bd37fe340868faf18a5acec38a0 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:21.502 | [3500 Async ks-group-anotherdemo:41170]: running: get_or_add_group_project_role anotherrole fba58bd37fe340868faf18a5acec38a0 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:21.504 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member fba58bd37fe340868faf18a5acec38a0 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:21.553 | + inc/async:async_inner:63 : get_or_add_group_project_role member fba58bd37fe340868faf18a5acec38a0 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:21.584 | [3500 Async ks-group-memberalt:41250]: running: get_or_add_group_project_role member fba58bd37fe340868faf18a5acec38a0 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:21.586 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole fba58bd37fe340868faf18a5acec38a0 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:21.626 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:21.636 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole fba58bd37fe340868faf18a5acec38a0 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:21.649 | [40616 Async ks-system-member:40616]: finished successfully 2025-04-16 21:22:21.667 | [3500 Async ks-group-anotheralt:41364]: running: get_or_add_group_project_role anotherrole fba58bd37fe340868faf18a5acec38a0 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:21.670 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 211b3248bb834b2ca74c93f1bd9430b3 129da41d4b1a4202be57f86562f628cb 2025-04-16 21:22:21.717 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 211b3248bb834b2ca74c93f1bd9430b3 129da41d4b1a4202be57f86562f628cb 2025-04-16 21:22:21.749 | [3500 Async ks-group-admin:41469]: running: get_or_add_group_project_role admin 211b3248bb834b2ca74c93f1bd9430b3 129da41d4b1a4202be57f86562f628cb 2025-04-16 21:22:21.751 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-04-16 21:22:21.788 | [3500 Async ks-demo-member:39082]: Waiting for completion of get_or_add_user_project_role member 3b813459a1b446188f82a4a50f8bbf17 8f15e379459d431e842d94134116d21a running on PID 39082 (17 other jobs running) 2025-04-16 21:22:21.805 | [3500 Async ks-demo-member:39082]: Signaling child to exit 2025-04-16 21:22:21.806 | WAKEUP 2025-04-16 21:22:21.821 | [3500 Async ks-demo-member:39082]: Signaled 2025-04-16 21:22:21.822 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:21.822 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:21.822 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 21:22:21.822 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:21.822 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:21.822 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:21.822 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:21.822 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:21.822 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 21:22:21.822 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 3b813459a1b446188f82a4a50f8bbf17 --project 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:21.822 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3b813459a1b446188f82a4a50f8bbf17 --project 8f15e379459d431e842d94134116d21a -c Role -f value 2025-04-16 21:22:21.822 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:21.822 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:21.822 | + functions-common:get_or_add_user_project_role:963 : echo a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:21.822 | a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:21.857 | [3500 Async ks-demo-member:39082]: finished get_or_add_user_project_role member 3b813459a1b446188f82a4a50f8bbf17 8f15e379459d431e842d94134116d21a with result 0 in 3 seconds 2025-04-16 21:22:21.882 | [3500 Async ks-demo-admin:39178]: Waiting for completion of get_or_add_user_project_role admin 5adf4f088ecf460baa63e88ca0df528b 8f15e379459d431e842d94134116d21a running on PID 39178 (16 other jobs running) 2025-04-16 21:22:21.899 | [3500 Async ks-demo-admin:39178]: Signaling child to exit 2025-04-16 21:22:21.899 | WAKEUP 2025-04-16 21:22:21.915 | [3500 Async ks-demo-admin:39178]: Signaled 2025-04-16 21:22:21.916 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:21.916 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:21.916 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 21:22:21.916 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:21.916 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:21.916 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:21.916 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:21.916 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:21.916 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 21:22:21.916 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 5adf4f088ecf460baa63e88ca0df528b --project 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:21.916 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 5adf4f088ecf460baa63e88ca0df528b --project 8f15e379459d431e842d94134116d21a -c Role -f value 2025-04-16 21:22:21.916 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:21.916 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:21.916 | + functions-common:get_or_add_user_project_role:963 : echo ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:21.916 | ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:21.947 | [3500 Async ks-demo-admin:39178]: finished get_or_add_user_project_role admin 5adf4f088ecf460baa63e88ca0df528b 8f15e379459d431e842d94134116d21a with result 0 in 3 seconds 2025-04-16 21:22:21.973 | [3500 Async ks-demo-another:39275]: Waiting for completion of get_or_add_user_project_role anotherrole 3b813459a1b446188f82a4a50f8bbf17 8f15e379459d431e842d94134116d21a running on PID 39275 (15 other jobs running) 2025-04-16 21:22:21.990 | [3500 Async ks-demo-another:39275]: Signaling child to exit 2025-04-16 21:22:21.990 | WAKEUP 2025-04-16 21:22:22.006 | [3500 Async ks-demo-another:39275]: Signaled 2025-04-16 21:22:22.007 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:22.007 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:22.007 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 21:22:22.007 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:22.007 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:22.007 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:22.007 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:22.007 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:22.007 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 21:22:22.007 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 3b813459a1b446188f82a4a50f8bbf17 --project 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:22.007 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 3b813459a1b446188f82a4a50f8bbf17 --project 8f15e379459d431e842d94134116d21a -c Role -f value 2025-04-16 21:22:22.007 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:22.007 | + functions-common:get_or_add_user_project_role:962 : user_role_id=410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:22.007 | + functions-common:get_or_add_user_project_role:963 : echo 410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:22.007 | 410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:22.076 | [3500 Async ks-demo-another:39275]: finished get_or_add_user_project_role anotherrole 3b813459a1b446188f82a4a50f8bbf17 8f15e379459d431e842d94134116d21a with result 0 in 3 seconds 2025-04-16 21:22:22.102 | [3500 Async ks-demo-invis:39372]: Waiting for completion of get_or_add_user_project_role member 3b813459a1b446188f82a4a50f8bbf17 ab792092d7974bb4acdbefde49f740e7 running on PID 39372 (14 other jobs running) 2025-04-16 21:22:22.119 | [3500 Async ks-demo-invis:39372]: Signaling child to exit 2025-04-16 21:22:22.120 | WAKEUP 2025-04-16 21:22:22.135 | [3500 Async ks-demo-invis:39372]: Signaled 2025-04-16 21:22:22.135 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:22.135 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:22.136 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 21:22:22.136 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:22.136 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:22.136 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:22.136 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:22.136 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:22.136 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 21:22:22.136 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 3b813459a1b446188f82a4a50f8bbf17 --project ab792092d7974bb4acdbefde49f740e7 2025-04-16 21:22:22.136 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3b813459a1b446188f82a4a50f8bbf17 --project ab792092d7974bb4acdbefde49f740e7 -c Role -f value 2025-04-16 21:22:22.136 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:22.136 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:22.136 | + functions-common:get_or_add_user_project_role:963 : echo a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:22.136 | a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:22.166 | [3500 Async ks-demo-invis:39372]: finished get_or_add_user_project_role member 3b813459a1b446188f82a4a50f8bbf17 ab792092d7974bb4acdbefde49f740e7 with result 0 in 3 seconds 2025-04-16 21:22:22.192 | [3500 Async ks-demo-reader:39546]: Waiting for completion of get_or_add_user_project_role reader 441171a27a6c46f4b13217980da7f141 8f15e379459d431e842d94134116d21a running on PID 39546 (13 other jobs running) 2025-04-16 21:22:22.211 | [3500 Async ks-demo-reader:39546]: Signaling child to exit 2025-04-16 21:22:22.211 | WAKEUP 2025-04-16 21:22:22.227 | [3500 Async ks-demo-reader:39546]: Signaled 2025-04-16 21:22:22.228 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:22.228 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:22.228 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 21:22:22.228 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:22.228 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:22.228 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:22.228 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:22.228 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:22.228 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 21:22:22.228 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 441171a27a6c46f4b13217980da7f141 --project 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:22.228 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 441171a27a6c46f4b13217980da7f141 --project 8f15e379459d431e842d94134116d21a -c Role -f value 2025-04-16 21:22:22.228 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:22.228 | + functions-common:get_or_add_user_project_role:962 : user_role_id=243ce6dbb64d4730b126e820cd36c092 2025-04-16 21:22:22.228 | + functions-common:get_or_add_user_project_role:963 : echo 243ce6dbb64d4730b126e820cd36c092 2025-04-16 21:22:22.228 | 243ce6dbb64d4730b126e820cd36c092 2025-04-16 21:22:22.262 | [3500 Async ks-demo-reader:39546]: finished get_or_add_user_project_role reader 441171a27a6c46f4b13217980da7f141 8f15e379459d431e842d94134116d21a with result 0 in 3 seconds 2025-04-16 21:22:22.268 | + inc/async:async_wait:197 : return 0 2025-04-16 21:22:22.273 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-16 21:22:22.320 | [3500 Async ks-alt-admin:39935]: Waiting for completion of get_or_add_user_project_role admin 8690f7fb2b7d4c0da014fb140cca44a2 6ea3b93695694de599afb87c5239e75a running on PID 39935 (12 other jobs running) 2025-04-16 21:22:22.345 | [3500 Async ks-alt-admin:39935]: Signaling child to exit 2025-04-16 21:22:22.345 | WAKEUP 2025-04-16 21:22:22.360 | [3500 Async ks-alt-admin:39935]: Signaled 2025-04-16 21:22:22.361 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:22.361 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:22.361 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 21:22:22.361 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:22.361 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:22.361 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:22.361 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:22.361 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:22.361 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 21:22:22.361 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 8690f7fb2b7d4c0da014fb140cca44a2 --project 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:22.361 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8690f7fb2b7d4c0da014fb140cca44a2 --project 6ea3b93695694de599afb87c5239e75a -c Role -f value 2025-04-16 21:22:22.361 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:22.361 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:22.361 | + functions-common:get_or_add_user_project_role:963 : echo ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:22.361 | ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:22.393 | [3500 Async ks-alt-admin:39935]: finished get_or_add_user_project_role admin 8690f7fb2b7d4c0da014fb140cca44a2 6ea3b93695694de599afb87c5239e75a with result 0 in 3 seconds 2025-04-16 21:22:22.430 | [3500 Async ks-alt-another:40031]: Waiting for completion of get_or_add_user_project_role anotherrole 8690f7fb2b7d4c0da014fb140cca44a2 6ea3b93695694de599afb87c5239e75a running on PID 40031 (11 other jobs running) 2025-04-16 21:22:22.448 | [3500 Async ks-alt-another:40031]: Signaling child to exit 2025-04-16 21:22:22.448 | WAKEUP 2025-04-16 21:22:22.465 | [3500 Async ks-alt-another:40031]: Signaled 2025-04-16 21:22:22.466 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:22.466 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:22.466 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 21:22:22.466 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:22.466 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:22.466 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:22.466 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:22.466 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:22.466 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 21:22:22.467 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 8690f7fb2b7d4c0da014fb140cca44a2 --project 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:22.467 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 8690f7fb2b7d4c0da014fb140cca44a2 --project 6ea3b93695694de599afb87c5239e75a -c Role -f value 2025-04-16 21:22:22.467 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:22.467 | + functions-common:get_or_add_user_project_role:962 : user_role_id=410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:22.467 | + functions-common:get_or_add_user_project_role:963 : echo 410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:22.467 | 410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:22.501 | [3500 Async ks-alt-another:40031]: finished get_or_add_user_project_role anotherrole 8690f7fb2b7d4c0da014fb140cca44a2 6ea3b93695694de599afb87c5239e75a with result 0 in 3 seconds 2025-04-16 21:22:22.529 | [3500 Async ks-alt-member-user:40208]: Waiting for completion of get_or_add_user_project_role member 9d9b2d25f37b41cc994ef2be73e72c22 6ea3b93695694de599afb87c5239e75a running on PID 40208 (10 other jobs running) 2025-04-16 21:22:22.547 | [3500 Async ks-alt-member-user:40208]: Signaling child to exit 2025-04-16 21:22:22.547 | WAKEUP 2025-04-16 21:22:22.563 | [3500 Async ks-alt-member-user:40208]: Signaled 2025-04-16 21:22:22.564 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:22.564 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:22.564 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 21:22:22.564 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:22.564 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:22.564 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:22.564 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:22.564 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:22.564 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 21:22:22.564 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 9d9b2d25f37b41cc994ef2be73e72c22 --project 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:22.564 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9d9b2d25f37b41cc994ef2be73e72c22 --project 6ea3b93695694de599afb87c5239e75a -c Role -f value 2025-04-16 21:22:22.564 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:22.564 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:22.564 | + functions-common:get_or_add_user_project_role:963 : echo a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:22.564 | a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:22.598 | [3500 Async ks-alt-member-user:40208]: finished get_or_add_user_project_role member 9d9b2d25f37b41cc994ef2be73e72c22 6ea3b93695694de599afb87c5239e75a with result 0 in 3 seconds 2025-04-16 21:22:22.629 | [3500 Async ks-alt-reader-user:40382]: Waiting for completion of get_or_add_user_project_role reader c5b5cee2e5fb4b34a4662c343ffad31b 6ea3b93695694de599afb87c5239e75a running on PID 40382 (9 other jobs running) 2025-04-16 21:22:22.648 | [3500 Async ks-alt-reader-user:40382]: Signaling child to exit 2025-04-16 21:22:22.648 | WAKEUP 2025-04-16 21:22:22.665 | [3500 Async ks-alt-reader-user:40382]: Signaled 2025-04-16 21:22:22.666 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:22.666 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:22.666 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 21:22:22.666 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:22.666 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:22.666 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:22.666 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:22.666 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:22.666 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 21:22:22.666 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user c5b5cee2e5fb4b34a4662c343ffad31b --project 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:22.666 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c5b5cee2e5fb4b34a4662c343ffad31b --project 6ea3b93695694de599afb87c5239e75a -c Role -f value 2025-04-16 21:22:22.666 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:22.666 | + functions-common:get_or_add_user_project_role:962 : user_role_id=243ce6dbb64d4730b126e820cd36c092 2025-04-16 21:22:22.667 | + functions-common:get_or_add_user_project_role:963 : echo 243ce6dbb64d4730b126e820cd36c092 2025-04-16 21:22:22.667 | 243ce6dbb64d4730b126e820cd36c092 2025-04-16 21:22:22.701 | [3500 Async ks-alt-reader-user:40382]: finished get_or_add_user_project_role reader c5b5cee2e5fb4b34a4662c343ffad31b 6ea3b93695694de599afb87c5239e75a with result 0 in 3 seconds 2025-04-16 21:22:22.706 | + inc/async:async_wait:197 : return 0 2025-04-16 21:22:22.708 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-16 21:22:22.751 | [3500 Async ks-system-member:40616]: Waiting for completion of get_or_add_user_system_role member e6b236be3208445588b83b366d2484de all running on PID 40616 (8 other jobs running) 2025-04-16 21:22:22.771 | [3500 Async ks-system-member:40616]: Signaling child to exit 2025-04-16 21:22:22.771 | WAKEUP 2025-04-16 21:22:22.790 | [3500 Async ks-system-member:40616]: Signaled 2025-04-16 21:22:22.791 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 21:22:22.792 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 21:22:22.792 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 21:22:22.792 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:22.792 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:22.792 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:22.792 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:22.792 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:22.792 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 21:22:22.792 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e6b236be3208445588b83b366d2484de --system all -f value -c Role 2025-04-16 21:22:22.792 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:22.792 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 21:22:22.792 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 21:22:22.792 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user e6b236be3208445588b83b366d2484de --system all 2025-04-16 21:22:22.792 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e6b236be3208445588b83b366d2484de --system all -f value -c Role 2025-04-16 21:22:22.792 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:22.792 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-16 21:22:22.792 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-16 21:22:22.792 | 2025-04-16 21:22:22.827 | [3500 Async ks-system-member:40616]: finished get_or_add_user_system_role member e6b236be3208445588b83b366d2484de all with result 0 in 4 seconds 2025-04-16 21:22:22.858 | [3500 Async ks-system-reader:40824]: Waiting for completion of get_or_add_user_system_role reader 56126dc3b9e743178273d607c67c6d99 all running on PID 40824 (7 other jobs running) 2025-04-16 21:22:22.877 | [3500 Async ks-system-reader:40824]: Signaling child to exit 2025-04-16 21:22:23.109 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:23.127 | [40824 Async ks-system-reader:40824]: finished successfully 2025-04-16 21:22:23.144 | WAKEUP 2025-04-16 21:22:23.159 | [3500 Async ks-system-reader:40824]: Signaled 2025-04-16 21:22:23.160 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 21:22:23.161 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 21:22:23.161 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 21:22:23.161 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:23.161 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:23.161 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 21:22:23.161 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 21:22:23.161 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 21:22:23.161 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 21:22:23.161 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 56126dc3b9e743178273d607c67c6d99 --system all -f value -c Role 2025-04-16 21:22:23.161 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:23.161 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 21:22:23.161 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 21:22:23.161 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user 56126dc3b9e743178273d607c67c6d99 --system all 2025-04-16 21:22:23.161 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 56126dc3b9e743178273d607c67c6d99 --system all -f value -c Role 2025-04-16 21:22:23.161 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:23.161 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=243ce6dbb64d4730b126e820cd36c092 2025-04-16 21:22:23.161 | + functions-common:get_or_add_user_system_role:1013 : echo 243ce6dbb64d4730b126e820cd36c092 2025-04-16 21:22:23.161 | 243ce6dbb64d4730b126e820cd36c092 2025-04-16 21:22:23.192 | [3500 Async ks-system-reader:40824]: finished get_or_add_user_system_role reader 56126dc3b9e743178273d607c67c6d99 all with result 0 in 4 seconds 2025-04-16 21:22:23.196 | + inc/async:async_wait:197 : return 0 2025-04-16 21:22:23.199 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-04-16 21:22:23.235 | [3500 Async ks-group-memberdemo:41091]: Waiting for completion of get_or_add_group_project_role member fba58bd37fe340868faf18a5acec38a0 8f15e379459d431e842d94134116d21a running on PID 41091 (6 other jobs running) 2025-04-16 21:22:23.253 | [3500 Async ks-group-memberdemo:41091]: Signaling child to exit 2025-04-16 21:22:24.582 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:24.601 | [41091 Async ks-group-memberdemo:41091]: finished successfully 2025-04-16 21:22:24.618 | WAKEUP 2025-04-16 21:22:24.635 | [3500 Async ks-group-memberdemo:41091]: Signaled 2025-04-16 21:22:24.636 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 21:22:24.636 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group fba58bd37fe340868faf18a5acec38a0 --project 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:24.636 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group fba58bd37fe340868faf18a5acec38a0 --project 8f15e379459d431e842d94134116d21a -f value -c Role 2025-04-16 21:22:24.636 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:24.636 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:24.636 | + functions-common:get_or_add_group_project_role:1032 : echo a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:24.636 | a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:24.670 | [3500 Async ks-group-memberdemo:41091]: finished get_or_add_group_project_role member fba58bd37fe340868faf18a5acec38a0 8f15e379459d431e842d94134116d21a with result 0 in 3 seconds 2025-04-16 21:22:24.697 | [3500 Async ks-group-anotherdemo:41170]: Waiting for completion of get_or_add_group_project_role anotherrole fba58bd37fe340868faf18a5acec38a0 8f15e379459d431e842d94134116d21a running on PID 41170 (5 other jobs running) 2025-04-16 21:22:24.715 | [3500 Async ks-group-anotherdemo:41170]: Signaling child to exit 2025-04-16 21:22:24.782 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:24.802 | [41170 Async ks-group-anotherdemo:41170]: finished successfully 2025-04-16 21:22:24.820 | WAKEUP 2025-04-16 21:22:24.837 | [3500 Async ks-group-anotherdemo:41170]: Signaled 2025-04-16 21:22:24.838 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 21:22:24.838 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group fba58bd37fe340868faf18a5acec38a0 --project 8f15e379459d431e842d94134116d21a 2025-04-16 21:22:24.838 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group fba58bd37fe340868faf18a5acec38a0 --project 8f15e379459d431e842d94134116d21a -f value -c Role 2025-04-16 21:22:24.838 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:24.838 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:24.838 | + functions-common:get_or_add_group_project_role:1032 : echo 410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:24.838 | 410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:24.871 | [3500 Async ks-group-anotherdemo:41170]: finished get_or_add_group_project_role anotherrole fba58bd37fe340868faf18a5acec38a0 8f15e379459d431e842d94134116d21a with result 0 in 3 seconds 2025-04-16 21:22:24.899 | [3500 Async ks-group-memberalt:41250]: Waiting for completion of get_or_add_group_project_role member fba58bd37fe340868faf18a5acec38a0 6ea3b93695694de599afb87c5239e75a running on PID 41250 (4 other jobs running) 2025-04-16 21:22:24.915 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:24.919 | [3500 Async ks-group-memberalt:41250]: Signaling child to exit 2025-04-16 21:22:24.933 | [41250 Async ks-group-memberalt:41250]: finished successfully 2025-04-16 21:22:24.951 | WAKEUP 2025-04-16 21:22:24.968 | [3500 Async ks-group-memberalt:41250]: Signaled 2025-04-16 21:22:24.969 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 21:22:24.969 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group fba58bd37fe340868faf18a5acec38a0 --project 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:24.969 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group fba58bd37fe340868faf18a5acec38a0 --project 6ea3b93695694de599afb87c5239e75a -f value -c Role 2025-04-16 21:22:24.969 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:24.969 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:24.969 | + functions-common:get_or_add_group_project_role:1032 : echo a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:24.969 | a8452c997ae942ccab3ee19d69970e0b 2025-04-16 21:22:25.003 | [3500 Async ks-group-memberalt:41250]: finished get_or_add_group_project_role member fba58bd37fe340868faf18a5acec38a0 6ea3b93695694de599afb87c5239e75a with result 0 in 3 seconds 2025-04-16 21:22:25.033 | [3500 Async ks-group-anotheralt:41364]: Waiting for completion of get_or_add_group_project_role anotherrole fba58bd37fe340868faf18a5acec38a0 6ea3b93695694de599afb87c5239e75a running on PID 41364 (3 other jobs running) 2025-04-16 21:22:25.041 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:25.051 | [3500 Async ks-group-anotheralt:41364]: Signaling child to exit 2025-04-16 21:22:25.060 | [41364 Async ks-group-anotheralt:41364]: finished successfully 2025-04-16 21:22:25.077 | WAKEUP 2025-04-16 21:22:25.093 | [3500 Async ks-group-anotheralt:41364]: Signaled 2025-04-16 21:22:25.094 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 21:22:25.094 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group fba58bd37fe340868faf18a5acec38a0 --project 6ea3b93695694de599afb87c5239e75a 2025-04-16 21:22:25.094 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group fba58bd37fe340868faf18a5acec38a0 --project 6ea3b93695694de599afb87c5239e75a -f value -c Role 2025-04-16 21:22:25.094 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:25.094 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:25.094 | + functions-common:get_or_add_group_project_role:1032 : echo 410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:25.094 | 410e4cb7facc4ab7ae01d501e8e784fe 2025-04-16 21:22:25.126 | [3500 Async ks-group-anotheralt:41364]: finished get_or_add_group_project_role anotherrole fba58bd37fe340868faf18a5acec38a0 6ea3b93695694de599afb87c5239e75a with result 0 in 3 seconds 2025-04-16 21:22:25.140 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:25.154 | [3500 Async ks-group-admin:41469]: Waiting for completion of get_or_add_group_project_role admin 211b3248bb834b2ca74c93f1bd9430b3 129da41d4b1a4202be57f86562f628cb running on PID 41469 (2 other jobs running) 2025-04-16 21:22:25.158 | [41469 Async ks-group-admin:41469]: finished successfully 2025-04-16 21:22:25.172 | [3500 Async ks-group-admin:41469]: Signaling child to exit 2025-04-16 21:22:25.175 | WAKEUP 2025-04-16 21:22:25.191 | [3500 Async ks-group-admin:41469]: Signaled 2025-04-16 21:22:25.192 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 21:22:25.192 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group 211b3248bb834b2ca74c93f1bd9430b3 --project 129da41d4b1a4202be57f86562f628cb 2025-04-16 21:22:25.192 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 211b3248bb834b2ca74c93f1bd9430b3 --project 129da41d4b1a4202be57f86562f628cb -f value -c Role 2025-04-16 21:22:25.192 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:25.192 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:25.192 | + functions-common:get_or_add_group_project_role:1032 : echo ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:25.192 | ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:25.222 | [3500 Async ks-group-admin:41469]: finished get_or_add_group_project_role admin 211b3248bb834b2ca74c93f1bd9430b3 129da41d4b1a4202be57f86562f628cb with result 0 in 3 seconds 2025-04-16 21:22:25.225 | + inc/async:async_wait:197 : return 0 2025-04-16 21:22:25.227 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-16 21:22:25.240 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:22:25.242 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-16 21:22:25.255 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:25.257 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-16 21:22:25.259 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-16 21:22:25.307 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-16 21:22:25.337 | [3500 Async create_nova_accounts:43317]: running: create_nova_accounts 2025-04-16 21:22:25.339 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-16 21:22:25.353 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:25.354 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-16 21:22:25.357 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-16 21:22:25.404 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-16 21:22:25.436 | [3500 Async create_glance_accounts:43440]: running: create_glance_accounts 2025-04-16 21:22:25.438 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-16 21:22:25.452 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:25.454 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-16 21:22:25.456 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-16 21:22:25.503 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-16 21:22:25.533 | [3500 Async create_cinder_accounts:43579]: running: create_cinder_accounts 2025-04-16 21:22:25.535 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-16 21:22:25.552 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:25.552 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-16 21:22:25.554 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-16 21:22:25.601 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-16 21:22:25.634 | [3500 Async create_neutron_accounts:43722]: running: create_neutron_accounts 2025-04-16 21:22:25.636 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-16 21:22:25.651 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:22:25.653 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-16 21:22:25.670 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:22:25.672 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-16 21:22:25.710 | [3500 Async create_nova_accounts:43317]: Waiting for completion of create_nova_accounts running on PID 43317 (5 other jobs running) 2025-04-16 21:22:25.728 | [3500 Async create_nova_accounts:43317]: Signaling child to exit 2025-04-16 21:22:37.861 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:37.879 | [43722 Async create_neutron_accounts:43722]: finished successfully 2025-04-16 21:22:45.925 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:45.944 | [43579 Async create_cinder_accounts:43579]: finished successfully 2025-04-16 21:22:46.668 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:46.686 | [43317 Async create_nova_accounts:43317]: finished successfully 2025-04-16 21:22:46.702 | WAKEUP 2025-04-16 21:22:46.717 | [3500 Async create_nova_accounts:43317]: Signaled 2025-04-16 21:22:46.718 | + lib/nova:create_nova_accounts:378 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-16 21:22:46.718 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-16 21:22:46.718 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-16 21:22:46.718 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:46.718 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 21:22:46.718 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 21:22:46.718 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 21:22:46.718 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:46.718 | + functions-common:get_or_create_user:898 : user_id=6cdddcefd2224213904b2e2b307f162a 2025-04-16 21:22:46.718 | + functions-common:get_or_create_user:899 : echo 6cdddcefd2224213904b2e2b307f162a 2025-04-16 21:22:46.718 | 6cdddcefd2224213904b2e2b307f162a 2025-04-16 21:22:46.718 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-16 21:22:46.718 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:46.718 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:46.718 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 21:22:46.718 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 21:22:46.718 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2025-04-16 21:22:46.718 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 21:22:46.718 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:46.718 | + functions-common:get_or_add_user_project_role:962 : user_role_id=d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:46.718 | + functions-common:get_or_add_user_project_role:963 : echo d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:46.718 | d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:46.718 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 21:22:46.718 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-16 21:22:46.718 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:46.718 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:46.718 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 21:22:46.718 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 21:22:46.719 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 21:22:46.719 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2025-04-16 21:22:46.719 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 21:22:46.719 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:46.719 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:46.719 | + functions-common:get_or_add_user_project_role:963 : echo ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:46.719 | ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-16 21:22:46.719 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 21:22:46.719 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-16 21:22:46.719 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2025-04-16 21:22:46.719 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:46.719 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 21:22:46.719 | 8139925c1c5943fa95b6d57690fed4e7' 2025-04-16 21:22:46.719 | + functions-common:get_or_create_service:1050 : echo 8139925c1c5943fa95b6d57690fed4e7 2025-04-16 21:22:46.719 | 8139925c1c5943fa95b6d57690fed4e7 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-04-16 21:22:46.719 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 21:22:46.719 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2025-04-16 21:22:46.719 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 21:22:46.719 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2025-04-16 21:22:46.719 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:46.719 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 21:22:46.719 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 21:22:46.719 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : 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 2025-04-16 21:22:46.719 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:46.719 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=8acf37ddddc6428c94f8a792c5e8fe7a 2025-04-16 21:22:46.719 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 8acf37ddddc6428c94f8a792c5e8fe7a 2025-04-16 21:22:46.719 | + functions-common:get_or_create_endpoint:1083 : public_id=8acf37ddddc6428c94f8a792c5e8fe7a 2025-04-16 21:22:46.719 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 21:22:46.719 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 21:22:46.719 | + functions-common:get_or_create_endpoint:1092 : echo 8acf37ddddc6428c94f8a792c5e8fe7a 2025-04-16 21:22:46.719 | 8acf37ddddc6428c94f8a792c5e8fe7a 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-16 21:22:46.719 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 21:22:46.719 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-16 21:22:46.719 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2025-04-16 21:22:46.719 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:46.719 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 21:22:46.719 | 92a2542889d04e63a325920b1305a1e6' 2025-04-16 21:22:46.719 | + functions-common:get_or_create_service:1050 : echo 92a2542889d04e63a325920b1305a1e6 2025-04-16 21:22:46.719 | 92a2542889d04e63a325920b1305a1e6 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-16 21:22:46.719 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 21:22:46.719 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2025-04-16 21:22:46.719 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 21:22:46.719 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2025-04-16 21:22:46.719 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:46.719 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 21:22:46.719 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 21:22:46.719 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2025-04-16 21:22:46.719 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:46.719 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=d007277850944133afaca0e105ec8e0d 2025-04-16 21:22:46.719 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo d007277850944133afaca0e105ec8e0d 2025-04-16 21:22:46.719 | + functions-common:get_or_create_endpoint:1083 : public_id=d007277850944133afaca0e105ec8e0d 2025-04-16 21:22:46.719 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 21:22:46.719 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 21:22:46.719 | + functions-common:get_or_create_endpoint:1092 : echo d007277850944133afaca0e105ec8e0d 2025-04-16 21:22:46.719 | d007277850944133afaca0e105ec8e0d 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-16 21:22:46.719 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-16 21:22:46.719 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-16 21:22:46.719 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-16 21:22:46.719 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:46.719 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-16 21:22:46.749 | [3500 Async create_nova_accounts:43317]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-16 21:22:46.775 | [3500 Async create_glance_accounts:43440]: Waiting for completion of create_glance_accounts running on PID 43440 (4 other jobs running) 2025-04-16 21:22:46.791 | [3500 Async create_glance_accounts:43440]: Signaling child to exit 2025-04-16 21:22:47.699 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:47.718 | [43440 Async create_glance_accounts:43440]: finished successfully 2025-04-16 21:22:47.735 | WAKEUP 2025-04-16 21:22:47.751 | [3500 Async create_glance_accounts:43440]: Signaled 2025-04-16 21:22:47.752 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-16 21:22:47.752 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:47.752 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-16 21:22:47.752 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-16 21:22:47.752 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:47.752 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 21:22:47.752 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 21:22:47.752 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 21:22:47.752 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.752 | + functions-common:get_or_create_user:898 : user_id=333481f423844213903b8f74a4e0ee76 2025-04-16 21:22:47.752 | + functions-common:get_or_create_user:899 : echo 333481f423844213903b8f74a4e0ee76 2025-04-16 21:22:47.752 | 333481f423844213903b8f74a4e0ee76 2025-04-16 21:22:47.752 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-16 21:22:47.752 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:47.752 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:47.752 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 21:22:47.752 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:47.752 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:47.752 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 21:22:47.752 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 21:22:47.752 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 21:22:47.752 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 21:22:47.752 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 21:22:47.752 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 21:22:47.752 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2025-04-16 21:22:47.752 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 21:22:47.752 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.752 | + functions-common:get_or_add_user_project_role:962 : user_role_id=d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:47.752 | + functions-common:get_or_add_user_project_role:963 : echo d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:47.752 | d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:47.752 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 21:22:47.753 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-16 21:22:47.753 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:22:47.753 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-16 21:22:47.753 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 21:22:47.753 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-16 21:22:47.753 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2025-04-16 21:22:47.753 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.753 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 21:22:47.753 | ef3e6cce09074504a849de5eb0121ce0' 2025-04-16 21:22:47.753 | + functions-common:get_or_create_service:1050 : echo ef3e6cce09074504a849de5eb0121ce0 2025-04-16 21:22:47.753 | ef3e6cce09074504a849de5eb0121ce0 2025-04-16 21:22:47.753 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-16 21:22:47.753 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 21:22:47.753 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-16 21:22:47.753 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 21:22:47.753 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2025-04-16 21:22:47.753 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.753 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 21:22:47.753 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 21:22:47.753 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2025-04-16 21:22:47.753 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.753 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=84759b6b3b034102b227e3bcb78d89bd 2025-04-16 21:22:47.753 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 84759b6b3b034102b227e3bcb78d89bd 2025-04-16 21:22:47.753 | + functions-common:get_or_create_endpoint:1083 : public_id=84759b6b3b034102b227e3bcb78d89bd 2025-04-16 21:22:47.753 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 21:22:47.753 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 21:22:47.754 | + functions-common:get_or_create_endpoint:1092 : echo 84759b6b3b034102b227e3bcb78d89bd 2025-04-16 21:22:47.754 | 84759b6b3b034102b227e3bcb78d89bd 2025-04-16 21:22:47.754 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-16 21:22:47.754 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 21:22:47.754 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-16 21:22:47.754 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.754 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 21:22:47.754 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-16 21:22:47.754 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-16 21:22:47.754 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-16 21:22:47.754 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-16 21:22:47.754 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-16 21:22:47.754 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_size_total 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | | Field | Value | 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | | default_limit | 2000 | 2025-04-16 21:22:47.754 | | description | None | 2025-04-16 21:22:47.754 | | id | e838d2526af2442e9c69c85aedd9097a | 2025-04-16 21:22:47.754 | | region_id | RegionOne | 2025-04-16 21:22:47.754 | | resource_name | image_size_total | 2025-04-16 21:22:47.754 | | service_id | ef3e6cce09074504a849de5eb0121ce0 | 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_stage_total 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | | Field | Value | 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | | default_limit | 2000 | 2025-04-16 21:22:47.754 | | description | None | 2025-04-16 21:22:47.754 | | id | 59e1cbad042b4894b6cf5bf63e57a859 | 2025-04-16 21:22:47.754 | | region_id | RegionOne | 2025-04-16 21:22:47.754 | | resource_name | image_stage_total | 2025-04-16 21:22:47.754 | | service_id | ef3e6cce09074504a849de5eb0121ce0 | 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:297 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | | Field | Value | 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | | default_limit | 100 | 2025-04-16 21:22:47.754 | | description | None | 2025-04-16 21:22:47.754 | | id | d0dd40be034944e4ace18894c7755912 | 2025-04-16 21:22:47.754 | | region_id | RegionOne | 2025-04-16 21:22:47.754 | | resource_name | image_count_total | 2025-04-16 21:22:47.754 | | service_id | ef3e6cce09074504a849de5eb0121ce0 | 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:299 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | | Field | Value | 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | | default_limit | 100 | 2025-04-16 21:22:47.754 | | description | None | 2025-04-16 21:22:47.754 | | id | 1507a1dfa9a44c678aba15a0447fdb7b | 2025-04-16 21:22:47.754 | | region_id | RegionOne | 2025-04-16 21:22:47.754 | | resource_name | image_count_uploading | 2025-04-16 21:22:47.754 | | service_id | ef3e6cce09074504a849de5eb0121ce0 | 2025-04-16 21:22:47.754 | +---------------+----------------------------------+ 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-16 21:22:47.754 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-16 21:22:47.754 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 84759b6b3b034102b227e3bcb78d89bd 2025-04-16 21:22:47.754 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-16 21:22:47.783 | [3500 Async create_glance_accounts:43440]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-16 21:22:47.809 | [3500 Async create_cinder_accounts:43579]: Waiting for completion of create_cinder_accounts running on PID 43579 (3 other jobs running) 2025-04-16 21:22:47.826 | [3500 Async create_cinder_accounts:43579]: Signaling child to exit 2025-04-16 21:22:47.826 | WAKEUP 2025-04-16 21:22:47.842 | [3500 Async create_cinder_accounts:43579]: Signaled 2025-04-16 21:22:47.843 | + lib/cinder:create_cinder_accounts:441 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-16 21:22:47.843 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-16 21:22:47.843 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-16 21:22:47.843 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:22:47.843 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-16 21:22:47.843 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-16 21:22:47.843 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:47.843 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 21:22:47.843 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 21:22:47.843 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 21:22:47.843 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.843 | + functions-common:get_or_create_user:898 : user_id=cf7f0f8531e04fb3b7e755f48f7a350a 2025-04-16 21:22:47.843 | + functions-common:get_or_create_user:899 : echo cf7f0f8531e04fb3b7e755f48f7a350a 2025-04-16 21:22:47.843 | cf7f0f8531e04fb3b7e755f48f7a350a 2025-04-16 21:22:47.843 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-16 21:22:47.843 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:47.843 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:47.843 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 21:22:47.843 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:47.843 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:47.843 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 21:22:47.843 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 21:22:47.843 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 21:22:47.843 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 21:22:47.843 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 21:22:47.843 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 21:22:47.843 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2025-04-16 21:22:47.843 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 21:22:47.843 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.843 | + functions-common:get_or_add_user_project_role:962 : user_role_id=d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:47.843 | + functions-common:get_or_add_user_project_role:963 : echo d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:47.843 | d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:47.843 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 21:22:47.843 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-16 21:22:47.843 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 21:22:47.843 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-16 21:22:47.843 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2025-04-16 21:22:47.843 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.843 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 21:22:47.843 | 6bcc66d4027b4ecc97ab525786699f97' 2025-04-16 21:22:47.843 | + functions-common:get_or_create_service:1050 : echo 6bcc66d4027b4ecc97ab525786699f97 2025-04-16 21:22:47.843 | 6bcc66d4027b4ecc97ab525786699f97 2025-04-16 21:22:47.843 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-16 21:22:47.843 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-16 21:22:47.843 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 21:22:47.843 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-16 21:22:47.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 21:22:47.843 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2025-04-16 21:22:47.843 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 21:22:47.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 21:22:47.843 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : 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 2025-04-16 21:22:47.843 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=07d9816895d045a8875c7a782a282abe 2025-04-16 21:22:47.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 07d9816895d045a8875c7a782a282abe 2025-04-16 21:22:47.843 | + functions-common:get_or_create_endpoint:1083 : public_id=07d9816895d045a8875c7a782a282abe 2025-04-16 21:22:47.843 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 21:22:47.843 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 21:22:47.843 | + functions-common:get_or_create_endpoint:1092 : echo 07d9816895d045a8875c7a782a282abe 2025-04-16 21:22:47.843 | 07d9816895d045a8875c7a782a282abe 2025-04-16 21:22:47.843 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-16 21:22:47.843 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 21:22:47.843 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-16 21:22:47.843 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2025-04-16 21:22:47.843 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.843 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 21:22:47.843 | cbbc73256c9d4a8393370eeacca023b6' 2025-04-16 21:22:47.843 | + functions-common:get_or_create_service:1050 : echo cbbc73256c9d4a8393370eeacca023b6 2025-04-16 21:22:47.843 | cbbc73256c9d4a8393370eeacca023b6 2025-04-16 21:22:47.843 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-16 21:22:47.843 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 21:22:47.843 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-16 21:22:47.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 21:22:47.843 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2025-04-16 21:22:47.843 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 21:22:47.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 21:22:47.844 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : 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 2025-04-16 21:22:47.844 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.844 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=f810986d0616483b9fb7ad65cb19130e 2025-04-16 21:22:47.844 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo f810986d0616483b9fb7ad65cb19130e 2025-04-16 21:22:47.844 | + functions-common:get_or_create_endpoint:1083 : public_id=f810986d0616483b9fb7ad65cb19130e 2025-04-16 21:22:47.844 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 21:22:47.844 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 21:22:47.844 | + functions-common:get_or_create_endpoint:1092 : echo f810986d0616483b9fb7ad65cb19130e 2025-04-16 21:22:47.844 | f810986d0616483b9fb7ad65cb19130e 2025-04-16 21:22:47.844 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-16 21:22:47.844 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-16 21:22:47.844 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 21:22:47.844 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-04-16 21:22:47.844 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.844 | ++ functions-common:get_or_create_project:911 : project_id=0549a7d9a6d74958a6f66fe97fb82b4a 2025-04-16 21:22:47.844 | ++ functions-common:get_or_create_project:912 : echo 0549a7d9a6d74958a6f66fe97fb82b4a 2025-04-16 21:22:47.844 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 0549a7d9a6d74958a6f66fe97fb82b4a 2025-04-16 21:22:47.844 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-16 21:22:47.844 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:47.844 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 21:22:47.844 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-16 21:22:47.844 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2025-04-16 21:22:47.844 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-16 21:22:47.844 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.844 | ++ functions-common:get_or_create_user:898 : user_id=cf7f0f8531e04fb3b7e755f48f7a350a 2025-04-16 21:22:47.844 | ++ functions-common:get_or_create_user:899 : echo cf7f0f8531e04fb3b7e755f48f7a350a 2025-04-16 21:22:47.844 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id cf7f0f8531e04fb3b7e755f48f7a350a 2025-04-16 21:22:47.874 | [3500 Async create_cinder_accounts:43579]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-16 21:22:47.877 | + inc/async:async_wait:197 : return 0 2025-04-16 21:22:47.879 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-16 21:22:47.915 | [3500 Async create_neutron_accounts:43722]: Waiting for completion of create_neutron_accounts running on PID 43722 (2 other jobs running) 2025-04-16 21:22:47.932 | [3500 Async create_neutron_accounts:43722]: Signaling child to exit 2025-04-16 21:22:47.932 | WAKEUP 2025-04-16 21:22:47.947 | [3500 Async create_neutron_accounts:43722]: Signaled 2025-04-16 21:22:47.948 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-16 21:22:47.948 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-16 21:22:47.948 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 21:22:47.948 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-16 21:22:47.948 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 21:22:47.948 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-16 21:22:47.948 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:47.948 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-16 21:22:47.949 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-16 21:22:47.949 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:22:47.949 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 21:22:47.949 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 21:22:47.949 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 21:22:47.949 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.949 | + functions-common:get_or_create_user:898 : user_id=3ce4792090b24aa782104f0075f4ac0e 2025-04-16 21:22:47.949 | + functions-common:get_or_create_user:899 : echo 3ce4792090b24aa782104f0075f4ac0e 2025-04-16 21:22:47.949 | 3ce4792090b24aa782104f0075f4ac0e 2025-04-16 21:22:47.949 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-16 21:22:47.949 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:22:47.949 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:22:47.949 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 21:22:47.949 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:22:47.949 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:22:47.949 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 21:22:47.949 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 21:22:47.949 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 21:22:47.949 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 21:22:47.949 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 21:22:47.949 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 21:22:47.949 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2025-04-16 21:22:47.949 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 21:22:47.949 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.949 | + functions-common:get_or_add_user_project_role:962 : user_role_id=d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:47.949 | + functions-common:get_or_add_user_project_role:963 : echo d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:47.949 | d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:22:47.949 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 21:22:47.949 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-16 21:22:47.949 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 21:22:47.949 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-16 21:22:47.949 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2025-04-16 21:22:47.949 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.949 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 21:22:47.949 | c8c0bd6e6908484a98fb213cd01534e2' 2025-04-16 21:22:47.949 | + functions-common:get_or_create_service:1050 : echo c8c0bd6e6908484a98fb213cd01534e2 2025-04-16 21:22:47.949 | c8c0bd6e6908484a98fb213cd01534e2 2025-04-16 21:22:47.949 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-16 21:22:47.949 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 21:22:47.949 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-04-16 21:22:47.949 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 21:22:47.949 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2025-04-16 21:22:47.949 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.949 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 21:22:47.949 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 21:22:47.949 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2025-04-16 21:22:47.949 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:22:47.949 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=5a3d94db559e4b7bac1e1e7926a98645 2025-04-16 21:22:47.949 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 5a3d94db559e4b7bac1e1e7926a98645 2025-04-16 21:22:47.949 | + functions-common:get_or_create_endpoint:1083 : public_id=5a3d94db559e4b7bac1e1e7926a98645 2025-04-16 21:22:47.949 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 21:22:47.949 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 21:22:47.949 | + functions-common:get_or_create_endpoint:1092 : echo 5a3d94db559e4b7bac1e1e7926a98645 2025-04-16 21:22:47.949 | 5a3d94db559e4b7bac1e1e7926a98645 2025-04-16 21:22:47.979 | [3500 Async create_neutron_accounts:43722]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-16 21:22:47.984 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-16 21:22:47.988 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-16 21:22:47.990 | + inc/async:async_wait:197 : return 0 2025-04-16 21:22:47.992 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-16 21:22:48.006 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:48.008 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-16 21:22:48.021 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:48.023 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-16 21:22:48.025 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:22:48.027 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-16 21:22:48.029 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-16 21:22:48.032 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-16 21:22:48.079 | + inc/async:async_inner:63 : init_glance 2025-04-16 21:22:48.108 | [3500 Async init_glance:46004]: running: init_glance 2025-04-16 21:22:48.111 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-16 21:22:48.126 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:22:48.128 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-16 21:22:48.130 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:22:48.132 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-16 21:22:48.134 | + stack.sh:main:1175 : configure_neutron 2025-04-16 21:22:48.136 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-16 21:22:48.138 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-16 21:22:48.140 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-16 21:22:48.149 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-16 21:22:48.151 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-16 21:22:52.573 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:22:52.593 | [46004 Async init_glance:46004]: finished successfully 2025-04-16 21:23:06.580 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-16 21:23:06.584 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-16 21:23:06.586 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-16 21:23:06.588 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-16 21:23:06.590 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-16 21:23:06.592 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-16 21:23:06.594 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-16 21:23:06.595 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-16 21:23:06.597 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-16 21:23:06.599 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-16 21:23:06.601 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-16 21:23:06.602 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-16 21:23:06.604 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-16 21:23:06.606 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-16 21:23:06.608 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-16 21:23:06.609 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-16 21:23:06.613 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:06.614 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:06.617 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-16 21:23:06.618 | + lib/neutron:_configure_neutron_common:893 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:06.622 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-16 21:23:06.624 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-16 21:23:06.626 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-16 21:23:06.627 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-16 21:23:06.629 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 21:23:06.631 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:06.633 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 21:23:06.645 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:06.647 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 21:23:06.649 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-16 21:23:06.651 | + lib/neutron:_configure_neutron_common:898 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-16 21:23:06.676 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-16 21:23:06.699 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-16 21:23:06.723 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-16 21:23:06.747 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-16 21:23:06.771 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-16 21:23:06.795 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-16 21:23:06.797 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-16 21:23:06.799 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-16 21:23:06.801 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 21:23:06.803 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 21:23:06.816 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 21:23:06.818 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 21:23:06.820 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 21:23:06.822 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 21:23:06.824 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 21:23:06.847 | + 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' 2025-04-16 21:23:06.871 | + 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' 2025-04-16 21:23:06.895 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 21:23:06.919 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-16 21:23:06.931 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:06.933 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-16 21:23:06.935 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:23:06.937 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-16 21:23:06.939 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-16 21:23:06.941 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-16 21:23:06.943 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:23:06.945 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-16 21:23:06.946 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-16 21:23:06.956 | + lib/neutron:neutron_deploy_rootwrap_filters:1066 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2025-04-16 21:23:06.965 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-16 21:23:06.967 | + lib/neutron:_neutron_setup_rootwrap:1087 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2025-04-16 21:23:06.976 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-04-16 21:23:06.985 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-16 21:23:06.995 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 21:23:06.997 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 21:23:06.999 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-16 21:23:07.002 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.vNfuaxXCzH 2025-04-16 21:23:07.004 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 21:23:07.006 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 21:23:07.008 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.vNfuaxXCzH 2025-04-16 21:23:07.011 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.vNfuaxXCzH 2025-04-16 21:23:07.020 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.vNfuaxXCzH /etc/sudoers.d/neutron-rootwrap 2025-04-16 21:23:07.029 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-16 21:23:07.031 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-16 21:23:07.033 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 21:23:07.056 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:07.058 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 21:23:07.081 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-16 21:23:07.083 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-16 21:23:07.085 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-16 21:23:07.087 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 21:23:07.089 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 21:23:07.091 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 21:23:07.105 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:07.107 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 21:23:07.110 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 21:23:07.112 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 21:23:07.124 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:07.127 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:23:07.129 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 21:23:07.154 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 21:23:07.156 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 21:23:07.158 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-16 21:23:07.171 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:07.173 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-16 21:23:07.186 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:07.188 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-16 21:23:07.190 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:07.192 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:07.194 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 21:23:07.220 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:07.223 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 21:23:07.247 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 21:23:07.271 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-16 21:23:07.273 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-16 21:23:07.275 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-16 21:23:07.277 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 21:23:08.517 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 21:23:08.517 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-16 21:23:08.517 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=46985) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 21:23:08.518 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-16 21:23:08.518 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/opt/stack/data/venv/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpvw3lvmhf/privsep.sock'] 2025-04-16 21:23:09.368 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-16 21:23:09.368 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpvw3lvmhf/privsep.sock {{(pid=46985) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-16 21:23:09.368 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-16 21:23:09.369 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-16 21:23:09.369 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2025-04-16 21:23:09.369 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 46996 2025-04-16 21:23:09.369 | DEBUG oslo.privsep.daemon [-] privsep: reply[4a0d815e-611e-4e1c-b6e4-787b0044a650]: (2,) {{(pid=46996) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:23:09.458 | DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000 {{(pid=46996) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-16 21:23:09.468 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.009s {{(pid=46996) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-16 21:23:09.468 | DEBUG oslo.privsep.daemon [-] privsep: reply[ebbb2392-84c9-4de0-841d-246464b92b06]: (4, ('c235cb16-92de-43fc-9702-396511532fd0\n', '')) {{(pid=46996) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:23:09.563 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 21:23:09.563 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 21:23:09.563 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 21:23:09.563 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 21:23:09.563 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 21:23:09.563 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=46985) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 21:23:09.598 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 21:23:09.598 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=46985) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 21:23:09.598 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=46985) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 21:23:09.600 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 21:23:09.840 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-16 21:23:09.843 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-16 21:23:09.844 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-04-16 21:23:09.847 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 21:23:09.849 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-16 21:23:09.864 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2025-04-16 21:23:09.877 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-16 21:23:09.879 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:09.881 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2025-04-16 21:23:09.906 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-16 21:23:09.909 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-16 21:23:09.915 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-16 21:23:09.917 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-16 21:23:09.919 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-16 21:23:09.944 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-16 21:23:09.960 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 21:23:09.962 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-16 21:23:09.973 | net.bridge.bridge-nf-call-iptables = 1 2025-04-16 21:23:09.976 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 21:23:09.978 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-16 21:23:09.984 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-16 21:23:09.987 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-16 21:23:09.989 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-16 21:23:09.991 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-16 21:23:09.993 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-16 21:23:09.995 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 21:23:09.997 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 21:23:09.999 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 21:23:10.001 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-16 21:23:10.003 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 21:23:10.005 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 21:23:10.017 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-16 21:23:10.019 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2025-04-16 21:23:10.046 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-16 21:23:10.048 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-16 21:23:10.072 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-04-16 21:23:10.096 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-16 21:23:10.109 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:10.111 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-16 21:23:10.113 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:10.117 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-16 21:23:10.141 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-16 21:23:10.165 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:10.167 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-16 21:23:10.169 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 21:23:10.194 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:10.196 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 21:23:10.221 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-16 21:23:10.234 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:10.237 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:10.239 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-16 21:23:10.262 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:10.264 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 21:23:10.266 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 21:23:10.290 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:10.292 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 21:23:10.294 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-16 21:23:10.296 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-16 21:23:10.309 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:10.311 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-16 21:23:10.313 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2025-04-16 21:23:10.316 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-16 21:23:10.340 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 21:23:10.366 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:10.368 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 21:23:10.392 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 21:23:10.394 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-16 21:23:10.418 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 21:23:10.420 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 21:23:10.422 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 21:23:10.446 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-16 21:23:10.448 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 21:23:10.450 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-16 21:23:10.452 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 21:23:11.681 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 21:23:11.681 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-16 21:23:11.681 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47542) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 21:23:11.705 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47542) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 21:23:11.705 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47542) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 21:23:11.705 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47542) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 21:23:11.705 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47542) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 21:23:11.705 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47542) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 21:23:11.705 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47542) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 21:23:11.739 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 21:23:11.740 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47542) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 21:23:11.740 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47542) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 21:23:11.740 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 21:23:11.984 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-16 21:23:11.986 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-16 21:23:11.988 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 21:23:11.990 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 21:23:11.992 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-16 21:23:11.994 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 21:23:11.997 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 21:23:12.009 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-16 21:23:12.011 | + functions:set_mtu:796 : local dev=br-ex 2025-04-16 21:23:12.013 | + functions:set_mtu:797 : local mtu=8950 2025-04-16 21:23:12.015 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-16 21:23:12.025 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2025-04-16 21:23:12.037 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-16 21:23:12.039 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-16 21:23:12.042 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-16 21:23:12.044 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-16 21:23:12.045 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-16 21:23:12.047 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-16 21:23:12.049 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-16 21:23:12.051 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-16 21:23:12.053 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-16 21:23:12.055 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-16 21:23:12.057 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-16 21:23:12.059 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-16 21:23:12.061 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-16 21:23:12.063 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-16 21:23:12.066 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-16 21:23:12.067 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-16 21:23:12.071 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-16 21:23:12.073 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-16 21:23:12.075 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-16 21:23:12.077 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-16 21:23:12.080 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-16 21:23:12.081 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-16 21:23:12.081 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-16 21:23:12.086 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-16 21:23:12.088 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-16 21:23:12.089 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:12.091 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-16 21:23:12.093 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-16 21:23:12.095 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-16 21:23:12.097 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-16 21:23:12.110 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-16 21:23:12.111 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-16 21:23:12.115 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-16 21:23:12.117 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 21:23:12.130 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:12.133 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-16 21:23:12.134 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-16 21:23:12.138 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-16 21:23:12.162 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-16 21:23:12.186 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-16 21:23:12.210 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-16 21:23:12.212 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-16 21:23:12.214 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 21:23:12.237 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:12.239 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 21:23:12.263 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 21:23:12.265 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-16 21:23:12.278 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:12.281 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-16 21:23:12.282 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-16 21:23:12.296 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:12.298 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-16 21:23:12.311 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:12.314 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-16 21:23:12.327 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:12.329 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-16 21:23:12.342 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:12.344 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-16 21:23:12.358 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:12.360 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-16 21:23:12.362 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-16 21:23:12.364 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-16 21:23:12.367 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-16 21:23:12.369 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-16 21:23:12.371 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-16 21:23:12.374 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-16 21:23:12.376 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-16 21:23:12.378 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-16 21:23:12.382 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-16 21:23:12.386 | + lib/neutron:_replace_api_paste_composite:996 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2025-04-16 21:23:12.390 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-16 21:23:12.414 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 21:23:12.440 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-16 21:23:12.464 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-16 21:23:12.489 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-16 21:23:12.491 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 21:23:12.493 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-16 21:23:12.495 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 21:23:12.497 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-16 21:23:12.520 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-16 21:23:12.545 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 21:23:12.569 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-16 21:23:12.594 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-16 21:23:12.619 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-16 21:23:12.643 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-16 21:23:12.667 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-16 21:23:12.692 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 21:23:12.717 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 21:23:12.745 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-16 21:23:12.770 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-16 21:23:12.797 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-16 21:23:12.799 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 21:23:12.801 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 21:23:12.804 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 21:23:12.806 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-16 21:23:12.831 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-16 21:23:12.857 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-16 21:23:12.882 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-16 21:23:12.909 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-16 21:23:12.934 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-16 21:23:12.960 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-16 21:23:12.985 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-16 21:23:13.010 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 21:23:13.035 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-16 21:23:13.061 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-16 21:23:13.064 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 21:23:13.066 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 21:23:13.068 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-16 21:23:13.069 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-16 21:23:13.095 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-16 21:23:13.120 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-16 21:23:13.145 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-16 21:23:13.170 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-16 21:23:13.195 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-16 21:23:13.220 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-16 21:23:13.245 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-16 21:23:13.270 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-16 21:23:13.294 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-16 21:23:13.319 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-16 21:23:13.321 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-16 21:23:13.323 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-16 21:23:13.325 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-16 21:23:13.327 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-16 21:23:13.329 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-16 21:23:13.331 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-16 21:23:13.333 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-16 21:23:13.335 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-16 21:23:13.337 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-16 21:23:13.339 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-16 21:23:13.341 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-16 21:23:13.343 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-16 21:23:13.345 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-16 21:23:13.347 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-16 21:23:13.348 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-16 21:23:13.350 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-16 21:23:13.352 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-16 21:23:13.354 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2025-04-16 21:23:13.356 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:13.358 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-16 21:23:13.360 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-16 21:23:13.362 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-16 21:23:13.365 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 21:23:13.366 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 21:23:13.389 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-04-16 21:23:13.391 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:13.393 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 21:23:13.395 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-16 21:23:13.397 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-16 21:23:13.399 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 21:23:13.401 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-16 21:23:13.425 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-16 21:23:13.427 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2025-04-16 21:23:13.429 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:13.431 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 21:23:13.433 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-16 21:23:13.435 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-16 21:23:13.437 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 21:23:13.439 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 21:23:13.462 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-16 21:23:13.464 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2025-04-16 21:23:13.466 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:13.468 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 21:23:13.470 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-16 21:23:13.472 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-16 21:23:13.474 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 21:23:13.476 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 21:23:13.500 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2025-04-16 21:23:13.502 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:13.504 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 21:23:13.506 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-16 21:23:13.508 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-16 21:23:13.510 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 21:23:13.512 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-16 21:23:13.536 | + 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 2025-04-16 21:23:13.538 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:13.540 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-16 21:23:13.542 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-16 21:23:13.544 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-16 21:23:13.546 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 21:23:13.547 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2025-04-16 21:23:13.571 | + 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 2025-04-16 21:23:13.573 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:13.575 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-16 21:23:13.577 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 21:23:13.579 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 21:23:13.580 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 21:23:13.582 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-04-16 21:23:13.607 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2025-04-16 21:23:13.609 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:13.611 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-16 21:23:13.612 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-16 21:23:13.614 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-16 21:23:13.616 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 21:23:13.618 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-16 21:23:13.642 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2025-04-16 21:23:13.644 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:13.646 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-16 21:23:13.648 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-16 21:23:13.650 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-16 21:23:13.652 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 21:23:13.655 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2025-04-16 21:23:13.681 | + 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 2025-04-16 21:23:13.683 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:13.685 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-16 21:23:13.687 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 21:23:13.688 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 21:23:13.691 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 21:23:13.693 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-04-16 21:23:13.718 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 21:23:13.720 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-16 21:23:13.746 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-16 21:23:13.771 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-16 21:23:13.773 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-16 21:23:13.787 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:13.789 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-16 21:23:13.803 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:13.805 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-16 21:23:13.807 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-16 21:23:13.857 | + inc/async:async_inner:63 : init_neutron 2025-04-16 21:23:13.888 | [3500 Async init_neutron:49359]: running: init_neutron 2025-04-16 21:23:13.890 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-16 21:23:13.905 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:13.908 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-16 21:23:13.929 | ++ stack.sh:main:1191 : true 2025-04-16 21:23:13.932 | + stack.sh:main:1191 : netman_pid= 2025-04-16 21:23:13.934 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-16 21:23:13.936 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-16 21:23:13.949 | dnsmasq: no process found 2025-04-16 21:23:13.952 | + stack.sh:main:1193 : true 2025-04-16 21:23:13.954 | + stack.sh:main:1198 : clean_iptables 2025-04-16 21:23:13.958 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-16 21:23:13.958 | + lib/nova:clean_iptables:189 : grep nova 2025-04-16 21:23:13.958 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 21:23:13.960 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-16 21:23:13.960 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-16 21:23:13.960 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-16 21:23:13.962 | + lib/nova:clean_iptables:189 : bash 2025-04-16 21:23:13.990 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-16 21:23:13.990 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 21:23:13.990 | + lib/nova:clean_iptables:191 : grep nova 2025-04-16 21:23:13.991 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-16 21:23:13.991 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 21:23:13.992 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-16 21:23:13.993 | + lib/nova:clean_iptables:191 : bash 2025-04-16 21:23:14.002 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-16 21:23:14.002 | + lib/nova:clean_iptables:193 : grep nova 2025-04-16 21:23:14.002 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-16 21:23:14.002 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 21:23:14.003 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-16 21:23:14.004 | + lib/nova:clean_iptables:193 : bash 2025-04-16 21:23:14.004 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-16 21:23:14.013 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-16 21:23:14.013 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 21:23:14.013 | + lib/nova:clean_iptables:195 : grep nova 2025-04-16 21:23:14.015 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-16 21:23:14.015 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 21:23:14.015 | + lib/nova:clean_iptables:195 : bash 2025-04-16 21:23:14.017 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-16 21:23:14.024 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-16 21:23:14.031 | net.ipv4.ip_forward = 1 2025-04-16 21:23:14.034 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-16 21:23:14.048 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:14.050 | + stack.sh:main:1207 : configure_os_vif 2025-04-16 21:23:14.052 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-16 21:23:14.054 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-16 21:23:14.081 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-16 21:23:14.083 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-16 21:23:14.112 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-16 21:23:14.126 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:14.129 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-16 21:23:14.143 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:14.145 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-16 21:23:14.147 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:23:14.149 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-16 21:23:14.151 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-16 21:23:14.153 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-16 21:23:14.201 | + inc/async:async_inner:63 : init_cinder 2025-04-16 21:23:14.235 | [3500 Async init_cinder:49710]: running: init_cinder 2025-04-16 21:23:14.237 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-16 21:23:14.252 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:14.255 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-16 21:23:14.257 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:23:14.259 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-16 21:23:14.262 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-16 21:23:14.267 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-16 21:23:14.316 | + inc/async:async_inner:63 : init_placement 2025-04-16 21:23:14.346 | [3500 Async init_placement:49857]: running: init_placement 2025-04-16 21:23:14.348 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-16 21:23:14.386 | [3500 Async init_neutron:49359]: Waiting for completion of init_neutron running on PID 49359 (5 other jobs running) 2025-04-16 21:23:14.404 | [3500 Async init_neutron:49359]: Signaling child to exit 2025-04-16 21:23:17.866 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:23:17.885 | [49710 Async init_cinder:49710]: finished successfully 2025-04-16 21:23:22.982 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:23:23.001 | [49359 Async init_neutron:49359]: finished successfully 2025-04-16 21:23:23.017 | WAKEUP 2025-04-16 21:23:23.034 | [3500 Async init_neutron:49359]: Signaled 2025-04-16 21:23:23.035 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-16 21:23:23.035 | + lib/database:recreate_database:112 : local db=neutron 2025-04-16 21:23:23.035 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-16 21:23:23.035 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-16 21:23:23.035 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-16 21:23:23.035 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-16 21:23:23.035 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-16 21:23:23.035 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 21:23:23.035 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:23.035 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:23.035 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:23.035 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838593896 2025-04-16 21:23:23.035 | + lib/neutron:init_neutron:514 : /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-16 21:23:23.035 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-16 21:23:23.036 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-16 21:23:23.037 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-16 21:23:23.037 | Running upgrade for neutron ... 2025-04-16 21:23:23.037 | OK 2025-04-16 21:23:23.037 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-16 21:23:23.037 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:23.037 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:23.037 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:23.037 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:23.037 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:23.037 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 21:23:23.037 | + functions-common:time_stop:2407 : start_time=1744838593896 2025-04-16 21:23:23.037 | + functions-common:time_stop:2409 : [[ -z 1744838593896 ]] 2025-04-16 21:23:23.037 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:23.037 | + functions-common:time_stop:2412 : end_time=1744838602970 2025-04-16 21:23:23.037 | + functions-common:time_stop:2413 : elapsed_time=9074 2025-04-16 21:23:23.037 | + functions-common:time_stop:2414 : total=2671 2025-04-16 21:23:23.037 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:23.037 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11745 2025-04-16 21:23:23.067 | [3500 Async init_neutron:49359]: finished init_neutron with result 0 in 9 seconds 2025-04-16 21:23:23.070 | + inc/async:async_wait:197 : return 0 2025-04-16 21:23:23.073 | + stack.sh:main:1237 : async_wait init_placement 2025-04-16 21:23:23.110 | [3500 Async init_placement:49857]: Waiting for completion of init_placement running on PID 49857 (4 other jobs running) 2025-04-16 21:23:23.128 | [3500 Async init_placement:49857]: Signaling child to exit 2025-04-16 21:23:30.439 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:23:30.459 | [49857 Async init_placement:49857]: finished successfully 2025-04-16 21:23:30.476 | WAKEUP 2025-04-16 21:23:30.492 | [3500 Async init_placement:49857]: Signaled 2025-04-16 21:23:30.493 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-16 21:23:30.493 | + lib/database:recreate_database:112 : local db=placement 2025-04-16 21:23:30.493 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-16 21:23:30.493 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-16 21:23:30.493 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-16 21:23:30.493 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-16 21:23:30.493 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-16 21:23:30.493 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-16 21:23:30.493 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-16 21:23:30.494 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-16 21:23:30.494 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 21:23:30.494 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 21:23:30.494 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 21:23:30.494 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 21:23:30.494 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:23:30.494 | + functions-common:get_or_create_user:898 : user_id=5c3586ebe3414af4939b2f8dd6b9934d 2025-04-16 21:23:30.494 | + functions-common:get_or_create_user:899 : echo 5c3586ebe3414af4939b2f8dd6b9934d 2025-04-16 21:23:30.494 | 5c3586ebe3414af4939b2f8dd6b9934d 2025-04-16 21:23:30.494 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-16 21:23:30.494 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:23:30.494 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:23:30.494 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 21:23:30.494 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:23:30.494 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:23:30.494 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 21:23:30.494 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 21:23:30.494 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 21:23:30.494 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 21:23:30.494 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 21:23:30.494 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 21:23:30.494 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2025-04-16 21:23:30.494 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 21:23:30.494 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:23:30.494 | + functions-common:get_or_add_user_project_role:962 : user_role_id=d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:23:30.494 | + functions-common:get_or_add_user_project_role:963 : echo d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:23:30.494 | d8a58b0026ff40c7a929927de1a3d615 2025-04-16 21:23:30.494 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 21:23:30.494 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-16 21:23:30.494 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 21:23:30.494 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 21:23:30.494 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 21:23:30.494 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 21:23:30.494 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 21:23:30.495 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 21:23:30.495 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 21:23:30.495 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 21:23:30.495 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 21:23:30.495 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 21:23:30.495 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 21:23:30.495 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2025-04-16 21:23:30.495 | ++ functions-common:get_or_add_user_project_role:962 : 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 2025-04-16 21:23:30.495 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:23:30.495 | + functions-common:get_or_add_user_project_role:962 : user_role_id=ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:23:30.495 | + functions-common:get_or_add_user_project_role:963 : echo ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:23:30.495 | ad98f9cbf9a2488c8bf505a586e56122 2025-04-16 21:23:30.495 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-16 21:23:30.495 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-16 21:23:30.495 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 21:23:30.495 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-16 21:23:30.495 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2025-04-16 21:23:30.495 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:23:30.495 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 21:23:30.495 | 2f75acd42330482bb8609c32e8d38861' 2025-04-16 21:23:30.495 | + functions-common:get_or_create_service:1050 : echo 2f75acd42330482bb8609c32e8d38861 2025-04-16 21:23:30.495 | 2f75acd42330482bb8609c32e8d38861 2025-04-16 21:23:30.495 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-16 21:23:30.495 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 21:23:30.495 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-16 21:23:30.495 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 21:23:30.495 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2025-04-16 21:23:30.495 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:23:30.495 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 21:23:30.495 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 21:23:30.495 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2025-04-16 21:23:30.495 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:23:30.495 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=9e0482e501db466992b2dac72e28aac4 2025-04-16 21:23:30.495 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 9e0482e501db466992b2dac72e28aac4 2025-04-16 21:23:30.495 | + functions-common:get_or_create_endpoint:1083 : public_id=9e0482e501db466992b2dac72e28aac4 2025-04-16 21:23:30.495 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 21:23:30.495 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 21:23:30.495 | + functions-common:get_or_create_endpoint:1092 : echo 9e0482e501db466992b2dac72e28aac4 2025-04-16 21:23:30.495 | 9e0482e501db466992b2dac72e28aac4 2025-04-16 21:23:30.525 | [3500 Async init_placement:49857]: finished init_placement with result 0 in 16 seconds 2025-04-16 21:23:30.528 | + inc/async:async_wait:197 : return 0 2025-04-16 21:23:30.530 | + stack.sh:main:1238 : async_wait init_glance 2025-04-16 21:23:30.567 | [3500 Async init_glance:46004]: Waiting for completion of init_glance running on PID 46004 (3 other jobs running) 2025-04-16 21:23:30.585 | [3500 Async init_glance:46004]: Signaling child to exit 2025-04-16 21:23:30.585 | WAKEUP 2025-04-16 21:23:30.601 | [3500 Async init_glance:46004]: Signaled 2025-04-16 21:23:30.602 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-16 21:23:30.602 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-16 21:23:30.602 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-16 21:23:30.602 | + lib/database:recreate_database:112 : local db=glance 2025-04-16 21:23:30.602 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-16 21:23:30.602 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-16 21:23:30.602 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-16 21:23:30.602 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-16 21:23:30.602 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-16 21:23:30.602 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 21:23:30.602 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:30.602 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:30.602 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:30.602 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838568124 2025-04-16 21:23:30.602 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-16 21:23:30.602 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 21:23:30.602 | 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=46090) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:23:30.602 | DEBUG dbcounter [-] [46090] Writer thread running {{(pid=46090) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.602 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 21:23:30.602 | 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=46090) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:23:30.602 | DEBUG dbcounter [-] [46090] Writer thread running {{(pid=46090) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.602 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 21:23:30.602 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-16 21:23:30.603 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=46090) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.603 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.603 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-16 21:23:30.603 | Database migration is up to date. No migration needed. 2025-04-16 21:23:30.603 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-16 21:23:30.603 | Database is synced successfully. 2025-04-16 21:23:30.603 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-16 21:23:30.603 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 21:23:30.603 | 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=46141) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:23:30.603 | DEBUG dbcounter [-] [46141] Writer thread running {{(pid=46141) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:30.603 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-16 21:23:30.603 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-16 21:23:30.604 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-16 21:23:30.604 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-16 21:23:30.604 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:30.604 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:30.604 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:30.604 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:30.604 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:30.604 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 21:23:30.605 | + functions-common:time_stop:2407 : start_time=1744838568124 2025-04-16 21:23:30.605 | + functions-common:time_stop:2409 : [[ -z 1744838568124 ]] 2025-04-16 21:23:30.605 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:30.605 | + functions-common:time_stop:2412 : end_time=1744838572561 2025-04-16 21:23:30.605 | + functions-common:time_stop:2413 : elapsed_time=4437 2025-04-16 21:23:30.605 | + functions-common:time_stop:2414 : total=2671 2025-04-16 21:23:30.605 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:30.605 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7108 2025-04-16 21:23:30.634 | [3500 Async init_glance:46004]: finished init_glance with result 0 in 4 seconds 2025-04-16 21:23:30.638 | + inc/async:async_wait:197 : return 0 2025-04-16 21:23:30.640 | + stack.sh:main:1239 : async_wait init_swift 2025-04-16 21:23:30.655 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-16 21:23:30.657 | + inc/async:async_wait:197 : return 0 2025-04-16 21:23:30.659 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-16 21:23:30.697 | [3500 Async init_cinder:49710]: Waiting for completion of init_cinder running on PID 49710 (2 other jobs running) 2025-04-16 21:23:30.715 | [3500 Async init_cinder:49710]: Signaling child to exit 2025-04-16 21:23:30.715 | WAKEUP 2025-04-16 21:23:30.731 | [3500 Async init_cinder:49710]: Signaled 2025-04-16 21:23:30.732 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-16 21:23:30.732 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:30.732 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-16 21:23:30.732 | + lib/database:recreate_database:112 : local db=cinder 2025-04-16 21:23:30.732 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-16 21:23:30.732 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-16 21:23:30.732 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-16 21:23:30.732 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-16 21:23:30.732 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-16 21:23:30.732 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 21:23:30.732 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:30.732 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:30.732 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:30.732 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838594258 2025-04-16 21:23:30.732 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-16 21:23:30.732 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 21:23:30.732 | 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=49813) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:23:30.732 | DEBUG dbcounter [-] [49813] Writer thread running {{(pid=49813) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:30.732 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-16 21:23:30.732 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:30.732 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:30.732 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-16 21:23:30.732 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49813) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 21:23:30.732 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-16 21:23:30.732 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49813) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.732 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-16 21:23:30.732 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 21:23:30.732 | 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=49813) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:23:30.732 | DEBUG dbcounter [-] [49813] Writer thread running {{(pid=49813) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:30.732 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49813) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.732 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-16 21:23:30.732 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=49813) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:30.732 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-16 21:23:30.732 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-16 21:23:30.732 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:30.732 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:30.732 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:30.732 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:30.732 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:30.732 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 21:23:30.733 | + functions-common:time_stop:2407 : start_time=1744838594258 2025-04-16 21:23:30.733 | + functions-common:time_stop:2409 : [[ -z 1744838594258 ]] 2025-04-16 21:23:30.733 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:30.733 | + functions-common:time_stop:2412 : end_time=1744838597806 2025-04-16 21:23:30.733 | + functions-common:time_stop:2413 : elapsed_time=3548 2025-04-16 21:23:30.733 | + functions-common:time_stop:2414 : total=2671 2025-04-16 21:23:30.733 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:30.733 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6219 2025-04-16 21:23:30.733 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-16 21:23:30.733 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:30.733 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-16 21:23:30.733 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-16 21:23:30.733 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 21:23:30.733 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-16 21:23:30.733 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-16 21:23:30.733 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-16 21:23:30.733 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-16 21:23:30.733 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:30.733 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-16 21:23:30.765 | [3500 Async init_cinder:49710]: finished init_cinder with result 0 in 3 seconds 2025-04-16 21:23:30.768 | + inc/async:async_wait:197 : return 0 2025-04-16 21:23:30.770 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-16 21:23:30.784 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:30.786 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-16 21:23:30.788 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:23:30.790 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-16 21:23:30.792 | + stack.sh:main:1247 : init_nova 2025-04-16 21:23:30.794 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-16 21:23:30.809 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:30.811 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-16 21:23:30.824 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:30.826 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 21:23:30.828 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-16 21:23:30.830 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-16 21:23:30.833 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-16 21:23:30.835 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-16 21:23:30.837 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-16 21:23:30.845 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-16 21:23:30.855 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-16 21:23:30.858 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 21:23:30.861 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-16 21:23:30.863 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 21:23:30.865 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 21:23:30.867 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 21:23:30.915 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 21:23:30.944 | [3500 Async nova-cell-1:51025]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 21:23:30.946 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-16 21:23:30.948 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-16 21:23:30.951 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-16 21:23:30.953 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-16 21:23:30.956 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-16 21:23:30.965 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-16 21:23:30.974 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-16 21:23:31.438 | 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. 2025-04-16 21:23:33.121 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-16 21:23:33.131 | DEBUG dbcounter [-] [51092] Writer thread running {{(pid=51092) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:33.135 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:33.135 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:33.160 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-16 21:23:34.232 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=51092) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 21:23:34.234 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-16 21:23:34.413 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=51092) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:34.415 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-16 21:23:34.416 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=51092) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:34.787 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-16 21:23:34.789 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-16 21:23:34.791 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-16 21:23:34.793 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-16 21:23:34.795 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 21:23:34.798 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:34.800 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 21:23:34.814 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:34.817 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 21:23:34.819 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-16 21:23:34.822 | + lib/nova:init_nova:880 : /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-16 21:23:35.327 | 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. 2025-04-16 21:23:36.404 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:23:36.423 | [51025 Async nova-cell-1:51025]: finished successfully 2025-04-16 21:23:36.641 | INFO dbcounter [None req-cf15e42b-eb4e-4239-a75d-dc7701890806 None None] Registered counter for database nova_api 2025-04-16 21:23:36.652 | DEBUG dbcounter [-] [51138] Writer thread running {{(pid=51138) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:37.004 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-16 21:23:37.007 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 21:23:37.009 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-16 21:23:37.025 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-16 21:23:37.027 | + inc/async:async_wait:197 : return 0 2025-04-16 21:23:37.029 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 21:23:37.031 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-16 21:23:37.068 | [3500 Async nova-cell-1:51025]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 51025 (2 other jobs running) 2025-04-16 21:23:37.085 | [3500 Async nova-cell-1:51025]: Signaling child to exit 2025-04-16 21:23:37.086 | WAKEUP 2025-04-16 21:23:37.102 | [3500 Async nova-cell-1:51025]: Signaled 2025-04-16 21:23:37.102 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-16 21:23:37.102 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-16 21:23:37.102 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-16 21:23:37.102 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-16 21:23:37.102 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-16 21:23:37.102 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-16 21:23:37.102 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-16 21:23:37.102 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-16 21:23:37.102 | + lib/nova:init_nova_db:851 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-04-16 21:23:37.102 | 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. 2025-04-16 21:23:37.102 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-16 21:23:37.102 | DEBUG dbcounter [-] [51081] Writer thread running {{(pid=51081) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:37.102 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 21:23:37.103 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 21:23:37.103 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 21:23:37.103 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=51081) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 21:23:37.103 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 21:23:37.103 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51081) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:37.103 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 21:23:37.103 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51081) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:37.103 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 21:23:37.103 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51081) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:37.103 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 21:23:37.103 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51081) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:37.103 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 21:23:37.103 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51081) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:37.134 | [3500 Async nova-cell-1:51025]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-16 21:23:37.137 | + inc/async:async_wait:197 : return 0 2025-04-16 21:23:37.139 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 21:23:37.141 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-16 21:23:37.590 | 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. 2025-04-16 21:23:38.790 | INFO dbcounter [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Registered counter for database nova_api 2025-04-16 21:23:38.800 | DEBUG dbcounter [-] [51308] Writer thread running {{(pid=51308) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:38.827 | INFO dbcounter [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Registered counter for database nova_cell0 2025-04-16 21:23:38.832 | DEBUG dbcounter [-] [51308] Writer thread running {{(pid=51308) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:38.834 | INFO alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Context impl MySQLImpl. 2025-04-16 21:23:38.834 | INFO alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Will assume non-transactional DDL. 2025-04-16 21:23:38.845 | INFO alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 21:23:41.086 | DEBUG alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] new branch insert 8f2f1571d55b {{(pid=51308) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 21:23:41.088 | INFO alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 21:23:41.118 | DEBUG alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51308) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:41.120 | INFO alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 21:23:41.180 | DEBUG alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51308) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:41.181 | INFO alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 21:23:41.199 | DEBUG alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51308) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:41.201 | INFO alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 21:23:41.203 | DEBUG alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51308) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:41.205 | INFO alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 21:23:41.258 | DEBUG alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51308) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 21:23:41.262 | INFO dbcounter [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Registered counter for database nova_cell1 2025-04-16 21:23:41.266 | DEBUG dbcounter [-] [51308] Writer thread running {{(pid=51308) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:41.269 | INFO alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Context impl MySQLImpl. 2025-04-16 21:23:41.269 | INFO alembic.runtime.migration [None req-e776e2cc-5684-4e9b-ba4b-7a8b5cdf9979 None None] Will assume non-transactional DDL. 2025-04-16 21:23:41.609 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-16 21:23:42.058 | 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. 2025-04-16 21:23:43.246 | Running batches of 50 until complete 2025-04-16 21:23:43.246 | INFO dbcounter [None req-bd3bad35-b597-4089-998f-7b6c32b33950 None None] Registered counter for database nova_cell1 2025-04-16 21:23:43.257 | DEBUG dbcounter [-] [51316] Writer thread running {{(pid=51316) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:43.315 | INFO dbcounter [None req-bd3bad35-b597-4089-998f-7b6c32b33950 None None] Registered counter for database nova_api 2025-04-16 21:23:43.319 | DEBUG dbcounter [-] [51316] Writer thread running {{(pid=51316) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:43.391 | INFO dbcounter [None req-bd3bad35-b597-4089-998f-7b6c32b33950 None None] Registered counter for database nova_cell0 2025-04-16 21:23:43.395 | DEBUG dbcounter [-] [51316] Writer thread running {{(pid=51316) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:43.436 | +-------------------------------------+--------------+-----------+ 2025-04-16 21:23:43.436 | | Migration | Total Needed | Completed | 2025-04-16 21:23:43.436 | +-------------------------------------+--------------+-----------+ 2025-04-16 21:23:43.436 | | fill_virtual_interface_list | 0 | 0 | 2025-04-16 21:23:43.436 | | migrate_empty_ratio | 0 | 0 | 2025-04-16 21:23:43.436 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-16 21:23:43.436 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-16 21:23:43.436 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-16 21:23:43.436 | | populate_dev_uuids | 0 | 0 | 2025-04-16 21:23:43.436 | | populate_instance_compute_id | 0 | 0 | 2025-04-16 21:23:43.436 | | populate_missing_availability_zones | 0 | 0 | 2025-04-16 21:23:43.436 | | populate_queued_for_delete | 0 | 0 | 2025-04-16 21:23:43.436 | | populate_user_id | 0 | 0 | 2025-04-16 21:23:43.436 | | populate_uuids | 0 | 0 | 2025-04-16 21:23:43.436 | +-------------------------------------+--------------+-----------+ 2025-04-16 21:23:43.802 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-16 21:23:43.806 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 21:23:43.809 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-16 21:23:43.811 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 21:23:43.813 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 21:23:43.816 | + lib/nova:init_nova:898 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2025-04-16 21:23:44.262 | 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. 2025-04-16 21:23:45.454 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-16 21:23:45.455 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-16 21:23:45.455 | INFO dbcounter [None req-c20b5d09-f13b-4e66-a364-28e80765faa8 None None] Registered counter for database nova_api 2025-04-16 21:23:45.466 | DEBUG dbcounter [-] [51335] Writer thread running {{(pid=51335) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:23:45.811 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-16 21:23:45.813 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-16 21:23:45.826 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-16 21:23:45.828 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-16 21:23:45.830 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-16 21:23:45.880 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-16 21:23:45.911 | [3500 Async configure_neutron_nova:51392]: running: configure_neutron_nova 2025-04-16 21:23:45.914 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-16 21:23:45.916 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 21:23:45.919 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-16 21:23:45.921 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 21:23:45.923 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 21:23:45.925 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 21:23:45.927 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 21:23:45.930 | + functions-common:run_phase:1838 : local extra 2025-04-16 21:23:45.932 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 21:23:45.936 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 21:23:45.938 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 21:23:45.940 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 21:23:45.942 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-16 21:23:45.945 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 21:23:45.958 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:45.960 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:23:45.962 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:23:45.964 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 21:23:45.966 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:23:45.968 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 21:23:45.971 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-16 21:23:45.973 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 21:23:45.975 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 21:23:45.977 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:23:45.979 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 21:23:45.981 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-16 21:23:45.984 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 21:23:45.986 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-16 21:23:45.989 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 21:23:45.991 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 21:23:45.994 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 21:23:45.996 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:23:45.999 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 21:23:46.001 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-16 21:23:46.004 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:23:46.006 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:23:46.009 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 21:23:46.011 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:23:46.013 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 21:23:46.015 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-16 21:23:46.018 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:23:46.020 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-16 21:23:46.022 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-16 21:23:46.024 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.026 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 21:23:46.029 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-16 21:23:46.031 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:23:46.033 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 21:23:46.035 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 21:23:46.038 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-16 21:23:46.040 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.043 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-16 21:23:46.045 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:23:46.047 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-16 21:23:46.047 | /^\[\[.+\|.*\]\]/ { 2025-04-16 21:23:46.047 | gsub("[][]", "", $1); 2025-04-16 21:23:46.047 | split($1, a, "|"); 2025-04-16 21:23:46.047 | if (a[1] == matchgroup) 2025-04-16 21:23:46.047 | print a[2] 2025-04-16 21:23:46.047 | } 2025-04-16 21:23:46.047 | ' /opt/stack/devstack/local.conf 2025-04-16 21:23:46.052 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 21:23:46.054 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 21:23:46.056 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 21:23:46.059 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-16 21:23:46.060 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-16 21:23:46.063 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-16 21:23:46.065 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-16 21:23:46.068 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-16 21:23:46.072 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-16 21:23:46.074 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-16 21:23:46.076 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 21:23:46.078 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.080 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 21:23:46.082 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-16 21:23:46.084 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 21:23:46.087 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-16 21:23:46.090 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-16 21:23:46.093 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-16 21:23:46.095 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-16 21:23:46.098 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 21:23:46.098 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.098 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-16 21:23:46.098 | BEGIN { 2025-04-16 21:23:46.098 | section = "" 2025-04-16 21:23:46.098 | last_section = "" 2025-04-16 21:23:46.098 | section_count = 0 2025-04-16 21:23:46.099 | } 2025-04-16 21:23:46.099 | /^\[.+\]/ { 2025-04-16 21:23:46.099 | gsub("[][]", "", $1); 2025-04-16 21:23:46.099 | section=$1 2025-04-16 21:23:46.099 | next 2025-04-16 21:23:46.099 | } 2025-04-16 21:23:46.099 | /^ *\#/ { 2025-04-16 21:23:46.099 | next 2025-04-16 21:23:46.099 | } 2025-04-16 21:23:46.099 | /^[^ \t]+/ { 2025-04-16 21:23:46.099 | # get offset of first = in $0 2025-04-16 21:23:46.099 | eq_idx = index($0, "=") 2025-04-16 21:23:46.099 | # extract attr & value from $0 2025-04-16 21:23:46.099 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 21:23:46.099 | value = substr($0, eq_idx + 1) 2025-04-16 21:23:46.099 | # only need to strip trailing whitespace from attr 2025-04-16 21:23:46.099 | sub(/[ \t]*$/, "", attr) 2025-04-16 21:23:46.099 | # need to strip leading & trailing whitespace from value 2025-04-16 21:23:46.099 | sub(/^[ \t]*/, "", value) 2025-04-16 21:23:46.099 | sub(/[ \t]*$/, "", value) 2025-04-16 21:23:46.099 | 2025-04-16 21:23:46.099 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 21:23:46.099 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 21:23:46.099 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 21:23:46.099 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 21:23:46.099 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 21:23:46.099 | if (section != last_section) { 2025-04-16 21:23:46.099 | cfg_section[section_count++] = section 2025-04-16 21:23:46.099 | last_section = section 2025-04-16 21:23:46.099 | } 2025-04-16 21:23:46.099 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 21:23:46.099 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 21:23:46.099 | 2025-04-16 21:23:46.099 | cfg_attr[section, attr, 0] = value 2025-04-16 21:23:46.099 | cfg_attr_count[section, attr] = 1 2025-04-16 21:23:46.099 | } else { 2025-04-16 21:23:46.099 | lno = cfg_attr_count[section, attr]++ 2025-04-16 21:23:46.099 | cfg_attr[section, attr, lno] = value 2025-04-16 21:23:46.099 | } 2025-04-16 21:23:46.099 | } 2025-04-16 21:23:46.099 | END { 2025-04-16 21:23:46.099 | # Process each section in order 2025-04-16 21:23:46.099 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 21:23:46.099 | section = cfg_section[sno] 2025-04-16 21:23:46.099 | # The ini routines simply append a config item immediately 2025-04-16 21:23:46.099 | # after the section header. To keep the same order as defined 2025-04-16 21:23:46.099 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 21:23:46.099 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 21:23:46.099 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 21:23:46.099 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 21:23:46.099 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 21:23:46.099 | else { 2025-04-16 21:23:46.099 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 21:23:46.099 | count = cfg_attr_count[section, attr] 2025-04-16 21:23:46.099 | print "inidelete " configfile " " section " " attr 2025-04-16 21:23:46.099 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 21:23:46.099 | for (l = count -2; l >= 0; l--) 2025-04-16 21:23:46.099 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 21:23:46.099 | } 2025-04-16 21:23:46.099 | } 2025-04-16 21:23:46.099 | } 2025-04-16 21:23:46.099 | } 2025-04-16 21:23:46.099 | ' 2025-04-16 21:23:46.100 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.100 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 21:23:46.102 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 21:23:46.104 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-16 21:23:46.106 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:23:46.109 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-16 21:23:46.111 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-16 21:23:46.111 | BEGIN { group = "" } 2025-04-16 21:23:46.111 | /^\[\[.+\|.*\]\]/ { 2025-04-16 21:23:46.111 | gsub("[][]", "", $1); 2025-04-16 21:23:46.111 | split($1, a, "|"); 2025-04-16 21:23:46.111 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 21:23:46.111 | group=a[1] 2025-04-16 21:23:46.111 | } else { 2025-04-16 21:23:46.111 | group="" 2025-04-16 21:23:46.111 | } 2025-04-16 21:23:46.111 | next 2025-04-16 21:23:46.111 | } 2025-04-16 21:23:46.111 | { 2025-04-16 21:23:46.111 | if (group != "") 2025-04-16 21:23:46.111 | print $0 2025-04-16 21:23:46.111 | } 2025-04-16 21:23:46.111 | ' /opt/stack/devstack/local.conf 2025-04-16 21:23:46.116 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-16 21:23:46.118 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 21:23:46.143 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.145 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 21:23:46.147 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 21:23:46.150 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 21:23:46.153 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-16 21:23:46.154 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-16 21:23:46.157 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-16 21:23:46.159 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-16 21:23:46.162 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-16 21:23:46.165 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-16 21:23:46.167 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-16 21:23:46.170 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 21:23:46.172 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.174 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 21:23:46.176 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-16 21:23:46.178 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 21:23:46.181 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-16 21:23:46.183 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-16 21:23:46.186 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-16 21:23:46.188 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-16 21:23:46.192 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 21:23:46.192 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-16 21:23:46.192 | BEGIN { 2025-04-16 21:23:46.192 | section = "" 2025-04-16 21:23:46.192 | last_section = "" 2025-04-16 21:23:46.192 | section_count = 0 2025-04-16 21:23:46.192 | } 2025-04-16 21:23:46.192 | /^\[.+\]/ { 2025-04-16 21:23:46.192 | gsub("[][]", "", $1); 2025-04-16 21:23:46.192 | section=$1 2025-04-16 21:23:46.192 | next 2025-04-16 21:23:46.192 | } 2025-04-16 21:23:46.192 | /^ *\#/ { 2025-04-16 21:23:46.192 | next 2025-04-16 21:23:46.192 | } 2025-04-16 21:23:46.192 | /^[^ \t]+/ { 2025-04-16 21:23:46.192 | # get offset of first = in $0 2025-04-16 21:23:46.192 | eq_idx = index($0, "=") 2025-04-16 21:23:46.192 | # extract attr & value from $0 2025-04-16 21:23:46.192 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 21:23:46.192 | value = substr($0, eq_idx + 1) 2025-04-16 21:23:46.192 | # only need to strip trailing whitespace from attr 2025-04-16 21:23:46.192 | sub(/[ \t]*$/, "", attr) 2025-04-16 21:23:46.192 | # need to strip leading & trailing whitespace from value 2025-04-16 21:23:46.192 | sub(/^[ \t]*/, "", value) 2025-04-16 21:23:46.192 | sub(/[ \t]*$/, "", value) 2025-04-16 21:23:46.192 | 2025-04-16 21:23:46.192 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 21:23:46.192 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 21:23:46.192 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 21:23:46.192 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 21:23:46.192 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 21:23:46.192 | if (section != last_section) { 2025-04-16 21:23:46.192 | cfg_section[section_count++] = section 2025-04-16 21:23:46.192 | last_section = section 2025-04-16 21:23:46.192 | } 2025-04-16 21:23:46.192 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 21:23:46.192 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 21:23:46.192 | 2025-04-16 21:23:46.192 | cfg_attr[section, attr, 0] = value 2025-04-16 21:23:46.192 | cfg_attr_count[section, attr] = 1 2025-04-16 21:23:46.192 | } else { 2025-04-16 21:23:46.192 | lno = cfg_attr_count[section, attr]++ 2025-04-16 21:23:46.192 | cfg_attr[section, attr, lno] = value 2025-04-16 21:23:46.192 | } 2025-04-16 21:23:46.192 | } 2025-04-16 21:23:46.192 | END { 2025-04-16 21:23:46.192 | # Process each section in order 2025-04-16 21:23:46.192 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 21:23:46.192 | section = cfg_section[sno] 2025-04-16 21:23:46.192 | # The ini routines simply append a config item immediately 2025-04-16 21:23:46.192 | # after the section header. To keep the same order as defined 2025-04-16 21:23:46.192 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 21:23:46.192 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 21:23:46.192 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 21:23:46.192 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 21:23:46.192 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 21:23:46.192 | else { 2025-04-16 21:23:46.192 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 21:23:46.192 | count = cfg_attr_count[section, attr] 2025-04-16 21:23:46.192 | print "inidelete " configfile " " section " " attr 2025-04-16 21:23:46.192 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 21:23:46.192 | for (l = count -2; l >= 0; l--) 2025-04-16 21:23:46.192 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 21:23:46.192 | } 2025-04-16 21:23:46.192 | } 2025-04-16 21:23:46.192 | } 2025-04-16 21:23:46.192 | } 2025-04-16 21:23:46.192 | ' 2025-04-16 21:23:46.192 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.194 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.194 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 21:23:46.196 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 21:23:46.198 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-16 21:23:46.201 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:23:46.203 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-16 21:23:46.205 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-16 21:23:46.206 | BEGIN { group = "" } 2025-04-16 21:23:46.206 | /^\[\[.+\|.*\]\]/ { 2025-04-16 21:23:46.206 | gsub("[][]", "", $1); 2025-04-16 21:23:46.206 | split($1, a, "|"); 2025-04-16 21:23:46.206 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 21:23:46.206 | group=a[1] 2025-04-16 21:23:46.206 | } else { 2025-04-16 21:23:46.206 | group="" 2025-04-16 21:23:46.206 | } 2025-04-16 21:23:46.206 | next 2025-04-16 21:23:46.206 | } 2025-04-16 21:23:46.206 | { 2025-04-16 21:23:46.206 | if (group != "") 2025-04-16 21:23:46.206 | print $0 2025-04-16 21:23:46.206 | } 2025-04-16 21:23:46.206 | ' /opt/stack/devstack/local.conf 2025-04-16 21:23:46.210 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-16 21:23:46.212 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-16 21:23:46.214 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:23:46.234 | [51392 Async configure_neutron_nova:51392]: finished successfully 2025-04-16 21:23:46.238 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.240 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 21:23:46.243 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 21:23:46.245 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 21:23:46.248 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-16 21:23:46.250 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-16 21:23:46.252 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-16 21:23:46.254 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-16 21:23:46.257 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-16 21:23:46.260 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 21:23:46.262 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 21:23:46.264 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 21:23:46.266 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.268 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 21:23:46.270 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-16 21:23:46.272 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 21:23:46.275 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-16 21:23:46.277 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-16 21:23:46.279 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-16 21:23:46.282 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-16 21:23:46.285 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 21:23:46.285 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.285 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 21:23:46.285 | BEGIN { 2025-04-16 21:23:46.285 | section = "" 2025-04-16 21:23:46.285 | last_section = "" 2025-04-16 21:23:46.285 | section_count = 0 2025-04-16 21:23:46.285 | } 2025-04-16 21:23:46.285 | /^\[.+\]/ { 2025-04-16 21:23:46.285 | gsub("[][]", "", $1); 2025-04-16 21:23:46.285 | section=$1 2025-04-16 21:23:46.285 | next 2025-04-16 21:23:46.285 | } 2025-04-16 21:23:46.285 | /^ *\#/ { 2025-04-16 21:23:46.285 | next 2025-04-16 21:23:46.285 | } 2025-04-16 21:23:46.285 | /^[^ \t]+/ { 2025-04-16 21:23:46.285 | # get offset of first = in $0 2025-04-16 21:23:46.285 | eq_idx = index($0, "=") 2025-04-16 21:23:46.285 | # extract attr & value from $0 2025-04-16 21:23:46.285 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 21:23:46.285 | value = substr($0, eq_idx + 1) 2025-04-16 21:23:46.285 | # only need to strip trailing whitespace from attr 2025-04-16 21:23:46.285 | sub(/[ \t]*$/, "", attr) 2025-04-16 21:23:46.285 | # need to strip leading & trailing whitespace from value 2025-04-16 21:23:46.285 | sub(/^[ \t]*/, "", value) 2025-04-16 21:23:46.285 | sub(/[ \t]*$/, "", value) 2025-04-16 21:23:46.285 | 2025-04-16 21:23:46.285 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 21:23:46.285 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 21:23:46.285 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 21:23:46.285 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 21:23:46.285 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 21:23:46.285 | if (section != last_section) { 2025-04-16 21:23:46.285 | cfg_section[section_count++] = section 2025-04-16 21:23:46.285 | last_section = section 2025-04-16 21:23:46.285 | } 2025-04-16 21:23:46.285 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 21:23:46.285 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 21:23:46.285 | 2025-04-16 21:23:46.286 | cfg_attr[section, attr, 0] = value 2025-04-16 21:23:46.286 | cfg_attr_count[section, attr] = 1 2025-04-16 21:23:46.286 | } else { 2025-04-16 21:23:46.286 | lno = cfg_attr_count[section, attr]++ 2025-04-16 21:23:46.286 | cfg_attr[section, attr, lno] = value 2025-04-16 21:23:46.286 | } 2025-04-16 21:23:46.286 | } 2025-04-16 21:23:46.286 | END { 2025-04-16 21:23:46.286 | # Process each section in order 2025-04-16 21:23:46.286 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 21:23:46.286 | section = cfg_section[sno] 2025-04-16 21:23:46.286 | # The ini routines simply append a config item immediately 2025-04-16 21:23:46.286 | # after the section header. To keep the same order as defined 2025-04-16 21:23:46.286 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 21:23:46.286 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 21:23:46.286 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 21:23:46.286 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 21:23:46.286 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 21:23:46.286 | else { 2025-04-16 21:23:46.286 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 21:23:46.286 | count = cfg_attr_count[section, attr] 2025-04-16 21:23:46.286 | print "inidelete " configfile " " section " " attr 2025-04-16 21:23:46.286 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 21:23:46.286 | for (l = count -2; l >= 0; l--) 2025-04-16 21:23:46.286 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 21:23:46.286 | } 2025-04-16 21:23:46.286 | } 2025-04-16 21:23:46.286 | } 2025-04-16 21:23:46.286 | } 2025-04-16 21:23:46.286 | ' 2025-04-16 21:23:46.287 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.287 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 21:23:46.289 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 21:23:46.291 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-16 21:23:46.293 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:23:46.295 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-16 21:23:46.297 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 21:23:46.297 | BEGIN { group = "" } 2025-04-16 21:23:46.297 | /^\[\[.+\|.*\]\]/ { 2025-04-16 21:23:46.297 | gsub("[][]", "", $1); 2025-04-16 21:23:46.297 | split($1, a, "|"); 2025-04-16 21:23:46.297 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 21:23:46.297 | group=a[1] 2025-04-16 21:23:46.297 | } else { 2025-04-16 21:23:46.297 | group="" 2025-04-16 21:23:46.297 | } 2025-04-16 21:23:46.297 | next 2025-04-16 21:23:46.297 | } 2025-04-16 21:23:46.297 | { 2025-04-16 21:23:46.297 | if (group != "") 2025-04-16 21:23:46.297 | print $0 2025-04-16 21:23:46.297 | } 2025-04-16 21:23:46.297 | ' /opt/stack/devstack/local.conf 2025-04-16 21:23:46.301 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-16 21:23:46.304 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-16 21:23:46.328 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.331 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-16 21:23:46.333 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-16 21:23:46.357 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.360 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 21:23:46.362 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 21:23:46.364 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 21:23:46.367 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-16 21:23:46.369 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:46.372 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:46.374 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-16 21:23:46.377 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:46.380 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-16 21:23:46.382 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-16 21:23:46.384 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 21:23:46.386 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.388 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 21:23:46.390 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 21:23:46.392 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 21:23:46.395 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-16 21:23:46.397 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:46.400 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 21:23:46.403 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-16 21:23:46.405 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 21:23:46.405 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 21:23:46.405 | BEGIN { 2025-04-16 21:23:46.405 | section = "" 2025-04-16 21:23:46.405 | last_section = "" 2025-04-16 21:23:46.405 | section_count = 0 2025-04-16 21:23:46.405 | } 2025-04-16 21:23:46.405 | /^\[.+\]/ { 2025-04-16 21:23:46.405 | gsub("[][]", "", $1); 2025-04-16 21:23:46.405 | section=$1 2025-04-16 21:23:46.405 | next 2025-04-16 21:23:46.405 | } 2025-04-16 21:23:46.405 | /^ *\#/ { 2025-04-16 21:23:46.405 | next 2025-04-16 21:23:46.405 | } 2025-04-16 21:23:46.405 | /^[^ \t]+/ { 2025-04-16 21:23:46.405 | # get offset of first = in $0 2025-04-16 21:23:46.405 | eq_idx = index($0, "=") 2025-04-16 21:23:46.405 | # extract attr & value from $0 2025-04-16 21:23:46.405 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 21:23:46.405 | value = substr($0, eq_idx + 1) 2025-04-16 21:23:46.405 | # only need to strip trailing whitespace from attr 2025-04-16 21:23:46.405 | sub(/[ \t]*$/, "", attr) 2025-04-16 21:23:46.405 | # need to strip leading & trailing whitespace from value 2025-04-16 21:23:46.405 | sub(/^[ \t]*/, "", value) 2025-04-16 21:23:46.405 | sub(/[ \t]*$/, "", value) 2025-04-16 21:23:46.405 | 2025-04-16 21:23:46.405 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 21:23:46.405 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 21:23:46.405 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 21:23:46.405 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 21:23:46.405 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 21:23:46.405 | if (section != last_section) { 2025-04-16 21:23:46.405 | cfg_section[section_count++] = section 2025-04-16 21:23:46.405 | last_section = section 2025-04-16 21:23:46.405 | } 2025-04-16 21:23:46.405 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 21:23:46.405 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 21:23:46.405 | 2025-04-16 21:23:46.405 | cfg_attr[section, attr, 0] = value 2025-04-16 21:23:46.405 | cfg_attr_count[section, attr] = 1 2025-04-16 21:23:46.405 | } else { 2025-04-16 21:23:46.405 | lno = cfg_attr_count[section, attr]++ 2025-04-16 21:23:46.405 | cfg_attr[section, attr, lno] = value 2025-04-16 21:23:46.405 | } 2025-04-16 21:23:46.405 | } 2025-04-16 21:23:46.405 | END { 2025-04-16 21:23:46.405 | # Process each section in order 2025-04-16 21:23:46.405 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 21:23:46.405 | section = cfg_section[sno] 2025-04-16 21:23:46.405 | # The ini routines simply append a config item immediately 2025-04-16 21:23:46.405 | # after the section header. To keep the same order as defined 2025-04-16 21:23:46.405 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 21:23:46.405 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 21:23:46.405 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 21:23:46.405 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 21:23:46.405 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 21:23:46.405 | else { 2025-04-16 21:23:46.405 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 21:23:46.405 | count = cfg_attr_count[section, attr] 2025-04-16 21:23:46.405 | print "inidelete " configfile " " section " " attr 2025-04-16 21:23:46.405 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 21:23:46.405 | for (l = count -2; l >= 0; l--) 2025-04-16 21:23:46.405 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 21:23:46.405 | } 2025-04-16 21:23:46.405 | } 2025-04-16 21:23:46.405 | } 2025-04-16 21:23:46.405 | } 2025-04-16 21:23:46.405 | ' 2025-04-16 21:23:46.406 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.407 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.407 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 21:23:46.409 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 21:23:46.411 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 21:23:46.413 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:23:46.415 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-16 21:23:46.417 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 21:23:46.417 | BEGIN { group = "" } 2025-04-16 21:23:46.417 | /^\[\[.+\|.*\]\]/ { 2025-04-16 21:23:46.417 | gsub("[][]", "", $1); 2025-04-16 21:23:46.417 | split($1, a, "|"); 2025-04-16 21:23:46.417 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 21:23:46.417 | group=a[1] 2025-04-16 21:23:46.417 | } else { 2025-04-16 21:23:46.417 | group="" 2025-04-16 21:23:46.417 | } 2025-04-16 21:23:46.417 | next 2025-04-16 21:23:46.417 | } 2025-04-16 21:23:46.417 | { 2025-04-16 21:23:46.417 | if (group != "") 2025-04-16 21:23:46.417 | print $0 2025-04-16 21:23:46.417 | } 2025-04-16 21:23:46.417 | ' /opt/stack/devstack/local.conf 2025-04-16 21:23:46.422 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-16 21:23:46.424 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-16 21:23:46.448 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.450 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-16 21:23:46.452 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 21:23:46.477 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.479 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-16 21:23:46.481 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 21:23:46.505 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.507 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-16 21:23:46.509 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-16 21:23:46.534 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.536 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-16 21:23:46.538 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-16 21:23:46.562 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.564 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-16 21:23:46.566 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-16 21:23:46.590 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.592 | + 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"' 2025-04-16 21:23:46.594 | ++ 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 2025-04-16 21:23:46.620 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.622 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-16 21:23:46.623 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-16 21:23:46.649 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.651 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-16 21:23:46.653 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 21:23:46.678 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.681 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 21:23:46.683 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 21:23:46.685 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 21:23:46.688 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-16 21:23:46.690 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:46.692 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-16 21:23:46.695 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 21:23:46.698 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:46.701 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 21:23:46.703 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 21:23:46.705 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:46.707 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.709 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 21:23:46.711 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 21:23:46.713 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 21:23:46.716 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:46.718 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:46.720 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 21:23:46.723 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-16 21:23:46.725 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-16 21:23:46.726 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 21:23:46.726 | BEGIN { 2025-04-16 21:23:46.726 | section = "" 2025-04-16 21:23:46.726 | last_section = "" 2025-04-16 21:23:46.726 | section_count = 0 2025-04-16 21:23:46.726 | } 2025-04-16 21:23:46.726 | /^\[.+\]/ { 2025-04-16 21:23:46.726 | gsub("[][]", "", $1); 2025-04-16 21:23:46.726 | section=$1 2025-04-16 21:23:46.726 | next 2025-04-16 21:23:46.726 | } 2025-04-16 21:23:46.726 | /^ *\#/ { 2025-04-16 21:23:46.726 | next 2025-04-16 21:23:46.726 | } 2025-04-16 21:23:46.726 | /^[^ \t]+/ { 2025-04-16 21:23:46.726 | # get offset of first = in $0 2025-04-16 21:23:46.726 | eq_idx = index($0, "=") 2025-04-16 21:23:46.726 | # extract attr & value from $0 2025-04-16 21:23:46.726 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 21:23:46.726 | value = substr($0, eq_idx + 1) 2025-04-16 21:23:46.726 | # only need to strip trailing whitespace from attr 2025-04-16 21:23:46.726 | sub(/[ \t]*$/, "", attr) 2025-04-16 21:23:46.726 | # need to strip leading & trailing whitespace from value 2025-04-16 21:23:46.726 | sub(/^[ \t]*/, "", value) 2025-04-16 21:23:46.726 | sub(/[ \t]*$/, "", value) 2025-04-16 21:23:46.726 | 2025-04-16 21:23:46.726 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 21:23:46.726 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 21:23:46.726 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 21:23:46.726 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 21:23:46.726 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 21:23:46.726 | if (section != last_section) { 2025-04-16 21:23:46.726 | cfg_section[section_count++] = section 2025-04-16 21:23:46.726 | last_section = section 2025-04-16 21:23:46.726 | } 2025-04-16 21:23:46.726 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 21:23:46.726 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 21:23:46.726 | 2025-04-16 21:23:46.726 | cfg_attr[section, attr, 0] = value 2025-04-16 21:23:46.726 | cfg_attr_count[section, attr] = 1 2025-04-16 21:23:46.726 | } else { 2025-04-16 21:23:46.726 | lno = cfg_attr_count[section, attr]++ 2025-04-16 21:23:46.726 | cfg_attr[section, attr, lno] = value 2025-04-16 21:23:46.726 | } 2025-04-16 21:23:46.726 | } 2025-04-16 21:23:46.726 | END { 2025-04-16 21:23:46.726 | # Process each section in order 2025-04-16 21:23:46.726 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 21:23:46.726 | section = cfg_section[sno] 2025-04-16 21:23:46.726 | # The ini routines simply append a config item immediately 2025-04-16 21:23:46.726 | # after the section header. To keep the same order as defined 2025-04-16 21:23:46.726 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 21:23:46.726 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 21:23:46.726 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 21:23:46.726 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 21:23:46.726 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 21:23:46.726 | else { 2025-04-16 21:23:46.726 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 21:23:46.726 | count = cfg_attr_count[section, attr] 2025-04-16 21:23:46.726 | print "inidelete " configfile " " section " " attr 2025-04-16 21:23:46.726 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 21:23:46.726 | for (l = count -2; l >= 0; l--) 2025-04-16 21:23:46.726 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 21:23:46.726 | } 2025-04-16 21:23:46.726 | } 2025-04-16 21:23:46.726 | } 2025-04-16 21:23:46.726 | } 2025-04-16 21:23:46.726 | ' 2025-04-16 21:23:46.726 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.727 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:23:46.728 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 21:23:46.729 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 21:23:46.731 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 21:23:46.733 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:23:46.735 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 21:23:46.737 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 21:23:46.737 | BEGIN { group = "" } 2025-04-16 21:23:46.737 | /^\[\[.+\|.*\]\]/ { 2025-04-16 21:23:46.737 | gsub("[][]", "", $1); 2025-04-16 21:23:46.737 | split($1, a, "|"); 2025-04-16 21:23:46.737 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 21:23:46.737 | group=a[1] 2025-04-16 21:23:46.737 | } else { 2025-04-16 21:23:46.737 | group="" 2025-04-16 21:23:46.737 | } 2025-04-16 21:23:46.737 | next 2025-04-16 21:23:46.737 | } 2025-04-16 21:23:46.737 | { 2025-04-16 21:23:46.737 | if (group != "") 2025-04-16 21:23:46.737 | print $0 2025-04-16 21:23:46.737 | } 2025-04-16 21:23:46.737 | ' /opt/stack/devstack/local.conf 2025-04-16 21:23:46.742 | + 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"' 2025-04-16 21:23:46.744 | ++ 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' 2025-04-16 21:23:46.767 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.769 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-16 21:23:46.771 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 21:23:46.795 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.797 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-16 21:23:46.799 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-16 21:23:46.823 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:23:46.825 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-16 21:23:46.839 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:46.841 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 21:23:46.844 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-16 21:23:46.858 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:46.860 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 21:23:46.886 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-16 21:23:46.922 | [3500 Async configure_neutron_nova:51392]: Waiting for completion of configure_neutron_nova running on PID 51392 (2 other jobs running) 2025-04-16 21:23:46.939 | [3500 Async configure_neutron_nova:51392]: Signaling child to exit 2025-04-16 21:23:46.939 | WAKEUP 2025-04-16 21:23:46.955 | [3500 Async configure_neutron_nova:51392]: Signaled 2025-04-16 21:23:46.956 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-16 21:23:46.956 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-16 21:23:46.956 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 21:23:46.956 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-16 21:23:46.956 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-16 21:23:46.956 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-16 21:23:46.987 | [3500 Async configure_neutron_nova:51392]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-16 21:23:46.990 | + inc/async:async_wait:197 : return 0 2025-04-16 21:23:46.992 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-16 21:23:47.006 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:47.008 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 21:23:47.034 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 21:23:47.060 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-16 21:23:47.073 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:47.075 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-16 21:23:47.077 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:23:47.079 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-16 21:23:47.082 | + stack.sh:main:1301 : start_nova_api 2025-04-16 21:23:47.084 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-16 21:23:47.086 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-16 21:23:47.088 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-16 21:23:47.090 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-16 21:23:47.103 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:47.105 | + lib/nova:start_nova_api:987 : local old_path=/opt/stack/data/venv/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 2025-04-16 21:23:47.107 | + lib/nova:start_nova_api:988 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 21:23:47.109 | + lib/nova:start_nova_api:988 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 21:23:47.111 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-16 21:23:47.114 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-16 21:23:47.117 | + lib/nova:start_nova_api:998 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 21:23:47.119 | + functions-common:run_process:1654 : local service=n-api 2025-04-16 21:23:47.121 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 21:23:47.123 | + functions-common:run_process:1656 : local group= 2025-04-16 21:23:47.125 | + functions-common:run_process:1657 : local user= 2025-04-16 21:23:47.127 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:23:47.129 | + functions-common:run_process:1660 : local name=n-api 2025-04-16 21:23:47.131 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:23:47.133 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:23:47.135 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:47.137 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:47.140 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:47.143 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838627141 2025-04-16 21:23:47.145 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-16 21:23:47.157 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:47.159 | + functions-common:run_process:1664 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2025-04-16 21:23:47.161 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-16 21:23:47.163 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 21:23:47.165 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 21:23:47.167 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 21:23:47.169 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 21:23:47.171 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-16 21:23:47.173 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-16 21:23:47.175 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-16 21:23:47.177 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:23:47.179 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:23:47.181 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:23:47.183 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:23:47.185 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 21:23:47.187 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:47.189 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:23:47.191 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 21:23:47.193 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-16 21:23:47.194 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:23:47.196 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 21:23:47.198 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 21:23:47.200 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 21:23:47.201 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-16 21:23:47.203 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 21:23:47.206 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2025-04-16 21:23:47.254 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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"' 2025-04-16 21:23:47.302 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-04-16 21:23:47.342 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-16 21:23:47.384 | + functions-common:write_uwsgi_user_unit_file:1562 : 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 --venv /opt/stack/data/venv' 2025-04-16 21:23:47.425 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:23:47.465 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-16 21:23:47.505 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-16 21:23:47.546 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-16 21:23:47.587 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-16 21:23:47.627 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-16 21:23:47.670 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 21:23:47.672 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 21:23:47.674 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-16 21:23:47.723 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 21:23:47.959 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-16 21:23:47.968 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-16 21:23:48.210 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-16 21:23:48.264 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:23:48.266 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:48.269 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:48.270 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:48.273 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:48.275 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:48.277 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:23:48.279 | + functions-common:time_stop:2407 : start_time=1744838627141 2025-04-16 21:23:48.281 | + functions-common:time_stop:2409 : [[ -z 1744838627141 ]] 2025-04-16 21:23:48.284 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:48.287 | + functions-common:time_stop:2412 : end_time=1744838628285 2025-04-16 21:23:48.289 | + functions-common:time_stop:2413 : elapsed_time=1144 2025-04-16 21:23:48.291 | + functions-common:time_stop:2414 : total=1261 2025-04-16 21:23:48.293 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:48.295 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2405 2025-04-16 21:23:48.297 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-16 21:23:48.299 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-16 21:23:48.299 | Waiting for nova-api to start... 2025-04-16 21:23:48.301 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-16 21:23:48.303 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 21:23:48.305 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-16 21:23:48.307 | + functions:wait_for_service:470 : local rval=0 2025-04-16 21:23:48.309 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 21:23:48.311 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 21:23:48.313 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:48.315 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:48.319 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:48.322 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838628319 2025-04-16 21:23:48.324 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 21:23:48.327 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-16 21:23:50.984 | + :: : [[ 200 == 503 ]] 2025-04-16 21:23:50.985 | + :: : [[ 0 -eq 7 ]] 2025-04-16 21:23:50.988 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 21:23:50.990 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:50.992 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:50.994 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:50.996 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:50.999 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:51.001 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 21:23:51.003 | + functions-common:time_stop:2407 : start_time=1744838628319 2025-04-16 21:23:51.005 | + functions-common:time_stop:2409 : [[ -z 1744838628319 ]] 2025-04-16 21:23:51.008 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:51.011 | + functions-common:time_stop:2412 : end_time=1744838631009 2025-04-16 21:23:51.013 | + functions-common:time_stop:2413 : elapsed_time=2690 2025-04-16 21:23:51.015 | + functions-common:time_stop:2414 : total=2289 2025-04-16 21:23:51.017 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:51.019 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4979 2025-04-16 21:23:51.021 | + functions:wait_for_service:478 : return 0 2025-04-16 21:23:51.024 | + lib/nova:start_nova_api:1007 : export PATH=/opt/stack/data/venv/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 2025-04-16 21:23:51.026 | + lib/nova:start_nova_api:1007 : PATH=/opt/stack/data/venv/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 2025-04-16 21:23:51.028 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-16 21:23:51.042 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:51.044 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-16 21:23:51.058 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:51.060 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-16 21:23:51.073 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:51.076 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-16 21:23:51.078 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:23:51.079 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-16 21:23:51.082 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-16 21:23:51.084 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-16 21:23:51.086 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-16 21:23:51.111 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-16 21:23:51.113 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-16 21:23:51.115 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-16 21:23:51.117 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-16 21:23:51.142 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-16 21:23:51.168 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-16 21:23:51.170 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-16 21:23:51.172 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-16 21:23:51.174 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-16 21:23:51.176 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-16 21:23:51.179 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-16 21:23:51.181 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 21:23:51.183 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 21:23:51.186 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-16 21:23:51.188 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-16 21:23:51.190 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-16 21:23:51.192 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-16 21:23:51.194 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.196 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.199 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.201 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-16 21:23:51.203 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.205 | + lib/neutron:start_neutron_service_and_check:605 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.207 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-16 21:23:51.220 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:51.222 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-16 21:23:51.225 | + lib/neutron:start_neutron_service_and_check:619 : run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.227 | + functions-common:run_process:1654 : local service=q-svc 2025-04-16 21:23:51.229 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.230 | + functions-common:run_process:1656 : local group= 2025-04-16 21:23:51.233 | + functions-common:run_process:1657 : local user= 2025-04-16 21:23:51.234 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:23:51.236 | + functions-common:run_process:1660 : local name=q-svc 2025-04-16 21:23:51.239 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:23:51.241 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:23:51.243 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:51.245 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:51.247 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:51.251 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838631249 2025-04-16 21:23:51.253 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-16 21:23:51.266 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:51.268 | + functions-common:run_process:1664 : _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-16 21:23:51.270 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-16 21:23:51.272 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.274 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.276 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.278 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.280 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-16 21:23:51.282 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-16 21:23:51.285 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-16 21:23:51.287 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:23:51.289 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:23:51.291 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:23:51.293 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:23:51.295 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-16 21:23:51.297 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-16 21:23:51.299 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-16 21:23:51.301 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.303 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 21:23:51.305 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 21:23:51.306 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 21:23:51.308 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 21:23:51.310 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 21:23:51.312 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-16 21:23:51.314 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 21:23:51.317 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-04-16 21:23:51.367 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:23:51.415 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-16 21:23:51.455 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:51.495 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-16 21:23:51.537 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-16 21:23:51.577 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:23:51.619 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 21:23:51.620 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 21:23:51.622 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-16 21:23:51.670 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 21:23:51.906 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-16 21:23:51.915 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-16 21:23:52.152 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-16 21:23:52.177 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:23:52.179 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:52.181 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:52.183 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:52.185 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:52.187 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:52.189 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:23:52.191 | + functions-common:time_stop:2407 : start_time=1744838631249 2025-04-16 21:23:52.192 | + functions-common:time_stop:2409 : [[ -z 1744838631249 ]] 2025-04-16 21:23:52.195 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:52.198 | + functions-common:time_stop:2412 : end_time=1744838632196 2025-04-16 21:23:52.200 | + functions-common:time_stop:2413 : elapsed_time=947 2025-04-16 21:23:52.202 | + functions-common:time_stop:2414 : total=2405 2025-04-16 21:23:52.204 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:52.206 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3352 2025-04-16 21:23:52.208 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 21:23:52.210 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-16 21:23:52.223 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:23:52.225 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-16 21:23:52.227 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 21:23:52.229 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-16 21:23:52.229 | Waiting for Neutron to start... 2025-04-16 21:23:52.231 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 21:23:52.233 | + lib/neutron:start_neutron_service_and_check:632 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2025-04-16 21:23:52.235 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 21:23:52.237 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-16 21:23:52.239 | + functions-common:test_with_retry:2340 : local until=60 2025-04-16 21:23:52.241 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 21:23:52.243 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 21:23:52.245 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 21:23:52.247 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:52.249 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:52.252 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:52.255 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838632253 2025-04-16 21:23:52.257 | + functions-common:test_with_retry:2344 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2025-04-16 21:23:55.295 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 21:23:55.298 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:55.300 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:55.302 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:55.304 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:55.307 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:55.309 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 21:23:55.311 | + functions-common:time_stop:2407 : start_time=1744838632253 2025-04-16 21:23:55.313 | + functions-common:time_stop:2409 : [[ -z 1744838632253 ]] 2025-04-16 21:23:55.316 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:55.319 | + functions-common:time_stop:2412 : end_time=1744838635317 2025-04-16 21:23:55.321 | + functions-common:time_stop:2413 : elapsed_time=3064 2025-04-16 21:23:55.323 | + functions-common:time_stop:2414 : total=0 2025-04-16 21:23:55.325 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:55.327 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3064 2025-04-16 21:23:55.330 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-16 21:23:55.344 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:55.346 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-16 21:23:55.348 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:23:55.350 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-16 21:23:55.352 | + stack.sh:main:1322 : start_placement 2025-04-16 21:23:55.354 | + lib/placement:start_placement:173 : start_placement_api 2025-04-16 21:23:55.356 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 21:23:55.359 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-16 21:23:55.362 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 21:23:55.364 | + functions-common:run_process:1654 : local service=placement-api 2025-04-16 21:23:55.366 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 21:23:55.368 | + functions-common:run_process:1656 : local group= 2025-04-16 21:23:55.370 | + functions-common:run_process:1657 : local user= 2025-04-16 21:23:55.372 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:23:55.374 | + functions-common:run_process:1660 : local name=placement-api 2025-04-16 21:23:55.376 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:23:55.378 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:23:55.380 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:55.382 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:55.385 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:55.388 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838635386 2025-04-16 21:23:55.390 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-16 21:23:55.403 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:55.405 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-16 21:23:55.407 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-16 21:23:55.409 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 21:23:55.411 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 21:23:55.413 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 21:23:55.415 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 21:23:55.417 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-16 21:23:55.419 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-16 21:23:55.421 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-16 21:23:55.423 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:23:55.425 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:23:55.427 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:23:55.429 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:23:55.431 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-16 21:23:55.433 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 21:23:55.435 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:23:55.437 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 21:23:55.439 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-16 21:23:55.441 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:23:55.443 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 21:23:55.444 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 21:23:55.446 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 21:23:55.448 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-16 21:23:55.450 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 21:23:55.453 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2025-04-16 21:23:55.501 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:23:55.550 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-04-16 21:23:55.591 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-16 21:23:55.631 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:23:55.671 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:23:55.711 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-16 21:23:55.752 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-16 21:23:55.792 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-16 21:23:55.834 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-16 21:23:55.875 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-16 21:23:55.915 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 21:23:55.917 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 21:23:55.919 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-16 21:23:55.966 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 21:23:56.210 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-16 21:23:56.220 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-16 21:23:56.467 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-16 21:23:56.519 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:23:56.521 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:56.523 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:56.525 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:56.527 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:56.530 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:56.532 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:23:56.533 | + functions-common:time_stop:2407 : start_time=1744838635386 2025-04-16 21:23:56.536 | + functions-common:time_stop:2409 : [[ -z 1744838635386 ]] 2025-04-16 21:23:56.539 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:56.542 | + functions-common:time_stop:2412 : end_time=1744838636539 2025-04-16 21:23:56.544 | + functions-common:time_stop:2413 : elapsed_time=1153 2025-04-16 21:23:56.546 | + functions-common:time_stop:2414 : total=3352 2025-04-16 21:23:56.548 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:56.550 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4505 2025-04-16 21:23:56.552 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-16 21:23:56.552 | Waiting for placement-api to start... 2025-04-16 21:23:56.554 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-16 21:23:56.556 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 21:23:56.558 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-16 21:23:56.560 | + functions:wait_for_service:470 : local rval=0 2025-04-16 21:23:56.562 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 21:23:56.564 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 21:23:56.566 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:56.568 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:56.571 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:56.575 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838636572 2025-04-16 21:23:56.577 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 21:23:56.580 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-16 21:23:57.728 | + :: : [[ 200 == 503 ]] 2025-04-16 21:23:57.729 | + :: : [[ 0 -eq 7 ]] 2025-04-16 21:23:57.732 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 21:23:57.734 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:57.736 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:57.738 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:57.740 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:57.741 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:57.743 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 21:23:57.745 | + functions-common:time_stop:2407 : start_time=1744838636572 2025-04-16 21:23:57.747 | + functions-common:time_stop:2409 : [[ -z 1744838636572 ]] 2025-04-16 21:23:57.750 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:57.753 | + functions-common:time_stop:2412 : end_time=1744838637751 2025-04-16 21:23:57.755 | + functions-common:time_stop:2413 : elapsed_time=1179 2025-04-16 21:23:57.757 | + functions-common:time_stop:2414 : total=4979 2025-04-16 21:23:57.759 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:57.762 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6158 2025-04-16 21:23:57.764 | + functions:wait_for_service:478 : return 0 2025-04-16 21:23:57.769 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-16 21:23:57.783 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:57.786 | + stack.sh:main:1326 : start_neutron 2025-04-16 21:23:57.787 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-16 21:23:57.789 | + lib/neutron:start_l2_agent:643 : run_process q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:57.791 | + functions-common:run_process:1654 : local service=q-agt 2025-04-16 21:23:57.794 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:57.796 | + functions-common:run_process:1656 : local group= 2025-04-16 21:23:57.798 | + functions-common:run_process:1657 : local user= 2025-04-16 21:23:57.800 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:23:57.802 | + functions-common:run_process:1660 : local name=q-agt 2025-04-16 21:23:57.804 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:23:57.806 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:23:57.808 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:57.810 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:57.813 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:57.816 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838637814 2025-04-16 21:23:57.818 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-16 21:23:57.832 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:57.834 | + functions-common:run_process:1664 : _run_under_systemd q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-16 21:23:57.836 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-16 21:23:57.838 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:57.840 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:57.842 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:57.844 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:57.846 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-16 21:23:57.848 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-16 21:23:57.850 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-16 21:23:57.852 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:23:57.854 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:23:57.856 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:23:57.858 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:23:57.860 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-16 21:23:57.862 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-agt.service '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-16 21:23:57.864 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-16 21:23:57.866 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:57.868 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 21:23:57.870 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 21:23:57.871 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 21:23:57.873 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 21:23:57.875 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 21:23:57.877 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-16 21:23:57.879 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 21:23:57.882 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-04-16 21:23:57.930 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:23:57.978 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-16 21:23:58.018 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 21:23:58.060 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-16 21:23:58.100 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-16 21:23:58.142 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:23:58.184 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 21:23:58.186 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 21:23:58.188 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-16 21:23:58.237 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 21:23:58.488 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-16 21:23:58.497 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-16 21:23:58.730 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-16 21:23:58.757 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:23:58.759 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:58.761 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:58.763 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:58.765 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:58.767 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:58.769 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:23:58.771 | + functions-common:time_stop:2407 : start_time=1744838637814 2025-04-16 21:23:58.773 | + functions-common:time_stop:2409 : [[ -z 1744838637814 ]] 2025-04-16 21:23:58.776 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:58.779 | + functions-common:time_stop:2412 : end_time=1744838638777 2025-04-16 21:23:58.781 | + functions-common:time_stop:2413 : elapsed_time=963 2025-04-16 21:23:58.783 | + functions-common:time_stop:2414 : total=4505 2025-04-16 21:23:58.784 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:58.787 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5468 2025-04-16 21:23:58.789 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-16 21:23:58.791 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 21:23:58.793 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 21:23:58.795 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-16 21:23:58.797 | + lib/neutron:start_other_agents:661 : run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 21:23:58.799 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-16 21:23:58.802 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 21:23:58.804 | + functions-common:run_process:1656 : local group= 2025-04-16 21:23:58.806 | + functions-common:run_process:1657 : local user= 2025-04-16 21:23:58.808 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:23:58.810 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-16 21:23:58.812 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:23:58.814 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:23:58.816 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:58.818 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:58.820 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:58.824 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838638822 2025-04-16 21:23:58.826 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-16 21:23:58.840 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:58.842 | + functions-common:run_process:1664 : _run_under_systemd q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2025-04-16 21:23:58.844 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-16 21:23:58.846 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 21:23:58.848 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 21:23:58.850 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 21:23:58.852 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 21:23:58.854 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2025-04-16 21:23:58.856 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2025-04-16 21:23:58.858 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-16 21:23:58.860 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:23:58.862 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:23:58.864 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:23:58.866 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:23:58.868 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2025-04-16 21:23:58.870 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-dhcp.service '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2025-04-16 21:23:58.872 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-16 21:23:58.874 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 21:23:58.876 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 21:23:58.878 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 21:23:58.880 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 21:23:58.882 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 21:23:58.884 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 21:23:58.886 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-16 21:23:58.888 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 21:23:58.891 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-04-16 21:23:58.941 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:23:58.990 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-16 21:23:59.032 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 21:23:59.077 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-16 21:23:59.119 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-16 21:23:59.161 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:23:59.204 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 21:23:59.206 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 21:23:59.208 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-16 21:23:59.261 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 21:23:59.510 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-16 21:23:59.519 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-16 21:23:59.752 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-16 21:23:59.785 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:23:59.787 | + functions-common:time_stop:2400 : local name 2025-04-16 21:23:59.789 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:23:59.792 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:23:59.793 | + functions-common:time_stop:2403 : local total 2025-04-16 21:23:59.795 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:23:59.798 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:23:59.800 | + functions-common:time_stop:2407 : start_time=1744838638822 2025-04-16 21:23:59.802 | + functions-common:time_stop:2409 : [[ -z 1744838638822 ]] 2025-04-16 21:23:59.805 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:23:59.808 | + functions-common:time_stop:2412 : end_time=1744838639805 2025-04-16 21:23:59.810 | + functions-common:time_stop:2413 : elapsed_time=983 2025-04-16 21:23:59.812 | + functions-common:time_stop:2414 : total=5468 2025-04-16 21:23:59.814 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:23:59.816 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6451 2025-04-16 21:23:59.819 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-16 21:23:59.821 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 21:23:59.823 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 21:23:59.825 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-16 21:23:59.828 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.830 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.832 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.834 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-16 21:23:59.836 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.838 | + lib/neutron:start_other_agents:663 : run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.840 | + functions-common:run_process:1654 : local service=q-l3 2025-04-16 21:23:59.842 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.844 | + functions-common:run_process:1656 : local group= 2025-04-16 21:23:59.846 | + functions-common:run_process:1657 : local user= 2025-04-16 21:23:59.848 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:23:59.850 | + functions-common:run_process:1660 : local name=q-l3 2025-04-16 21:23:59.852 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:23:59.854 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:23:59.856 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:23:59.858 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:23:59.861 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:23:59.864 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838639862 2025-04-16 21:23:59.866 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-16 21:23:59.880 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:23:59.882 | + functions-common:run_process:1664 : _run_under_systemd q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2025-04-16 21:23:59.884 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-16 21:23:59.886 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.887 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.890 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.892 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.894 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2025-04-16 21:23:59.896 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2025-04-16 21:23:59.898 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-16 21:23:59.900 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:23:59.902 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:23:59.904 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:23:59.906 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:23:59.908 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2025-04-16 21:23:59.910 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-l3.service '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2025-04-16 21:23:59.912 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-16 21:23:59.914 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:23:59.916 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 21:23:59.918 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 21:23:59.920 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 21:23:59.922 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 21:23:59.924 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 21:23:59.926 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-16 21:23:59.928 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 21:23:59.931 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-04-16 21:23:59.981 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:24:00.033 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-16 21:24:00.075 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 21:24:00.118 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-16 21:24:00.160 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-16 21:24:00.201 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:24:00.245 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 21:24:00.247 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 21:24:00.249 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-16 21:24:00.303 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 21:24:00.554 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-16 21:24:00.564 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-16 21:24:00.807 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-16 21:24:00.830 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:00.833 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:00.835 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:00.837 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:00.839 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:00.841 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:00.843 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:00.845 | + functions-common:time_stop:2407 : start_time=1744838639862 2025-04-16 21:24:00.847 | + functions-common:time_stop:2409 : [[ -z 1744838639862 ]] 2025-04-16 21:24:00.850 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:00.854 | + functions-common:time_stop:2412 : end_time=1744838640851 2025-04-16 21:24:00.856 | + functions-common:time_stop:2413 : elapsed_time=989 2025-04-16 21:24:00.858 | + functions-common:time_stop:2414 : total=6451 2025-04-16 21:24:00.860 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:00.862 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7440 2025-04-16 21:24:00.864 | + lib/neutron:start_other_agents:665 : run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 21:24:00.866 | + functions-common:run_process:1654 : local service=q-meta 2025-04-16 21:24:00.868 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 21:24:00.870 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:00.872 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:00.874 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:00.876 | + functions-common:run_process:1660 : local name=q-meta 2025-04-16 21:24:00.878 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:00.881 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:00.883 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:00.885 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:00.887 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:00.890 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838640888 2025-04-16 21:24:00.892 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-16 21:24:00.906 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:00.908 | + functions-common:run_process:1664 : _run_under_systemd q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2025-04-16 21:24:00.910 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-16 21:24:00.912 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 21:24:00.914 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 21:24:00.916 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 21:24:00.919 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 21:24:00.921 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2025-04-16 21:24:00.923 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2025-04-16 21:24:00.925 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-16 21:24:00.927 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:24:00.929 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:24:00.931 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:24:00.933 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:24:00.935 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2025-04-16 21:24:00.937 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-meta.service '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2025-04-16 21:24:00.939 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-16 21:24:00.941 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 21:24:00.943 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 21:24:00.945 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 21:24:00.947 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 21:24:00.949 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 21:24:00.951 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 21:24:00.953 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-16 21:24:00.955 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 21:24:00.958 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-04-16 21:24:01.010 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:24:01.060 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-16 21:24:01.103 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 21:24:01.145 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-16 21:24:01.187 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-16 21:24:01.229 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:24:01.271 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 21:24:01.274 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 21:24:01.276 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-16 21:24:01.328 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 21:24:01.585 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-16 21:24:01.595 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-16 21:24:01.830 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-16 21:24:01.854 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:01.856 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:01.858 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:01.860 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:01.862 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:01.864 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:01.866 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:01.868 | + functions-common:time_stop:2407 : start_time=1744838640888 2025-04-16 21:24:01.870 | + functions-common:time_stop:2409 : [[ -z 1744838640888 ]] 2025-04-16 21:24:01.873 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:01.876 | + functions-common:time_stop:2412 : end_time=1744838641874 2025-04-16 21:24:01.878 | + functions-common:time_stop:2413 : elapsed_time=986 2025-04-16 21:24:01.880 | + functions-common:time_stop:2414 : total=7440 2025-04-16 21:24:01.882 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:01.884 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8426 2025-04-16 21:24:01.886 | + lib/neutron:start_other_agents:666 : run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-16 21:24:01.888 | + functions-common:run_process:1654 : local service=q-metering 2025-04-16 21:24:01.890 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-16 21:24:01.892 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:01.894 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:01.895 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:01.897 | + functions-common:run_process:1660 : local name=q-metering 2025-04-16 21:24:01.899 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:01.902 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:01.904 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:01.906 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:01.908 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:01.912 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838641909 2025-04-16 21:24:01.914 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-16 21:24:01.927 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:01.929 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:01.931 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:01.933 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:01.935 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:01.937 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:01.939 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:01.941 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:01.943 | + functions-common:time_stop:2407 : start_time=1744838641909 2025-04-16 21:24:01.945 | + functions-common:time_stop:2409 : [[ -z 1744838641909 ]] 2025-04-16 21:24:01.948 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:01.951 | + functions-common:time_stop:2412 : end_time=1744838641948 2025-04-16 21:24:01.953 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-16 21:24:01.955 | + functions-common:time_stop:2414 : total=8426 2025-04-16 21:24:01.957 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:01.959 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8465 2025-04-16 21:24:01.961 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-16 21:24:01.975 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:01.977 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-16 21:24:01.979 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-16 21:24:01.981 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:24:01.983 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-16 21:24:01.985 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-16 21:24:01.988 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-16 21:24:01.989 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-16 21:24:01.991 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-16 21:24:01.994 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 21:24:01.997 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 21:24:03.468 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:03.471 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 21:24:03.471 | address-scope 2025-04-16 21:24:03.471 | router-admin-state-down-before-update 2025-04-16 21:24:03.471 | agent 2025-04-16 21:24:03.471 | agent-resources-synced 2025-04-16 21:24:03.471 | allowed-address-pairs 2025-04-16 21:24:03.471 | auto-allocated-topology 2025-04-16 21:24:03.471 | availability_zone 2025-04-16 21:24:03.471 | availability_zone_filter 2025-04-16 21:24:03.471 | default-subnetpools 2025-04-16 21:24:03.471 | dhcp_agent_scheduler 2025-04-16 21:24:03.471 | dvr 2025-04-16 21:24:03.471 | empty-string-filtering 2025-04-16 21:24:03.471 | external-net 2025-04-16 21:24:03.471 | extra_dhcp_opt 2025-04-16 21:24:03.471 | extraroute 2025-04-16 21:24:03.471 | extraroute-atomic 2025-04-16 21:24:03.471 | filter-validation 2025-04-16 21:24:03.471 | floating-ip-port-forwarding-detail 2025-04-16 21:24:03.471 | fip-port-details 2025-04-16 21:24:03.471 | flavors 2025-04-16 21:24:03.471 | floatingip-pools 2025-04-16 21:24:03.471 | ip-substring-filtering 2025-04-16 21:24:03.471 | router 2025-04-16 21:24:03.471 | ext-gw-mode 2025-04-16 21:24:03.471 | l3-ha 2025-04-16 21:24:03.471 | l3-flavors 2025-04-16 21:24:03.471 | l3-port-ip-change-not-allowed 2025-04-16 21:24:03.471 | l3_agent_scheduler 2025-04-16 21:24:03.471 | multi-provider 2025-04-16 21:24:03.471 | net-mtu 2025-04-16 21:24:03.471 | net-mtu-writable 2025-04-16 21:24:03.471 | network_availability_zone 2025-04-16 21:24:03.471 | network_ha 2025-04-16 21:24:03.471 | network-ip-availability 2025-04-16 21:24:03.471 | pagination 2025-04-16 21:24:03.471 | port-device-profile 2025-04-16 21:24:03.471 | port-mac-override 2025-04-16 21:24:03.471 | port-mac-address-regenerate 2025-04-16 21:24:03.471 | port-numa-affinity-policy 2025-04-16 21:24:03.471 | binding 2025-04-16 21:24:03.471 | binding-extended 2025-04-16 21:24:03.471 | port-security 2025-04-16 21:24:03.471 | project-id 2025-04-16 21:24:03.471 | provider 2025-04-16 21:24:03.471 | quota-check-limit 2025-04-16 21:24:03.471 | quotas 2025-04-16 21:24:03.471 | quota_details 2025-04-16 21:24:03.471 | rbac-policies 2025-04-16 21:24:03.472 | rbac-address-group 2025-04-16 21:24:03.472 | rbac-address-scope 2025-04-16 21:24:03.472 | rbac-security-groups 2025-04-16 21:24:03.472 | rbac-subnetpool 2025-04-16 21:24:03.472 | revision-if-match 2025-04-16 21:24:03.472 | standard-attr-revisions 2025-04-16 21:24:03.472 | router_availability_zone 2025-04-16 21:24:03.472 | security-groups-default-rules 2025-04-16 21:24:03.472 | security-groups-normalized-cidr 2025-04-16 21:24:03.472 | port-security-groups-filtering 2025-04-16 21:24:03.472 | security-groups-remote-address-group 2025-04-16 21:24:03.472 | security-groups-shared-filtering 2025-04-16 21:24:03.472 | security-group 2025-04-16 21:24:03.472 | service-type 2025-04-16 21:24:03.472 | sorting 2025-04-16 21:24:03.472 | standard-attr-description 2025-04-16 21:24:03.472 | stateful-security-group 2025-04-16 21:24:03.472 | subnet_onboard 2025-04-16 21:24:03.472 | subnet-service-types 2025-04-16 21:24:03.472 | subnet_allocation 2025-04-16 21:24:03.472 | subnetpool-prefix-ops 2025-04-16 21:24:03.472 | standard-attr-tag 2025-04-16 21:24:03.472 | standard-attr-timestamp 2025-04-16 21:24:03.472 | nsxt-ops' 2025-04-16 21:24:03.473 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 21:24:03.473 | address-scope 2025-04-16 21:24:03.473 | router-admin-state-down-before-update 2025-04-16 21:24:03.473 | agent 2025-04-16 21:24:03.473 | agent-resources-synced 2025-04-16 21:24:03.473 | allowed-address-pairs 2025-04-16 21:24:03.473 | auto-allocated-topology 2025-04-16 21:24:03.473 | availability_zone 2025-04-16 21:24:03.473 | availability_zone_filter 2025-04-16 21:24:03.473 | default-subnetpools 2025-04-16 21:24:03.473 | dhcp_agent_scheduler 2025-04-16 21:24:03.473 | dvr 2025-04-16 21:24:03.473 | empty-string-filtering 2025-04-16 21:24:03.473 | external-net 2025-04-16 21:24:03.473 | extra_dhcp_opt 2025-04-16 21:24:03.473 | extraroute 2025-04-16 21:24:03.473 | extraroute-atomic 2025-04-16 21:24:03.473 | filter-validation 2025-04-16 21:24:03.473 | floating-ip-port-forwarding-detail 2025-04-16 21:24:03.473 | fip-port-details 2025-04-16 21:24:03.473 | flavors 2025-04-16 21:24:03.473 | floatingip-pools 2025-04-16 21:24:03.473 | ip-substring-filtering 2025-04-16 21:24:03.473 | router 2025-04-16 21:24:03.473 | ext-gw-mode 2025-04-16 21:24:03.473 | l3-ha 2025-04-16 21:24:03.473 | l3-flavors 2025-04-16 21:24:03.473 | l3-port-ip-change-not-allowed 2025-04-16 21:24:03.473 | l3_agent_scheduler 2025-04-16 21:24:03.473 | multi-provider 2025-04-16 21:24:03.473 | net-mtu 2025-04-16 21:24:03.473 | net-mtu-writable 2025-04-16 21:24:03.473 | network_availability_zone 2025-04-16 21:24:03.473 | network_ha 2025-04-16 21:24:03.474 | network-ip-availability 2025-04-16 21:24:03.474 | pagination 2025-04-16 21:24:03.474 | port-device-profile 2025-04-16 21:24:03.474 | port-mac-override 2025-04-16 21:24:03.474 | port-mac-address-regenerate 2025-04-16 21:24:03.474 | port-numa-affinity-policy 2025-04-16 21:24:03.474 | binding 2025-04-16 21:24:03.474 | binding-extended 2025-04-16 21:24:03.474 | port-security 2025-04-16 21:24:03.474 | project-id 2025-04-16 21:24:03.474 | provider 2025-04-16 21:24:03.474 | quota-check-limit 2025-04-16 21:24:03.474 | quotas 2025-04-16 21:24:03.474 | quota_details 2025-04-16 21:24:03.474 | rbac-policies 2025-04-16 21:24:03.474 | rbac-address-group 2025-04-16 21:24:03.474 | rbac-address-scope 2025-04-16 21:24:03.474 | rbac-security-groups 2025-04-16 21:24:03.474 | rbac-subnetpool 2025-04-16 21:24:03.474 | revision-if-match 2025-04-16 21:24:03.474 | standard-attr-revisions 2025-04-16 21:24:03.474 | router_availability_zone 2025-04-16 21:24:03.474 | security-groups-default-rules 2025-04-16 21:24:03.474 | security-groups-normalized-cidr 2025-04-16 21:24:03.474 | port-security-groups-filtering 2025-04-16 21:24:03.474 | security-groups-remote-address-group 2025-04-16 21:24:03.474 | security-groups-shared-filtering 2025-04-16 21:24:03.474 | security-group 2025-04-16 21:24:03.474 | service-type 2025-04-16 21:24:03.474 | sorting 2025-04-16 21:24:03.474 | standard-attr-description 2025-04-16 21:24:03.474 | stateful-security-group 2025-04-16 21:24:03.474 | subnet_onboard 2025-04-16 21:24:03.474 | subnet-service-types 2025-04-16 21:24:03.474 | subnet_allocation 2025-04-16 21:24:03.474 | subnetpool-prefix-ops 2025-04-16 21:24:03.474 | standard-attr-tag 2025-04-16 21:24:03.474 | standard-attr-timestamp 2025-04-16 21:24:03.474 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 21:24:03.475 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 21:24:03.478 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-16 21:24:03.480 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-16 21:24:03.482 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2025-04-16 21:24:04.716 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:04.719 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=0be5dd22-382e-4f3d-9f90-39c9e53cd1b1 2025-04-16 21:24:04.721 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-16 21:24:04.723 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-16 21:24:04.725 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 21:24:04.727 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 21:24:04.730 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2025-04-16 21:24:06.382 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:06.385 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=5540ea91-dad2-4e6c-a19a-e77b1e0c58fa 2025-04-16 21:24:06.387 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2025-04-16 21:24:06.389 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 21:24:06.403 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-16 21:24:06.406 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-16 21:24:06.408 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 0be5dd22-382e-4f3d-9f90-39c9e53cd1b1 ']' 2025-04-16 21:24:06.410 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-16 21:24:06.412 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-16 21:24:06.414 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 0be5dd22-382e-4f3d-9f90-39c9e53cd1b1 ' 2025-04-16 21:24:06.416 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-16 21:24:06.418 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network 5540ea91-dad2-4e6c-a19a-e77b1e0c58fa private-subnet' 2025-04-16 21:24:06.420 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-16 21:24:06.423 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool 0be5dd22-382e-4f3d-9f90-39c9e53cd1b1 --network 5540ea91-dad2-4e6c-a19a-e77b1e0c58fa private-subnet -f value -c id 2025-04-16 21:24:07.901 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:07.903 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=15dd8a07-3f7c-4c25-9f2f-3ee70efe4298 2025-04-16 21:24:07.905 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2025-04-16 21:24:07.907 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 21:24:07.920 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo 15dd8a07-3f7c-4c25-9f2f-3ee70efe4298 2025-04-16 21:24:07.923 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=15dd8a07-3f7c-4c25-9f2f-3ee70efe4298 2025-04-16 21:24:07.925 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-16 21:24:07.927 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-16 21:24:07.928 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-16 21:24:07.931 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 21:24:09.199 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:09.201 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 21:24:09.201 | address-scope 2025-04-16 21:24:09.201 | router-admin-state-down-before-update 2025-04-16 21:24:09.201 | agent 2025-04-16 21:24:09.201 | agent-resources-synced 2025-04-16 21:24:09.201 | allowed-address-pairs 2025-04-16 21:24:09.201 | auto-allocated-topology 2025-04-16 21:24:09.202 | availability_zone 2025-04-16 21:24:09.202 | availability_zone_filter 2025-04-16 21:24:09.202 | default-subnetpools 2025-04-16 21:24:09.202 | dhcp_agent_scheduler 2025-04-16 21:24:09.202 | dvr 2025-04-16 21:24:09.202 | empty-string-filtering 2025-04-16 21:24:09.202 | external-net 2025-04-16 21:24:09.202 | extra_dhcp_opt 2025-04-16 21:24:09.202 | extraroute 2025-04-16 21:24:09.202 | extraroute-atomic 2025-04-16 21:24:09.202 | filter-validation 2025-04-16 21:24:09.202 | floating-ip-port-forwarding-detail 2025-04-16 21:24:09.202 | fip-port-details 2025-04-16 21:24:09.202 | flavors 2025-04-16 21:24:09.202 | floatingip-pools 2025-04-16 21:24:09.202 | ip-substring-filtering 2025-04-16 21:24:09.202 | router 2025-04-16 21:24:09.202 | ext-gw-mode 2025-04-16 21:24:09.202 | l3-ha 2025-04-16 21:24:09.202 | l3-flavors 2025-04-16 21:24:09.202 | l3-port-ip-change-not-allowed 2025-04-16 21:24:09.202 | l3_agent_scheduler 2025-04-16 21:24:09.202 | multi-provider 2025-04-16 21:24:09.202 | net-mtu 2025-04-16 21:24:09.202 | net-mtu-writable 2025-04-16 21:24:09.202 | network_availability_zone 2025-04-16 21:24:09.202 | network_ha 2025-04-16 21:24:09.202 | network-ip-availability 2025-04-16 21:24:09.202 | pagination 2025-04-16 21:24:09.202 | port-device-profile 2025-04-16 21:24:09.202 | port-mac-override 2025-04-16 21:24:09.202 | port-mac-address-regenerate 2025-04-16 21:24:09.202 | port-numa-affinity-policy 2025-04-16 21:24:09.202 | binding 2025-04-16 21:24:09.202 | binding-extended 2025-04-16 21:24:09.202 | port-security 2025-04-16 21:24:09.202 | project-id 2025-04-16 21:24:09.202 | provider 2025-04-16 21:24:09.202 | quota-check-limit 2025-04-16 21:24:09.202 | quotas 2025-04-16 21:24:09.202 | quota_details 2025-04-16 21:24:09.202 | rbac-policies 2025-04-16 21:24:09.202 | rbac-address-group 2025-04-16 21:24:09.202 | rbac-address-scope 2025-04-16 21:24:09.202 | rbac-security-groups 2025-04-16 21:24:09.202 | rbac-subnetpool 2025-04-16 21:24:09.202 | revision-if-match 2025-04-16 21:24:09.202 | standard-attr-revisions 2025-04-16 21:24:09.202 | router_availability_zone 2025-04-16 21:24:09.202 | security-groups-default-rules 2025-04-16 21:24:09.202 | security-groups-normalized-cidr 2025-04-16 21:24:09.202 | port-security-groups-filtering 2025-04-16 21:24:09.202 | security-groups-remote-address-group 2025-04-16 21:24:09.202 | security-groups-shared-filtering 2025-04-16 21:24:09.202 | security-group 2025-04-16 21:24:09.202 | service-type 2025-04-16 21:24:09.202 | sorting 2025-04-16 21:24:09.202 | standard-attr-description 2025-04-16 21:24:09.202 | stateful-security-group 2025-04-16 21:24:09.202 | subnet_onboard 2025-04-16 21:24:09.202 | subnet-service-types 2025-04-16 21:24:09.202 | subnet_allocation 2025-04-16 21:24:09.202 | subnetpool-prefix-ops 2025-04-16 21:24:09.202 | standard-attr-tag 2025-04-16 21:24:09.202 | standard-attr-timestamp 2025-04-16 21:24:09.202 | nsxt-ops' 2025-04-16 21:24:09.205 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 21:24:09.205 | address-scope 2025-04-16 21:24:09.205 | router-admin-state-down-before-update 2025-04-16 21:24:09.205 | agent 2025-04-16 21:24:09.205 | agent-resources-synced 2025-04-16 21:24:09.205 | allowed-address-pairs 2025-04-16 21:24:09.205 | auto-allocated-topology 2025-04-16 21:24:09.205 | availability_zone 2025-04-16 21:24:09.205 | availability_zone_filter 2025-04-16 21:24:09.205 | default-subnetpools 2025-04-16 21:24:09.205 | dhcp_agent_scheduler 2025-04-16 21:24:09.205 | dvr 2025-04-16 21:24:09.205 | empty-string-filtering 2025-04-16 21:24:09.205 | external-net 2025-04-16 21:24:09.205 | extra_dhcp_opt 2025-04-16 21:24:09.205 | extraroute 2025-04-16 21:24:09.205 | extraroute-atomic 2025-04-16 21:24:09.205 | filter-validation 2025-04-16 21:24:09.205 | floating-ip-port-forwarding-detail 2025-04-16 21:24:09.205 | fip-port-details 2025-04-16 21:24:09.205 | flavors 2025-04-16 21:24:09.205 | floatingip-pools 2025-04-16 21:24:09.205 | ip-substring-filtering 2025-04-16 21:24:09.205 | router 2025-04-16 21:24:09.205 | ext-gw-mode 2025-04-16 21:24:09.205 | l3-ha 2025-04-16 21:24:09.205 | l3-flavors 2025-04-16 21:24:09.205 | l3-port-ip-change-not-allowed 2025-04-16 21:24:09.205 | l3_agent_scheduler 2025-04-16 21:24:09.205 | multi-provider 2025-04-16 21:24:09.205 | net-mtu 2025-04-16 21:24:09.205 | net-mtu-writable 2025-04-16 21:24:09.205 | network_availability_zone 2025-04-16 21:24:09.205 | network_ha 2025-04-16 21:24:09.205 | network-ip-availability 2025-04-16 21:24:09.205 | pagination 2025-04-16 21:24:09.205 | port-device-profile 2025-04-16 21:24:09.205 | port-mac-override 2025-04-16 21:24:09.205 | port-mac-address-regenerate 2025-04-16 21:24:09.205 | port-numa-affinity-policy 2025-04-16 21:24:09.205 | binding 2025-04-16 21:24:09.205 | binding-extended 2025-04-16 21:24:09.205 | port-security 2025-04-16 21:24:09.205 | project-id 2025-04-16 21:24:09.205 | provider 2025-04-16 21:24:09.205 | quota-check-limit 2025-04-16 21:24:09.205 | quotas 2025-04-16 21:24:09.205 | quota_details 2025-04-16 21:24:09.205 | rbac-policies 2025-04-16 21:24:09.205 | rbac-address-group 2025-04-16 21:24:09.205 | rbac-address-scope 2025-04-16 21:24:09.205 | rbac-security-groups 2025-04-16 21:24:09.205 | rbac-subnetpool 2025-04-16 21:24:09.205 | revision-if-match 2025-04-16 21:24:09.205 | standard-attr-revisions 2025-04-16 21:24:09.205 | router_availability_zone 2025-04-16 21:24:09.205 | security-groups-default-rules 2025-04-16 21:24:09.205 | security-groups-normalized-cidr 2025-04-16 21:24:09.205 | port-security-groups-filtering 2025-04-16 21:24:09.205 | security-groups-remote-address-group 2025-04-16 21:24:09.205 | security-groups-shared-filtering 2025-04-16 21:24:09.205 | security-group 2025-04-16 21:24:09.205 | service-type 2025-04-16 21:24:09.205 | sorting 2025-04-16 21:24:09.205 | standard-attr-description 2025-04-16 21:24:09.205 | stateful-security-group 2025-04-16 21:24:09.205 | subnet_onboard 2025-04-16 21:24:09.205 | subnet-service-types 2025-04-16 21:24:09.205 | subnet_allocation 2025-04-16 21:24:09.205 | subnetpool-prefix-ops 2025-04-16 21:24:09.205 | standard-attr-tag 2025-04-16 21:24:09.205 | standard-attr-timestamp 2025-04-16 21:24:09.205 | nsxt-ops =~ router ]] 2025-04-16 21:24:09.207 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 21:24:09.208 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-16 21:24:09.211 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 21:24:09.214 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 21:24:10.376 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:10.379 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 21:24:10.379 | address-scope 2025-04-16 21:24:10.379 | router-admin-state-down-before-update 2025-04-16 21:24:10.379 | agent 2025-04-16 21:24:10.379 | agent-resources-synced 2025-04-16 21:24:10.379 | allowed-address-pairs 2025-04-16 21:24:10.379 | auto-allocated-topology 2025-04-16 21:24:10.379 | availability_zone 2025-04-16 21:24:10.379 | availability_zone_filter 2025-04-16 21:24:10.379 | default-subnetpools 2025-04-16 21:24:10.379 | dhcp_agent_scheduler 2025-04-16 21:24:10.379 | dvr 2025-04-16 21:24:10.379 | empty-string-filtering 2025-04-16 21:24:10.379 | external-net 2025-04-16 21:24:10.379 | extra_dhcp_opt 2025-04-16 21:24:10.379 | extraroute 2025-04-16 21:24:10.379 | extraroute-atomic 2025-04-16 21:24:10.379 | filter-validation 2025-04-16 21:24:10.379 | floating-ip-port-forwarding-detail 2025-04-16 21:24:10.379 | fip-port-details 2025-04-16 21:24:10.379 | flavors 2025-04-16 21:24:10.379 | floatingip-pools 2025-04-16 21:24:10.379 | ip-substring-filtering 2025-04-16 21:24:10.379 | router 2025-04-16 21:24:10.379 | ext-gw-mode 2025-04-16 21:24:10.379 | l3-ha 2025-04-16 21:24:10.379 | l3-flavors 2025-04-16 21:24:10.379 | l3-port-ip-change-not-allowed 2025-04-16 21:24:10.379 | l3_agent_scheduler 2025-04-16 21:24:10.379 | multi-provider 2025-04-16 21:24:10.379 | net-mtu 2025-04-16 21:24:10.379 | net-mtu-writable 2025-04-16 21:24:10.379 | network_availability_zone 2025-04-16 21:24:10.379 | network_ha 2025-04-16 21:24:10.379 | network-ip-availability 2025-04-16 21:24:10.379 | pagination 2025-04-16 21:24:10.379 | port-device-profile 2025-04-16 21:24:10.379 | port-mac-override 2025-04-16 21:24:10.379 | port-mac-address-regenerate 2025-04-16 21:24:10.379 | port-numa-affinity-policy 2025-04-16 21:24:10.379 | binding 2025-04-16 21:24:10.379 | binding-extended 2025-04-16 21:24:10.379 | port-security 2025-04-16 21:24:10.379 | project-id 2025-04-16 21:24:10.379 | provider 2025-04-16 21:24:10.379 | quota-check-limit 2025-04-16 21:24:10.379 | quotas 2025-04-16 21:24:10.379 | quota_details 2025-04-16 21:24:10.379 | rbac-policies 2025-04-16 21:24:10.379 | rbac-address-group 2025-04-16 21:24:10.379 | rbac-address-scope 2025-04-16 21:24:10.379 | rbac-security-groups 2025-04-16 21:24:10.379 | rbac-subnetpool 2025-04-16 21:24:10.379 | revision-if-match 2025-04-16 21:24:10.379 | standard-attr-revisions 2025-04-16 21:24:10.379 | router_availability_zone 2025-04-16 21:24:10.379 | security-groups-default-rules 2025-04-16 21:24:10.379 | security-groups-normalized-cidr 2025-04-16 21:24:10.379 | port-security-groups-filtering 2025-04-16 21:24:10.379 | security-groups-remote-address-group 2025-04-16 21:24:10.379 | security-groups-shared-filtering 2025-04-16 21:24:10.379 | security-group 2025-04-16 21:24:10.379 | service-type 2025-04-16 21:24:10.379 | sorting 2025-04-16 21:24:10.379 | standard-attr-description 2025-04-16 21:24:10.379 | stateful-security-group 2025-04-16 21:24:10.379 | subnet_onboard 2025-04-16 21:24:10.379 | subnet-service-types 2025-04-16 21:24:10.379 | subnet_allocation 2025-04-16 21:24:10.379 | subnetpool-prefix-ops 2025-04-16 21:24:10.379 | standard-attr-tag 2025-04-16 21:24:10.379 | standard-attr-timestamp 2025-04-16 21:24:10.379 | nsxt-ops' 2025-04-16 21:24:10.381 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 21:24:10.381 | address-scope 2025-04-16 21:24:10.381 | router-admin-state-down-before-update 2025-04-16 21:24:10.381 | agent 2025-04-16 21:24:10.381 | agent-resources-synced 2025-04-16 21:24:10.381 | allowed-address-pairs 2025-04-16 21:24:10.381 | auto-allocated-topology 2025-04-16 21:24:10.381 | availability_zone 2025-04-16 21:24:10.381 | availability_zone_filter 2025-04-16 21:24:10.381 | default-subnetpools 2025-04-16 21:24:10.381 | dhcp_agent_scheduler 2025-04-16 21:24:10.381 | dvr 2025-04-16 21:24:10.381 | empty-string-filtering 2025-04-16 21:24:10.381 | external-net 2025-04-16 21:24:10.381 | extra_dhcp_opt 2025-04-16 21:24:10.381 | extraroute 2025-04-16 21:24:10.381 | extraroute-atomic 2025-04-16 21:24:10.381 | filter-validation 2025-04-16 21:24:10.381 | floating-ip-port-forwarding-detail 2025-04-16 21:24:10.381 | fip-port-details 2025-04-16 21:24:10.381 | flavors 2025-04-16 21:24:10.381 | floatingip-pools 2025-04-16 21:24:10.381 | ip-substring-filtering 2025-04-16 21:24:10.381 | router 2025-04-16 21:24:10.381 | ext-gw-mode 2025-04-16 21:24:10.381 | l3-ha 2025-04-16 21:24:10.381 | l3-flavors 2025-04-16 21:24:10.381 | l3-port-ip-change-not-allowed 2025-04-16 21:24:10.381 | l3_agent_scheduler 2025-04-16 21:24:10.381 | multi-provider 2025-04-16 21:24:10.381 | net-mtu 2025-04-16 21:24:10.381 | net-mtu-writable 2025-04-16 21:24:10.381 | network_availability_zone 2025-04-16 21:24:10.381 | network_ha 2025-04-16 21:24:10.381 | network-ip-availability 2025-04-16 21:24:10.381 | pagination 2025-04-16 21:24:10.381 | port-device-profile 2025-04-16 21:24:10.381 | port-mac-override 2025-04-16 21:24:10.381 | port-mac-address-regenerate 2025-04-16 21:24:10.381 | port-numa-affinity-policy 2025-04-16 21:24:10.381 | binding 2025-04-16 21:24:10.381 | binding-extended 2025-04-16 21:24:10.381 | port-security 2025-04-16 21:24:10.381 | project-id 2025-04-16 21:24:10.381 | provider 2025-04-16 21:24:10.381 | quota-check-limit 2025-04-16 21:24:10.381 | quotas 2025-04-16 21:24:10.381 | quota_details 2025-04-16 21:24:10.381 | rbac-policies 2025-04-16 21:24:10.381 | rbac-address-group 2025-04-16 21:24:10.381 | rbac-address-scope 2025-04-16 21:24:10.381 | rbac-security-groups 2025-04-16 21:24:10.381 | rbac-subnetpool 2025-04-16 21:24:10.381 | revision-if-match 2025-04-16 21:24:10.381 | standard-attr-revisions 2025-04-16 21:24:10.381 | router_availability_zone 2025-04-16 21:24:10.381 | security-groups-default-rules 2025-04-16 21:24:10.381 | security-groups-normalized-cidr 2025-04-16 21:24:10.381 | port-security-groups-filtering 2025-04-16 21:24:10.381 | security-groups-remote-address-group 2025-04-16 21:24:10.381 | security-groups-shared-filtering 2025-04-16 21:24:10.381 | security-group 2025-04-16 21:24:10.381 | service-type 2025-04-16 21:24:10.381 | sorting 2025-04-16 21:24:10.381 | standard-attr-description 2025-04-16 21:24:10.381 | stateful-security-group 2025-04-16 21:24:10.381 | subnet_onboard 2025-04-16 21:24:10.381 | subnet-service-types 2025-04-16 21:24:10.381 | subnet_allocation 2025-04-16 21:24:10.381 | subnetpool-prefix-ops 2025-04-16 21:24:10.381 | standard-attr-tag 2025-04-16 21:24:10.381 | standard-attr-timestamp 2025-04-16 21:24:10.381 | nsxt-ops =~ external-net ]] 2025-04-16 21:24:10.383 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 21:24:10.385 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-16 21:24:10.388 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2025-04-16 21:24:11.692 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:11.694 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=63184421-5a4e-4944-9e67-3785ed4d4b09 2025-04-16 21:24:11.697 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-16 21:24:11.699 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 21:24:11.713 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-16 21:24:11.715 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-16 21:24:11.717 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 21:24:11.720 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 21:24:12.915 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:12.918 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 21:24:12.918 | address-scope 2025-04-16 21:24:12.918 | router-admin-state-down-before-update 2025-04-16 21:24:12.918 | agent 2025-04-16 21:24:12.918 | agent-resources-synced 2025-04-16 21:24:12.918 | allowed-address-pairs 2025-04-16 21:24:12.918 | auto-allocated-topology 2025-04-16 21:24:12.918 | availability_zone 2025-04-16 21:24:12.918 | availability_zone_filter 2025-04-16 21:24:12.918 | default-subnetpools 2025-04-16 21:24:12.918 | dhcp_agent_scheduler 2025-04-16 21:24:12.918 | dvr 2025-04-16 21:24:12.918 | empty-string-filtering 2025-04-16 21:24:12.918 | external-net 2025-04-16 21:24:12.918 | extra_dhcp_opt 2025-04-16 21:24:12.918 | extraroute 2025-04-16 21:24:12.918 | extraroute-atomic 2025-04-16 21:24:12.918 | filter-validation 2025-04-16 21:24:12.918 | floating-ip-port-forwarding-detail 2025-04-16 21:24:12.918 | fip-port-details 2025-04-16 21:24:12.918 | flavors 2025-04-16 21:24:12.918 | floatingip-pools 2025-04-16 21:24:12.918 | ip-substring-filtering 2025-04-16 21:24:12.918 | router 2025-04-16 21:24:12.918 | ext-gw-mode 2025-04-16 21:24:12.918 | l3-ha 2025-04-16 21:24:12.918 | l3-flavors 2025-04-16 21:24:12.918 | l3-port-ip-change-not-allowed 2025-04-16 21:24:12.918 | l3_agent_scheduler 2025-04-16 21:24:12.918 | multi-provider 2025-04-16 21:24:12.918 | net-mtu 2025-04-16 21:24:12.918 | net-mtu-writable 2025-04-16 21:24:12.918 | network_availability_zone 2025-04-16 21:24:12.918 | network_ha 2025-04-16 21:24:12.918 | network-ip-availability 2025-04-16 21:24:12.918 | pagination 2025-04-16 21:24:12.918 | port-device-profile 2025-04-16 21:24:12.918 | port-mac-override 2025-04-16 21:24:12.918 | port-mac-address-regenerate 2025-04-16 21:24:12.918 | port-numa-affinity-policy 2025-04-16 21:24:12.918 | binding 2025-04-16 21:24:12.918 | binding-extended 2025-04-16 21:24:12.918 | port-security 2025-04-16 21:24:12.918 | project-id 2025-04-16 21:24:12.918 | provider 2025-04-16 21:24:12.918 | quota-check-limit 2025-04-16 21:24:12.918 | quotas 2025-04-16 21:24:12.918 | quota_details 2025-04-16 21:24:12.918 | rbac-policies 2025-04-16 21:24:12.918 | rbac-address-group 2025-04-16 21:24:12.918 | rbac-address-scope 2025-04-16 21:24:12.918 | rbac-security-groups 2025-04-16 21:24:12.918 | rbac-subnetpool 2025-04-16 21:24:12.918 | revision-if-match 2025-04-16 21:24:12.918 | standard-attr-revisions 2025-04-16 21:24:12.919 | router_availability_zone 2025-04-16 21:24:12.919 | security-groups-default-rules 2025-04-16 21:24:12.919 | security-groups-normalized-cidr 2025-04-16 21:24:12.919 | port-security-groups-filtering 2025-04-16 21:24:12.919 | security-groups-remote-address-group 2025-04-16 21:24:12.919 | security-groups-shared-filtering 2025-04-16 21:24:12.919 | security-group 2025-04-16 21:24:12.919 | service-type 2025-04-16 21:24:12.919 | sorting 2025-04-16 21:24:12.919 | standard-attr-description 2025-04-16 21:24:12.919 | stateful-security-group 2025-04-16 21:24:12.919 | subnet_onboard 2025-04-16 21:24:12.919 | subnet-service-types 2025-04-16 21:24:12.919 | subnet_allocation 2025-04-16 21:24:12.919 | subnetpool-prefix-ops 2025-04-16 21:24:12.919 | standard-attr-tag 2025-04-16 21:24:12.919 | standard-attr-timestamp 2025-04-16 21:24:12.919 | nsxt-ops' 2025-04-16 21:24:12.920 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 21:24:12.921 | address-scope 2025-04-16 21:24:12.921 | router-admin-state-down-before-update 2025-04-16 21:24:12.921 | agent 2025-04-16 21:24:12.921 | agent-resources-synced 2025-04-16 21:24:12.921 | allowed-address-pairs 2025-04-16 21:24:12.921 | auto-allocated-topology 2025-04-16 21:24:12.921 | availability_zone 2025-04-16 21:24:12.921 | availability_zone_filter 2025-04-16 21:24:12.921 | default-subnetpools 2025-04-16 21:24:12.921 | dhcp_agent_scheduler 2025-04-16 21:24:12.921 | dvr 2025-04-16 21:24:12.921 | empty-string-filtering 2025-04-16 21:24:12.921 | external-net 2025-04-16 21:24:12.921 | extra_dhcp_opt 2025-04-16 21:24:12.921 | extraroute 2025-04-16 21:24:12.921 | extraroute-atomic 2025-04-16 21:24:12.921 | filter-validation 2025-04-16 21:24:12.921 | floating-ip-port-forwarding-detail 2025-04-16 21:24:12.921 | fip-port-details 2025-04-16 21:24:12.921 | flavors 2025-04-16 21:24:12.921 | floatingip-pools 2025-04-16 21:24:12.921 | ip-substring-filtering 2025-04-16 21:24:12.921 | router 2025-04-16 21:24:12.921 | ext-gw-mode 2025-04-16 21:24:12.921 | l3-ha 2025-04-16 21:24:12.921 | l3-flavors 2025-04-16 21:24:12.921 | l3-port-ip-change-not-allowed 2025-04-16 21:24:12.921 | l3_agent_scheduler 2025-04-16 21:24:12.921 | multi-provider 2025-04-16 21:24:12.921 | net-mtu 2025-04-16 21:24:12.921 | net-mtu-writable 2025-04-16 21:24:12.921 | network_availability_zone 2025-04-16 21:24:12.921 | network_ha 2025-04-16 21:24:12.921 | network-ip-availability 2025-04-16 21:24:12.921 | pagination 2025-04-16 21:24:12.921 | port-device-profile 2025-04-16 21:24:12.921 | port-mac-override 2025-04-16 21:24:12.921 | port-mac-address-regenerate 2025-04-16 21:24:12.921 | port-numa-affinity-policy 2025-04-16 21:24:12.921 | binding 2025-04-16 21:24:12.921 | binding-extended 2025-04-16 21:24:12.921 | port-security 2025-04-16 21:24:12.921 | project-id 2025-04-16 21:24:12.921 | provider 2025-04-16 21:24:12.921 | quota-check-limit 2025-04-16 21:24:12.921 | quotas 2025-04-16 21:24:12.921 | quota_details 2025-04-16 21:24:12.921 | rbac-policies 2025-04-16 21:24:12.921 | rbac-address-group 2025-04-16 21:24:12.921 | rbac-address-scope 2025-04-16 21:24:12.921 | rbac-security-groups 2025-04-16 21:24:12.921 | rbac-subnetpool 2025-04-16 21:24:12.921 | revision-if-match 2025-04-16 21:24:12.921 | standard-attr-revisions 2025-04-16 21:24:12.921 | router_availability_zone 2025-04-16 21:24:12.921 | security-groups-default-rules 2025-04-16 21:24:12.921 | security-groups-normalized-cidr 2025-04-16 21:24:12.921 | port-security-groups-filtering 2025-04-16 21:24:12.921 | security-groups-remote-address-group 2025-04-16 21:24:12.921 | security-groups-shared-filtering 2025-04-16 21:24:12.921 | security-group 2025-04-16 21:24:12.921 | service-type 2025-04-16 21:24:12.921 | sorting 2025-04-16 21:24:12.921 | standard-attr-description 2025-04-16 21:24:12.921 | stateful-security-group 2025-04-16 21:24:12.921 | subnet_onboard 2025-04-16 21:24:12.921 | subnet-service-types 2025-04-16 21:24:12.921 | subnet_allocation 2025-04-16 21:24:12.921 | subnetpool-prefix-ops 2025-04-16 21:24:12.921 | standard-attr-tag 2025-04-16 21:24:12.921 | standard-attr-timestamp 2025-04-16 21:24:12.921 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 21:24:12.923 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 21:24:12.925 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-16 21:24:12.927 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-16 21:24:12.930 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2025-04-16 21:24:14.287 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:14.289 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=545f6e42-7d78-439e-b25c-7c4db313365c 2025-04-16 21:24:14.292 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2025-04-16 21:24:14.294 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 21:24:14.308 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-16 21:24:14.310 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-16 21:24:14.312 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 63184421-5a4e-4944-9e67-3785ed4d4b09 15dd8a07-3f7c-4c25-9f2f-3ee70efe4298 2025-04-16 21:24:16.371 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-16 21:24:16.374 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 545f6e42-7d78-439e-b25c-7c4db313365c 2025-04-16 21:24:16.375 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-16 21:24:16.377 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2025-04-16 21:24:16.379 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-16 21:24:16.381 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-16 21:24:16.383 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network 545f6e42-7d78-439e-b25c-7c4db313365c --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-16 21:24:16.385 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-16 21:24:16.387 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-16 21:24:16.390 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --allocation-pool start=10.180.180.128,end=10.180.180.254 --gateway 10.180.180.1 --network 545f6e42-7d78-439e-b25c-7c4db313365c --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-16 21:24:16.390 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-16 21:24:17.733 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:17.735 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-16 21:24:17.736 | | id | fe58fa59-6df9-419a-89ff-57e00a00ecd1 |' 2025-04-16 21:24:17.738 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2025-04-16 21:24:17.740 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 21:24:17.752 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' fe58fa59-6df9-419a-89ff-57e00a00ecd1 '|' 2025-04-16 21:24:17.754 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | fe58fa59-6df9-419a-89ff-57e00a00ecd1 |' 2025-04-16 21:24:17.756 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-16 21:24:17.759 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' fe58fa59-6df9-419a-89ff-57e00a00ecd1 '|' 2025-04-16 21:24:17.759 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-16 21:24:17.761 | ++ functions-common:get_field:789 : local data field 2025-04-16 21:24:17.763 | ++ functions-common:get_field:790 : read data 2025-04-16 21:24:17.765 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-16 21:24:17.766 | ++ functions-common:get_field:794 : field='$3' 2025-04-16 21:24:17.769 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | fe58fa59-6df9-419a-89ff-57e00a00ecd1 |' 2025-04-16 21:24:17.769 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-16 21:24:17.773 | ++ functions-common:get_field:790 : read data 2025-04-16 21:24:17.776 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-16 21:24:17.779 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' fe58fa59-6df9-419a-89ff-57e00a00ecd1 '|' 2025-04-16 21:24:17.779 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-16 21:24:17.781 | ++ functions-common:get_field:789 : local data field 2025-04-16 21:24:17.782 | ++ functions-common:get_field:790 : read data 2025-04-16 21:24:17.784 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-16 21:24:17.786 | ++ functions-common:get_field:794 : field='$6' 2025-04-16 21:24:17.788 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | fe58fa59-6df9-419a-89ff-57e00a00ecd1 |' 2025-04-16 21:24:17.788 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-16 21:24:17.792 | ++ functions-common:get_field:790 : read data 2025-04-16 21:24:17.795 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=fe58fa59-6df9-419a-89ff-57e00a00ecd1 2025-04-16 21:24:17.797 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 545f6e42-7d78-439e-b25c-7c4db313365c 63184421-5a4e-4944-9e67-3785ed4d4b09 2025-04-16 21:24:19.964 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-16 21:24:19.967 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-16 21:24:19.979 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:19.982 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-16 21:24:19.984 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-16 21:24:19.985 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-16 21:24:19.988 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-16 21:24:19.990 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-16 21:24:19.992 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:149 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2025-04-16 21:24:20.004 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-16 21:24:20.007 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-16 21:24:20.009 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-16 21:24:20.011 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-16 21:24:20.012 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 21:24:20.014 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2025-04-16 21:24:20.016 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 21:24:20.018 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-16 21:24:20.020 | + functions-common:test_with_retry:2340 : local until=10 2025-04-16 21:24:20.022 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 21:24:20.024 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 21:24:20.026 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 21:24:20.028 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:20.030 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:20.033 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:20.036 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838660033 2025-04-16 21:24:20.038 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-04-16 21:24:20.043 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 21:24:20.045 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:20.047 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:20.049 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:20.051 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:20.052 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:20.054 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 21:24:20.056 | + functions-common:time_stop:2407 : start_time=1744838660033 2025-04-16 21:24:20.058 | + functions-common:time_stop:2409 : [[ -z 1744838660033 ]] 2025-04-16 21:24:20.061 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:20.064 | + functions-common:time_stop:2412 : end_time=1744838660061 2025-04-16 21:24:20.065 | + functions-common:time_stop:2413 : elapsed_time=28 2025-04-16 21:24:20.067 | + functions-common:time_stop:2414 : total=3064 2025-04-16 21:24:20.069 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:20.071 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3092 2025-04-16 21:24:20.075 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-16 21:24:20.075 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-16 21:24:20.079 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-16 21:24:20.081 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:24:20.083 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 21:24:20.085 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 21:24:20.088 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2025-04-16 21:24:20.089 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-16 21:24:20.089 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-16 21:24:20.089 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-16 21:24:21.268 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:21.272 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.230 ' 2025-04-16 21:24:21.274 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-04-16 21:24:21.276 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 21:24:21.289 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-16 21:24:21.291 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:24:21.294 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-16 21:24:21.296 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-16 21:24:21.310 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:21.312 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-16 21:24:21.315 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:24:21.322 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-16 21:24:21.322 | + stack.sh:main:1343 : start_nova 2025-04-16 21:24:21.324 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-16 21:24:21.326 | + lib/nova:start_nova_rest:1093 : local old_path=/opt/stack/data/venv/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 2025-04-16 21:24:21.329 | + lib/nova:start_nova_rest:1094 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 21:24:21.344 | + lib/nova:start_nova_rest:1094 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 21:24:21.344 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 21:24:21.345 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 21:24:21.346 | + functions-common:run_process:1654 : local service=n-sch 2025-04-16 21:24:21.353 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 21:24:21.364 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:21.367 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:21.369 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:21.371 | + functions-common:run_process:1660 : local name=n-sch 2025-04-16 21:24:21.374 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:21.376 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:21.378 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:21.380 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:21.382 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:21.386 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838661384 2025-04-16 21:24:21.388 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-16 21:24:21.401 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:21.403 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-04-16 21:24:21.405 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-16 21:24:21.407 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 21:24:21.409 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 21:24:21.411 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 21:24:21.412 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 21:24:21.414 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 21:24:21.416 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 21:24:21.418 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-16 21:24:21.420 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:24:21.422 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:24:21.424 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:24:21.426 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:24:21.428 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 21:24:21.430 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2025-04-16 21:24:21.432 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-16 21:24:21.434 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 21:24:21.436 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 21:24:21.438 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 21:24:21.439 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 21:24:21.441 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 21:24:21.443 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 21:24:21.445 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-16 21:24:21.447 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 21:24:21.450 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-04-16 21:24:21.499 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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"' 2025-04-16 21:24:21.548 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-16 21:24:21.591 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 21:24:21.634 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-16 21:24:21.676 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-16 21:24:21.718 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:24:21.759 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 21:24:21.761 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 21:24:21.763 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-16 21:24:21.812 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 21:24:22.050 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-16 21:24:22.059 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-16 21:24:22.301 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-16 21:24:22.327 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:22.328 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:22.331 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:22.333 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:22.336 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:22.338 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:22.340 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:22.341 | + functions-common:time_stop:2407 : start_time=1744838661384 2025-04-16 21:24:22.344 | + functions-common:time_stop:2409 : [[ -z 1744838661384 ]] 2025-04-16 21:24:22.346 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:22.350 | + functions-common:time_stop:2412 : end_time=1744838662348 2025-04-16 21:24:22.352 | + functions-common:time_stop:2413 : elapsed_time=964 2025-04-16 21:24:22.354 | + functions-common:time_stop:2414 : total=8465 2025-04-16 21:24:22.356 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:22.358 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9429 2025-04-16 21:24:22.360 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-16 21:24:22.363 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-16 21:24:22.367 | + lib/nova:start_nova_rest:1102 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 21:24:22.368 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-16 21:24:22.370 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 21:24:22.372 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:22.375 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:22.377 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:22.379 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-16 21:24:22.381 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:22.383 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:22.385 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:22.387 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:22.390 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:22.393 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838662391 2025-04-16 21:24:22.395 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-16 21:24:22.409 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:22.411 | + functions-common:run_process:1664 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2025-04-16 21:24:22.413 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-16 21:24:22.415 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 21:24:22.417 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 21:24:22.419 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 21:24:22.421 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 21:24:22.423 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-16 21:24:22.425 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-16 21:24:22.427 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-16 21:24:22.429 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:24:22.431 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:24:22.433 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:24:22.435 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:24:22.438 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-16 21:24:22.439 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 21:24:22.442 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:24:22.444 | + functions-common:_run_under_systemd:1628 : 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 --venv /opt/stack/data/venv' '' stack '' 2025-04-16 21:24:22.446 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-16 21:24:22.447 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:24:22.449 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 21:24:22.451 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 21:24:22.453 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 21:24:22.456 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-16 21:24:22.458 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 21:24:22.461 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2025-04-16 21:24:22.511 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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"' 2025-04-16 21:24:22.560 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2025-04-16 21:24:22.604 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-16 21:24:22.659 | + functions-common:write_uwsgi_user_unit_file:1562 : 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 --venv /opt/stack/data/venv' 2025-04-16 21:24:22.705 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:24:22.752 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-16 21:24:22.797 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-16 21:24:22.841 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-16 21:24:22.884 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-16 21:24:22.927 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-16 21:24:22.970 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 21:24:22.972 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 21:24:22.974 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-04-16 21:24:23.024 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 21:24:23.264 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-16 21:24:23.274 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-16 21:24:23.505 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-16 21:24:23.570 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:23.573 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:23.575 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:23.577 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:23.579 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:23.581 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:23.583 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:23.585 | + functions-common:time_stop:2407 : start_time=1744838662391 2025-04-16 21:24:23.587 | + functions-common:time_stop:2409 : [[ -z 1744838662391 ]] 2025-04-16 21:24:23.590 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:23.593 | + functions-common:time_stop:2412 : end_time=1744838663591 2025-04-16 21:24:23.597 | + functions-common:time_stop:2413 : elapsed_time=1200 2025-04-16 21:24:23.599 | + functions-common:time_stop:2414 : total=9429 2025-04-16 21:24:23.601 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:23.603 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10629 2025-04-16 21:24:23.608 | + lib/nova:start_nova_rest:1105 : export PATH=/opt/stack/data/venv/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 2025-04-16 21:24:23.610 | + lib/nova:start_nova_rest:1105 : PATH=/opt/stack/data/venv/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 2025-04-16 21:24:23.612 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-16 21:24:23.614 | + lib/nova:start_nova_console_proxies:1120 : local old_path=/opt/stack/data/venv/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 2025-04-16 21:24:23.617 | + lib/nova:start_nova_console_proxies:1122 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 21:24:23.619 | + lib/nova:start_nova_console_proxies:1122 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 21:24:23.621 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-16 21:24:23.625 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 21:24:23.627 | + lib/nova:start_nova_console_proxies:1127 : run_process n-novnc '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 21:24:23.629 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-16 21:24:23.631 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 21:24:23.633 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:23.635 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:23.637 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:23.639 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-16 21:24:23.641 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:23.643 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:23.645 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:23.647 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:23.649 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:23.653 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838663650 2025-04-16 21:24:23.655 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-16 21:24:23.668 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:23.670 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:23.672 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:23.674 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:23.676 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:23.678 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:23.680 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:23.682 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:23.684 | + functions-common:time_stop:2407 : start_time=1744838663650 2025-04-16 21:24:23.686 | + functions-common:time_stop:2409 : [[ -z 1744838663650 ]] 2025-04-16 21:24:23.689 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:23.692 | + functions-common:time_stop:2412 : end_time=1744838663690 2025-04-16 21:24:23.694 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 21:24:23.696 | + functions-common:time_stop:2414 : total=10629 2025-04-16 21:24:23.698 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:23.700 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10669 2025-04-16 21:24:23.703 | + lib/nova:start_nova_console_proxies:1128 : run_process n-spice '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 21:24:23.705 | + functions-common:run_process:1654 : local service=n-spice 2025-04-16 21:24:23.707 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 21:24:23.709 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:23.711 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:23.713 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:23.715 | + functions-common:run_process:1660 : local name=n-spice 2025-04-16 21:24:23.717 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:23.719 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:23.721 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:23.723 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:23.726 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:23.730 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838663727 2025-04-16 21:24:23.732 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-16 21:24:23.745 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:23.747 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:23.749 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:23.751 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:23.753 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:23.755 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:23.757 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:23.759 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:23.761 | + functions-common:time_stop:2407 : start_time=1744838663727 2025-04-16 21:24:23.763 | + functions-common:time_stop:2409 : [[ -z 1744838663727 ]] 2025-04-16 21:24:23.765 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:23.769 | + functions-common:time_stop:2412 : end_time=1744838663767 2025-04-16 21:24:23.771 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 21:24:23.773 | + functions-common:time_stop:2414 : total=10669 2025-04-16 21:24:23.775 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:23.777 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10709 2025-04-16 21:24:23.779 | + lib/nova:start_nova_console_proxies:1129 : run_process n-sproxy '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 21:24:23.781 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-16 21:24:23.783 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 21:24:23.785 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:23.787 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:23.789 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:23.791 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-16 21:24:23.794 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:23.796 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:23.797 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:23.800 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:23.802 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:23.806 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838663804 2025-04-16 21:24:23.808 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-16 21:24:23.822 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:23.824 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:23.826 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:23.828 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:23.830 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:23.832 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:23.834 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:23.836 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:23.839 | + functions-common:time_stop:2407 : start_time=1744838663804 2025-04-16 21:24:23.841 | + functions-common:time_stop:2409 : [[ -z 1744838663804 ]] 2025-04-16 21:24:23.844 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:23.847 | + functions-common:time_stop:2412 : end_time=1744838663845 2025-04-16 21:24:23.849 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 21:24:23.851 | + functions-common:time_stop:2414 : total=10709 2025-04-16 21:24:23.853 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:23.856 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10750 2025-04-16 21:24:23.858 | + lib/nova:start_nova_console_proxies:1141 : export PATH=/opt/stack/data/venv/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 2025-04-16 21:24:23.860 | + lib/nova:start_nova_console_proxies:1141 : PATH=/opt/stack/data/venv/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 2025-04-16 21:24:23.862 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-16 21:24:23.865 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 21:24:23.867 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-16 21:24:23.867 | Starting nova-conductor in a cellsv1-compatible way 2025-04-16 21:24:23.869 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 21:24:23.871 | + functions-common:run_process:1654 : local service=n-cond 2025-04-16 21:24:23.873 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 21:24:23.877 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:23.879 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:23.881 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:23.883 | + functions-common:run_process:1660 : local name=n-cond 2025-04-16 21:24:23.885 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:23.887 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:23.889 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:23.891 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:23.894 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:23.898 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838663895 2025-04-16 21:24:23.900 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-16 21:24:23.913 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:23.915 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-04-16 21:24:23.917 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-16 21:24:23.919 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 21:24:23.921 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 21:24:23.923 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 21:24:23.925 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 21:24:23.927 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 21:24:23.930 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 21:24:23.932 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-16 21:24:23.934 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:24:23.936 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:24:23.938 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:24:23.940 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:24:23.942 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 21:24:23.944 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2025-04-16 21:24:23.946 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-16 21:24:23.948 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 21:24:23.950 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 21:24:23.952 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 21:24:23.953 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 21:24:23.955 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 21:24:23.957 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 21:24:23.959 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-16 21:24:23.961 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 21:24:23.965 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-04-16 21:24:24.022 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:24:24.074 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-16 21:24:24.116 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 21:24:24.158 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-16 21:24:24.198 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-16 21:24:24.240 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:24:24.282 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 21:24:24.284 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 21:24:24.286 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-16 21:24:24.336 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 21:24:24.602 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-16 21:24:24.611 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-16 21:24:24.861 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-16 21:24:24.878 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:24.880 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:24.882 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:24.886 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:24.887 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:24.890 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:24.895 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:24.898 | + functions-common:time_stop:2407 : start_time=1744838663895 2025-04-16 21:24:24.903 | + functions-common:time_stop:2409 : [[ -z 1744838663895 ]] 2025-04-16 21:24:24.903 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:24.907 | + functions-common:time_stop:2412 : end_time=1744838664903 2025-04-16 21:24:24.910 | + functions-common:time_stop:2413 : elapsed_time=1008 2025-04-16 21:24:24.912 | + functions-common:time_stop:2414 : total=10750 2025-04-16 21:24:24.915 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:24.918 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11758 2025-04-16 21:24:24.923 | + lib/nova:start_nova_conductor:1157 : return 2025-04-16 21:24:24.927 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-16 21:24:24.929 | + lib/nova:start_nova_compute:1014 : local old_path=/opt/stack/data/venv/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 2025-04-16 21:24:24.931 | + lib/nova:start_nova_compute:1015 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 21:24:24.933 | + lib/nova:start_nova_compute:1015 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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 2025-04-16 21:24:24.935 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 21:24:24.938 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-16 21:24:24.945 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 21:24:24.945 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:24:24.946 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 21:24:24.948 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 21:24:24.950 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 21:24:24.953 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-16 21:24:24.955 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-16 21:24:24.957 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-16 21:24:24.959 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-16 21:24:24.962 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 21:24:24.963 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 21:24:24.963 | BEGIN { 2025-04-16 21:24:24.963 | section = "" 2025-04-16 21:24:24.963 | last_section = "" 2025-04-16 21:24:24.963 | section_count = 0 2025-04-16 21:24:24.963 | } 2025-04-16 21:24:24.963 | /^\[.+\]/ { 2025-04-16 21:24:24.963 | gsub("[][]", "", $1); 2025-04-16 21:24:24.963 | section=$1 2025-04-16 21:24:24.963 | next 2025-04-16 21:24:24.963 | } 2025-04-16 21:24:24.963 | /^ *\#/ { 2025-04-16 21:24:24.963 | next 2025-04-16 21:24:24.963 | } 2025-04-16 21:24:24.963 | /^[^ \t]+/ { 2025-04-16 21:24:24.963 | # get offset of first = in $0 2025-04-16 21:24:24.963 | eq_idx = index($0, "=") 2025-04-16 21:24:24.963 | # extract attr & value from $0 2025-04-16 21:24:24.963 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 21:24:24.963 | value = substr($0, eq_idx + 1) 2025-04-16 21:24:24.963 | # only need to strip trailing whitespace from attr 2025-04-16 21:24:24.963 | sub(/[ \t]*$/, "", attr) 2025-04-16 21:24:24.963 | # need to strip leading & trailing whitespace from value 2025-04-16 21:24:24.963 | sub(/^[ \t]*/, "", value) 2025-04-16 21:24:24.963 | sub(/[ \t]*$/, "", value) 2025-04-16 21:24:24.963 | 2025-04-16 21:24:24.963 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 21:24:24.963 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 21:24:24.963 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 21:24:24.963 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 21:24:24.963 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 21:24:24.963 | if (section != last_section) { 2025-04-16 21:24:24.963 | cfg_section[section_count++] = section 2025-04-16 21:24:24.963 | last_section = section 2025-04-16 21:24:24.963 | } 2025-04-16 21:24:24.963 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 21:24:24.963 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 21:24:24.963 | 2025-04-16 21:24:24.963 | cfg_attr[section, attr, 0] = value 2025-04-16 21:24:24.963 | cfg_attr_count[section, attr] = 1 2025-04-16 21:24:24.963 | } else { 2025-04-16 21:24:24.963 | lno = cfg_attr_count[section, attr]++ 2025-04-16 21:24:24.963 | cfg_attr[section, attr, lno] = value 2025-04-16 21:24:24.963 | } 2025-04-16 21:24:24.963 | } 2025-04-16 21:24:24.963 | END { 2025-04-16 21:24:24.963 | # Process each section in order 2025-04-16 21:24:24.963 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 21:24:24.963 | section = cfg_section[sno] 2025-04-16 21:24:24.963 | # The ini routines simply append a config item immediately 2025-04-16 21:24:24.963 | # after the section header. To keep the same order as defined 2025-04-16 21:24:24.963 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 21:24:24.963 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 21:24:24.963 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 21:24:24.963 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 21:24:24.963 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 21:24:24.963 | else { 2025-04-16 21:24:24.963 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 21:24:24.963 | count = cfg_attr_count[section, attr] 2025-04-16 21:24:24.963 | print "inidelete " configfile " " section " " attr 2025-04-16 21:24:24.963 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 21:24:24.963 | for (l = count -2; l >= 0; l--) 2025-04-16 21:24:24.963 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 21:24:24.963 | } 2025-04-16 21:24:24.963 | } 2025-04-16 21:24:24.963 | } 2025-04-16 21:24:24.963 | } 2025-04-16 21:24:24.963 | ' 2025-04-16 21:24:24.963 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 21:24:24.965 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 21:24:24.965 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:24:24.967 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 21:24:24.969 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 21:24:24.971 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:24:24.973 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-16 21:24:24.975 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 21:24:24.975 | BEGIN { group = "" } 2025-04-16 21:24:24.975 | /^\[\[.+\|.*\]\]/ { 2025-04-16 21:24:24.975 | gsub("[][]", "", $1); 2025-04-16 21:24:24.975 | split($1, a, "|"); 2025-04-16 21:24:24.975 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 21:24:24.975 | group=a[1] 2025-04-16 21:24:24.975 | } else { 2025-04-16 21:24:24.975 | group="" 2025-04-16 21:24:24.975 | } 2025-04-16 21:24:24.975 | next 2025-04-16 21:24:24.975 | } 2025-04-16 21:24:24.975 | { 2025-04-16 21:24:24.975 | if (group != "") 2025-04-16 21:24:24.975 | print $0 2025-04-16 21:24:24.975 | } 2025-04-16 21:24:24.975 | ' /opt/stack/devstack/local.conf 2025-04-16 21:24:24.980 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 21:24:24.982 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-16 21:24:24.982 | Skipping multi-cell conductor fleet setup 2025-04-16 21:24:24.984 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-16 21:24:25.000 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-16 21:24:25.016 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-16 21:24:25.018 | + lib/nova:configure_console_compute:672 : local offset 2025-04-16 21:24:25.020 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-16 21:24:25.021 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-16 21:24:25.024 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-16 21:24:25.040 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-16 21:24:25.042 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-16 21:24:25.055 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:25.056 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-16 21:24:25.069 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:25.071 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-16 21:24:25.073 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-16 21:24:25.100 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-16 21:24:25.114 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:25.116 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-16 21:24:25.129 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:25.131 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-16 21:24:25.158 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-16 21:24:25.160 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-16 21:24:25.162 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-16 21:24:25.165 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-16 21:24:25.167 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-16 21:24:25.169 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-16 21:24:25.171 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-16 21:24:25.172 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-16 21:24:25.186 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:25.188 | + lib/nova:start_nova_compute:1084 : run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 21:24:25.190 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-16 21:24:25.192 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 21:24:25.194 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:25.195 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:25.197 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:25.199 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-16 21:24:25.201 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:25.203 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:25.205 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:25.207 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:25.210 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:25.213 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838665211 2025-04-16 21:24:25.215 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-16 21:24:25.229 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:25.231 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:25.233 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:25.235 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:25.237 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:25.239 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:25.241 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:25.243 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:25.245 | + functions-common:time_stop:2407 : start_time=1744838665211 2025-04-16 21:24:25.247 | + functions-common:time_stop:2409 : [[ -z 1744838665211 ]] 2025-04-16 21:24:25.250 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:25.253 | + functions-common:time_stop:2412 : end_time=1744838665251 2025-04-16 21:24:25.255 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 21:24:25.257 | + functions-common:time_stop:2414 : total=11758 2025-04-16 21:24:25.259 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:25.261 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11798 2025-04-16 21:24:25.263 | + lib/nova:start_nova_compute:1087 : export PATH=/opt/stack/data/venv/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 2025-04-16 21:24:25.265 | + lib/nova:start_nova_compute:1087 : PATH=/opt/stack/data/venv/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 2025-04-16 21:24:25.267 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-16 21:24:25.281 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:25.283 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-16 21:24:25.283 | Dumping cells_v2 mapping 2025-04-16 21:24:25.286 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-16 21:24:25.744 | 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. 2025-04-16 21:24:26.967 | INFO dbcounter [None req-d8a1f6f8-618a-4904-ba36-7945ed9a8384 None None] Registered counter for database nova_api 2025-04-16 21:24:26.978 | DEBUG dbcounter [-] [60021] Writer thread running {{(pid=60021) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:24:27.003 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 21:24:27.003 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-16 21:24:27.003 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 21:24:27.003 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-04-16 21:24:27.003 | | cell1 | 820033e8-12ef-4fe6-9430-254da2e59744 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2025-04-16 21:24:27.003 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 21:24:27.332 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-16 21:24:27.335 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-16 21:24:27.387 | + inc/async:async_inner:63 : create_flavors 2025-04-16 21:24:27.417 | [3500 Async create_flavors:60089]: running: create_flavors 2025-04-16 21:24:27.419 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-16 21:24:27.433 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:27.435 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-16 21:24:27.437 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:24:27.439 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-16 21:24:27.441 | + stack.sh:main:1348 : start_cinder 2025-04-16 21:24:27.443 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-16 21:24:27.446 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-16 21:24:27.447 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-16 21:24:27.450 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-16 21:24:27.464 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:27.466 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-16 21:24:27.468 | + lib/cinder:start_cinder:617 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-16 21:24:27.470 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-16 21:24:27.473 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-16 21:24:27.477 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 21:24:27.479 | + functions-common:run_process:1654 : local service=c-api 2025-04-16 21:24:27.481 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 21:24:27.483 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:27.485 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:27.487 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:27.489 | + functions-common:run_process:1660 : local name=c-api 2025-04-16 21:24:27.491 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:27.493 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:27.495 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:27.497 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:27.500 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:27.502 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838667500 2025-04-16 21:24:27.505 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-16 21:24:27.518 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:27.520 | + functions-common:run_process:1664 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2025-04-16 21:24:27.522 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-16 21:24:27.524 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 21:24:27.526 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 21:24:27.528 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 21:24:27.530 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 21:24:27.532 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-16 21:24:27.534 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-16 21:24:27.536 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-16 21:24:27.538 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:24:27.540 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:24:27.542 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:24:27.544 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:24:27.546 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 21:24:27.548 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 21:24:27.551 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:24:27.553 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 21:24:27.555 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-16 21:24:27.556 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:24:27.558 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 21:24:27.560 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 21:24:27.561 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 21:24:27.564 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-16 21:24:27.565 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 21:24:27.569 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2025-04-16 21:24:27.618 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:24:27.666 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-04-16 21:24:27.707 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-16 21:24:27.749 | + functions-common:write_uwsgi_user_unit_file:1562 : 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 --venv /opt/stack/data/venv' 2025-04-16 21:24:27.792 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:24:27.833 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-16 21:24:27.874 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-16 21:24:27.915 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-16 21:24:27.955 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-16 21:24:27.996 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-16 21:24:28.037 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 21:24:28.040 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 21:24:28.041 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-16 21:24:28.091 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 21:24:28.363 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-16 21:24:28.373 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-16 21:24:28.625 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-16 21:24:28.685 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:28.687 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:28.689 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:28.691 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:28.693 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:28.695 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:28.697 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:28.699 | + functions-common:time_stop:2407 : start_time=1744838667500 2025-04-16 21:24:28.701 | + functions-common:time_stop:2409 : [[ -z 1744838667500 ]] 2025-04-16 21:24:28.704 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:28.707 | + functions-common:time_stop:2412 : end_time=1744838668705 2025-04-16 21:24:28.709 | + functions-common:time_stop:2413 : elapsed_time=1205 2025-04-16 21:24:28.711 | + functions-common:time_stop:2414 : total=11798 2025-04-16 21:24:28.713 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:28.715 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13003 2025-04-16 21:24:28.717 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-16 21:24:28.719 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-16 21:24:28.719 | Waiting for Cinder API to start... 2025-04-16 21:24:28.721 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-16 21:24:28.723 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 21:24:28.725 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-16 21:24:28.727 | + functions:wait_for_service:470 : local rval=0 2025-04-16 21:24:28.729 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 21:24:28.731 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 21:24:28.733 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:28.735 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:28.738 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:28.741 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838668739 2025-04-16 21:24:28.743 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 21:24:28.747 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-16 21:24:30.624 | + :: : [[ 401 == 503 ]] 2025-04-16 21:24:30.625 | + :: : [[ 0 -eq 7 ]] 2025-04-16 21:24:30.628 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 21:24:30.631 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:30.633 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:30.635 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:30.637 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:30.639 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:30.641 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 21:24:30.643 | + functions-common:time_stop:2407 : start_time=1744838668739 2025-04-16 21:24:30.645 | + functions-common:time_stop:2409 : [[ -z 1744838668739 ]] 2025-04-16 21:24:30.648 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:30.651 | + functions-common:time_stop:2412 : end_time=1744838670648 2025-04-16 21:24:30.653 | + functions-common:time_stop:2413 : elapsed_time=1909 2025-04-16 21:24:30.654 | + functions-common:time_stop:2414 : total=6158 2025-04-16 21:24:30.656 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:30.658 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8067 2025-04-16 21:24:30.660 | + functions:wait_for_service:478 : return 0 2025-04-16 21:24:30.662 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:30.665 | + functions-common:run_process:1654 : local service=c-sch 2025-04-16 21:24:30.667 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:30.669 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:30.671 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:30.673 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:30.675 | + functions-common:run_process:1660 : local name=c-sch 2025-04-16 21:24:30.677 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:30.679 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:30.681 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:30.682 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:30.686 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:30.689 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838670686 2025-04-16 21:24:30.691 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-16 21:24:30.704 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:30.706 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-04-16 21:24:30.709 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-16 21:24:30.710 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:30.713 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:30.715 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:30.717 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:30.719 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 21:24:30.721 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 21:24:30.723 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-16 21:24:30.725 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:24:30.727 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:24:30.729 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:24:30.731 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:24:30.733 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 21:24:30.735 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2025-04-16 21:24:30.737 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-16 21:24:30.739 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:30.741 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 21:24:30.743 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 21:24:30.745 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 21:24:30.747 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 21:24:30.749 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 21:24:30.751 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-16 21:24:30.753 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 21:24:30.757 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-04-16 21:24:30.812 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:24:30.861 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-16 21:24:30.903 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:30.945 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-16 21:24:30.986 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-16 21:24:31.027 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:24:31.070 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 21:24:31.072 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 21:24:31.074 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-16 21:24:31.125 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 21:24:31.379 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-16 21:24:31.390 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-16 21:24:31.630 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-16 21:24:31.654 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:31.656 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:31.658 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:31.660 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:31.662 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:31.664 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:31.666 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:31.668 | + functions-common:time_stop:2407 : start_time=1744838670686 2025-04-16 21:24:31.670 | + functions-common:time_stop:2409 : [[ -z 1744838670686 ]] 2025-04-16 21:24:31.673 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:31.679 | + functions-common:time_stop:2412 : end_time=1744838671674 2025-04-16 21:24:31.682 | + functions-common:time_stop:2413 : elapsed_time=988 2025-04-16 21:24:31.683 | + functions-common:time_stop:2414 : total=13003 2025-04-16 21:24:31.685 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:31.687 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13991 2025-04-16 21:24:31.690 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 21:24:31.692 | + lib/cinder:start_cinder:642 : run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 21:24:31.694 | + functions-common:run_process:1654 : local service=c-bak 2025-04-16 21:24:31.696 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:31.699 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:31.701 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:31.704 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 21:24:31.706 | + functions-common:run_process:1660 : local name=c-bak 2025-04-16 21:24:31.708 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:31.710 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:31.712 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:31.714 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:31.717 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:31.721 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838671718 2025-04-16 21:24:31.723 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-16 21:24:31.736 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:31.738 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:31.740 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:31.742 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:31.744 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:31.746 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:31.748 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:31.750 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:31.752 | + functions-common:time_stop:2407 : start_time=1744838671718 2025-04-16 21:24:31.754 | + functions-common:time_stop:2409 : [[ -z 1744838671718 ]] 2025-04-16 21:24:31.757 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:31.760 | + functions-common:time_stop:2412 : end_time=1744838671758 2025-04-16 21:24:31.762 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 21:24:31.764 | + functions-common:time_stop:2414 : total=13991 2025-04-16 21:24:31.766 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:31.768 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14031 2025-04-16 21:24:31.770 | + lib/cinder:start_cinder:643 : run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 21:24:31.772 | + functions-common:run_process:1654 : local service=c-vol 2025-04-16 21:24:31.774 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:31.776 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:31.778 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:31.780 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 21:24:31.782 | + functions-common:run_process:1660 : local name=c-vol 2025-04-16 21:24:31.784 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:31.786 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:31.788 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:31.789 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:31.792 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:31.796 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838671794 2025-04-16 21:24:31.798 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-16 21:24:31.812 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:31.814 | + functions-common:run_process:1664 : _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 21:24:31.816 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-16 21:24:31.818 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:31.820 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:31.822 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:31.824 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:31.826 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 21:24:31.828 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 21:24:31.830 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-16 21:24:31.832 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:24:31.834 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:24:31.836 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:24:31.838 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 21:24:31.840 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 21:24:31.842 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 21:24:31.845 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-16 21:24:31.846 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:31.848 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 21:24:31.850 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 21:24:31.852 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 21:24:31.854 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 21:24:31.856 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 21:24:31.858 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-16 21:24:31.860 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 21:24:31.863 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-04-16 21:24:31.916 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:24:31.968 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-16 21:24:32.015 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 21:24:32.058 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-16 21:24:32.100 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-16 21:24:32.142 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:24:32.191 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-16 21:24:32.195 | + functions-common:write_user_unit_file:1538 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 21:24:32.250 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 21:24:32.252 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-16 21:24:32.307 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 21:24:32.574 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-16 21:24:32.585 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-16 21:24:32.846 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-16 21:24:32.880 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:32.883 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:32.884 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:32.888 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:32.892 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:32.894 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:32.898 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:32.900 | + functions-common:time_stop:2407 : start_time=1744838671794 2025-04-16 21:24:32.902 | + functions-common:time_stop:2409 : [[ -z 1744838671794 ]] 2025-04-16 21:24:32.905 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:32.914 | + functions-common:time_stop:2412 : end_time=1744838672907 2025-04-16 21:24:32.916 | + functions-common:time_stop:2413 : elapsed_time=1113 2025-04-16 21:24:32.918 | + functions-common:time_stop:2414 : total=14031 2025-04-16 21:24:32.920 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:32.922 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15144 2025-04-16 21:24:32.924 | + stack.sh:main:1349 : create_volume_types 2025-04-16 21:24:32.926 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-16 21:24:32.940 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:32.943 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-16 21:24:32.945 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-16 21:24:32.947 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 21:24:32.949 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-16 21:24:32.951 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-16 21:24:32.953 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-16 21:24:32.955 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-16 21:24:32.957 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-16 21:24:32.959 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-16 21:24:32.972 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:32.974 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-16 21:24:34.867 | +-------------+--------------------------------------+ 2025-04-16 21:24:34.867 | | Field | Value | 2025-04-16 21:24:34.867 | +-------------+--------------------------------------+ 2025-04-16 21:24:34.867 | | description | None | 2025-04-16 21:24:34.867 | | id | ddf54172-f2d3-42ed-a41b-58aced3c8465 | 2025-04-16 21:24:34.867 | | is_public | True | 2025-04-16 21:24:34.867 | | name | vsphere | 2025-04-16 21:24:34.867 | | properties | volume_backend_name='vsphere' | 2025-04-16 21:24:34.867 | +-------------+--------------------------------------+ 2025-04-16 21:24:35.016 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-16 21:24:35.019 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-16 21:24:35.021 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-16 21:24:35.024 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-16 21:24:35.039 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:35.041 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-16 21:24:35.043 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:24:35.046 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-16 21:24:35.048 | + stack.sh:main:1364 : start_glance 2025-04-16 21:24:35.050 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-16 21:24:35.052 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-16 21:24:35.066 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:35.068 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-16 21:24:35.071 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-16 21:24:35.074 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 21:24:35.076 | + functions-common:run_process:1654 : local service=g-api 2025-04-16 21:24:35.079 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 21:24:35.081 | + functions-common:run_process:1656 : local group= 2025-04-16 21:24:35.083 | + functions-common:run_process:1657 : local user= 2025-04-16 21:24:35.085 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 21:24:35.088 | + functions-common:run_process:1660 : local name=g-api 2025-04-16 21:24:35.090 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 21:24:35.092 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 21:24:35.094 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:35.096 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:35.099 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:35.102 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838675100 2025-04-16 21:24:35.104 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-16 21:24:35.118 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:35.120 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-04-16 21:24:35.122 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-16 21:24:35.124 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 21:24:35.125 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 21:24:35.127 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 21:24:35.129 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 21:24:35.131 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-16 21:24:35.133 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-16 21:24:35.135 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-16 21:24:35.137 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 21:24:35.139 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 21:24:35.141 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 21:24:35.143 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 21:24:35.145 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-16 21:24:35.147 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 21:24:35.149 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:24:35.151 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 21:24:35.153 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-16 21:24:35.155 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:24:35.157 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 21:24:35.159 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 21:24:35.161 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 21:24:35.163 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-16 21:24:35.165 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 21:24:35.168 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2025-04-16 21:24:35.220 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/opt/stack/data/venv/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"' 2025-04-16 21:24:35.269 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-04-16 21:24:35.312 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-16 21:24:35.355 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 21:24:35.398 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 21:24:35.441 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-16 21:24:35.484 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-16 21:24:35.530 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-16 21:24:35.575 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-16 21:24:35.617 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-16 21:24:35.658 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 21:24:35.660 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 21:24:35.663 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-16 21:24:35.712 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 21:24:35.975 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-16 21:24:35.985 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-16 21:24:36.228 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-16 21:24:36.284 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 21:24:36.286 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:36.289 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:36.291 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:36.293 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:36.295 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:36.297 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 21:24:36.299 | + functions-common:time_stop:2407 : start_time=1744838675100 2025-04-16 21:24:36.301 | + functions-common:time_stop:2409 : [[ -z 1744838675100 ]] 2025-04-16 21:24:36.304 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:36.307 | + functions-common:time_stop:2412 : end_time=1744838676305 2025-04-16 21:24:36.309 | + functions-common:time_stop:2413 : elapsed_time=1205 2025-04-16 21:24:36.311 | + functions-common:time_stop:2414 : total=15144 2025-04-16 21:24:36.313 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:36.315 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16349 2025-04-16 21:24:36.318 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-16 21:24:36.331 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:36.333 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-16 21:24:36.333 | Waiting for g-api (10.180.1.21) to start... 2025-04-16 21:24:36.336 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-16 21:24:36.337 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 21:24:36.339 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-16 21:24:36.341 | + functions:wait_for_service:470 : local rval=0 2025-04-16 21:24:36.343 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 21:24:36.345 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 21:24:36.347 | + functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:36.349 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:36.352 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:36.355 | + functions-common:time_start:2391 : _TIME_START[$name]=1744838676353 2025-04-16 21:24:36.357 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 21:24:36.361 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-16 21:24:38.281 | + :: : [[ 300 == 503 ]] 2025-04-16 21:24:38.282 | + :: : [[ 0 -eq 7 ]] 2025-04-16 21:24:38.285 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 21:24:38.287 | + functions-common:time_stop:2400 : local name 2025-04-16 21:24:38.289 | + functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:38.291 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:38.293 | + functions-common:time_stop:2403 : local total 2025-04-16 21:24:38.295 | + functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:38.297 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 21:24:38.299 | + functions-common:time_stop:2407 : start_time=1744838676353 2025-04-16 21:24:38.301 | + functions-common:time_stop:2409 : [[ -z 1744838676353 ]] 2025-04-16 21:24:38.304 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:38.307 | + functions-common:time_stop:2412 : end_time=1744838678305 2025-04-16 21:24:38.309 | + functions-common:time_stop:2413 : elapsed_time=1952 2025-04-16 21:24:38.311 | + functions-common:time_stop:2414 : total=8067 2025-04-16 21:24:38.313 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:38.315 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10019 2025-04-16 21:24:38.317 | + functions:wait_for_service:478 : return 0 2025-04-16 21:24:38.319 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-16 21:24:38.333 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:38.335 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-16 21:24:38.349 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:38.352 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-16 21:24:38.354 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:24:38.356 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-16 21:24:38.358 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-16 21:24:38.361 | + stack.sh:main:1382 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 21:24:38.363 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 21:24:38.365 | + functions:upload_image:134 : local image image_fname image_name 2025-04-16 21:24:38.367 | + functions:upload_image:136 : local max_attempts=5 2025-04-16 21:24:38.369 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-16 21:24:38.372 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 21:24:38.375 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 21:24:38.377 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-16 21:24:38.379 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-16 21:24:38.381 | ++ functions:upload_image:144 : seq 5 2025-04-16 21:24:38.384 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-16 21:24:38.386 | + functions:upload_image:145 : local rc=0 2025-04-16 21:24:38.387 | + 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' 2025-04-16 21:24:38.390 | --2025-04-16 21:24:38-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-16 21:24:38.396 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 21:24:38.397 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 21:24:38.426 | HTTP request sent, awaiting response... 200 OK 2025-04-16 21:24:38.426 | Length: 21318656 (20M) [application/octet-stream] 2025-04-16 21:24:38.426 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-16 21:24:38.447 | 2025-04-16 21:24:38.564 | 0K ........ ........ .... 100% 147M=0.1s 2025-04-16 21:24:38.564 | 2025-04-16 21:24:38.564 | 2025-04-16 21:24:38 (147 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-16 21:24:38.564 | 2025-04-16 21:24:38.568 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-16 21:24:38.570 | + functions:upload_image:155 : break 2025-04-16 21:24:38.571 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 21:24:38.573 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-16 21:24:38.575 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-16 21:24:38.577 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 21:24:38.579 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-16 21:24:38.580 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-16 21:24:38.582 | + functions:upload_image:196 : local path_len 2025-04-16 21:24:38.584 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-16 21:24:38.587 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 21:24:38.587 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 21:24:38.591 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-16 21:24:38.592 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-16 21:24:38.594 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-16 21:24:38.596 | + functions:upload_image:205 : local vmdk_create_type 2025-04-16 21:24:38.599 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 21:24:38.599 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 21:24:38.602 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-16 21:24:38.604 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-16 21:24:38.606 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-16 21:24:38.607 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-16 21:24:38.609 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-16 21:24:38.611 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-16 21:24:38.613 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-16 21:24:38.614 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-16 21:24:38.616 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-16 21:24:38.619 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-16 21:24:38.619 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 21:24:38.623 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-16 21:24:38.625 | + functions:upload_image:284 : IFS=':;' 2025-04-16 21:24:38.627 | + functions:upload_image:284 : read -a props 2025-04-16 21:24:38.629 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-16 21:24:38.630 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-16 21:24:38.632 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-16 21:24:38.634 | + 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 2025-04-16 21:24:38.636 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 21:24:38.637 | + functions:_upload_image:105 : shift 2025-04-16 21:24:38.639 | + functions:_upload_image:106 : local container=bare 2025-04-16 21:24:38.641 | + functions:_upload_image:107 : shift 2025-04-16 21:24:38.642 | + functions:_upload_image:108 : local disk=vmdk 2025-04-16 21:24:38.644 | + functions:_upload_image:109 : shift 2025-04-16 21:24:38.646 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 21:24:38.648 | + functions:_upload_image:111 : shift 2025-04-16 21:24:38.649 | + functions:_upload_image:112 : local properties 2025-04-16 21:24:38.651 | + functions:_upload_image:113 : local useimport 2025-04-16 21:24:38.653 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-16 21:24:38.655 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-16 21:24:38.656 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 21:24:38.658 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-16 21:24:38.660 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 21:24:38.662 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-16 21:24:38.664 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 21:24:38.666 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-16 21:24:38.667 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-16 21:24:38.669 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-16 21:24:38.671 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-16 21:24:38.673 | + 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 2025-04-16 21:24:40.925 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 21:24:40.925 | | Field | Value | 2025-04-16 21:24:40.925 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 21:24:40.925 | | container_format | bare | 2025-04-16 21:24:40.925 | | created_at | 2025-04-16T21:24:40Z | 2025-04-16 21:24:40.925 | | disk_format | vmdk | 2025-04-16 21:24:40.925 | | file | /v2/images/6e7bf233-3ffe-4b3b-a510-62353d0292a6/file | 2025-04-16 21:24:40.925 | | id | 6e7bf233-3ffe-4b3b-a510-62353d0292a6 | 2025-04-16 21:24:40.925 | | min_disk | 0 | 2025-04-16 21:24:40.925 | | min_ram | 0 | 2025-04-16 21:24:40.925 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-16 21:24:40.925 | | owner | 129da41d4b1a4202be57f86562f628cb | 2025-04-16 21:24:40.925 | | 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' | 2025-04-16 21:24:40.930 | | protected | False | 2025-04-16 21:24:40.930 | | schema | /v2/schemas/image | 2025-04-16 21:24:40.930 | | status | queued | 2025-04-16 21:24:40.930 | | tags | | 2025-04-16 21:24:40.930 | | updated_at | 2025-04-16T21:24:40Z | 2025-04-16 21:24:40.930 | | visibility | public | 2025-04-16 21:24:40.930 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 21:24:41.055 | + functions:upload_image:291 : return 2025-04-16 21:24:41.057 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-16 21:24:41.096 | [3500 Async create_flavors:60089]: Waiting for completion of create_flavors running on PID 60089 (2 other jobs running) 2025-04-16 21:24:41.115 | [3500 Async create_flavors:60089]: Signaling child to exit 2025-04-16 21:24:41.999 | + inc/async:async_inner:64 : rc=0 2025-04-16 21:24:42.019 | [60089 Async create_flavors:60089]: finished successfully 2025-04-16 21:24:42.037 | WAKEUP 2025-04-16 21:24:42.054 | [3500 Async create_flavors:60089]: Signaled 2025-04-16 21:24:42.055 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-16 21:24:42.055 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:42.055 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-16 21:24:42.055 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-16 21:24:42.055 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2025-04-16 21:24:42.055 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.055 | | Field | Value | 2025-04-16 21:24:42.055 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.055 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:42.055 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:42.055 | | description | None | 2025-04-16 21:24:42.055 | | disk | 1 | 2025-04-16 21:24:42.055 | | id | c1 | 2025-04-16 21:24:42.055 | | name | cirros256 | 2025-04-16 21:24:42.055 | | os-flavor-access:is_public | True | 2025-04-16 21:24:42.055 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:42.055 | | ram | 256 | 2025-04-16 21:24:42.055 | | rxtx_factor | 1.0 | 2025-04-16 21:24:42.055 | | swap | 0 | 2025-04-16 21:24:42.055 | | vcpus | 1 | 2025-04-16 21:24:42.055 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.055 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2025-04-16 21:24:42.055 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.055 | | Field | Value | 2025-04-16 21:24:42.055 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.055 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:42.055 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:42.055 | | description | None | 2025-04-16 21:24:42.055 | | disk | 5 | 2025-04-16 21:24:42.055 | | id | d1 | 2025-04-16 21:24:42.055 | | name | ds512M | 2025-04-16 21:24:42.055 | | os-flavor-access:is_public | True | 2025-04-16 21:24:42.055 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:42.055 | | ram | 512 | 2025-04-16 21:24:42.055 | | rxtx_factor | 1.0 | 2025-04-16 21:24:42.055 | | swap | 0 | 2025-04-16 21:24:42.055 | | vcpus | 1 | 2025-04-16 21:24:42.055 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.055 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2025-04-16 21:24:42.055 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.055 | | Field | Value | 2025-04-16 21:24:42.055 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.055 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:42.055 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:42.055 | | description | None | 2025-04-16 21:24:42.055 | | disk | 10 | 2025-04-16 21:24:42.055 | | id | d2 | 2025-04-16 21:24:42.055 | | name | ds1G | 2025-04-16 21:24:42.055 | | os-flavor-access:is_public | True | 2025-04-16 21:24:42.055 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:42.055 | | ram | 1024 | 2025-04-16 21:24:42.055 | | rxtx_factor | 1.0 | 2025-04-16 21:24:42.055 | | swap | 0 | 2025-04-16 21:24:42.056 | | vcpus | 1 | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | Field | Value | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:42.056 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:42.056 | | description | None | 2025-04-16 21:24:42.056 | | disk | 10 | 2025-04-16 21:24:42.056 | | id | d3 | 2025-04-16 21:24:42.056 | | name | ds2G | 2025-04-16 21:24:42.056 | | os-flavor-access:is_public | True | 2025-04-16 21:24:42.056 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:42.056 | | ram | 2048 | 2025-04-16 21:24:42.056 | | rxtx_factor | 1.0 | 2025-04-16 21:24:42.056 | | swap | 0 | 2025-04-16 21:24:42.056 | | vcpus | 2 | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | Field | Value | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:42.056 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:42.056 | | description | None | 2025-04-16 21:24:42.056 | | disk | 20 | 2025-04-16 21:24:42.056 | | id | d4 | 2025-04-16 21:24:42.056 | | name | ds4G | 2025-04-16 21:24:42.056 | | os-flavor-access:is_public | True | 2025-04-16 21:24:42.056 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:42.056 | | ram | 4096 | 2025-04-16 21:24:42.056 | | rxtx_factor | 1.0 | 2025-04-16 21:24:42.056 | | swap | 0 | 2025-04-16 21:24:42.056 | | vcpus | 4 | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-16 21:24:42.056 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-16 21:24:42.056 | + lib/nova:create_flavors:1266 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | Field | Value | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:42.056 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:42.056 | | description | None | 2025-04-16 21:24:42.056 | | disk | 1 | 2025-04-16 21:24:42.056 | | id | 1 | 2025-04-16 21:24:42.056 | | name | m1.tiny | 2025-04-16 21:24:42.056 | | os-flavor-access:is_public | True | 2025-04-16 21:24:42.056 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:42.056 | | ram | 512 | 2025-04-16 21:24:42.056 | | rxtx_factor | 1.0 | 2025-04-16 21:24:42.056 | | swap | 0 | 2025-04-16 21:24:42.056 | | vcpus | 1 | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | + lib/nova:create_flavors:1267 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | Field | Value | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:42.056 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:42.056 | | description | None | 2025-04-16 21:24:42.056 | | disk | 20 | 2025-04-16 21:24:42.056 | | id | 2 | 2025-04-16 21:24:42.056 | | name | m1.small | 2025-04-16 21:24:42.056 | | os-flavor-access:is_public | True | 2025-04-16 21:24:42.056 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:42.056 | | ram | 2048 | 2025-04-16 21:24:42.056 | | rxtx_factor | 1.0 | 2025-04-16 21:24:42.056 | | swap | 0 | 2025-04-16 21:24:42.056 | | vcpus | 1 | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | + lib/nova:create_flavors:1268 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | Field | Value | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:42.056 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:42.056 | | description | None | 2025-04-16 21:24:42.056 | | disk | 40 | 2025-04-16 21:24:42.056 | | id | 3 | 2025-04-16 21:24:42.056 | | name | m1.medium | 2025-04-16 21:24:42.056 | | os-flavor-access:is_public | True | 2025-04-16 21:24:42.056 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:42.056 | | ram | 4096 | 2025-04-16 21:24:42.056 | | rxtx_factor | 1.0 | 2025-04-16 21:24:42.056 | | swap | 0 | 2025-04-16 21:24:42.056 | | vcpus | 2 | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | + lib/nova:create_flavors:1269 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | Field | Value | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:42.056 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:42.056 | | description | None | 2025-04-16 21:24:42.056 | | disk | 80 | 2025-04-16 21:24:42.056 | | id | 4 | 2025-04-16 21:24:42.056 | | name | m1.large | 2025-04-16 21:24:42.056 | | os-flavor-access:is_public | True | 2025-04-16 21:24:42.056 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:42.056 | | ram | 8192 | 2025-04-16 21:24:42.056 | | rxtx_factor | 1.0 | 2025-04-16 21:24:42.056 | | swap | 0 | 2025-04-16 21:24:42.056 | | vcpus | 4 | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | + lib/nova:create_flavors:1270 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | Field | Value | 2025-04-16 21:24:42.056 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.056 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:42.056 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:42.056 | | description | None | 2025-04-16 21:24:42.056 | | disk | 160 | 2025-04-16 21:24:42.056 | | id | 5 | 2025-04-16 21:24:42.056 | | name | m1.xlarge | 2025-04-16 21:24:42.057 | | os-flavor-access:is_public | True | 2025-04-16 21:24:42.057 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:42.057 | | ram | 16384 | 2025-04-16 21:24:42.057 | | rxtx_factor | 1.0 | 2025-04-16 21:24:42.057 | | swap | 0 | 2025-04-16 21:24:42.057 | | vcpus | 8 | 2025-04-16 21:24:42.057 | +----------------------------+-----------------------+ 2025-04-16 21:24:42.089 | [3500 Async create_flavors:60089]: finished create_flavors with result 0 in 14 seconds 2025-04-16 21:24:42.092 | + inc/async:async_wait:197 : return 0 2025-04-16 21:24:42.095 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-16 21:24:42.108 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:42.110 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-16 21:24:42.124 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:42.126 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-16 21:24:42.139 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:42.142 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-16 21:24:42.144 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 21:24:42.146 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-16 21:24:42.149 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-16 21:24:42.150 | ++ 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 2025-04-16 21:24:42.152 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-16 21:24:42.153 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-16 21:24:42.154 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-16 21:24:42.155 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-16 21:24:42.156 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-16 21:24:42.157 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-16 21:24:42.158 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-16 21:24:42.159 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-16 21:24:42.160 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-16 21:24:42.161 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-16 21:24:42.162 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-16 21:24:42.163 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 21:24:42.164 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-16 21:24:42.165 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 21:24:42.166 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-16 21:24:42.167 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 21:24:42.168 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-16 21:24:42.169 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 21:24:42.170 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-16 21:24:42.171 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 21:24:42.172 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-16 21:24:42.174 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-16 21:24:42.175 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 21:24:42.176 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-16 21:24:42.177 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 21:24:42.178 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-16 21:24:42.179 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-16 21:24:42.180 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-16 21:24:42.181 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 21:24:42.182 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-16 21:24:42.183 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 21:24:42.184 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-16 21:24:42.185 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-16 21:24:42.186 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-16 21:24:42.187 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-16 21:24:42.188 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-16 21:24:42.189 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-16 21:24:42.190 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-16 21:24:42.191 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-16 21:24:42.192 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-16 21:24:42.193 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-16 21:24:42.195 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-16 21:24:42.196 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-16 21:24:42.197 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 21:24:42.198 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 21:24:42.199 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-16 21:24:42.200 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-16 21:24:42.201 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-16 21:24:42.202 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-16 21:24:42.203 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-16 21:24:42.204 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-16 21:24:42.205 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-16 21:24:42.206 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-16 21:24:42.208 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-16 21:24:42.208 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-16 21:24:42.208 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-16 21:24:42.208 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-16 21:24:42.209 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-16 21:24:43.030 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-16 21:24:43.032 | 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')) 2025-04-16 21:24:43.149 | + stack.sh:main:1414 : save_stackenv 2025-04-16 21:24:43.151 | + functions-common:save_stackenv:60 : local tag= 2025-04-16 21:24:43.154 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 21:24:43.157 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-212443 2025-04-16 21:24:43.160 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-212443 ' 2025-04-16 21:24:43.162 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.164 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 21:24:43.166 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.168 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 21:24:43.170 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.172 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 21:24:43.174 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.176 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 21:24:43.178 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.180 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 21:24:43.182 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.185 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 21:24:43.187 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.188 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-211753 2025-04-16 21:24:43.190 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.192 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 21:24:43.194 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.196 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 21:24:43.198 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.200 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 21:24:43.202 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.204 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 21:24:43.206 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.208 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 21:24:43.210 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.211 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 21:24:43.213 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.215 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 21:24:43.217 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 21:24:43.219 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 21:24:43.221 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-16 21:24:43.223 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 21:24:43.225 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 21:24:43.227 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-16 21:24:43.229 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:24:43.231 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 21:24:43.233 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 21:24:43.235 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-16 21:24:43.238 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:24:43.240 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-16 21:24:43.242 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:24:43.244 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-16 21:24:43.244 | /^\[\[.+\|.*\]\]/ { 2025-04-16 21:24:43.244 | gsub("[][]", "", $1); 2025-04-16 21:24:43.244 | split($1, a, "|"); 2025-04-16 21:24:43.244 | if (a[1] == matchgroup) 2025-04-16 21:24:43.244 | print a[2] 2025-04-16 21:24:43.244 | } 2025-04-16 21:24:43.244 | ' /opt/stack/devstack/local.conf 2025-04-16 21:24:43.248 | + stack.sh:main:1432 : run_phase stack extra 2025-04-16 21:24:43.250 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 21:24:43.252 | + functions-common:run_phase:1829 : local phase=extra 2025-04-16 21:24:43.254 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 21:24:43.256 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 21:24:43.258 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 21:24:43.260 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 21:24:43.262 | + functions-common:run_phase:1838 : local extra 2025-04-16 21:24:43.265 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 21:24:43.268 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 21:24:43.270 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 21:24:43.272 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 21:24:43.274 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-16 21:24:43.277 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 21:24:43.289 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:43.291 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:24:43.293 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:43.295 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 21:24:43.297 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:43.299 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 21:24:43.301 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:43.303 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-16 21:24:43.305 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-16 21:24:43.307 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 21:24:43.309 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 21:24:43.311 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:24:43.313 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 21:24:43.315 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-16 21:24:43.317 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 21:24:43.319 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-16 21:24:43.321 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 21:24:43.324 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 21:24:43.326 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 21:24:43.328 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:24:43.330 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 21:24:43.332 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-16 21:24:43.334 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:24:43.336 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:43.338 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 21:24:43.341 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:43.343 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 21:24:43.345 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:43.347 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-16 21:24:43.349 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-16 21:24:43.351 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:24:43.353 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-16 21:24:43.356 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-16 21:24:43.358 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 21:24:43.360 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 21:24:43.362 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-16 21:24:43.364 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:24:43.366 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 21:24:43.368 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 21:24:43.371 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-16 21:24:43.373 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:24:43.375 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-16 21:24:43.377 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:24:43.379 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-16 21:24:43.379 | /^\[\[.+\|.*\]\]/ { 2025-04-16 21:24:43.379 | gsub("[][]", "", $1); 2025-04-16 21:24:43.380 | split($1, a, "|"); 2025-04-16 21:24:43.380 | if (a[1] == matchgroup) 2025-04-16 21:24:43.380 | print a[2] 2025-04-16 21:24:43.380 | } 2025-04-16 21:24:43.380 | ' /opt/stack/devstack/local.conf 2025-04-16 21:24:43.383 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-16 21:24:43.398 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:43.400 | + stack.sh:main:1454 : service_check 2025-04-16 21:24:43.402 | + functions-common:service_check:1693 : local service 2025-04-16 21:24:43.404 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.406 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-16 21:24:43.415 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-16 21:24:43.418 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.420 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-16 21:24:43.430 | enabled 2025-04-16 21:24:43.433 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-16 21:24:43.461 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-16 21:24:43.461 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.461 | Active: active (running) since Wed 2025-04-16 21:23:48 UTC; 55s ago 2025-04-16 21:24:43.461 | Main PID: 53466 (uwsgi) 2025-04-16 21:24:43.461 | Status: "uWSGI is ready" 2025-04-16 21:24:43.461 | Tasks: 3 (limit: 19125) 2025-04-16 21:24:43.461 | Memory: 226.3M 2025-04-16 21:24:43.461 | CPU: 6.281s 2025-04-16 21:24:43.461 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-16 21:24:43.461 | ├─53466 "nova-apiuWSGI master" 2025-04-16 21:24:43.461 | ├─53467 "nova-apiuWSGI worker 1" 2025-04-16 21:24:43.461 | └─53468 "nova-apiuWSGI worker 2" 2025-04-16 21:24:43.461 | 2025-04-16 21:24:43.461 | Apr 16 21:24:40 devstack devstack@n-api.service[53468]: [pid: 53468|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 21:24:40 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 21:24:43.461 | Apr 16 21:24:41 devstack devstack@n-api.service[53467]: DEBUG nova.api.openstack.wsgi [None req-a57e2eb2-1eef-49f1-b454-3f03da887158 admin admin] Calling method '>' {{(pid=53467) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-16 21:24:43.461 | Apr 16 21:24:41 devstack devstack@n-api.service[53467]: INFO nova.api.openstack.requestlog [None req-a57e2eb2-1eef-49f1-b454-3f03da887158 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000966 2025-04-16 21:24:43.461 | Apr 16 21:24:41 devstack devstack@n-api.service[53467]: [pid: 53467|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed Apr 16 21:24:41 2025] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-04-16 21:24:43.461 | Apr 16 21:24:41 devstack devstack@n-api.service[53468]: DEBUG nova.api.openstack.wsgi [None req-274e1c1c-34ad-4d64-86d3-c31376993346 admin admin] Action: 'create', calling method: >, body: {"flavor": {"swap": 0, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": true, "name": "m1.xlarge", "disk": 160, "ram": 16384, "id": "5", "vcpus": 8}} {{(pid=53468) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 21:24:43.462 | Apr 16 21:24:41 devstack devstack@n-api.service[53468]: INFO nova.api.openstack.requestlog [None req-274e1c1c-34ad-4d64-86d3-c31376993346 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.053292 2025-04-16 21:24:43.462 | Apr 16 21:24:41 devstack devstack@n-api.service[53468]: [pid: 53468|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed Apr 16 21:24:41 2025] POST /compute/v2.1/flavors => generated 408 bytes in 54 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-04-16 21:24:43.462 | Apr 16 21:24:41 devstack devstack@n-api.service[53467]: DEBUG nova.api.openstack.wsgi [None req-fbc3339d-4d73-4dc1-a057-10b082cb5c74 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=53467) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 21:24:43.462 | Apr 16 21:24:41 devstack devstack@n-api.service[53467]: INFO nova.api.openstack.requestlog [None req-fbc3339d-4d73-4dc1-a057-10b082cb5c74 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.022525 2025-04-16 21:24:43.462 | Apr 16 21:24:41 devstack devstack@n-api.service[53467]: [pid: 53467|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 21:24:41 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 23 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 21:24:43.465 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.467 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-16 21:24:43.476 | enabled 2025-04-16 21:24:43.479 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-16 21:24:43.490 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-16 21:24:43.490 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.490 | Active: active (running) since Wed 2025-04-16 21:24:24 UTC; 18s ago 2025-04-16 21:24:43.490 | Main PID: 59613 (nova-conductor) 2025-04-16 21:24:43.490 | Tasks: 3 (limit: 19125) 2025-04-16 21:24:43.490 | Memory: 142.5M 2025-04-16 21:24:43.490 | CPU: 2.033s 2025-04-16 21:24:43.490 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-16 21:24:43.490 | ├─59613 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 21:24:43.490 | ├─60037 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 21:24:43.490 | └─60038 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 21:24:43.490 | 2025-04-16 21:24:43.490 | Apr 16 21:24:26 devstack nova-conductor[59613]: DEBUG oslo_service.service [None req-c55a1fd9-2db7-4e2a-bd30-8a39582c1a44 None None] oslo_limit.version = None {{(pid=59613) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.490 | Apr 16 21:24:26 devstack nova-conductor[59613]: DEBUG oslo_service.service [None req-c55a1fd9-2db7-4e2a-bd30-8a39582c1a44 None None] oslo_reports.file_event_handler = None {{(pid=59613) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.490 | Apr 16 21:24:26 devstack nova-conductor[59613]: DEBUG oslo_service.service [None req-c55a1fd9-2db7-4e2a-bd30-8a39582c1a44 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=59613) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.490 | Apr 16 21:24:26 devstack nova-conductor[59613]: DEBUG oslo_service.service [None req-c55a1fd9-2db7-4e2a-bd30-8a39582c1a44 None None] oslo_reports.log_dir = None {{(pid=59613) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.490 | Apr 16 21:24:26 devstack nova-conductor[59613]: DEBUG oslo_service.service [None req-c55a1fd9-2db7-4e2a-bd30-8a39582c1a44 None None] ******************************************************************************** {{(pid=59613) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 21:24:43.490 | Apr 16 21:24:36 devstack nova-conductor[59613]: DEBUG dbcounter [-] [59613] Writing DB stats nova_api:SELECT=3 {{(pid=59613) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.491 | Apr 16 21:24:36 devstack nova-conductor[59613]: DEBUG dbcounter [-] [59613] Writing DB stats nova_cell0:SELECT=3 {{(pid=59613) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.491 | Apr 16 21:24:36 devstack nova-conductor[59613]: DEBUG dbcounter [-] [59613] Writing DB stats nova_cell1:SELECT=3 {{(pid=59613) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.491 | Apr 16 21:24:41 devstack nova-conductor[60037]: DEBUG dbcounter [-] [60037] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60037) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.491 | Apr 16 21:24:41 devstack nova-conductor[60038]: DEBUG dbcounter [-] [60038] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=60038) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.493 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.495 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-16 21:24:43.504 | enabled 2025-04-16 21:24:43.507 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-16 21:24:43.518 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-16 21:24:43.518 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.518 | Active: active (running) since Wed 2025-04-16 21:24:22 UTC; 21s ago 2025-04-16 21:24:43.518 | Main PID: 58314 (nova-scheduler) 2025-04-16 21:24:43.518 | Tasks: 3 (limit: 19125) 2025-04-16 21:24:43.518 | Memory: 141.5M 2025-04-16 21:24:43.518 | CPU: 2.093s 2025-04-16 21:24:43.519 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-16 21:24:43.519 | ├─58314 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 21:24:43.519 | ├─59325 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 21:24:43.519 | └─59328 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 21:24:43.519 | 2025-04-16 21:24:43.519 | Apr 16 21:24:24 devstack nova-scheduler[58314]: DEBUG oslo_service.service [None req-a2f82d87-aea1-4785-b492-518730c6c2c7 None None] oslo_limit.version = None {{(pid=58314) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.519 | Apr 16 21:24:24 devstack nova-scheduler[58314]: DEBUG oslo_service.service [None req-a2f82d87-aea1-4785-b492-518730c6c2c7 None None] oslo_reports.file_event_handler = None {{(pid=58314) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.519 | Apr 16 21:24:24 devstack nova-scheduler[58314]: DEBUG oslo_service.service [None req-a2f82d87-aea1-4785-b492-518730c6c2c7 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58314) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.519 | Apr 16 21:24:24 devstack nova-scheduler[58314]: DEBUG oslo_service.service [None req-a2f82d87-aea1-4785-b492-518730c6c2c7 None None] oslo_reports.log_dir = None {{(pid=58314) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.519 | Apr 16 21:24:24 devstack nova-scheduler[58314]: DEBUG oslo_service.service [None req-a2f82d87-aea1-4785-b492-518730c6c2c7 None None] ******************************************************************************** {{(pid=58314) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 21:24:43.519 | Apr 16 21:24:33 devstack nova-scheduler[58314]: DEBUG dbcounter [-] [58314] Writing DB stats nova_api:SELECT=7 {{(pid=58314) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.519 | Apr 16 21:24:33 devstack nova-scheduler[58314]: DEBUG dbcounter [-] [58314] Writing DB stats nova_cell1:SELECT=5 {{(pid=58314) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.519 | Apr 16 21:24:34 devstack nova-scheduler[58314]: DEBUG dbcounter [-] [58314] Writing DB stats nova_cell0:SELECT=3 {{(pid=58314) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.519 | Apr 16 21:24:39 devstack nova-scheduler[59325]: DEBUG dbcounter [-] [59325] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=59325) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.519 | Apr 16 21:24:39 devstack nova-scheduler[59328]: DEBUG dbcounter [-] [59328] Writing DB stats nova_cell1:SELECT=7 {{(pid=59328) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.521 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.523 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-16 21:24:43.532 | enabled 2025-04-16 21:24:43.535 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-16 21:24:43.547 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-16 21:24:43.547 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.547 | Active: active (running) since Wed 2025-04-16 21:24:23 UTC; 19s ago 2025-04-16 21:24:43.547 | Main PID: 58913 (uwsgi) 2025-04-16 21:24:43.547 | Status: "uWSGI is ready" 2025-04-16 21:24:43.547 | Tasks: 4 (limit: 19125) 2025-04-16 21:24:43.547 | Memory: 188.5M 2025-04-16 21:24:43.547 | CPU: 3.888s 2025-04-16 21:24:43.547 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-16 21:24:43.547 | ├─58913 "nova-api-metauWSGI master" 2025-04-16 21:24:43.547 | ├─58914 "nova-api-metauWSGI worker 1" 2025-04-16 21:24:43.547 | ├─58915 "nova-api-metauWSGI worker 2" 2025-04-16 21:24:43.547 | └─58916 "nova-api-metauWSGI http 1" 2025-04-16 21:24:43.547 | 2025-04-16 21:24:43.547 | Apr 16 21:24:25 devstack devstack@n-api-meta.service[58915]: INFO dbcounter [None req-2421266d-7820-4c07-95a4-f7c0671c3695 None None] Registered counter for database nova_cell1 2025-04-16 21:24:43.547 | Apr 16 21:24:25 devstack devstack@n-api-meta.service[58914]: INFO dbcounter [None req-a6bf3c17-24c7-4cc3-a343-299498a08322 None None] Registered counter for database nova_cell1 2025-04-16 21:24:43.547 | Apr 16 21:24:25 devstack devstack@n-api-meta.service[58914]: DEBUG oslo_db.sqlalchemy.engines [None req-a6bf3c17-24c7-4cc3-a343-299498a08322 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=58914) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:24:43.547 | Apr 16 21:24:25 devstack devstack@n-api-meta.service[58915]: DEBUG oslo_db.sqlalchemy.engines [None req-2421266d-7820-4c07-95a4-f7c0671c3695 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=58915) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:24:43.547 | Apr 16 21:24:25 devstack devstack@n-api-meta.service[58915]: DEBUG dbcounter [-] [58915] Writer thread running {{(pid=58915) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:24:43.547 | Apr 16 21:24:25 devstack devstack@n-api-meta.service[58914]: DEBUG dbcounter [-] [58914] Writer thread running {{(pid=58914) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:24:43.547 | Apr 16 21:24:25 devstack devstack@n-api-meta.service[58914]: WARNING nova.api.metadata.handler [None req-a6bf3c17-24c7-4cc3-a343-299498a08322 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 21:24:43.547 | Apr 16 21:24:25 devstack devstack@n-api-meta.service[58914]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x558ec7f4b100 pid: 58914 (default app) 2025-04-16 21:24:43.547 | Apr 16 21:24:25 devstack devstack@n-api-meta.service[58915]: WARNING nova.api.metadata.handler [None req-2421266d-7820-4c07-95a4-f7c0671c3695 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 21:24:43.547 | Apr 16 21:24:25 devstack devstack@n-api-meta.service[58915]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x558ec7f4b100 pid: 58915 (default app) 2025-04-16 21:24:43.549 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.551 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-16 21:24:43.561 | enabled 2025-04-16 21:24:43.563 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-16 21:24:43.574 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-16 21:24:43.574 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.574 | Active: active (running) since Wed 2025-04-16 21:23:56 UTC; 47s ago 2025-04-16 21:24:43.574 | Main PID: 54862 (uwsgi) 2025-04-16 21:24:43.574 | Status: "uWSGI is ready" 2025-04-16 21:24:43.574 | Tasks: 5 (limit: 19125) 2025-04-16 21:24:43.574 | Memory: 136.9M 2025-04-16 21:24:43.574 | CPU: 2.432s 2025-04-16 21:24:43.574 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-16 21:24:43.574 | ├─54862 "placementuWSGI master" 2025-04-16 21:24:43.574 | ├─54863 "placementuWSGI worker 1" 2025-04-16 21:24:43.574 | └─54864 "placementuWSGI worker 2" 2025-04-16 21:24:43.574 | 2025-04-16 21:24:43.574 | Apr 16 21:23:58 devstack devstack@placement-api.service[54864]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=54864) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2025-04-16 21:24:43.574 | Apr 16 21:23:58 devstack devstack@placement-api.service[54864]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x64d174578b70 pid: 54864 (default app) 2025-04-16 21:24:43.574 | Apr 16 21:24:07 devstack devstack@placement-api.service[54863]: DEBUG dbcounter [-] [54863] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=54863) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.574 | Apr 16 21:24:08 devstack devstack@placement-api.service[54864]: DEBUG dbcounter [-] [54864] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=54864) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.575 | Apr 16 21:24:23 devstack devstack@placement-api.service[54863]: DEBUG placement.requestlog [None req-f6e11eb8-e988-44b6-851e-d12be9f8d1de None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54863) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 21:24:43.575 | Apr 16 21:24:23 devstack devstack@placement-api.service[54863]: INFO placement.requestlog [None req-f6e11eb8-e988-44b6-851e-d12be9f8d1de None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 21:24:43.575 | Apr 16 21:24:23 devstack devstack@placement-api.service[54863]: [pid: 54863|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 21:24:23 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 21:24:43.575 | Apr 16 21:24:26 devstack devstack@placement-api.service[54864]: DEBUG placement.requestlog [None req-dc866c00-9a0a-471e-a3f3-6d920c8d06ad None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54864) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 21:24:43.575 | Apr 16 21:24:26 devstack devstack@placement-api.service[54864]: INFO placement.requestlog [None req-dc866c00-9a0a-471e-a3f3-6d920c8d06ad None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 21:24:43.575 | Apr 16 21:24:26 devstack devstack@placement-api.service[54864]: [pid: 54864|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 21:24:26 2025] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 21:24:43.577 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.579 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-16 21:24:43.587 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-16 21:24:43.590 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.592 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-16 21:24:43.601 | enabled 2025-04-16 21:24:43.604 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-16 21:24:43.615 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-16 21:24:43.615 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.615 | Active: active (running) since Wed 2025-04-16 21:24:36 UTC; 7s ago 2025-04-16 21:24:43.615 | Main PID: 62795 (uwsgi) 2025-04-16 21:24:43.615 | Status: "uWSGI is ready" 2025-04-16 21:24:43.615 | Tasks: 9 (limit: 19125) 2025-04-16 21:24:43.615 | Memory: 223.4M 2025-04-16 21:24:43.616 | CPU: 4.460s 2025-04-16 21:24:43.616 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-16 21:24:43.616 | ├─62795 "glance-apiuWSGI master" 2025-04-16 21:24:43.616 | ├─62797 "glance-apiuWSGI worker 1" 2025-04-16 21:24:43.616 | └─62798 "glance-apiuWSGI worker 2" 2025-04-16 21:24:43.616 | 2025-04-16 21:24:43.616 | Apr 16 21:24:40 devstack devstack@g-api.service[62797]: DEBUG glance.api.middleware.version_negotiation [None req-b3fe6d32-cafe-4424-b2ad-80839e727f62 None None] new path /v2/images/6e7bf233-3ffe-4b3b-a510-62353d0292a6/file {{(pid=62797) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-16 21:24:43.616 | Apr 16 21:24:40 devstack devstack@g-api.service[62797]: INFO dbcounter [None req-75606a6e-f45b-409d-b09f-277c78f80a53 admin admin] Registered counter for database glance 2025-04-16 21:24:43.616 | Apr 16 21:24:40 devstack devstack@g-api.service[62797]: DEBUG oslo_db.sqlalchemy.engines [None req-75606a6e-f45b-409d-b09f-277c78f80a53 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=62797) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:24:43.616 | Apr 16 21:24:40 devstack devstack@g-api.service[62797]: DEBUG dbcounter [-] [62797] Writer thread running {{(pid=62797) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 21:24:43.616 | Apr 16 21:24:40 devstack devstack@g-api.service[62797]: INFO glance.api.v2.image_data [None req-75606a6e-f45b-409d-b09f-277c78f80a53 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-16 21:24:43.616 | Apr 16 21:24:40 devstack devstack@g-api.service[62797]: DEBUG glance.location [None req-75606a6e-f45b-409d-b09f-277c78f80a53 admin admin] Enabling in-flight format inspection for vmdk {{(pid=62797) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-16 21:24:43.616 | Apr 16 21:24:40 devstack devstack@g-api.service[62797]: DEBUG glance_store._drivers.filesystem [None req-75606a6e-f45b-409d-b09f-277c78f80a53 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/6e7bf233-3ffe-4b3b-a510-62353d0292a6 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=62797) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-16 21:24:43.616 | Apr 16 21:24:40 devstack devstack@g-api.service[62797]: INFO glance.location [None req-75606a6e-f45b-409d-b09f-277c78f80a53 admin admin] Image format matched and virtual size computed: 117440512 2025-04-16 21:24:43.616 | Apr 16 21:24:40 devstack devstack@g-api.service[62797]: DEBUG glance_store.backend [None req-75606a6e-f45b-409d-b09f-277c78f80a53 admin admin] Skipping store.set_acls... not implemented. {{(pid=62797) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-16 21:24:43.616 | Apr 16 21:24:40 devstack devstack@g-api.service[62797]: [pid: 62797|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed Apr 16 21:24:40 2025] PUT /v2/images/6e7bf233-3ffe-4b3b-a510-62353d0292a6/file => generated 0 bytes in 756 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-16 21:24:43.618 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.620 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-16 21:24:43.629 | enabled 2025-04-16 21:24:43.632 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-16 21:24:43.644 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-16 21:24:43.644 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.644 | Active: active (running) since Wed 2025-04-16 21:24:31 UTC; 11s ago 2025-04-16 21:24:43.644 | Main PID: 61251 (cinder-schedule) 2025-04-16 21:24:43.644 | Tasks: 1 (limit: 19125) 2025-04-16 21:24:43.644 | Memory: 93.8M 2025-04-16 21:24:43.644 | CPU: 1.753s 2025-04-16 21:24:43.644 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-16 21:24:43.644 | └─61251 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-16 21:24:43.644 | 2025-04-16 21:24:43.644 | Apr 16 21:24:33 devstack cinder-scheduler[61251]: DEBUG oslo_service.service [None req-04b0381e-3887-441b-90e8-9569c033c608 None None] nova.token_auth_url = None {{(pid=61251) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.644 | Apr 16 21:24:33 devstack cinder-scheduler[61251]: DEBUG oslo_service.service [None req-04b0381e-3887-441b-90e8-9569c033c608 None None] ******************************************************************************** {{(pid=61251) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 21:24:43.644 | Apr 16 21:24:33 devstack cinder-scheduler[61251]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-16 21:24:43.644 | Apr 16 21:24:33 devstack cinder-scheduler[61251]: INFO cinder.manager [None req-e57ebb10-c639-41df-bfe9-2f6d65b71385 None None] Initiating service 1 cleanup 2025-04-16 21:24:43.644 | Apr 16 21:24:33 devstack cinder-scheduler[61251]: INFO cinder.manager [None req-e57ebb10-c639-41df-bfe9-2f6d65b71385 None None] Service 1 cleanup completed. 2025-04-16 21:24:43.644 | Apr 16 21:24:33 devstack cinder-scheduler[61251]: DEBUG cinder.service [None req-e57ebb10-c639-41df-bfe9-2f6d65b71385 None None] Creating RPC server for service cinder-scheduler {{(pid=61251) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 21:24:43.644 | Apr 16 21:24:33 devstack cinder-scheduler[61251]: DEBUG cinder.service [None req-e57ebb10-c639-41df-bfe9-2f6d65b71385 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61251) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 21:24:43.644 | Apr 16 21:24:37 devstack cinder-scheduler[61251]: DEBUG cinder.scheduler.host_manager [None req-57ffb56b-7da5-481c-80d3-6b250b11629c 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=61251) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-16 21:24:43.644 | Apr 16 21:24:37 devstack cinder-scheduler[61251]: DEBUG cinder.scheduler.host_manager [None req-57ffb56b-7da5-481c-80d3-6b250b11629c 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(2025, 4, 16, 21, 24, 37, 86591)} {{(pid=61251) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-16 21:24:43.644 | Apr 16 21:24:37 devstack cinder-scheduler[61251]: DEBUG cinder.utils [None req-57ffb56b-7da5-481c-80d3-6b250b11629c None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=61251) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-16 21:24:43.646 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.648 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-16 21:24:43.657 | enabled 2025-04-16 21:24:43.660 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-16 21:24:43.671 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-16 21:24:43.671 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.671 | Active: active (running) since Wed 2025-04-16 21:24:28 UTC; 14s ago 2025-04-16 21:24:43.671 | Main PID: 60715 (uwsgi) 2025-04-16 21:24:43.671 | Status: "uWSGI is ready" 2025-04-16 21:24:43.671 | Tasks: 7 (limit: 19125) 2025-04-16 21:24:43.671 | Memory: 213.5M 2025-04-16 21:24:43.671 | CPU: 4.699s 2025-04-16 21:24:43.671 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-16 21:24:43.671 | ├─60715 "cinder-apiuWSGI master" 2025-04-16 21:24:43.671 | ├─60716 "cinder-apiuWSGI worker 1" 2025-04-16 21:24:43.671 | └─60717 "cinder-apiuWSGI worker 2" 2025-04-16 21:24:43.671 | 2025-04-16 21:24:43.671 | Apr 16 21:24:34 devstack devstack@c-api.service[60717]: INFO cinder.api.openstack.wsgi [None req-41b7da63-6b35-4dc1-be2b-f590077918b9 admin admin] http://10.180.1.21/volume/v3/129da41d4b1a4202be57f86562f628cb/types returned with HTTP 200 2025-04-16 21:24:43.671 | Apr 16 21:24:34 devstack devstack@c-api.service[60717]: [pid: 60717|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Wed Apr 16 21:24:33 2025] POST /volume/v3/129da41d4b1a4202be57f86562f628cb/types => generated 182 bytes in 487 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-16 21:24:43.671 | Apr 16 21:24:34 devstack devstack@c-api.service[60716]: DEBUG cinder.api.middleware.request_id [req-41b7da63-6b35-4dc1-be2b-f590077918b9 req-676c3b58-5afc-41ca-9b16-276d1af8b046 None None] RequestId filter calling following filter/app {{(pid=60716) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-16 21:24:43.671 | Apr 16 21:24:34 devstack devstack@c-api.service[60716]: INFO cinder.api.openstack.wsgi [req-41b7da63-6b35-4dc1-be2b-f590077918b9 req-676c3b58-5afc-41ca-9b16-276d1af8b046 admin admin] POST http://10.180.1.21/volume/v3/129da41d4b1a4202be57f86562f628cb/types/ddf54172-f2d3-42ed-a41b-58aced3c8465/extra_specs 2025-04-16 21:24:43.671 | Apr 16 21:24:34 devstack devstack@c-api.service[60716]: DEBUG cinder.api.openstack.wsgi [req-41b7da63-6b35-4dc1-be2b-f590077918b9 req-676c3b58-5afc-41ca-9b16-276d1af8b046 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=60716) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-16 21:24:43.671 | Apr 16 21:24:34 devstack devstack@c-api.service[60716]: /opt/stack/data/venv/lib/python3.10/site-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. 2025-04-16 21:24:43.671 | Apr 16 21:24:34 devstack devstack@c-api.service[60716]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-16 21:24:43.671 | Apr 16 21:24:34 devstack devstack@c-api.service[60716]: DEBUG oslo_db.sqlalchemy.engines [req-41b7da63-6b35-4dc1-be2b-f590077918b9 req-676c3b58-5afc-41ca-9b16-276d1af8b046 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=60716) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 21:24:43.671 | Apr 16 21:24:34 devstack devstack@c-api.service[60716]: INFO cinder.api.openstack.wsgi [req-41b7da63-6b35-4dc1-be2b-f590077918b9 req-676c3b58-5afc-41ca-9b16-276d1af8b046 admin admin] http://10.180.1.21/volume/v3/129da41d4b1a4202be57f86562f628cb/types/ddf54172-f2d3-42ed-a41b-58aced3c8465/extra_specs returned with HTTP 200 2025-04-16 21:24:43.671 | Apr 16 21:24:34 devstack devstack@c-api.service[60716]: [pid: 60716|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed Apr 16 21:24:34 2025] POST /volume/v3/129da41d4b1a4202be57f86562f628cb/types/ddf54172-f2d3-42ed-a41b-58aced3c8465/extra_specs => generated 51 bytes in 434 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-16 21:24:43.674 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.676 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-16 21:24:43.685 | enabled 2025-04-16 21:24:43.688 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-16 21:24:43.699 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-16 21:24:43.699 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.699 | Active: active (running) since Wed 2025-04-16 21:24:32 UTC; 10s ago 2025-04-16 21:24:43.699 | Main PID: 62109 (cinder-volume) 2025-04-16 21:24:43.699 | Tasks: 3 (limit: 19125) 2025-04-16 21:24:43.699 | Memory: 242.8M 2025-04-16 21:24:43.699 | CPU: 4.219s 2025-04-16 21:24:43.699 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-16 21:24:43.699 | ├─62109 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 21:24:43.699 | └─62217 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 21:24:43.699 | 2025-04-16 21:24:43.699 | Apr 16 21:24:37 devstack cinder-volume[62217]: DEBUG cinder.image.image_utils [None req-57ffb56b-7da5-481c-80d3-6b250b11629c None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=62217) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-16 21:24:43.699 | Apr 16 21:24:37 devstack cinder-volume[62217]: INFO cinder.keymgr.migration [None req-de1673b2-9020-4c27-8870-e534424c02e5 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-16 21:24:43.699 | Apr 16 21:24:37 devstack cinder-volume[62217]: DEBUG cinder.manager [None req-57ffb56b-7da5-481c-80d3-6b250b11629c None None] Notifying Schedulers of capabilities ... {{(pid=62217) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-16 21:24:43.699 | Apr 16 21:24:37 devstack cinder-volume[62217]: INFO cinder.volume.manager [None req-57ffb56b-7da5-481c-80d3-6b250b11629c None None] Driver initialization completed successfully. 2025-04-16 21:24:43.699 | Apr 16 21:24:37 devstack cinder-volume[62217]: INFO cinder.manager [None req-57ffb56b-7da5-481c-80d3-6b250b11629c None None] Initiating service 2 cleanup 2025-04-16 21:24:43.699 | Apr 16 21:24:37 devstack cinder-volume[62217]: INFO cinder.manager [None req-57ffb56b-7da5-481c-80d3-6b250b11629c None None] Service 2 cleanup completed. 2025-04-16 21:24:43.699 | Apr 16 21:24:37 devstack cinder-volume[62217]: DEBUG cinder.service [None req-57ffb56b-7da5-481c-80d3-6b250b11629c None None] Creating RPC server for service cinder-volume {{(pid=62217) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 21:24:43.699 | Apr 16 21:24:37 devstack cinder-volume[62217]: DEBUG cinder.service [None req-57ffb56b-7da5-481c-80d3-6b250b11629c None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=62217) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 21:24:43.699 | Apr 16 21:24:37 devstack cinder-volume[62217]: INFO cinder.volume.manager [None req-57ffb56b-7da5-481c-80d3-6b250b11629c None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-16 21:24:43.699 | Apr 16 21:24:37 devstack cinder-volume[62217]: INFO cinder.volume.manager [None req-57ffb56b-7da5-481c-80d3-6b250b11629c None None] Driver post RPC initialization completed successfully. 2025-04-16 21:24:43.702 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.704 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-16 21:24:43.712 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-16 21:24:43.715 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.717 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-16 21:24:43.725 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-16 21:24:43.728 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.730 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-16 21:24:43.739 | enabled 2025-04-16 21:24:43.742 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-16 21:24:43.753 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-16 21:24:43.753 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.753 | Active: active (running) since Wed 2025-04-16 21:23:52 UTC; 51s ago 2025-04-16 21:24:43.753 | Main PID: 54180 (/opt/stack/data) 2025-04-16 21:24:43.753 | Tasks: 5 (limit: 19125) 2025-04-16 21:24:43.753 | Memory: 385.3M 2025-04-16 21:24:43.753 | CPU: 10.366s 2025-04-16 21:24:43.753 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-16 21:24:43.753 | ├─54180 "/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2025-04-16 21:24:43.753 | ├─54283 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 21:24:43.753 | ├─54284 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 21:24:43.753 | ├─54285 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 21:24:43.753 | └─54286 "neutron-server: periodic worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 21:24:43.753 | 2025-04-16 21:24:43.753 | Apr 16 21:24:29 devstack neutron-server[54284]: DEBUG dbcounter [-] [54284] Writing DB stats neutron:SELECT=190,neutron:UPDATE=2,neutron:INSERT=4 {{(pid=54284) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.753 | Apr 16 21:24:29 devstack neutron-server[54284]: DEBUG dbcounter [-] [54284] Writing DB stats neutron:SELECT=209,neutron:INSERT=3,neutron:UPDATE=4 {{(pid=54284) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.753 | Apr 16 21:24:31 devstack neutron-server[54283]: DEBUG dbcounter [-] [54283] Writing DB stats neutron:SELECT=365,neutron:INSERT=26,neutron:DELETE=7,neutron:UPDATE=8 {{(pid=54283) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.753 | Apr 16 21:24:31 devstack neutron-server[54283]: DEBUG dbcounter [-] [54283] Writing DB stats neutron:SELECT=394,neutron:INSERT=35,neutron:UPDATE=7,neutron:DELETE=3 {{(pid=54283) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.753 | Apr 16 21:24:31 devstack neutron-server[54285]: DEBUG neutron_lib.callbacks.manager [None req-b67f651f-e96c-4441-ae73-e67ce4bfe517 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7882552800127', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-796031'] for agent (8891001f-17fc-4fb7-9c33-22b258e7884c), after_update {{(pid=54285) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 21:24:43.753 | Apr 16 21:24:32 devstack neutron-server[54285]: DEBUG neutron_lib.callbacks.manager [None req-14bf83e3-da87-4d41-b31f-042e3dd8df8c None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7882552800127', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-796031'] for agent (95dcd0d2-5e9d-483b-89bf-89bf299f342d), after_update {{(pid=54285) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 21:24:43.753 | Apr 16 21:24:33 devstack neutron-server[54285]: DEBUG neutron_lib.callbacks.manager [None req-25cdbdd7-7de2-40c1-8104-581c0ba0e0d0 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7882552800127', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-796031'] for agent (0c044208-948a-46d2-a1f5-8bbee0460680), after_update {{(pid=54285) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 21:24:43.754 | Apr 16 21:24:33 devstack neutron-server[54285]: DEBUG neutron_lib.callbacks.manager [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7882552800127', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-796031'] for agent (2ef9b5db-798b-4a81-9994-4d815fae3728), after_update {{(pid=54285) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 21:24:43.754 | Apr 16 21:24:43 devstack neutron-server[54285]: DEBUG dbcounter [-] [54285] Writing DB stats neutron:SELECT=566,neutron:INSERT=9,neutron:UPDATE=11 {{(pid=54285) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.754 | Apr 16 21:24:43 devstack neutron-server[54285]: DEBUG dbcounter [-] [54285] Writing DB stats neutron:SELECT=550,neutron:INSERT=5,neutron:UPDATE=10 {{(pid=54285) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 21:24:43.756 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.759 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-16 21:24:43.767 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-16 21:24:43.770 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.772 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-16 21:24:43.780 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-16 21:24:43.783 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.785 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-16 21:24:43.794 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-16 21:24:43.797 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.799 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-16 21:24:43.807 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-16 21:24:43.810 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.812 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-16 21:24:43.822 | enabled 2025-04-16 21:24:43.825 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-16 21:24:43.836 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-16 21:24:43.836 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.836 | Active: active (running) since Wed 2025-04-16 21:23:58 UTC; 45s ago 2025-04-16 21:24:43.836 | Main PID: 55392 (neutron-openvsw) 2025-04-16 21:24:43.836 | Tasks: 4 (limit: 19125) 2025-04-16 21:24:43.836 | Memory: 153.2M 2025-04-16 21:24:43.836 | CPU: 3.760s 2025-04-16 21:24:43.836 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-16 21:24:43.836 | ├─55392 "neutron-openvswitch-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 21:24:43.836 | ├─56952 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmp3qp2m77t/privsep.sock 2025-04-16 21:24:43.836 | └─56956 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-16 21:24:43.836 | 2025-04-16 21:24:43.836 | Apr 16 21:24:41 devstack neutron-openvswitch-agent[55392]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-90ab7776-6fc9-4783-8ea2-e384c9dbd7ac None None] Agent rpc_loop - iteration:18 started 2025-04-16 21:24:43.836 | Apr 16 21:24:41 devstack neutron-openvswitch-agent[55392]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-90ab7776-6fc9-4783-8ea2-e384c9dbd7ac None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xed4ed9d1,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=4679849672859579757,duration_nsec=244000000,duration_sec=39,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=55392) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 21:24:43.836 | Apr 16 21:24:41 devstack neutron-openvswitch-agent[55392]: DEBUG neutron.agent.linux.utils [None req-90ab7776-6fc9-4783-8ea2-e384c9dbd7ac None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56956. {{(pid=55392) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 21:24:43.836 | Apr 16 21:24:41 devstack neutron-openvswitch-agent[55392]: DEBUG neutron.agent.common.ovsdb_monitor [None req-90ab7776-6fc9-4783-8ea2-e384c9dbd7ac None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55392) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 21:24:43.836 | Apr 16 21:24:41 devstack neutron-openvswitch-agent[55392]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-90ab7776-6fc9-4783-8ea2-e384c9dbd7ac None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-16 21:24:43.836 | Apr 16 21:24:43 devstack neutron-openvswitch-agent[55392]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-90ab7776-6fc9-4783-8ea2-e384c9dbd7ac None None] Agent rpc_loop - iteration:19 started 2025-04-16 21:24:43.836 | Apr 16 21:24:43 devstack neutron-openvswitch-agent[55392]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-90ab7776-6fc9-4783-8ea2-e384c9dbd7ac None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xed4ed9d3,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=4679849672859579757,duration_nsec=245000000,duration_sec=41,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=55392) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 21:24:43.836 | Apr 16 21:24:43 devstack neutron-openvswitch-agent[55392]: DEBUG neutron.agent.linux.utils [None req-90ab7776-6fc9-4783-8ea2-e384c9dbd7ac None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 56956. {{(pid=55392) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 21:24:43.836 | Apr 16 21:24:43 devstack neutron-openvswitch-agent[55392]: DEBUG neutron.agent.common.ovsdb_monitor [None req-90ab7776-6fc9-4783-8ea2-e384c9dbd7ac None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55392) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 21:24:43.836 | Apr 16 21:24:43 devstack neutron-openvswitch-agent[55392]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-90ab7776-6fc9-4783-8ea2-e384c9dbd7ac None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-04-16 21:24:43.839 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.841 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-16 21:24:43.850 | enabled 2025-04-16 21:24:43.853 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-16 21:24:43.864 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-16 21:24:43.864 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.864 | Active: active (running) since Wed 2025-04-16 21:23:59 UTC; 44s ago 2025-04-16 21:24:43.864 | Main PID: 55837 (neutron-dhcp-ag) 2025-04-16 21:24:43.864 | Tasks: 13 (limit: 19125) 2025-04-16 21:24:43.864 | Memory: 400.1M 2025-04-16 21:24:43.864 | CPU: 8.643s 2025-04-16 21:24:43.864 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-16 21:24:43.864 | ├─55837 "neutron-dhcp-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2025-04-16 21:24:43.864 | ├─57196 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp96f59pqg/privsep.sock 2025-04-16 21:24:43.864 | ├─57236 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpggqu_0op/privsep.sock 2025-04-16 21:24:43.864 | ├─57297 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmp1pqa8qkh/privsep.sock 2025-04-16 21:24:43.864 | ├─57386 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 21:24:43.864 | ├─57387 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 21:24:43.864 | └─57428 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/5540ea91-dad2-4e6c-a19a-e77b1e0c58fa/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/5540ea91-dad2-4e6c-a19a-e77b1e0c58fa/host --addn-hosts=/opt/stack/data/neutron/dhcp/5540ea91-dad2-4e6c-a19a-e77b1e0c58fa/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/5540ea91-dad2-4e6c-a19a-e77b1e0c58fa/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/5540ea91-dad2-4e6c-a19a-e77b1e0c58fa/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-15dd8a07-3f7c-4c25-9f2f-3ee70efe4298,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2025-04-16 21:24:43.864 | 2025-04-16 21:24:43.864 | Apr 16 21:24:16 devstack neutron-dhcp-agent[55837]: INFO neutron.agent.dhcp.agent [None req-f7748224-9bf1-4a00-8be4-2a717296674a None None] DHCP configuration for ports {'b391fdda-e2fa-496a-a8b4-e1c9ef3ebf81'} is completed 2025-04-16 21:24:43.864 | Apr 16 21:24:17 devstack neutron-dhcp-agent[55837]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '545f6e42-7d78-439e-b25c-7c4db313365c'}, 'priority': 0},) {} {{(pid=55837) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 21:24:43.864 | Apr 16 21:24:17 devstack neutron-dhcp-agent[55837]: DEBUG oslo_concurrency.lockutils [None req-1231bdde-8dda-4969-a12d-21408848bdbc None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55837) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 21:24:43.864 | Apr 16 21:24:17 devstack neutron-dhcp-agent[55837]: DEBUG oslo_concurrency.lockutils [None req-1231bdde-8dda-4969-a12d-21408848bdbc None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55837) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 21:24:43.864 | Apr 16 21:24:17 devstack neutron-dhcp-agent[55837]: DEBUG oslo_concurrency.lockutils [None req-1231bdde-8dda-4969-a12d-21408848bdbc None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55837) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 21:24:43.864 | Apr 16 21:24:17 devstack neutron-dhcp-agent[55837]: DEBUG neutron.agent.dhcp.agent [None req-1231bdde-8dda-4969-a12d-21408848bdbc None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'fe58fa59-6df9-419a-89ff-57e00a00ecd1', 'name': 'public-subnet', 'tenant_id': '129da41d4b1a4202be57f86562f628cb', 'network_id': '545f6e42-7d78-439e-b25c-7c4db313365c', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 24, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2025-04-16T21:24:17Z', 'updated_at': '2025-04-16T21:24:17Z', 'revision_number': 0, 'project_id': '129da41d4b1a4202be57f86562f628cb', 'network': {'id': '545f6e42-7d78-439e-b25c-7c4db313365c', 'name': 'public', 'tenant_id': '129da41d4b1a4202be57f86562f628cb', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['fe58fa59-6df9-419a-89ff-57e00a00ecd1'], 'standard_attr_id': 21, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-04-16T21:24:14Z', 'updated_at': '2025-04-16T21:24:17Z', 'revision_number': 2, 'project_id': '129da41d4b1a4202be57f86562f628cb', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=55837) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 21:24:43.864 | Apr 16 21:24:17 devstack neutron-dhcp-agent[55837]: DEBUG oslo_concurrency.lockutils [None req-665098d7-0e18-4a8d-91ab-1e5790f592e2 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55837) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 21:24:43.864 | Apr 16 21:24:17 devstack neutron-dhcp-agent[55837]: DEBUG oslo_concurrency.lockutils [None req-665098d7-0e18-4a8d-91ab-1e5790f592e2 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55837) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 21:24:43.864 | Apr 16 21:24:17 devstack neutron-dhcp-agent[55837]: DEBUG oslo_concurrency.lockutils [None req-665098d7-0e18-4a8d-91ab-1e5790f592e2 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55837) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 21:24:43.864 | Apr 16 21:24:19 devstack neutron-dhcp-agent[55837]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=55837) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 21:24:43.867 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.869 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-16 21:24:43.879 | enabled 2025-04-16 21:24:43.882 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-16 21:24:43.892 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-16 21:24:43.892 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.892 | Active: active (running) since Wed 2025-04-16 21:24:00 UTC; 43s ago 2025-04-16 21:24:43.892 | Main PID: 56296 (neutron-l3-agen) 2025-04-16 21:24:43.892 | Tasks: 22 (limit: 19125) 2025-04-16 21:24:43.892 | Memory: 405.2M 2025-04-16 21:24:43.892 | CPU: 8.656s 2025-04-16 21:24:43.892 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-16 21:24:43.893 | ├─56296 "neutron-l3-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2025-04-16 21:24:43.893 | ├─56960 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmp9wuydsh3/privsep.sock 2025-04-16 21:24:43.893 | ├─57608 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmptvvpx1kq/privsep.sock 2025-04-16 21:24:43.893 | ├─57620 /opt/stack/data/venv/bin/python /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmp6z74ebo0/privsep.sock 2025-04-16 21:24:43.893 | ├─57832 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 21:24:43.893 | ├─57838 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 21:24:43.893 | └─58102 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/63184421-5a4e-4944-9e67-3785ed4d4b09.conf 2025-04-16 21:24:43.893 | 2025-04-16 21:24:43.893 | Apr 16 21:24:23 devstack neutron-l3-agent[56296]: DEBUG oslo.privsep.daemon [-] privsep: reply[042d0b52-6e7d-429e-ae4a-cdb801c340b5]: (4, ('ARPING 10.180.180.230 from 10.180.180.230 qg-e29efa18-6b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57608) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:24:43.893 | Apr 16 21:24:24 devstack neutron-l3-agent[56296]: DEBUG oslo.privsep.daemon [-] privsep: reply[312869c4-26c9-48e6-a08e-c34b351cc4f8]: (4, ('ARPING 10.180.180.230 from 10.180.180.230 qg-e29efa18-6b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57608) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:24:43.893 | Apr 16 21:24:26 devstack neutron-l3-agent[56296]: DEBUG oslo.privsep.daemon [-] privsep: reply[cb8a1c4f-66c0-4207-be62-73315f0bc899]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-b391fdda-e2\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57608) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:24:43.893 | Apr 16 21:24:27 devstack neutron-l3-agent[56296]: DEBUG oslo.privsep.daemon [-] privsep: reply[a0c8f6b7-c217-4d8f-b86b-ae0f0c687582]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-b391fdda-e2\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57608) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:24:43.893 | Apr 16 21:24:27 devstack neutron-l3-agent[56296]: DEBUG oslo.privsep.daemon [-] privsep: reply[aba41dd4-0510-4900-b282-d3394322d96a]: (4, ('ARPING 10.180.180.230 from 10.180.180.230 qg-e29efa18-6b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57608) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:24:43.893 | Apr 16 21:24:28 devstack neutron-l3-agent[56296]: DEBUG oslo.privsep.daemon [-] privsep: reply[88173ced-9a25-4d59-abba-15598f2ab983]: (4, ('ARPING 10.180.180.230 from 10.180.180.230 qg-e29efa18-6b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57608) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:24:43.893 | Apr 16 21:24:30 devstack neutron-l3-agent[56296]: DEBUG oslo.privsep.daemon [-] privsep: reply[0964aa7b-7a8b-4c07-979a-a7b6c5207a50]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-b391fdda-e2\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57608) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:24:43.893 | Apr 16 21:24:31 devstack neutron-l3-agent[56296]: DEBUG oslo.privsep.daemon [-] privsep: reply[886cef93-426a-460e-80b9-7022624ae510]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-b391fdda-e2\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57608) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:24:43.893 | Apr 16 21:24:32 devstack neutron-l3-agent[56296]: DEBUG oslo.privsep.daemon [-] privsep: reply[23407672-892b-448c-a916-9c3b0fb4531c]: (4, ('ARPING 10.180.180.230 from 10.180.180.230 qg-e29efa18-6b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57608) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:24:43.893 | Apr 16 21:24:33 devstack neutron-l3-agent[56296]: DEBUG oslo.privsep.daemon [-] privsep: reply[6c5f37e1-f4b0-4287-b7a2-90f11c8a9c18]: (4, ('ARPING 10.180.180.230 from 10.180.180.230 qg-e29efa18-6b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57608) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 21:24:43.896 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 21:24:43.898 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-16 21:24:43.907 | enabled 2025-04-16 21:24:43.910 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-16 21:24:43.921 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-16 21:24:43.921 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-16 21:24:43.921 | Active: active (running) since Wed 2025-04-16 21:24:01 UTC; 42s ago 2025-04-16 21:24:43.921 | Main PID: 56740 (neutron-metadat) 2025-04-16 21:24:43.921 | Tasks: 3 (limit: 19125) 2025-04-16 21:24:43.921 | Memory: 117.1M 2025-04-16 21:24:43.921 | CPU: 1.900s 2025-04-16 21:24:43.921 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-16 21:24:43.921 | ├─56740 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 21:24:43.921 | ├─56946 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 21:24:43.921 | └─56947 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 21:24:43.921 | 2025-04-16 21:24:43.921 | Apr 16 21:24:03 devstack neutron-metadata-agent[56740]: DEBUG oslo_service.service [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=56740) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.921 | Apr 16 21:24:03 devstack neutron-metadata-agent[56740]: DEBUG oslo_service.service [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=56740) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.921 | Apr 16 21:24:03 devstack neutron-metadata-agent[56740]: DEBUG oslo_service.service [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=56740) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.921 | Apr 16 21:24:03 devstack neutron-metadata-agent[56740]: DEBUG oslo_service.service [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=56740) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.921 | Apr 16 21:24:03 devstack neutron-metadata-agent[56740]: DEBUG oslo_service.service [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] oslo_messaging_rabbit.ssl_version = {{(pid=56740) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.921 | Apr 16 21:24:03 devstack neutron-metadata-agent[56740]: DEBUG oslo_service.service [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] oslo_messaging_notifications.driver = [] {{(pid=56740) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.921 | Apr 16 21:24:03 devstack neutron-metadata-agent[56740]: DEBUG oslo_service.service [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] oslo_messaging_notifications.retry = -1 {{(pid=56740) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.921 | Apr 16 21:24:03 devstack neutron-metadata-agent[56740]: DEBUG oslo_service.service [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=56740) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.921 | Apr 16 21:24:03 devstack neutron-metadata-agent[56740]: DEBUG oslo_service.service [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] oslo_messaging_notifications.transport_url = **** {{(pid=56740) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 21:24:43.921 | Apr 16 21:24:03 devstack neutron-metadata-agent[56740]: DEBUG oslo_service.service [None req-1d161511-d100-45c5-aaae-5a0d0ffd0f21 None None] ******************************************************************************** {{(pid=56740) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 21:24:43.924 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-16 21:24:43.938 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:43.940 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-16 21:24:43.954 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:24:43.956 | + stack.sh:main:1468 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2025-04-16 21:24:43.958 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:24:43.960 | + stack.sh:echo_summary:461 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2025-04-16 21:24:43.962 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-16 21:24:44.416 | 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. 2025-04-16 21:24:45.897 | +--------------------------------------------------------------------+ 2025-04-16 21:24:45.897 | | Upgrade Check Results | 2025-04-16 21:24:45.897 | +--------------------------------------------------------------------+ 2025-04-16 21:24:45.897 | | Check: Cells v2 | 2025-04-16 21:24:45.897 | | Result: Success | 2025-04-16 21:24:45.897 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-16 21:24:45.897 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-16 21:24:45.897 | | compute hosts are deployed. | 2025-04-16 21:24:45.897 | +--------------------------------------------------------------------+ 2025-04-16 21:24:45.897 | | Check: Placement API | 2025-04-16 21:24:45.897 | | Result: Success | 2025-04-16 21:24:45.897 | | Details: None | 2025-04-16 21:24:45.897 | +--------------------------------------------------------------------+ 2025-04-16 21:24:45.897 | | Check: Cinder API | 2025-04-16 21:24:45.897 | | Result: Success | 2025-04-16 21:24:45.897 | | Details: None | 2025-04-16 21:24:45.897 | +--------------------------------------------------------------------+ 2025-04-16 21:24:45.897 | | Check: Policy File JSON to YAML Migration | 2025-04-16 21:24:45.897 | | Result: Success | 2025-04-16 21:24:45.897 | | Details: None | 2025-04-16 21:24:45.897 | +--------------------------------------------------------------------+ 2025-04-16 21:24:45.897 | | Check: Older than N-1 computes | 2025-04-16 21:24:45.897 | | Result: Success | 2025-04-16 21:24:45.897 | | Details: None | 2025-04-16 21:24:45.897 | +--------------------------------------------------------------------+ 2025-04-16 21:24:45.897 | | Check: hw_machine_type unset | 2025-04-16 21:24:45.897 | | Result: Success | 2025-04-16 21:24:45.897 | | Details: None | 2025-04-16 21:24:45.897 | +--------------------------------------------------------------------+ 2025-04-16 21:24:45.897 | | Check: Service User Token Configuration | 2025-04-16 21:24:45.897 | | Result: Success | 2025-04-16 21:24:45.897 | | Details: None | 2025-04-16 21:24:45.897 | +--------------------------------------------------------------------+ 2025-04-16 21:24:46.202 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-16 21:24:46.205 | + stack.sh:main:1493 : command openstack complete 2025-04-16 21:24:46.205 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-16 21:24:47.505 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-16 21:24:47.520 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:47.522 | + stack.sh:main:1498 : is_ubuntu 2025-04-16 21:24:47.524 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 21:24:47.526 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 21:24:47.528 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-16 21:24:47.530 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:24:47.532 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-16 21:24:47.534 | + stack.sh:main:1500 : set_lvm_filter 2025-04-16 21:24:47.536 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-16 21:24:47.538 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-16 21:24:47.540 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-16 21:24:47.542 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-16 21:24:47.544 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-16 21:24:47.546 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-16 21:24:47.588 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 21:24:47.590 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-16 21:24:47.592 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-16 21:24:47.604 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-16 21:24:47.614 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 21:24:47.616 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:24:47.619 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-16 21:24:47.621 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-16 21:24:47.623 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 21:24:47.625 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-16 21:24:47.627 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 21:24:47.629 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 21:24:47.631 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 21:24:47.633 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 21:24:47.635 | + functions-common:run_phase:1838 : local extra 2025-04-16 21:24:47.638 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 21:24:47.641 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 21:24:47.644 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 21:24:47.646 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 21:24:47.648 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-16 21:24:47.650 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 21:24:47.663 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:47.665 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:24:47.666 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:47.668 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 21:24:47.670 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:47.672 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 21:24:47.674 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:47.676 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 21:24:47.678 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:47.680 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 21:24:47.682 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:24:47.684 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 21:24:47.686 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-16 21:24:47.721 | [3500 Async install_tempest:34197]: Waiting for completion of install_tempest running on PID 34197 (1 other jobs running) 2025-04-16 21:24:47.738 | [3500 Async install_tempest:34197]: Signaling child to exit 2025-04-16 21:24:47.738 | WAKEUP 2025-04-16 21:24:47.753 | [3500 Async install_tempest:34197]: Signaled 2025-04-16 21:24:47.754 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-16 21:24:47.754 | +++ functions-common:git_clone:576 : pwd 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 21:24:47.754 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:593 : echo master 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 21:24:47.754 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 21:24:47.754 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 21:24:47.754 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 21:24:47.754 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:24:47.754 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 21:24:47.754 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:24:47.754 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:24:47.754 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:47.754 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:47.754 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:47.754 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744838484017 2025-04-16 21:24:47.754 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 21:24:47.754 | Cloning into '/opt/stack//tempest'... 2025-04-16 21:24:47.754 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:24:47.754 | ++ functions-common:time_stop:2400 : local name 2025-04-16 21:24:47.754 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2403 : local total 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2407 : start_time=1744838484017 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2409 : [[ -z 1744838484017 ]] 2025-04-16 21:24:47.755 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2412 : end_time=1744838486016 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2413 : elapsed_time=1999 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2414 : total=42782 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44781 2025-04-16 21:24:47.755 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-16 21:24:47.755 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:24:47.755 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:24:47.755 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:47.755 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:47.755 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:47.755 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744838486045 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-16 21:24:47.755 | From https://opendev.org/openstack/tempest 2025-04-16 21:24:47.755 | * branch master -> FETCH_HEAD 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2400 : local name 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2403 : local total 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2407 : start_time=1744838486045 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2409 : [[ -z 1744838486045 ]] 2025-04-16 21:24:47.755 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2412 : end_time=1744838486925 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2413 : elapsed_time=880 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2414 : total=44781 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=45661 2025-04-16 21:24:47.755 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 21:24:47.755 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 21:24:47.755 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 21:24:47.755 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 21:24:47.755 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 21:24:47.755 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744838486953 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 21:24:47.755 | Note: switching to 'FETCH_HEAD'. 2025-04-16 21:24:47.755 | 2025-04-16 21:24:47.755 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 21:24:47.755 | changes and commit them, and you can discard any commits you make in this 2025-04-16 21:24:47.755 | state without impacting any branches by switching back to a branch. 2025-04-16 21:24:47.755 | 2025-04-16 21:24:47.755 | If you want to create a new branch to retain commits you create, you may 2025-04-16 21:24:47.755 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 21:24:47.755 | 2025-04-16 21:24:47.755 | git switch -c 2025-04-16 21:24:47.755 | 2025-04-16 21:24:47.755 | Or undo this operation with: 2025-04-16 21:24:47.755 | 2025-04-16 21:24:47.755 | git switch - 2025-04-16 21:24:47.755 | 2025-04-16 21:24:47.755 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 21:24:47.755 | 2025-04-16 21:24:47.755 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 21:24:47.755 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2400 : local name 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2403 : local total 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2407 : start_time=1744838486953 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2409 : [[ -z 1744838486953 ]] 2025-04-16 21:24:47.755 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2412 : end_time=1744838487051 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2413 : elapsed_time=98 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2414 : total=45661 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:47.755 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=45759 2025-04-16 21:24:47.755 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-16 21:24:47.755 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-16 21:24:47.755 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-16 21:24:47.755 | ++ functions-common:git_clone:656 : head -1 2025-04-16 21:24:47.755 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 21:24:47.755 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 21:24:47.755 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-16 21:24:47.755 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-16 21:24:47.755 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2025-04-16 21:24:47.755 | Collecting tox!=2.8.0,<4.0.0 2025-04-16 21:24:47.755 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-16 21:24:47.755 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 21:24:47.755 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 21:24:47.755 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-04-16 21:24:47.755 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 21:24:47.755 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 21:24:47.755 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-16 21:24:47.755 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-16 21:24:47.755 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2025-04-16 21:24:47.755 | 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 (from tox!=2.8.0,<4.0.0) 2025-04-16 21:24:47.755 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-16 21:24:47.755 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-16 21:24:47.755 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 21:24:47.755 | Collecting distlib<1,>=0.3.6 (from 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->tox!=2.8.0,<4.0.0) 2025-04-16 21:24:47.755 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-16 21:24:47.755 | Collecting platformdirs<4,>=3.2 (from 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->tox!=2.8.0,<4.0.0) 2025-04-16 21:24:47.755 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-16 21:24:47.755 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-16 21:24:47.755 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-16 21:24:47.755 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-16 21:24:47.755 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-16 21:24:47.755 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-16 21:24:47.755 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-16 21:24:47.755 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-16 21:24:47.756 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-16 21:24:47.756 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-16 21:24:47.756 | Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.22.0 2025-04-16 21:24:47.756 | ++ inc/python:pip_install:222 : result=0 2025-04-16 21:24:47.756 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2400 : local name 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2403 : local total 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2407 : start_time=1744838487094 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2409 : [[ -z 1744838487094 ]] 2025-04-16 21:24:47.756 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2412 : end_time=1744838490247 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2413 : elapsed_time=3153 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2414 : total=85240 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:47.756 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=88393 2025-04-16 21:24:47.756 | ++ inc/python:pip_install:225 : return 0 2025-04-16 21:24:47.756 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-16 21:24:47.756 | ~/tempest ~/devstack 2025-04-16 21:24:47.756 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-16 21:24:47.756 | Switched to branch 'master' 2025-04-16 21:24:47.756 | Your branch is up to date with 'origin/master'. 2025-04-16 21:24:47.756 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-16 21:24:47.756 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 21:24:47.756 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.SB68hWogAd 2025-04-16 21:24:47.756 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.SB68hWogAd 2025-04-16 21:24:47.756 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 21:24:47.756 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.SB68hWogAd 2025-04-16 21:24:47.756 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 21:24:47.756 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 21:24:47.756 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 21:24:47.756 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 21:24:47.756 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 21:24:47.756 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 21:24:47.756 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 21:24:47.756 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-16 21:24:47.756 | full create: /opt/stack/tempest/.tox/tempest 2025-04-16 21:24:47.756 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 21:24:47.756 | full develop-inst: /opt/stack/tempest 2025-04-16 21:24:47.756 | full installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 21:24:47.756 | ___________________________________ summary ____________________________________ 2025-04-16 21:24:47.756 | full: skipped tests 2025-04-16 21:24:47.756 | congratulations :) 2025-04-16 21:24:47.756 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.SB68hWogAd -r requirements.txt 2025-04-16 21:24:47.756 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-16 21:24:47.756 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-16 21:24:47.756 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-16 21:24:47.756 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-16 21:24:47.756 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-16 21:24:47.756 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-16 21:24:47.756 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-16 21:24:47.756 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-16 21:24:47.756 | 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 2)) (0.5.2) 2025-04-16 21:24:47.756 | 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 2)) (2.5.11) 2025-04-16 21:24:47.756 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-16 21:24:47.756 | 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 3)) (2024.10.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-16 21:24:47.756 | 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 3)) (0.23.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-16 21:24:47.756 | 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 8)) (6.5.1) 2025-04-16 21:24:47.756 | 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 9)) (2.0.0) 2025-04-16 21:24:47.756 | 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 9)) (2.32.3) 2025-04-16 21:24:47.756 | 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 10)) (5.7.1) 2025-04-16 21:24:47.756 | 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 10)) (2.9.0.post0) 2025-04-16 21:24:47.756 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-16 21:24:47.756 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-16 21:24:47.756 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-16 21:24:47.756 | 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 12)) (1.1.0) 2025-04-16 21:24:47.756 | 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 12)) (2025.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-16 21:24:47.756 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-16 21:24:47.756 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-16 21:24:47.756 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-16 21:24:47.756 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-16 21:24:47.756 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-16 21:24:47.756 | 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 10)) (1.17.0) 2025-04-16 21:24:47.756 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-16 21:24:47.756 | 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 9)) (3.4.1) 2025-04-16 21:24:47.757 | 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 9)) (3.10) 2025-04-16 21:24:47.757 | 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 9)) (2025.1.31) 2025-04-16 21:24:47.757 | WARNING: There was an error checking the latest version of pip. 2025-04-16 21:24:47.757 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-16 21:24:47.757 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.SB68hWogAd 2025-04-16 21:24:47.757 | ++ lib/tempest:install_tempest:882 : popd 2025-04-16 21:24:47.757 | ~/devstack 2025-04-16 21:24:47.784 | [3500 Async install_tempest:34197]: finished install_tempest with result 0 in 21 seconds 2025-04-16 21:24:47.787 | ++ inc/async:async_wait:197 : return 0 2025-04-16 21:24:47.789 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-16 21:24:47.792 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:24:47.794 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-16 21:24:47.796 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-16 21:24:47.798 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-16 21:24:47.799 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-16 21:24:47.801 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-16 21:24:47.803 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-16 21:24:47.805 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-16 21:24:47.807 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-16 21:24:47.808 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 21:24:47.811 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-16 21:24:47.812 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 21:24:47.815 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-16 21:24:47.816 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-16 21:24:47.818 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-16 21:24:47.820 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-16 21:24:47.821 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-16 21:24:47.836 | Using python 3.10 to install testrepository 2025-04-16 21:24:47.838 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2025-04-16 21:24:48.859 | Collecting testrepository 2025-04-16 21:24:48.859 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-16 21:24:48.891 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-16 21:24:48.892 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2025-04-16 21:24:48.892 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-04-16 21:24:48.897 | Requirement already satisfied: extras in /opt/stack/data/venv/lib/python3.10/site-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-04-16 21:24:48.902 | Requirement already satisfied: pbr>=0.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools>=0.9.30->testrepository) (5.11.1) 2025-04-16 21:24:49.957 | Installing collected packages: testrepository 2025-04-16 21:24:50.065 | Successfully installed testrepository-0.0.20 2025-04-16 21:24:50.193 | ++ inc/python:pip_install:222 : result=0 2025-04-16 21:24:50.194 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 21:24:50.196 | ++ functions-common:time_stop:2400 : local name 2025-04-16 21:24:50.198 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 21:24:50.200 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 21:24:50.201 | ++ functions-common:time_stop:2403 : local total 2025-04-16 21:24:50.203 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 21:24:50.205 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 21:24:50.207 | ++ functions-common:time_stop:2407 : start_time=1744838687833 2025-04-16 21:24:50.208 | ++ functions-common:time_stop:2409 : [[ -z 1744838687833 ]] 2025-04-16 21:24:50.210 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 21:24:50.214 | ++ functions-common:time_stop:2412 : end_time=1744838690212 2025-04-16 21:24:50.216 | ++ functions-common:time_stop:2413 : elapsed_time=2379 2025-04-16 21:24:50.217 | ++ functions-common:time_stop:2414 : total=101537 2025-04-16 21:24:50.219 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 21:24:50.221 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=103916 2025-04-16 21:24:50.222 | ++ inc/python:pip_install:225 : return 0 2025-04-16 21:24:50.224 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-16 21:24:50.226 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-16 21:24:50.228 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-16 21:24:50.230 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-16 21:24:50.232 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-16 21:24:50.233 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-16 21:24:50.235 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-16 21:24:50.237 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-16 21:24:50.239 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-16 21:24:50.240 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-16 21:24:50.242 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-16 21:24:50.244 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-16 21:24:50.246 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-16 21:24:50.248 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-16 21:24:50.250 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-16 21:24:50.251 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-16 21:24:50.253 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-16 21:24:50.255 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-16 21:24:50.255 | ' 2025-04-16 21:24:50.257 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-16 21:24:50.259 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-16 21:24:50.272 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:50.274 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-16 21:24:50.275 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-16 21:24:50.277 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-16 21:24:50.279 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-16 21:24:50.282 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 21:24:50.282 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-16 21:24:50.282 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-16 21:24:51.464 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:51.466 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-16 21:24:51.468 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-16 21:24:51.470 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 21:24:51.471 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-16 21:24:51.473 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-16 21:24:51.475 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-16 21:24:51.477 | ++ lib/tempest:configure_tempest:251 : image_uuid=6e7bf233-3ffe-4b3b-a510-62353d0292a6 2025-04-16 21:24:51.478 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=6e7bf233-3ffe-4b3b-a510-62353d0292a6 2025-04-16 21:24:51.480 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-16 21:24:51.489 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-16 21:24:51.492 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-16 21:24:51.494 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-16 21:24:51.495 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-16 21:24:51.497 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-16 21:24:51.499 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-16 21:24:51.501 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-16 21:24:51.502 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-16 21:24:51.505 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-16 21:24:51.505 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-16 21:24:52.585 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:52.588 | ++ lib/tempest:configure_tempest:287 : admin_project_id=129da41d4b1a4202be57f86562f628cb 2025-04-16 21:24:52.590 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-16 21:24:52.602 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:24:52.605 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-16 21:24:53.724 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:53.726 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 21:24:53.726 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 21:24:53.726 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 21:24:53.726 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 21:24:53.726 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 21:24:53.726 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 21:24:53.726 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 21:24:53.726 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 21:24:53.726 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 21:24:53.726 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 21:24:53.726 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 21:24:53.726 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 21:24:53.726 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 21:24:53.727 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-16 21:24:53.728 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-16 21:24:53.730 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 21:24:53.730 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 21:24:53.730 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 21:24:53.730 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 21:24:53.730 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 21:24:53.730 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 21:24:53.730 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 21:24:53.730 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 21:24:53.731 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 21:24:53.731 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 21:24:53.731 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 21:24:53.731 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 21:24:53.731 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 21:24:53.731 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-16 21:24:53.733 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 6e7bf233-3ffe-4b3b-a510-62353d0292a6 2025-04-16 21:24:53.735 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 21:24:53.737 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 6e7bf233-3ffe-4b3b-a510-62353d0292a6 -c size -f value 2025-04-16 21:24:54.839 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:54.840 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 21:24:54.843 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 21:24:54.843 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 21:24:54.870 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-16 21:24:54.872 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2025-04-16 21:24:55.863 | +----------------------------+-----------------------+ 2025-04-16 21:24:55.863 | | Field | Value | 2025-04-16 21:24:55.863 | +----------------------------+-----------------------+ 2025-04-16 21:24:55.863 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:55.863 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:55.863 | | description | None | 2025-04-16 21:24:55.863 | | disk | 1 | 2025-04-16 21:24:55.863 | | id | 42 | 2025-04-16 21:24:55.863 | | name | m1.nano | 2025-04-16 21:24:55.863 | | os-flavor-access:is_public | True | 2025-04-16 21:24:55.863 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:55.863 | | ram | 128 | 2025-04-16 21:24:55.863 | | rxtx_factor | 1.0 | 2025-04-16 21:24:55.863 | | swap | 0 | 2025-04-16 21:24:55.863 | | vcpus | 1 | 2025-04-16 21:24:55.863 | +----------------------------+-----------------------+ 2025-04-16 21:24:55.987 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-16 21:24:55.989 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 21:24:55.989 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 21:24:55.989 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 21:24:55.989 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 21:24:55.989 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 21:24:55.989 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 21:24:55.989 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 21:24:55.989 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 21:24:55.989 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 21:24:55.989 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 21:24:55.989 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 21:24:55.989 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 21:24:55.989 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 21:24:55.990 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-16 21:24:55.992 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib 6e7bf233-3ffe-4b3b-a510-62353d0292a6 2025-04-16 21:24:55.994 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 21:24:55.996 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 6e7bf233-3ffe-4b3b-a510-62353d0292a6 -c size -f value 2025-04-16 21:24:57.105 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:57.108 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 21:24:57.110 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 21:24:57.111 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 21:24:57.137 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-16 21:24:57.139 | ++ lib/tempest:configure_tempest:303 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2025-04-16 21:24:58.123 | +----------------------------+-----------------------+ 2025-04-16 21:24:58.123 | | Field | Value | 2025-04-16 21:24:58.123 | +----------------------------+-----------------------+ 2025-04-16 21:24:58.123 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 21:24:58.123 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 21:24:58.123 | | description | None | 2025-04-16 21:24:58.123 | | disk | 1 | 2025-04-16 21:24:58.123 | | id | 84 | 2025-04-16 21:24:58.123 | | name | m1.micro | 2025-04-16 21:24:58.123 | | os-flavor-access:is_public | True | 2025-04-16 21:24:58.123 | | properties | hw_rng:allowed='True' | 2025-04-16 21:24:58.123 | | ram | 192 | 2025-04-16 21:24:58.123 | | rxtx_factor | 1.0 | 2025-04-16 21:24:58.123 | | swap | 0 | 2025-04-16 21:24:58.123 | | vcpus | 1 | 2025-04-16 21:24:58.123 | +----------------------------+-----------------------+ 2025-04-16 21:24:58.251 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-16 21:24:58.253 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-16 21:24:58.278 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-16 21:24:58.279 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-16 21:24:58.281 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-16 21:24:58.283 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 21:24:58.285 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 21:24:59.434 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:24:59.436 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 21:24:59.436 | address-scope 2025-04-16 21:24:59.436 | router-admin-state-down-before-update 2025-04-16 21:24:59.437 | agent 2025-04-16 21:24:59.437 | agent-resources-synced 2025-04-16 21:24:59.437 | allowed-address-pairs 2025-04-16 21:24:59.437 | auto-allocated-topology 2025-04-16 21:24:59.437 | availability_zone 2025-04-16 21:24:59.437 | availability_zone_filter 2025-04-16 21:24:59.437 | default-subnetpools 2025-04-16 21:24:59.437 | dhcp_agent_scheduler 2025-04-16 21:24:59.437 | dvr 2025-04-16 21:24:59.437 | empty-string-filtering 2025-04-16 21:24:59.437 | external-net 2025-04-16 21:24:59.437 | extra_dhcp_opt 2025-04-16 21:24:59.437 | extraroute 2025-04-16 21:24:59.437 | extraroute-atomic 2025-04-16 21:24:59.437 | filter-validation 2025-04-16 21:24:59.437 | floating-ip-port-forwarding-detail 2025-04-16 21:24:59.437 | fip-port-details 2025-04-16 21:24:59.437 | flavors 2025-04-16 21:24:59.437 | floatingip-pools 2025-04-16 21:24:59.437 | ip-substring-filtering 2025-04-16 21:24:59.437 | router 2025-04-16 21:24:59.437 | ext-gw-mode 2025-04-16 21:24:59.437 | l3-ha 2025-04-16 21:24:59.437 | l3-flavors 2025-04-16 21:24:59.437 | l3-port-ip-change-not-allowed 2025-04-16 21:24:59.437 | l3_agent_scheduler 2025-04-16 21:24:59.437 | multi-provider 2025-04-16 21:24:59.437 | net-mtu 2025-04-16 21:24:59.437 | net-mtu-writable 2025-04-16 21:24:59.437 | network_availability_zone 2025-04-16 21:24:59.437 | network_ha 2025-04-16 21:24:59.437 | network-ip-availability 2025-04-16 21:24:59.437 | pagination 2025-04-16 21:24:59.437 | port-device-profile 2025-04-16 21:24:59.437 | port-mac-override 2025-04-16 21:24:59.437 | port-mac-address-regenerate 2025-04-16 21:24:59.437 | port-numa-affinity-policy 2025-04-16 21:24:59.437 | binding 2025-04-16 21:24:59.437 | binding-extended 2025-04-16 21:24:59.437 | port-security 2025-04-16 21:24:59.437 | project-id 2025-04-16 21:24:59.437 | provider 2025-04-16 21:24:59.437 | quota-check-limit 2025-04-16 21:24:59.437 | quotas 2025-04-16 21:24:59.437 | quota_details 2025-04-16 21:24:59.437 | rbac-policies 2025-04-16 21:24:59.437 | rbac-address-group 2025-04-16 21:24:59.437 | rbac-address-scope 2025-04-16 21:24:59.437 | rbac-security-groups 2025-04-16 21:24:59.437 | rbac-subnetpool 2025-04-16 21:24:59.437 | revision-if-match 2025-04-16 21:24:59.437 | standard-attr-revisions 2025-04-16 21:24:59.437 | router_availability_zone 2025-04-16 21:24:59.437 | security-groups-default-rules 2025-04-16 21:24:59.437 | security-groups-normalized-cidr 2025-04-16 21:24:59.437 | port-security-groups-filtering 2025-04-16 21:24:59.437 | security-groups-remote-address-group 2025-04-16 21:24:59.437 | security-groups-shared-filtering 2025-04-16 21:24:59.437 | security-group 2025-04-16 21:24:59.437 | service-type 2025-04-16 21:24:59.437 | sorting 2025-04-16 21:24:59.437 | standard-attr-description 2025-04-16 21:24:59.437 | stateful-security-group 2025-04-16 21:24:59.437 | subnet_onboard 2025-04-16 21:24:59.437 | subnet-service-types 2025-04-16 21:24:59.437 | subnet_allocation 2025-04-16 21:24:59.437 | subnetpool-prefix-ops 2025-04-16 21:24:59.437 | standard-attr-tag 2025-04-16 21:24:59.437 | standard-attr-timestamp 2025-04-16 21:24:59.437 | nsxt-ops' 2025-04-16 21:24:59.438 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 21:24:59.438 | address-scope 2025-04-16 21:24:59.438 | router-admin-state-down-before-update 2025-04-16 21:24:59.438 | agent 2025-04-16 21:24:59.438 | agent-resources-synced 2025-04-16 21:24:59.438 | allowed-address-pairs 2025-04-16 21:24:59.438 | auto-allocated-topology 2025-04-16 21:24:59.438 | availability_zone 2025-04-16 21:24:59.438 | availability_zone_filter 2025-04-16 21:24:59.438 | default-subnetpools 2025-04-16 21:24:59.438 | dhcp_agent_scheduler 2025-04-16 21:24:59.438 | dvr 2025-04-16 21:24:59.438 | empty-string-filtering 2025-04-16 21:24:59.438 | external-net 2025-04-16 21:24:59.438 | extra_dhcp_opt 2025-04-16 21:24:59.438 | extraroute 2025-04-16 21:24:59.438 | extraroute-atomic 2025-04-16 21:24:59.438 | filter-validation 2025-04-16 21:24:59.438 | floating-ip-port-forwarding-detail 2025-04-16 21:24:59.438 | fip-port-details 2025-04-16 21:24:59.438 | flavors 2025-04-16 21:24:59.438 | floatingip-pools 2025-04-16 21:24:59.438 | ip-substring-filtering 2025-04-16 21:24:59.438 | router 2025-04-16 21:24:59.438 | ext-gw-mode 2025-04-16 21:24:59.438 | l3-ha 2025-04-16 21:24:59.438 | l3-flavors 2025-04-16 21:24:59.438 | l3-port-ip-change-not-allowed 2025-04-16 21:24:59.438 | l3_agent_scheduler 2025-04-16 21:24:59.438 | multi-provider 2025-04-16 21:24:59.438 | net-mtu 2025-04-16 21:24:59.438 | net-mtu-writable 2025-04-16 21:24:59.438 | network_availability_zone 2025-04-16 21:24:59.438 | network_ha 2025-04-16 21:24:59.439 | network-ip-availability 2025-04-16 21:24:59.439 | pagination 2025-04-16 21:24:59.439 | port-device-profile 2025-04-16 21:24:59.439 | port-mac-override 2025-04-16 21:24:59.439 | port-mac-address-regenerate 2025-04-16 21:24:59.439 | port-numa-affinity-policy 2025-04-16 21:24:59.439 | binding 2025-04-16 21:24:59.439 | binding-extended 2025-04-16 21:24:59.439 | port-security 2025-04-16 21:24:59.439 | project-id 2025-04-16 21:24:59.439 | provider 2025-04-16 21:24:59.439 | quota-check-limit 2025-04-16 21:24:59.439 | quotas 2025-04-16 21:24:59.439 | quota_details 2025-04-16 21:24:59.439 | rbac-policies 2025-04-16 21:24:59.439 | rbac-address-group 2025-04-16 21:24:59.439 | rbac-address-scope 2025-04-16 21:24:59.439 | rbac-security-groups 2025-04-16 21:24:59.439 | rbac-subnetpool 2025-04-16 21:24:59.439 | revision-if-match 2025-04-16 21:24:59.439 | standard-attr-revisions 2025-04-16 21:24:59.439 | router_availability_zone 2025-04-16 21:24:59.439 | security-groups-default-rules 2025-04-16 21:24:59.439 | security-groups-normalized-cidr 2025-04-16 21:24:59.439 | port-security-groups-filtering 2025-04-16 21:24:59.439 | security-groups-remote-address-group 2025-04-16 21:24:59.439 | security-groups-shared-filtering 2025-04-16 21:24:59.439 | security-group 2025-04-16 21:24:59.439 | service-type 2025-04-16 21:24:59.439 | sorting 2025-04-16 21:24:59.439 | standard-attr-description 2025-04-16 21:24:59.439 | stateful-security-group 2025-04-16 21:24:59.439 | subnet_onboard 2025-04-16 21:24:59.439 | subnet-service-types 2025-04-16 21:24:59.439 | subnet_allocation 2025-04-16 21:24:59.439 | subnetpool-prefix-ops 2025-04-16 21:24:59.439 | standard-attr-tag 2025-04-16 21:24:59.439 | standard-attr-timestamp 2025-04-16 21:24:59.439 | nsxt-ops =~ external-net ]] 2025-04-16 21:24:59.440 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 21:24:59.442 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-16 21:25:00.669 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 21:25:00.671 | ++ lib/tempest:configure_tempest:363 : public_network_id=545f6e42-7d78-439e-b25c-7c4db313365c 2025-04-16 21:25:00.673 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-16 21:25:01.746 | +---------------------------+--------------------------------------+ 2025-04-16 21:25:01.746 | | Field | Value | 2025-04-16 21:25:01.746 | +---------------------------+--------------------------------------+ 2025-04-16 21:25:01.746 | | admin_state_up | UP | 2025-04-16 21:25:01.746 | | availability_zone_hints | | 2025-04-16 21:25:01.746 | | availability_zones | | 2025-04-16 21:25:01.746 | | created_at | 2025-04-16T21:25:01Z | 2025-04-16 21:25:01.746 | | description | | 2025-04-16 21:25:01.746 | | dns_domain | None | 2025-04-16 21:25:01.746 | | id | 802e91c0-b497-4996-a9a8-0fb2969a1fd5 | 2025-04-16 21:25:01.746 | | ipv4_address_scope | None | 2025-04-16 21:25:01.746 | | ipv6_address_scope | None | 2025-04-16 21:25:01.746 | | is_default | False | 2025-04-16 21:25:01.747 | | is_vlan_transparent | None | 2025-04-16 21:25:01.747 | | mtu | 8950 | 2025-04-16 21:25:01.747 | | name | shared | 2025-04-16 21:25:01.747 | | port_security_enabled | True | 2025-04-16 21:25:01.747 | | project_id | 129da41d4b1a4202be57f86562f628cb | 2025-04-16 21:25:01.747 | | provider:network_type | vlan | 2025-04-16 21:25:01.747 | | provider:physical_network | default | 2025-04-16 21:25:01.747 | | provider:segmentation_id | 746 | 2025-04-16 21:25:01.747 | | qos_policy_id | None | 2025-04-16 21:25:01.747 | | revision_number | 1 | 2025-04-16 21:25:01.747 | | router:external | Internal | 2025-04-16 21:25:01.747 | | segments | None | 2025-04-16 21:25:01.747 | | shared | True | 2025-04-16 21:25:01.747 | | status | ACTIVE | 2025-04-16 21:25:01.747 | | subnets | | 2025-04-16 21:25:01.747 | | tags | | 2025-04-16 21:25:01.747 | | tenant_id | 129da41d4b1a4202be57f86562f628cb | 2025-04-16 21:25:01.747 | | updated_at | 2025-04-16T21:25:01Z | 2025-04-16 21:25:01.747 | +---------------------------+--------------------------------------+ 2025-04-16 21:25:01.884 | ++ lib/tempest:configure_tempest:366 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2025-04-16 21:25:03.103 | +----------------------+--------------------------------------+ 2025-04-16 21:25:03.103 | | Field | Value | 2025-04-16 21:25:03.103 | +----------------------+--------------------------------------+ 2025-04-16 21:25:03.103 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-16 21:25:03.103 | | cidr | 192.168.233.0/24 | 2025-04-16 21:25:03.103 | | created_at | 2025-04-16T21:25:02Z | 2025-04-16 21:25:03.103 | | description | shared-subnet | 2025-04-16 21:25:03.103 | | dns_nameservers | | 2025-04-16 21:25:03.103 | | dns_publish_fixed_ip | None | 2025-04-16 21:25:03.103 | | enable_dhcp | True | 2025-04-16 21:25:03.103 | | gateway_ip | 192.168.233.1 | 2025-04-16 21:25:03.103 | | host_routes | | 2025-04-16 21:25:03.103 | | id | 7d6016ff-4fb6-448d-b76e-35cffeb06f6f | 2025-04-16 21:25:03.103 | | ip_version | 4 | 2025-04-16 21:25:03.103 | | ipv6_address_mode | None | 2025-04-16 21:25:03.103 | | ipv6_ra_mode | None | 2025-04-16 21:25:03.103 | | name | shared-subnet | 2025-04-16 21:25:03.103 | | network_id | 802e91c0-b497-4996-a9a8-0fb2969a1fd5 | 2025-04-16 21:25:03.103 | | project_id | 129da41d4b1a4202be57f86562f628cb | 2025-04-16 21:25:03.103 | | revision_number | 0 | 2025-04-16 21:25:03.103 | | segment_id | None | 2025-04-16 21:25:03.103 | | service_types | | 2025-04-16 21:25:03.103 | | subnetpool_id | None | 2025-04-16 21:25:03.103 | | tags | | 2025-04-16 21:25:03.104 | | updated_at | 2025-04-16T21:25:02Z | 2025-04-16 21:25:03.104 | +----------------------+--------------------------------------+ 2025-04-16 21:25:03.243 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-16 21:25:03.270 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-16 21:25:03.295 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-16 21:25:03.297 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-16 21:25:03.320 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-16 21:25:03.344 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-16 21:25:03.367 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-16 21:25:03.391 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-16 21:25:03.415 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-16 21:25:03.439 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-16 21:25:03.462 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-16 21:25:03.484 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-16 21:25:03.507 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-16 21:25:03.529 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-16 21:25:03.531 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-16 21:25:03.555 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-16 21:25:03.577 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-16 21:25:03.599 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-16 21:25:03.621 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-16 21:25:03.623 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-16 21:25:03.649 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-16 21:25:03.672 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-16 21:25:03.674 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-16 21:25:03.697 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-16 21:25:03.712 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:25:03.714 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-16 21:25:03.716 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-16 21:25:03.741 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-16 21:25:03.755 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:25:03.757 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-16 21:25:03.780 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-16 21:25:03.803 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-16 21:25:03.826 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-16 21:25:03.828 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-16 21:25:03.854 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-16 21:25:03.877 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-16 21:25:03.889 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:25:03.891 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 6e7bf233-3ffe-4b3b-a510-62353d0292a6 2025-04-16 21:25:03.914 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 6e7bf233-3ffe-4b3b-a510-62353d0292a6 2025-04-16 21:25:03.938 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-16 21:25:03.961 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-16 21:25:03.985 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-16 21:25:04.011 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-16 21:25:04.024 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:25:04.025 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-16 21:25:04.027 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-16 21:25:04.029 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-16 21:25:04.031 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-16 21:25:04.033 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-16 21:25:04.035 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-16 21:25:04.049 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-16 21:25:04.051 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-16 21:25:04.073 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-16 21:25:04.097 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-16 21:25:04.120 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-16 21:25:04.144 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-16 21:25:04.167 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-16 21:25:04.190 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-16 21:25:04.213 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-16 21:25:04.236 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-16 21:25:04.259 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-16 21:25:04.261 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-16 21:25:04.283 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-16 21:25:04.285 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-16 21:25:04.297 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:25:04.299 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-16 21:25:04.321 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 545f6e42-7d78-439e-b25c-7c4db313365c 2025-04-16 21:25:04.344 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-16 21:25:04.367 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-16 21:25:04.389 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-16 21:25:04.413 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-16 21:25:04.435 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-16 21:25:04.457 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-16 21:25:04.481 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-16 21:25:04.483 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-16 21:25:04.485 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-16 21:25:04.486 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-16 21:25:04.510 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-16 21:25:04.512 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-16 21:25:04.512 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-16 21:25:04.516 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-16 21:25:04.517 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-16 21:25:04.539 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-16 21:25:04.540 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-16 21:25:04.542 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 21:25:04.545 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-16 21:25:04.547 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-16 21:25:04.573 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-16 21:25:04.596 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-16 21:25:04.619 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-16 21:25:04.641 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-16 21:25:04.663 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-16 21:25:04.685 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 21:25:04.687 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-16 21:25:04.700 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-16 21:25:04.724 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 21:25:04.726 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-16 21:25:04.738 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-16 21:25:04.760 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 21:25:04.763 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-16 21:25:04.775 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-16 21:25:04.799 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 21:25:04.801 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-16 21:25:04.815 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-16 21:25:04.838 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-16 21:25:04.840 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-16 21:25:04.841 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-16 21:25:04.843 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-16 21:25:04.857 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-16 21:25:04.859 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-16 21:25:04.881 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-16 21:25:04.893 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:25:04.895 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-16 21:25:04.917 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-16 21:25:04.919 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-16 21:25:04.921 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-16 21:25:04.922 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-16 21:25:04.924 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-16 21:25:04.926 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-16 21:25:04.928 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-16 21:25:04.930 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-16 21:25:04.932 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-16 21:25:04.945 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-16 21:25:04.947 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-16 21:25:04.973 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-16 21:25:04.975 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-16 21:25:04.976 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-16 21:25:04.978 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-16 21:25:04.980 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 21:25:04.982 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-16 21:25:04.995 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:25:04.997 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-16 21:25:05.024 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 21:25:05.026 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-16 21:25:05.039 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:25:05.041 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-16 21:25:05.065 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 21:25:05.067 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-16 21:25:05.079 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:25:05.081 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-16 21:25:05.103 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 21:25:05.105 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-16 21:25:05.117 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:25:05.119 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-16 21:25:05.142 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 21:25:05.143 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-16 21:25:05.157 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:25:05.159 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-16 21:25:05.184 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 21:25:05.186 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-16 21:25:05.198 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:25:05.200 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-16 21:25:05.223 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 21:25:05.224 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-16 21:25:05.237 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:25:05.240 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-16 21:25:05.263 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 21:25:05.264 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 21:25:05.266 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-16 21:25:05.268 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-16 21:25:05.291 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 21:25:05.293 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 21:25:05.295 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-16 21:25:05.297 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-16 21:25:05.320 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 21:25:05.322 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 21:25:05.324 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-16 21:25:05.326 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-16 21:25:05.328 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-16 21:25:05.331 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.k9xRryP29o 2025-04-16 21:25:05.333 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-16 21:25:05.335 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-16 21:25:05.337 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 21:25:05.340 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.l7Qe60aKSg 2025-04-16 21:25:05.342 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.l7Qe60aKSg 2025-04-16 21:25:05.344 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 21:25:05.346 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.l7Qe60aKSg 2025-04-16 21:25:05.348 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 21:25:05.350 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 21:25:05.352 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 21:25:05.356 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 21:25:05.358 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 21:25:05.360 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 21:25:05.362 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 21:25:05.364 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-16 21:25:05.366 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-16 21:25:05.593 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-16 21:25:05.981 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 21:25:15.764 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-16 21:25:18.668 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 21:25:18.668 | ___________________________________ summary ____________________________________ 2025-04-16 21:25:18.668 | venv-tempest: skipped tests 2025-04-16 21:25:18.668 | congratulations :) 2025-04-16 21:25:18.691 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.l7Qe60aKSg -r requirements.txt 2025-04-16 21:25:19.113 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. 2025-04-16 21:25:19.114 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-16 21:25:19.188 | /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. 2025-04-16 21:25:19.188 | warnings.warn( 2025-04-16 21:25:19.188 | /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. 2025-04-16 21:25:19.188 | warnings.warn( 2025-04-16 21:25:19.250 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-16 21:25:21.437 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 21:25:21.437 | venv-tempest run-test-pre: PYTHONHASHSEED='3521302384' 2025-04-16 21:25:21.437 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.l7Qe60aKSg -r requirements.txt 2025-04-16 21:25:22.283 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-16 21:25:22.284 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-16 21:25:22.286 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-16 21:25:22.286 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-16 21:25:22.286 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-16 21:25:22.287 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-16 21:25:22.288 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-16 21:25:22.289 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-16 21:25:22.289 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-16 21:25:22.290 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-16 21:25:22.291 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-16 21:25:22.292 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-16 21:25:22.293 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-16 21:25:22.293 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-16 21:25:22.294 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-16 21:25:22.295 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-16 21:25:22.296 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-16 21:25:22.296 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-16 21:25:22.297 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-16 21:25:22.298 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-16 21:25:22.298 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-16 21:25:22.299 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-16 21:25:22.300 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-16 21:25:22.301 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-16 21:25:22.307 | 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 2)) (0.5.2) 2025-04-16 21:25:22.307 | 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 2)) (2.5.11) 2025-04-16 21:25:22.325 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-16 21:25:22.325 | 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 3)) (2024.10.1) 2025-04-16 21:25:22.326 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-16 21:25:22.327 | 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 3)) (0.23.1) 2025-04-16 21:25:22.343 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-16 21:25:22.344 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-16 21:25:22.364 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-16 21:25:22.376 | 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 8)) (6.5.1) 2025-04-16 21:25:22.390 | 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 9)) (2.0.0) 2025-04-16 21:25:22.391 | 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 9)) (2.32.3) 2025-04-16 21:25:22.404 | 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 10)) (5.7.1) 2025-04-16 21:25:22.405 | 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 10)) (2.9.0.post0) 2025-04-16 21:25:22.421 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-16 21:25:22.421 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-16 21:25:22.422 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-16 21:25:22.426 | 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 12)) (1.1.0) 2025-04-16 21:25:22.427 | 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 12)) (2025.1) 2025-04-16 21:25:22.436 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-16 21:25:22.437 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-16 21:25:22.437 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-16 21:25:22.438 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-16 21:25:22.464 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-16 21:25:22.487 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-16 21:25:22.563 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-16 21:25:22.571 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-16 21:25:22.652 | 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 10)) (1.17.0) 2025-04-16 21:25:22.662 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-16 21:25:22.673 | 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 9)) (3.4.1) 2025-04-16 21:25:22.674 | 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 9)) (3.10) 2025-04-16 21:25:22.675 | 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 9)) (2025.1.31) 2025-04-16 21:25:22.838 | WARNING: There was an error checking the latest version of pip. 2025-04-16 21:25:22.914 | ___________________________________ summary ____________________________________ 2025-04-16 21:25:22.914 | venv-tempest: commands succeeded 2025-04-16 21:25:22.914 | congratulations :) 2025-04-16 21:25:22.935 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.l7Qe60aKSg 2025-04-16 21:25:22.938 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-16 21:25:22.940 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-16 21:25:22.943 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-16 21:25:22.967 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.k9xRryP29o 2025-04-16 21:25:23.198 | venv create: /opt/stack/tempest/.tox/venv 2025-04-16 21:25:23.482 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-16 21:25:37.968 | venv develop-inst: /opt/stack/tempest 2025-04-16 21:25:41.462 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API, warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning),/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:2870: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.,Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages, declare_namespace(pkg),alabaster==1.0.0,attrs==25.1.0,autopage==0.5.2,babel==2.17.0,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.7,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.5,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==1.3.0,openstackdocstheme==3.4.1,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,Pygments==2.19.1,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.2.1,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 21:25:41.462 | venv run-test-pre: PYTHONHASHSEED='967992892' 2025-04-16 21:25:41.462 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.k9xRryP29o 2025-04-16 21:25:41.591 | /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. 2025-04-16 21:25:41.591 | debtcollector.deprecate( 2025-04-16 21:25:41.760 | /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. 2025-04-16 21:25:41.760 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-16 21:25:41.760 | /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. 2025-04-16 21:25:41.760 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-16 21:25:42.018 | /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. 2025-04-16 21:25:42.018 | warnings.warn( 2025-04-16 21:25:42.202 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 21:25:42.202 | for key, value in info.getheaders().items(): 2025-04-16 21:25:42.228 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 21:25:42.228 | for key, value in info.getheaders().items(): 2025-04-16 21:25:42.441 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 21:25:42.441 | for key, value in info.getheaders().items(): 2025-04-16 21:25:42.442 | /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 2025-04-16 21:25:42.442 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-16 21:25:43.058 | ___________________________________ summary ____________________________________ 2025-04-16 21:25:43.059 | venv: commands succeeded 2025-04-16 21:25:43.059 | congratulations :) 2025-04-16 21:25:43.080 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-16 21:25:43.094 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 21:25:43.096 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-16 21:25:43.098 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-16 21:25:43.111 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 21:25:43.113 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-16 21:25:43.115 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-16 21:25:43.117 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-16 21:25:43.118 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-16 21:25:43.120 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-16 21:25:43.122 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-16 21:25:43.124 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-16 21:25:43.126 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-16 21:25:43.128 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-16 21:25:43.130 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-16 21:25:43.132 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-16 21:25:43.133 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-16 21:25:43.135 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-16 21:25:43.137 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-16 21:25:43.139 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-04-16 21:25:43.141 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-16 21:25:43.143 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-16 21:25:43.145 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-16 21:25:43.147 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-16 21:25:43.149 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-16 21:25:43.151 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-16 21:25:43.153 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-16 21:25:43.155 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-16 21:25:43.157 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-16 21:25:43.159 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-16 21:25:43.161 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-16 21:25:43.163 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-16 21:25:43.165 | ++ lib/tempest:configure_tempest:808 : 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,port-hint-ovs-tx-steering,enable-default-route-bfd,enable-default-route-ecmp,standard-attr-fwaas-v2,allowed-address-pairs-atomic,network_ha,security-groups-rules-belongs-to-default-sg,port-hardware-offload-type 2025-04-16 21:25:43.167 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-16 21:25:43.171 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.k9xRryP29o network-feature-enabled api_extensions 2025-04-16 21:25:43.171 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-16 21:25:43.187 | ++ lib/tempest:configure_tempest:811 : 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,network_ha,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-default-rules,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 2025-04-16 21:25:43.190 | +++ lib/tempest:configure_tempest:813 : 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,network_ha,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-default-rules,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 2025-04-16 21:25:43.192 | +++ 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,network_ha,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-default-rules,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 2025-04-16 21:25:43.194 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-16 21:25:43.196 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-16 21:25:43.198 | +++ 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,network_ha,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-default-rules,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' 2025-04-16 21:25:43.212 | +++ functions-common:remove_disabled_services:2087 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,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-default-rules,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 2025-04-16 21:25:43.227 | ++ lib/tempest:configure_tempest:813 : 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,network_ha,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-default-rules,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 2025-04-16 21:25:43.229 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-16 21:25:43.232 | ++ lib/tempest:configure_tempest:818 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,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-default-rules,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 2025-04-16 21:25:43.255 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-16 21:25:43.257 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-16 21:25:43.259 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 21:25:43.261 | ++ lib/tempest:configure_tempest:823 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 21:25:43.263 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-16 21:25:43.265 | ++ lib/tempest:configure_tempest:830 : 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 2025-04-16 21:25:43.292 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-16 21:25:43.294 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-16 21:25:43.296 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-16 21:25:43.298 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-16 21:25:43.300 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-16 21:25:43.302 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-16 21:25:43.304 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-16 21:25:43.306 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-16 21:25:43.308 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-16 21:25:43.310 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-16 21:25:43.312 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 21:25:43.314 | ++ lib/tempest:configure_tempest:843 : 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 2025-04-16 21:25:43.316 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-16 21:25:43.318 | ++ lib/tempest:configure_tempest:850 : 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 2025-04-16 21:25:43.341 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-16 21:25:43.341 | ' 2025-04-16 21:25:43.343 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-16 21:25:43.345 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 21:25:43.347 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-16 21:25:43.349 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-16 21:25:43.351 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-16 21:25:43.351 | ~/tempest ~/tempest 2025-04-16 21:25:43.353 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-16 21:25:43.355 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-16 21:25:43.355 | ~/tempest 2025-04-16 21:25:43.357 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 21:25:43.359 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 21:25:43.361 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:25:43.364 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 21:25:43.366 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-16 21:25:43.368 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 21:25:43.370 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-16 21:25:43.372 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 21:25:43.374 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 21:25:43.376 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 21:25:43.379 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 21:25:43.381 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 21:25:43.383 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-16 21:25:43.385 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 21:25:43.387 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:25:43.389 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 21:25:43.391 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:25:43.394 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 21:25:43.396 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 21:25:43.398 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 21:25:43.400 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-16 21:25:43.402 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 21:25:43.404 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 21:25:43.406 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-16 21:25:43.408 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:25:43.411 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 21:25:43.413 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 21:25:43.416 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-16 21:25:43.418 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 21:25:43.420 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-16 21:25:43.422 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 21:25:43.425 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-16 21:25:43.425 | /^\[\[.+\|.*\]\]/ { 2025-04-16 21:25:43.425 | gsub("[][]", "", $1); 2025-04-16 21:25:43.425 | split($1, a, "|"); 2025-04-16 21:25:43.425 | if (a[1] == matchgroup) 2025-04-16 21:25:43.425 | print a[2] 2025-04-16 21:25:43.425 | } 2025-04-16 21:25:43.425 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 41 osc 148 apt-get 42 test_with_retry 3 dbsync 2 pip_install 103 apt-get-update 9 run_process 16 git_timed 42 ------------------------- Unaccounted time 55 ========================= Total runtime 471 ================= Async summary ================= Time spent in the background minus waits: 178 sec Elapsed time: 471 sec Time if we did everything serially: 649 sec Speedup: 1.37792 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36774 | | keystone | UPDATE | 7 | | keystone | INSERT | 93 | | neutron | SELECT | 3463 | | neutron | INSERT | 131 | | placement | SELECT | 12 | | placement | INSERT | 3 | | placement | SET | 1 | | neutron | UPDATE | 71 | | neutron | DELETE | 16 | | nova_cell0 | SELECT | 12 | | nova_cell1 | SELECT | 63 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 5 | | nova_cell1 | UPDATE | 2 | | cinder | SELECT | 121 | | cinder | INSERT | 5 | | cinder | UPDATE | 3 | | glance | SELECT | 47 | | glance | INSERT | 8 | | glance | UPDATE | 2 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | cinder | DELETE | 1 | +------------+-----------+-------+ This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.2 Change: daa3ed62d38daadecfecccc022655deb65e81141 Update glance image size limit 2025-02-13 11:37:41 +0000 OS Version: Ubuntu 22.04 jammy