2025-04-15 05:55:28.683 | + stack.sh:main:502 : exec 2025-04-15 05:55:28.683 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-15-055528' 2025-04-15 05:55:28.683 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-15-055528.summary.2025-04-15-055528 2025-04-15 05:55:28.683 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 05:55:28.683 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-15-055528 2025-04-15 05:55:28.683 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-15-055528 /opt/stack//logs/stack.sh.log 2025-04-15 05:55:28.683 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-15-055528.summary.2025-04-15-055528 /opt/stack//logs/stack.sh.log.summary 2025-04-15 05:55:28.683 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-15 05:55:28.683 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-15 05:55:28.683 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-15 05:55:28.683 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-15 05:55:28.683 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-15 05:55:28.683 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-15 05:55:28.683 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-15 05:55:28.683 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-15 05:55:28.683 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-15 05:55:28.683 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-15 05:55:28.684 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-15 05:55:28.685 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-15 05:55:28.686 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-15 05:55:28.688 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-15 05:55:28.691 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-15 05:55:28.692 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-15 05:55:28.693 | + stack.sh:main:575 : trap err_trap ERR 2025-04-15 05:55:28.695 | + stack.sh:main:588 : set -o errexit 2025-04-15 05:55:28.696 | + stack.sh:main:591 : uname -a 2025-04-15 05:55:28.697 | 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-15 05:55:28.698 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-15 05:55:28.700 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-15 05:55:28.702 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-15 05:55:28.725 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-15 05:55:28.736 | + stack.sh:main:605 : fetch_plugins 2025-04-15 05:55:28.737 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-15 05:55:28.739 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-15 05:55:28.740 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-15 05:55:28.741 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-15 05:55:28.741 | Fetching DevStack plugins 2025-04-15 05:55:28.743 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-15 05:55:28.744 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-15 05:55:28.745 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-15 05:55:28.747 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-15 05:55:28.748 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-15 05:55:28.749 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-15 05:55:28.751 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-15 05:55:28.752 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-15 05:55:28.753 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-15 05:55:28.755 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-15 05:55:28.756 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 05:55:28.758 | ++ functions-common:git_clone:576 : pwd 2025-04-15 05:55:28.759 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 05:55:28.760 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 05:55:28.762 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 05:55:28.771 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 05:55:28.773 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 05:55:28.774 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 05:55:28.775 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 05:55:28.777 | + functions-common:git_clone:593 : echo devstack 2025-04-15 05:55:28.777 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 05:55:28.780 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-15 05:55:28.782 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 05:55:28.783 | + 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-15 05:55:28.784 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:55:28.786 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:55:28.787 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:55:28.788 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:55:28.790 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:55:28.791 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:55:28.792 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:55:28.794 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:55:28.795 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:55:28.798 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696528796 2025-04-15 05:55:28.799 | + 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-15 05:55:28.802 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-15 05:55:29.343 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:55:29.345 | + functions-common:time_stop:2400 : local name 2025-04-15 05:55:29.346 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:55:29.348 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:55:29.349 | + functions-common:time_stop:2403 : local total 2025-04-15 05:55:29.350 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:55:29.352 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:55:29.353 | + functions-common:time_stop:2407 : start_time=1744696528796 2025-04-15 05:55:29.355 | + functions-common:time_stop:2409 : [[ -z 1744696528796 ]] 2025-04-15 05:55:29.356 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:55:29.359 | + functions-common:time_stop:2412 : end_time=1744696529357 2025-04-15 05:55:29.360 | + functions-common:time_stop:2413 : elapsed_time=561 2025-04-15 05:55:29.361 | + functions-common:time_stop:2414 : total=0 2025-04-15 05:55:29.363 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:55:29.364 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=561 2025-04-15 05:55:29.365 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-15 05:55:29.367 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-15 05:55:29.368 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:55:29.369 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:55:29.371 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:55:29.372 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:55:29.373 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:55:29.375 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:55:29.376 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:55:29.377 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:55:29.379 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:55:29.381 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696529380 2025-04-15 05:55:29.383 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-15 05:55:29.819 | From https://github.com/sapcc/networking-nsx-t 2025-04-15 05:55:29.819 | * branch devstack -> FETCH_HEAD 2025-04-15 05:55:29.823 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:55:29.824 | + functions-common:time_stop:2400 : local name 2025-04-15 05:55:29.826 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:55:29.827 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:55:29.829 | + functions-common:time_stop:2403 : local total 2025-04-15 05:55:29.830 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:55:29.831 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:55:29.833 | + functions-common:time_stop:2407 : start_time=1744696529380 2025-04-15 05:55:29.834 | + functions-common:time_stop:2409 : [[ -z 1744696529380 ]] 2025-04-15 05:55:29.836 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:55:29.838 | + functions-common:time_stop:2412 : end_time=1744696529837 2025-04-15 05:55:29.839 | + functions-common:time_stop:2413 : elapsed_time=457 2025-04-15 05:55:29.841 | + functions-common:time_stop:2414 : total=561 2025-04-15 05:55:29.842 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:55:29.843 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1018 2025-04-15 05:55:29.845 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 05:55:29.846 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:55:29.847 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:55:29.849 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:55:29.850 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:55:29.852 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:55:29.853 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:55:29.854 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:55:29.856 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:55:29.857 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:55:29.860 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696529858 2025-04-15 05:55:29.861 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 05:55:29.870 | Note: switching to 'FETCH_HEAD'. 2025-04-15 05:55:29.870 | 2025-04-15 05:55:29.870 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 05:55:29.870 | changes and commit them, and you can discard any commits you make in this 2025-04-15 05:55:29.870 | state without impacting any branches by switching back to a branch. 2025-04-15 05:55:29.870 | 2025-04-15 05:55:29.870 | If you want to create a new branch to retain commits you create, you may 2025-04-15 05:55:29.870 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 05:55:29.870 | 2025-04-15 05:55:29.870 | git switch -c 2025-04-15 05:55:29.870 | 2025-04-15 05:55:29.870 | Or undo this operation with: 2025-04-15 05:55:29.870 | 2025-04-15 05:55:29.870 | git switch - 2025-04-15 05:55:29.870 | 2025-04-15 05:55:29.870 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 05:55:29.870 | 2025-04-15 05:55:29.870 | HEAD is now at 29bc664 Delay agent initialization 2025-04-15 05:55:29.872 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:55:29.874 | + functions-common:time_stop:2400 : local name 2025-04-15 05:55:29.875 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:55:29.876 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:55:29.878 | + functions-common:time_stop:2403 : local total 2025-04-15 05:55:29.879 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:55:29.880 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:55:29.882 | + functions-common:time_stop:2407 : start_time=1744696529858 2025-04-15 05:55:29.883 | + functions-common:time_stop:2409 : [[ -z 1744696529858 ]] 2025-04-15 05:55:29.885 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:55:29.887 | + functions-common:time_stop:2412 : end_time=1744696529885 2025-04-15 05:55:29.888 | + functions-common:time_stop:2413 : elapsed_time=27 2025-04-15 05:55:29.890 | + functions-common:time_stop:2414 : total=1018 2025-04-15 05:55:29.891 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:55:29.892 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1045 2025-04-15 05:55:29.894 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-15 05:55:29.903 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-15 05:55:29.904 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 05:55:29.905 | + functions-common:git_clone:656 : head -1 2025-04-15 05:55:29.907 | 29bc664 Delay agent initialization 2025-04-15 05:55:29.908 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 05:55:29.910 | + stack.sh:main:609 : run_phase override_defaults 2025-04-15 05:55:29.911 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-15 05:55:29.913 | + functions-common:run_phase:1829 : local phase= 2025-04-15 05:55:29.914 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 05:55:29.915 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 05:55:29.917 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 05:55:29.918 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 05:55:29.920 | + functions-common:run_phase:1838 : local extra 2025-04-15 05:55:29.922 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 05:55:29.924 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 05:55:29.925 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 05:55:29.927 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 05:55:29.928 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-15 05:55:29.930 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 05:55:29.939 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:55:29.940 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-15 05:55:29.942 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 05:55:29.943 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 05:55:29.944 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 05:55:29.946 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 05:55:29.947 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 05:55:29.948 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-15 05:55:29.950 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-15 05:55:29.951 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-15 05:55:29.953 | + 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-15 05:55:29.954 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-15 05:55:29.955 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-15 05:55:29.957 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-15 05:55:29.958 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-15 05:55:29.960 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-15 05:55:29.960 | Overriding Configuration Defaults 2025-04-15 05:55:29.961 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-15 05:55:29.962 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-15 05:55:29.964 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-15 05:55:29.965 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-15 05:55:29.976 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-15 05:55:29.978 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-15 05:55:29.987 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:55:29.989 | +++ lib/tls:source:43 : hostname -f 2025-04-15 05:55:29.991 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-15 05:55:29.993 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-15 05:55:29.994 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-15 05:55:29.995 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-15 05:55:29.997 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-15 05:55:29.998 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-15 05:55:30.000 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-15 05:55:30.001 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-15 05:55:30.002 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-15 05:55:30.004 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-15 05:55:30.006 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-15 05:55:30.015 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-15 05:55:30.026 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-15 05:55:30.035 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-15 05:55:30.043 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-15 05:55:30.067 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-15 05:55:30.106 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-15 05:55:30.151 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-15 05:55:30.169 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-15 05:55:30.203 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-15 05:55:30.235 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-15 05:55:30.236 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-15 05:55:30.247 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:55:30.248 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-15 05:55:30.250 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-15 05:55:30.252 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-15 05:55:30.253 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-15 05:55:30.255 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-15 05:55:30.266 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-15 05:55:30.268 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-15 05:55:30.270 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-15 05:55:30.271 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-15 05:55:30.273 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-15 05:55:30.275 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-15 05:55:30.276 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-15 05:55:30.279 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-15 05:55:30.290 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-15 05:55:30.291 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-15 05:55:30.293 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-15 05:55:30.304 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-15 05:55:30.306 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-15 05:55:30.308 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-15 05:55:30.309 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-15 05:55:30.311 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-15 05:55:30.312 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-15 05:55:30.314 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-15 05:55:30.316 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-15 05:55:30.317 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-15 05:55:30.319 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-15 05:55:30.321 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-15 05:55:30.322 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-15 05:55:30.326 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-15 05:55:30.328 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-15 05:55:30.329 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-15 05:55:30.331 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-15 05:55:30.333 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-15 05:55:30.333 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-15 05:55:30.336 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-15 05:55:30.338 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-15 05:55:30.340 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-15 05:55:30.341 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-15 05:55:30.343 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-15 05:55:30.345 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-15 05:55:30.355 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-15 05:55:30.357 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-15 05:55:30.359 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-15 05:55:30.359 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-15 05:55:30.362 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-15 05:55:30.364 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-15 05:55:30.365 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-15 05:55:30.367 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-15 05:55:30.369 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-15 05:55:30.370 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-15 05:55:30.372 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-15 05:55:30.373 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-15 05:55:30.375 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-15 05:55:30.377 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-15 05:55:30.378 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-15 05:55:30.380 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-15 05:55:30.381 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-15 05:55:30.383 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-15 05:55:30.385 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-15 05:55:30.386 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-15 05:55:30.388 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-15 05:55:30.399 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-15 05:55:30.400 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-15 05:55:30.402 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-15 05:55:30.404 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-15 05:55:30.405 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 05:55:30.407 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-15 05:55:30.408 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 05:55:30.410 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-15 05:55:30.412 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-15 05:55:30.413 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-15 05:55:30.415 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-15 05:55:30.416 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-15 05:55:30.418 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-15 05:55:30.419 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-15 05:55:30.421 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-15 05:55:30.423 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-15 05:55:30.424 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-15 05:55:30.426 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-15 05:55:30.427 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-15 05:55:30.429 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-15 05:55:30.430 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-15 05:55:30.450 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-15 05:55:30.459 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-15 05:55:30.461 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-15 05:55:30.463 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-15 05:55:30.464 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-15 05:55:30.466 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-15 05:55:30.468 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-15 05:55:30.469 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-15 05:55:30.471 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-15 05:55:30.472 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-15 05:55:30.474 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-15 05:55:30.476 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-15 05:55:30.477 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-15 05:55:30.479 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-15 05:55:30.481 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-15 05:55:30.482 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-15 05:55:30.484 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-15 05:55:30.485 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-15 05:55:30.487 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-15 05:55:30.490 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-15 05:55:30.490 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-15 05:55:30.490 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-15 05:55:30.490 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-15 05:55:30.495 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=7d:4370:6ad8 2025-04-15 05:55:30.497 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-15 05:55:30.498 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-15 05:55:30.500 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-15 05:55:30.501 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-15 05:55:30.503 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd7d:4370:6ad8::/56 2025-04-15 05:55:30.505 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd7d:4370:6ad8::/56 2025-04-15 05:55:30.506 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-15 05:55:30.509 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd7d:4370:6ad8::/64 2025-04-15 05:55:30.511 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-15 05:55:30.513 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-15 05:55:30.514 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-15 05:55:30.516 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-15 05:55:30.517 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-15 05:55:30.519 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-15 05:55:30.521 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-15 05:55:30.522 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-15 05:55:30.524 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-15 05:55:30.525 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-15 05:55:30.527 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-15 05:55:30.528 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-15 05:55:30.530 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd7d:4370:6ad8::/56 2025-04-15 05:55:30.532 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-15 05:55:30.533 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-15 05:55:30.536 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-15 05:55:30.536 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-15 05:55:30.536 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-15 05:55:30.540 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-15 05:55:30.542 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-15 05:55:30.543 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-15 05:55:30.543 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-15 05:55:30.546 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-15 05:55:30.549 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-15 05:55:30.551 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-15 05:55:30.553 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-15 05:55:30.554 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-15 05:55:30.556 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-15 05:55:30.558 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-15 05:55:30.560 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-15 05:55:30.561 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-15 05:55:30.573 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-15 05:55:30.583 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-15 05:55:30.593 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-15 05:55:30.602 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-15 05:55:30.649 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-15 05:55:30.651 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-15 05:55:30.653 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-15 05:55:30.655 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-15 05:55:30.656 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-15 05:55:30.658 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-15 05:55:30.658 | False' 2025-04-15 05:55:30.661 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-15 05:55:30.672 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-15 05:55:30.674 | + stack.sh:main:639 : run_phase source 2025-04-15 05:55:30.675 | + functions-common:run_phase:1828 : local mode=source 2025-04-15 05:55:30.677 | + functions-common:run_phase:1829 : local phase= 2025-04-15 05:55:30.678 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 05:55:30.680 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 05:55:30.682 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 05:55:30.683 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 05:55:30.685 | + functions-common:run_phase:1838 : local extra 2025-04-15 05:55:30.687 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 05:55:30.690 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 05:55:30.691 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 05:55:30.693 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 05:55:30.695 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-15 05:55:30.696 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 05:55:30.707 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:55:30.709 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-15 05:55:30.711 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-15 05:55:30.738 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-15 05:55:30.739 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-15 05:55:30.741 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-15 05:55:30.743 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-15 05:55:30.745 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-15 05:55:30.746 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-15 05:55:30.748 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-15 05:55:30.750 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-15 05:55:30.750 | Loading plugin settings 2025-04-15 05:55:30.751 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-15 05:55:30.753 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-15 05:55:30.755 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-15 05:55:30.756 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-15 05:55:30.758 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-15 05:55:30.760 | ++ functions-common:define_plugin:1872 : : 2025-04-15 05:55:30.762 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-15 05:55:30.764 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-15 05:55:30.765 | + functions-common:verify_disabled_services:2111 : local service 2025-04-15 05:55:30.767 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.769 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-15 05:55:30.771 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.772 | + 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-15 05:55:30.774 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.776 | + 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-15 05:55:30.778 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.780 | + 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-15 05:55:30.782 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.783 | + 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-15 05:55:30.785 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.787 | + 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-15 05:55:30.789 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.791 | + 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-15 05:55:30.793 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.795 | + 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-15 05:55:30.796 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.798 | + 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-15 05:55:30.800 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.802 | + 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-15 05:55:30.804 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.806 | + 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-15 05:55:30.807 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.809 | + 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-15 05:55:30.811 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.813 | + 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-15 05:55:30.814 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.816 | + 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-15 05:55:30.818 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.819 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-15 05:55:30.821 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.823 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-15 05:55:30.825 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.827 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-15 05:55:30.828 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.830 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-15 05:55:30.832 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.833 | + 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-15 05:55:30.835 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.837 | + 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-15 05:55:30.839 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.840 | + 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-15 05:55:30.842 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 05:55:30.844 | + 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-15 05:55:30.846 | + stack.sh:main:710 : initialize_database_backends 2025-04-15 05:55:30.848 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-15 05:55:30.849 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-15 05:55:30.861 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:55:30.863 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-15 05:55:30.865 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-15 05:55:30.867 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-15 05:55:30.878 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:55:30.880 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-15 05:55:30.882 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-15 05:55:30.883 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-15 05:55:30.885 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-15 05:55:30.887 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-15 05:55:30.889 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-15 05:55:30.890 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-15 05:55:30.892 | + lib/database:initialize_database_backends:92 : return 0 2025-04-15 05:55:30.894 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-15 05:55:30.894 | Using mysql database backend 2025-04-15 05:55:30.896 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-15 05:55:30.908 | + stack.sh:main:716 : define_database_baseurl 2025-04-15 05:55:30.910 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-15 05:55:30.912 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-15 05:55:30.914 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-15 05:55:30.916 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 05:55:30.918 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-15 05:55:30.930 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:55:30.932 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-15 05:55:30.944 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-15 05:55:30.956 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:55:30.958 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-15 05:55:30.971 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-15 05:55:30.983 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-15 05:55:30.995 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:55:30.997 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-15 05:55:31.010 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:55:31.011 | + stack.sh:main:772 : save_stackenv 772 2025-04-15 05:55:31.013 | + functions-common:save_stackenv:60 : local tag=772 2025-04-15 05:55:31.016 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-15 05:55:31.019 | + functions-common:save_stackenv:62 : time_stamp=2025-04-15-055531 2025-04-15 05:55:31.020 | + functions-common:save_stackenv:63 : echo '# 2025-04-15-055531 772' 2025-04-15 05:55:31.022 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.024 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 05:55:31.026 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.028 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-15 05:55:31.029 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.031 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-15 05:55:31.033 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.035 | + 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-15 05:55:31.037 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.038 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-15 05:55:31.040 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.042 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-15 05:55:31.044 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.046 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-15-055528 2025-04-15 05:55:31.048 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.049 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-15 05:55:31.051 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.053 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-15 05:55:31.055 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.057 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-15 05:55:31.059 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.060 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-15 05:55:31.062 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.064 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-15 05:55:31.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.067 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-15 05:55:31.069 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.071 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-15 05:55:31.073 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 05:55:31.075 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-15 05:55:31.077 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-15 05:55:31.079 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-15 05:55:31.081 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-15 05:55:31.082 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-15 05:55:31.084 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 05:55:31.086 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 05:55:31.089 | ++ functions-common:git_clone:576 : pwd 2025-04-15 05:55:31.091 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 05:55:31.093 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 05:55:31.095 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 05:55:31.106 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 05:55:31.108 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-15 05:55:31.110 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 05:55:31.112 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 05:55:31.112 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 05:55:31.116 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-15 05:55:31.117 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 05:55:31.119 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-15 05:55:31.121 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:55:31.122 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:55:31.124 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:55:31.125 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:55:31.127 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:55:31.129 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:55:31.130 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:55:31.132 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:55:31.134 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:55:31.137 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696531135 2025-04-15 05:55:31.138 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-15 05:55:31.141 | Cloning into '/opt/stack//requirements'... 2025-04-15 05:56:14.701 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:56:14.702 | + functions-common:time_stop:2400 : local name 2025-04-15 05:56:14.704 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:56:14.706 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:56:14.707 | + functions-common:time_stop:2403 : local total 2025-04-15 05:56:14.709 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:56:14.711 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:56:14.712 | + functions-common:time_stop:2407 : start_time=1744696531135 2025-04-15 05:56:14.714 | + functions-common:time_stop:2409 : [[ -z 1744696531135 ]] 2025-04-15 05:56:14.716 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:56:14.719 | + functions-common:time_stop:2412 : end_time=1744696574717 2025-04-15 05:56:14.721 | + functions-common:time_stop:2413 : elapsed_time=43582 2025-04-15 05:56:14.722 | + functions-common:time_stop:2414 : total=1045 2025-04-15 05:56:14.724 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:56:14.726 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44627 2025-04-15 05:56:14.727 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-15 05:56:14.729 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-15 05:56:14.731 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:56:14.732 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:56:14.734 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:56:14.735 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:56:14.737 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:56:14.739 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:56:14.740 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:56:14.742 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:56:14.744 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:56:14.747 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696574745 2025-04-15 05:56:14.749 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-15 05:56:15.436 | From https://opendev.org/openstack/requirements 2025-04-15 05:56:15.436 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 05:56:15.443 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:56:15.445 | + functions-common:time_stop:2400 : local name 2025-04-15 05:56:15.447 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:56:15.449 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:56:15.450 | + functions-common:time_stop:2403 : local total 2025-04-15 05:56:15.452 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:56:15.453 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:56:15.455 | + functions-common:time_stop:2407 : start_time=1744696574745 2025-04-15 05:56:15.457 | + functions-common:time_stop:2409 : [[ -z 1744696574745 ]] 2025-04-15 05:56:15.459 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:56:15.462 | + functions-common:time_stop:2412 : end_time=1744696575460 2025-04-15 05:56:15.464 | + functions-common:time_stop:2413 : elapsed_time=715 2025-04-15 05:56:15.465 | + functions-common:time_stop:2414 : total=44627 2025-04-15 05:56:15.467 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:56:15.469 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=45342 2025-04-15 05:56:15.470 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 05:56:15.472 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:56:15.474 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:56:15.475 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:56:15.477 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:56:15.479 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:56:15.480 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:56:15.482 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:56:15.484 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:56:15.486 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:56:15.489 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696575487 2025-04-15 05:56:15.490 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 05:56:15.499 | Note: switching to 'FETCH_HEAD'. 2025-04-15 05:56:15.499 | 2025-04-15 05:56:15.499 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 05:56:15.499 | changes and commit them, and you can discard any commits you make in this 2025-04-15 05:56:15.499 | state without impacting any branches by switching back to a branch. 2025-04-15 05:56:15.499 | 2025-04-15 05:56:15.499 | If you want to create a new branch to retain commits you create, you may 2025-04-15 05:56:15.499 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 05:56:15.499 | 2025-04-15 05:56:15.499 | git switch -c 2025-04-15 05:56:15.499 | 2025-04-15 05:56:15.499 | Or undo this operation with: 2025-04-15 05:56:15.499 | 2025-04-15 05:56:15.499 | git switch - 2025-04-15 05:56:15.499 | 2025-04-15 05:56:15.499 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 05:56:15.499 | 2025-04-15 05:56:15.499 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-15 05:56:15.501 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:56:15.503 | + functions-common:time_stop:2400 : local name 2025-04-15 05:56:15.505 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:56:15.507 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:56:15.508 | + functions-common:time_stop:2403 : local total 2025-04-15 05:56:15.510 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:56:15.511 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:56:15.513 | + functions-common:time_stop:2407 : start_time=1744696575487 2025-04-15 05:56:15.515 | + functions-common:time_stop:2409 : [[ -z 1744696575487 ]] 2025-04-15 05:56:15.517 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:56:15.520 | + functions-common:time_stop:2412 : end_time=1744696575518 2025-04-15 05:56:15.521 | + functions-common:time_stop:2413 : elapsed_time=31 2025-04-15 05:56:15.523 | + functions-common:time_stop:2414 : total=45342 2025-04-15 05:56:15.525 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:56:15.526 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=45373 2025-04-15 05:56:15.528 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-15 05:56:15.538 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-15 05:56:15.540 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 05:56:15.540 | + functions-common:git_clone:656 : head -1 2025-04-15 05:56:15.542 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-15 05:56:15.544 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 05:56:15.546 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-15 05:56:15.548 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 05:56:15.550 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-15 05:56:15.552 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-15 05:56:15.554 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-15 05:56:15.556 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-15 05:56:15.558 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-15 05:56:15.560 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-15 05:56:15.562 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-15 05:56:15.564 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-15 05:56:15.567 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-15 05:56:15.570 | ++ tools/install_prereqs.sh:source:47 : NOW=1744696575 2025-04-15 05:56:15.572 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-15 05:56:15.575 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-15 05:56:15.577 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-15 05:56:15.579 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744696575 2025-04-15 05:56:15.581 | ++ tools/install_prereqs.sh:source:50 : [[ 1744696575 -lt 7200 ]] 2025-04-15 05:56:15.583 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-15 05:56:15.584 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-15 05:56:15.586 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-15 05:56:15.588 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-15 05:56:15.590 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-15 05:56:15.592 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-15 05:56:15.594 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-15 05:56:15.596 | +++ 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-15 05:56:15.623 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-15 05:56:15.623 | apache2-dev 2025-04-15 05:56:15.623 | bc 2025-04-15 05:56:15.623 | bsdmainutils 2025-04-15 05:56:15.623 | curl 2025-04-15 05:56:15.623 | g++ 2025-04-15 05:56:15.623 | gawk 2025-04-15 05:56:15.623 | gcc 2025-04-15 05:56:15.623 | gettext 2025-04-15 05:56:15.623 | git 2025-04-15 05:56:15.623 | graphviz 2025-04-15 05:56:15.623 | iputils-ping 2025-04-15 05:56:15.623 | libapache2-mod-proxy-uwsgi 2025-04-15 05:56:15.623 | libffi-dev 2025-04-15 05:56:15.623 | libjpeg-dev 2025-04-15 05:56:15.623 | libpcre3-dev 2025-04-15 05:56:15.623 | libpq-dev 2025-04-15 05:56:15.623 | libssl-dev 2025-04-15 05:56:15.623 | libsystemd-dev 2025-04-15 05:56:15.623 | libxml2-dev 2025-04-15 05:56:15.623 | libxslt1-dev 2025-04-15 05:56:15.623 | libyaml-dev 2025-04-15 05:56:15.623 | lsof 2025-04-15 05:56:15.623 | openssh-server 2025-04-15 05:56:15.623 | openssl 2025-04-15 05:56:15.623 | pkg-config 2025-04-15 05:56:15.623 | psmisc 2025-04-15 05:56:15.623 | python3-dev 2025-04-15 05:56:15.623 | python3-pip 2025-04-15 05:56:15.623 | python3-systemd 2025-04-15 05:56:15.623 | python3-venv 2025-04-15 05:56:15.623 | tar 2025-04-15 05:56:15.623 | tcpdump 2025-04-15 05:56:15.623 | unzip 2025-04-15 05:56:15.623 | uuid-runtime 2025-04-15 05:56:15.623 | wget 2025-04-15 05:56:15.623 | wget 2025-04-15 05:56:15.623 | zlib1g-dev 2025-04-15 05:56:15.623 | libkrb5-dev 2025-04-15 05:56:15.623 | libldap2-dev 2025-04-15 05:56:15.623 | libsasl2-dev 2025-04-15 05:56:15.623 | memcached 2025-04-15 05:56:15.623 | python3-mysqldb 2025-04-15 05:56:15.624 | sqlite3 2025-04-15 05:56:15.624 | conntrack 2025-04-15 05:56:15.624 | curl 2025-04-15 05:56:15.624 | ebtables 2025-04-15 05:56:15.624 | genisoimage 2025-04-15 05:56:15.624 | iptables 2025-04-15 05:56:15.624 | iputils-arping 2025-04-15 05:56:15.624 | kpartx 2025-04-15 05:56:15.624 | libjs-jquery-tablesorter 2025-04-15 05:56:15.624 | parted 2025-04-15 05:56:15.624 | pm-utils 2025-04-15 05:56:15.624 | python3-mysqldb 2025-04-15 05:56:15.624 | socat 2025-04-15 05:56:15.624 | sqlite3 2025-04-15 05:56:15.624 | sudo 2025-04-15 05:56:15.624 | vlan 2025-04-15 05:56:15.624 | lsscsi 2025-04-15 05:56:15.624 | open-iscsi 2025-04-15 05:56:15.624 | lvm2 2025-04-15 05:56:15.624 | qemu-utils 2025-04-15 05:56:15.624 | thin-provisioning-tools 2025-04-15 05:56:15.624 | acl 2025-04-15 05:56:15.624 | dnsmasq-base 2025-04-15 05:56:15.624 | dnsmasq-utils 2025-04-15 05:56:15.624 | ebtables 2025-04-15 05:56:15.624 | haproxy 2025-04-15 05:56:15.624 | iptables 2025-04-15 05:56:15.624 | iputils-arping 2025-04-15 05:56:15.624 | iputils-ping 2025-04-15 05:56:15.624 | postgresql-server-dev-all 2025-04-15 05:56:15.624 | python3-mysqldb 2025-04-15 05:56:15.624 | sqlite3 2025-04-15 05:56:15.624 | sudo 2025-04-15 05:56:15.624 | vlan 2025-04-15 05:56:15.624 | ipset 2025-04-15 05:56:15.624 | conntrack 2025-04-15 05:56:15.624 | conntrackd 2025-04-15 05:56:15.624 | keepalived' 2025-04-15 05:56:15.627 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-15 05:56:15.641 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-15 05:56:15.641 | apache2-dev 2025-04-15 05:56:15.641 | bc 2025-04-15 05:56:15.641 | bsdmainutils 2025-04-15 05:56:15.641 | curl 2025-04-15 05:56:15.641 | g++ 2025-04-15 05:56:15.641 | gawk 2025-04-15 05:56:15.641 | gcc 2025-04-15 05:56:15.641 | gettext 2025-04-15 05:56:15.641 | git 2025-04-15 05:56:15.641 | graphviz 2025-04-15 05:56:15.641 | iputils-ping 2025-04-15 05:56:15.641 | libapache2-mod-proxy-uwsgi 2025-04-15 05:56:15.641 | libffi-dev 2025-04-15 05:56:15.641 | libjpeg-dev 2025-04-15 05:56:15.641 | libpcre3-dev 2025-04-15 05:56:15.641 | libpq-dev 2025-04-15 05:56:15.641 | libssl-dev 2025-04-15 05:56:15.641 | libsystemd-dev 2025-04-15 05:56:15.641 | libxml2-dev 2025-04-15 05:56:15.641 | libxslt1-dev 2025-04-15 05:56:15.641 | libyaml-dev 2025-04-15 05:56:15.641 | lsof 2025-04-15 05:56:15.641 | openssh-server 2025-04-15 05:56:15.641 | openssl 2025-04-15 05:56:15.641 | pkg-config 2025-04-15 05:56:15.641 | psmisc 2025-04-15 05:56:15.641 | python3-dev 2025-04-15 05:56:15.641 | python3-pip 2025-04-15 05:56:15.641 | python3-systemd 2025-04-15 05:56:15.641 | python3-venv 2025-04-15 05:56:15.641 | tar 2025-04-15 05:56:15.641 | tcpdump 2025-04-15 05:56:15.641 | unzip 2025-04-15 05:56:15.641 | uuid-runtime 2025-04-15 05:56:15.641 | wget 2025-04-15 05:56:15.641 | wget 2025-04-15 05:56:15.641 | zlib1g-dev 2025-04-15 05:56:15.641 | libkrb5-dev 2025-04-15 05:56:15.641 | libldap2-dev 2025-04-15 05:56:15.641 | libsasl2-dev 2025-04-15 05:56:15.641 | memcached 2025-04-15 05:56:15.641 | python3-mysqldb 2025-04-15 05:56:15.641 | sqlite3 2025-04-15 05:56:15.641 | conntrack 2025-04-15 05:56:15.641 | curl 2025-04-15 05:56:15.641 | ebtables 2025-04-15 05:56:15.641 | genisoimage 2025-04-15 05:56:15.641 | iptables 2025-04-15 05:56:15.641 | iputils-arping 2025-04-15 05:56:15.642 | kpartx 2025-04-15 05:56:15.642 | libjs-jquery-tablesorter 2025-04-15 05:56:15.642 | parted 2025-04-15 05:56:15.642 | pm-utils 2025-04-15 05:56:15.642 | python3-mysqldb 2025-04-15 05:56:15.642 | socat 2025-04-15 05:56:15.642 | sqlite3 2025-04-15 05:56:15.642 | sudo 2025-04-15 05:56:15.642 | vlan 2025-04-15 05:56:15.642 | lsscsi 2025-04-15 05:56:15.642 | open-iscsi 2025-04-15 05:56:15.642 | lvm2 2025-04-15 05:56:15.642 | qemu-utils 2025-04-15 05:56:15.642 | thin-provisioning-tools 2025-04-15 05:56:15.642 | acl 2025-04-15 05:56:15.642 | dnsmasq-base 2025-04-15 05:56:15.642 | dnsmasq-utils 2025-04-15 05:56:15.642 | ebtables 2025-04-15 05:56:15.642 | haproxy 2025-04-15 05:56:15.642 | iptables 2025-04-15 05:56:15.642 | iputils-arping 2025-04-15 05:56:15.642 | iputils-ping 2025-04-15 05:56:15.642 | postgresql-server-dev-all 2025-04-15 05:56:15.642 | python3-mysqldb 2025-04-15 05:56:15.642 | sqlite3 2025-04-15 05:56:15.642 | sudo 2025-04-15 05:56:15.642 | vlan 2025-04-15 05:56:15.642 | ipset 2025-04-15 05:56:15.643 | conntrack 2025-04-15 05:56:15.643 | conntrackd 2025-04-15 05:56:15.643 | keepalived ' 2025-04-15 05:56:15.643 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-15 05:56:15.645 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:56:15.647 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:56:15.650 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-15 05:56:15.650 | ++ 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-15 05:56:15.653 | ++ 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-15 05:56:15.655 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-15 05:56:15.656 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 05:56:15.658 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-15 05:56:15.660 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 05:56:15.661 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 05:56:15.663 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 05:56:15.665 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:56:15.666 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:56:15.668 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 05:56:15.670 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-15 05:56:15.671 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-15 05:56:15.673 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-15 05:56:15.675 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-15 05:56:15.678 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-15 05:56:15.680 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-15 05:56:15.682 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-15 05:56:15.683 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 05:56:15.685 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:56:15.687 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:56:15.690 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744696575688 2025-04-15 05:56:15.692 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-15 05:56:15.693 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-15 05:56:15.695 | ++ 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-15 05:56:15.886 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-15 05:56:15.893 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-15 05:56:15.907 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-15 05:56:15.986 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-15 05:56:16.066 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,468 kB] 2025-04-15 05:56:16.119 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [405 kB] 2025-04-15 05:56:16.129 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-15 05:56:16.138 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,269 kB] 2025-04-15 05:56:16.170 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [580 kB] 2025-04-15 05:56:16.176 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-15 05:56:16.186 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-15 05:56:16.202 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-15 05:56:16.216 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-15 05:56:16.224 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-15 05:56:16.234 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-15 05:56:16.248 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-15 05:56:16.264 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-15 05:56:16.280 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-15 05:56:16.288 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-15 05:56:16.299 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-15 05:56:16.318 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-04-15 05:56:16.333 | Get:22 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-15 05:56:17.251 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-15 05:56:24.988 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-15 05:56:26.337 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-15 05:56:26.339 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-15 05:56:35.185 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-15 05:56:36.462 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-15 05:56:36.462 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-15 05:56:38.727 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-15 05:56:39.221 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-15 05:56:39.264 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-15 05:56:39.358 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-15 05:56:39.385 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-15 05:56:44.839 | Fetched 16.4 MB in 24s (693 kB/s) 2025-04-15 05:56:45.941 | Reading package lists... 2025-04-15 05:56:45.965 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-15 05:56:45.967 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-15 05:56:45.969 | ++ functions-common:time_stop:2400 : local name 2025-04-15 05:56:45.971 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 05:56:45.973 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:56:45.975 | ++ functions-common:time_stop:2403 : local total 2025-04-15 05:56:45.977 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 05:56:45.979 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-15 05:56:45.980 | ++ functions-common:time_stop:2407 : start_time=1744696575688 2025-04-15 05:56:45.982 | ++ functions-common:time_stop:2409 : [[ -z 1744696575688 ]] 2025-04-15 05:56:45.985 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:56:45.987 | ++ functions-common:time_stop:2412 : end_time=1744696605985 2025-04-15 05:56:45.989 | ++ functions-common:time_stop:2413 : elapsed_time=30297 2025-04-15 05:56:45.991 | ++ functions-common:time_stop:2414 : total=0 2025-04-15 05:56:45.993 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:56:45.994 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=30297 2025-04-15 05:56:45.996 | ++ 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-15 05:56:45.998 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 05:56:46.000 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:56:46.002 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:56:46.003 | ++ 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-15 05:56:46.020 | ++ 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-15 05:56:46.080 | Reading package lists... 2025-04-15 05:56:46.400 | Building dependency tree... 2025-04-15 05:56:46.402 | Reading state information... 2025-04-15 05:56:46.719 | acl is already the newest version (2.3.1-1). 2025-04-15 05:56:46.719 | bc is already the newest version (1.07.1-3build1). 2025-04-15 05:56:46.719 | bc set to manually installed. 2025-04-15 05:56:46.719 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-15 05:56:46.719 | ebtables is already the newest version (2.0.11-4build2). 2025-04-15 05:56:46.719 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-15 05:56:46.719 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-15 05:56:46.719 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-15 05:56:46.719 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-15 05:56:46.720 | ipset is already the newest version (7.15-1build1). 2025-04-15 05:56:46.720 | iputils-arping is already the newest version (3:20211215-1). 2025-04-15 05:56:46.720 | iputils-ping is already the newest version (3:20211215-1). 2025-04-15 05:56:46.720 | iputils-ping set to manually installed. 2025-04-15 05:56:46.720 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-15 05:56:46.720 | libffi-dev is already the newest version (3.4.2-4). 2025-04-15 05:56:46.720 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-15 05:56:46.720 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-15 05:56:46.720 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-15 05:56:46.720 | lsof set to manually installed. 2025-04-15 05:56:46.720 | lsscsi is already the newest version (0.31-1build2). 2025-04-15 05:56:46.720 | parted is already the newest version (3.4-2build1). 2025-04-15 05:56:46.720 | parted set to manually installed. 2025-04-15 05:56:46.720 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-15 05:56:46.720 | psmisc is already the newest version (23.4-2build3). 2025-04-15 05:56:46.720 | psmisc set to manually installed. 2025-04-15 05:56:46.720 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-15 05:56:46.720 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-15 05:56:46.720 | python3-systemd set to manually installed. 2025-04-15 05:56:46.720 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-15 05:56:46.720 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-15 05:56:46.720 | thin-provisioning-tools set to manually installed. 2025-04-15 05:56:46.720 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-15 05:56:46.720 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-15 05:56:46.720 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-15 05:56:46.720 | pm-utils is already the newest version (1.4.1-19). 2025-04-15 05:56:46.720 | postgresql-server-dev-all is already the newest version (238). 2025-04-15 05:56:46.720 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-15 05:56:46.720 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-15 05:56:46.720 | curl set to manually installed. 2025-04-15 05:56:46.720 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-15 05:56:46.720 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-15 05:56:46.720 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-15 05:56:46.720 | gawk set to manually installed. 2025-04-15 05:56:46.720 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-15 05:56:46.720 | git set to manually installed. 2025-04-15 05:56:46.720 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-15 05:56:46.720 | iptables set to manually installed. 2025-04-15 05:56:46.720 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-15 05:56:46.720 | kpartx set to manually installed. 2025-04-15 05:56:46.720 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-15 05:56:46.720 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-15 05:56:46.720 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-15 05:56:46.720 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-15 05:56:46.720 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-15 05:56:46.720 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-15 05:56:46.720 | sudo set to manually installed. 2025-04-15 05:56:46.720 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-15 05:56:46.720 | tar set to manually installed. 2025-04-15 05:56:46.720 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-15 05:56:46.720 | tcpdump set to manually installed. 2025-04-15 05:56:46.720 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-15 05:56:46.720 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-15 05:56:46.720 | uuid-runtime set to manually installed. 2025-04-15 05:56:46.720 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-15 05:56:46.720 | wget set to manually installed. 2025-04-15 05:56:46.720 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-15 05:56:46.720 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-15 05:56:46.720 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-15 05:56:46.720 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-15 05:56:46.720 | The following additional packages will be installed: 2025-04-15 05:56:46.721 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-15 05:56:46.721 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-15 05:56:46.721 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-15 05:56:46.724 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-15 05:56:46.724 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-15 05:56:46.724 | Suggested packages: 2025-04-15 05:56:46.724 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-15 05:56:46.724 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-15 05:56:46.724 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-15 05:56:46.724 | systemd-container libtss2-rc0 2025-04-15 05:56:46.724 | Recommended packages: 2025-04-15 05:56:46.724 | krb5-locales 2025-04-15 05:56:46.775 | The following packages will be upgraded: 2025-04-15 05:56:46.776 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-15 05:56:46.776 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-15 05:56:46.776 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-15 05:56:46.776 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-15 05:56:46.777 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-15 05:56:46.777 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-15 05:56:46.778 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-15 05:56:46.778 | systemd-timesyncd 2025-04-15 05:56:47.352 | Preconfiguring packages ... 2025-04-15 05:56:47.444 | 42 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-15 05:56:47.444 | Need to get 0 B/22.3 MB of archives. 2025-04-15 05:56:47.444 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-15 05:56:48.172 | (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-15 05:56:48.179 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 05:56:48.198 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 05:56:48.400 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 05:56:48.417 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 05:56:48.486 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 05:56:48.500 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 05:56:48.572 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 05:56:48.583 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 05:56:48.643 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 05:56:48.657 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 05:56:48.713 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-15 05:56:48.724 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-15 05:56:48.899 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-15 05:56:48.911 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-15 05:56:49.010 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-15 05:56:49.242 | (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-15 05:56:49.248 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 05:56:49.295 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 05:56:49.597 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 05:56:49.608 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 05:56:49.673 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 05:56:49.792 | (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-15 05:56:49.798 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 05:56:49.820 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 05:56:49.872 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-15 05:56:49.882 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-15 05:56:49.973 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-15 05:56:49.984 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-15 05:56:50.066 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 05:56:50.083 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 05:56:50.174 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 05:56:50.186 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 05:56:50.283 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-15 05:56:50.293 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 05:56:50.401 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 05:56:50.412 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 05:56:50.479 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-15 05:56:50.501 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-15 05:56:50.607 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-15 05:56:50.622 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-15 05:56:50.687 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-15 05:56:50.700 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-15 05:56:50.766 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-15 05:56:50.790 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-15 05:56:50.912 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-15 05:56:51.146 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-15 05:56:51.221 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 05:56:51.232 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 05:56:51.296 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 05:56:51.417 | (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-15 05:56:51.424 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 05:56:51.527 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 05:56:51.589 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 05:56:51.703 | (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-15 05:56:51.709 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 05:56:51.721 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 05:56:51.790 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 05:56:51.910 | (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-15 05:56:51.917 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 05:56:51.929 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 05:56:51.996 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 05:56:52.113 | (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-15 05:56:52.119 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 05:56:52.131 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 05:56:52.191 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 05:56:52.202 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 05:56:52.260 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 05:56:52.271 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 05:56:52.322 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 05:56:52.332 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 05:56:52.394 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 05:56:52.405 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 05:56:52.468 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-15 05:56:52.479 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-15 05:56:52.544 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-15 05:56:52.573 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-15 05:56:52.656 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-15 05:56:52.678 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-15 05:56:52.762 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-15 05:56:52.773 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-15 05:56:52.895 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 05:56:52.906 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 05:56:53.023 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-15 05:56:53.034 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-15 05:56:53.099 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-15 05:56:53.111 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-15 05:56:53.167 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-15 05:56:53.178 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-15 05:56:53.268 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-15 05:56:53.279 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-15 05:56:53.340 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-15 05:56:53.363 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-15 05:56:53.415 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-15 05:56:53.426 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-15 05:56:53.529 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-15 05:56:53.540 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-15 05:56:53.600 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-15 05:56:53.685 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-15 05:56:53.695 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-15 05:56:54.537 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-15 05:56:55.220 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-15 05:56:56.218 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-15 05:56:57.088 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-15 05:56:57.099 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 05:56:57.110 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-15 05:56:57.120 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-15 05:56:57.615 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-15 05:56:57.629 | update-initramfs: deferring update (trigger activated) 2025-04-15 05:56:57.635 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-15 05:56:58.014 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-15 05:56:58.079 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 05:56:58.090 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-15 05:56:58.102 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-15 05:56:58.112 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-15 05:56:58.127 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-15 05:56:58.138 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-15 05:56:58.829 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 05:56:58.839 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 05:56:58.850 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-15 05:56:58.860 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-15 05:56:58.871 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 05:56:58.881 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-15 05:56:58.891 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-15 05:56:58.903 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-15 05:56:59.752 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-15 05:57:00.213 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-15 05:57:00.267 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 05:57:00.280 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-15 05:57:00.291 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-15 05:57:00.303 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-15 05:57:00.412 | update-initramfs: deferring update (trigger activated) 2025-04-15 05:57:01.784 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 05:57:01.796 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-15 05:57:01.808 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-15 05:57:01.824 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 05:57:02.007 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-15 05:57:02.017 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-15 05:57:04.129 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-15 05:57:04.150 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-15 05:57:04.166 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-15 05:57:04.216 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-15 05:57:04.270 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-15 05:57:04.352 | Processing triggers for man-db (2.10.2-1) ... 2025-04-15 05:57:04.643 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-15 05:57:04.659 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-15 05:57:04.695 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-15 05:57:12.165 | NEEDRESTART-VER: 3.5 2025-04-15 05:57:12.822 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-15 05:57:12.822 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-15 05:57:12.822 | NEEDRESTART-KSTA: 1 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: conntrackd.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: dbus.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: epmd.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: irqbalance.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: mariadb.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: memcached.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: ModemManager.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: multipathd.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: packagekit.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: pmcd.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: pmie.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: pmie_farm.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: pmlogger.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: pmproxy.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: polkit.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: systemd-logind.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: udisks2.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: user@1001.service 2025-04-15 05:57:12.822 | NEEDRESTART-SVC: vgauth.service 2025-04-15 05:57:14.768 | ++ functions-common:apt_get:1194 : result=0 2025-04-15 05:57:14.770 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 05:57:14.772 | ++ functions-common:time_stop:2400 : local name 2025-04-15 05:57:14.774 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:14.776 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:14.778 | ++ functions-common:time_stop:2403 : local total 2025-04-15 05:57:14.780 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:14.781 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-15 05:57:14.783 | ++ functions-common:time_stop:2407 : start_time=1744696606017 2025-04-15 05:57:14.785 | ++ functions-common:time_stop:2409 : [[ -z 1744696606017 ]] 2025-04-15 05:57:14.787 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:14.790 | ++ functions-common:time_stop:2412 : end_time=1744696634788 2025-04-15 05:57:14.792 | ++ functions-common:time_stop:2413 : elapsed_time=28771 2025-04-15 05:57:14.794 | ++ functions-common:time_stop:2414 : total=530 2025-04-15 05:57:14.796 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:14.797 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=29301 2025-04-15 05:57:14.799 | ++ functions-common:apt_get:1198 : return 0 2025-04-15 05:57:14.801 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-15 05:57:14.803 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-15 05:57:14.806 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-15 05:57:14.810 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-15 05:57:14.812 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-15 05:57:14.814 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-15 05:57:14.817 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-15 05:57:14.820 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-15 05:57:14.822 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-15 05:57:14.824 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-15 05:57:15.131 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-15 05:57:15.133 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-15 05:57:15.134 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-15 05:57:15.136 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-15 05:57:15.137 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-15 05:57:15.138 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-15 05:57:15.140 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-15 05:57:15.141 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-15 05:57:15.142 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-15 05:57:15.144 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-15 05:57:15.145 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-15 05:57:15.146 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-15 05:57:15.147 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-15 05:57:15.149 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-15 05:57:15.150 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-15 05:57:15.151 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-15 05:57:15.152 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-15 05:57:15.154 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-15 05:57:15.155 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-15 05:57:15.156 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-15 05:57:15.158 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-15 05:57:15.159 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-15 05:57:15.160 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-15 05:57:15.162 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-15 05:57:15.163 | + functions-common:_ensure_lsb_release:394 : return 2025-04-15 05:57:15.165 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-15 05:57:15.198 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-15 05:57:15.200 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-15 05:57:15.233 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-15 05:57:15.235 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-15 05:57:15.268 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-15 05:57:15.270 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-15 05:57:15.271 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-15 05:57:15.273 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-15 05:57:15.274 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-15 05:57:15.275 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-15 05:57:15.277 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-15 05:57:15.278 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-15 05:57:15.280 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-15 05:57:15.281 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-15 05:57:15.283 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-15 05:57:15.283 | Distro: jammy 2025-04-15 05:57:15.284 | + tools/install_pip.sh:main:124 : get_versions 2025-04-15 05:57:15.286 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-15 05:57:15.288 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-15 05:57:15.289 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-15 05:57:15.292 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-15 05:57:15.292 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-15 05:57:15.396 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-15 05:57:15.397 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-15 05:57:15.398 | pip: 0.1.15 2025-04-15 05:57:15.399 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-15 05:57:15.400 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-15 05:57:15.402 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 05:57:15.403 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 05:57:15.404 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 05:57:15.406 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 05:57:15.407 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 05:57:15.408 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 05:57:15.409 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 05:57:15.411 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 05:57:15.412 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 05:57:15.414 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 05:57:15.415 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 05:57:15.416 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 05:57:15.417 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 05:57:15.419 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-15 05:57:15.420 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:15.421 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:15.423 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-15 05:57:15.426 | + tools/install_pip.sh:main:153 : set -x 2025-04-15 05:57:15.427 | + tools/install_pip.sh:main:156 : get_versions 2025-04-15 05:57:15.429 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-15 05:57:15.431 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-15 05:57:15.433 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-15 05:57:15.435 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-15 05:57:15.435 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-15 05:57:15.443 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-15 05:57:15.444 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-15 05:57:15.444 | pip: 0.1.15 2025-04-15 05:57:15.447 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-15 05:57:15.449 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-15 05:57:15.451 | + stack.sh:main:811 : fixup_all 2025-04-15 05:57:15.453 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-15 05:57:15.454 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-15 05:57:15.456 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:15.458 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:15.460 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-15 05:57:15.470 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-15 05:57:15.479 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-15 05:57:15.488 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-15 05:57:15.489 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-15 05:57:15.491 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 05:57:15.493 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 05:57:15.495 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 05:57:15.496 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 05:57:15.498 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 05:57:15.499 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 05:57:15.501 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 05:57:15.503 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 05:57:15.505 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 05:57:15.506 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 05:57:15.508 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 05:57:15.510 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 05:57:15.511 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 05:57:15.513 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-15 05:57:15.515 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-15 05:57:15.517 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-15 05:57:15.526 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-15 05:57:15.534 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-15 05:57:15.543 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-15 05:57:15.551 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-15 05:57:15.559 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-15 05:57:15.567 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-15 05:57:15.576 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-15 05:57:15.577 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-15 05:57:15.579 | + 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-15 05:57:15.581 | + 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-15 05:57:15.583 | + 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-15 05:57:15.585 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-15 05:57:15.587 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-15 05:57:15.589 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-15 05:57:15.607 | Using python 3.10 to install os-testr 2025-04-15 05:57:15.609 | + 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-15 05:57:17.329 | Collecting os-testr 2025-04-15 05:57:17.331 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-15 05:57:17.374 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-15 05:57:17.375 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-15 05:57:17.397 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-15 05:57:17.398 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-15 05:57:17.426 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-15 05:57:17.428 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-15 05:57:17.453 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-15 05:57:17.454 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 05:57:17.493 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-15 05:57:17.493 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-15 05:57:17.529 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-15 05:57:17.532 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-15 05:57:17.536 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-15 05:57:17.539 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-15 05:57:17.543 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-15 05:57:17.611 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-15 05:57:17.963 | 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-15 05:57:18.044 | + inc/python:pip_install:222 : result=0 2025-04-15 05:57:18.046 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:57:18.048 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:18.050 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:18.051 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:18.053 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:18.054 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:18.056 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:57:18.057 | + functions-common:time_stop:2407 : start_time=1744696635603 2025-04-15 05:57:18.059 | + functions-common:time_stop:2409 : [[ -z 1744696635603 ]] 2025-04-15 05:57:18.061 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:18.064 | + functions-common:time_stop:2412 : end_time=1744696638062 2025-04-15 05:57:18.066 | + functions-common:time_stop:2413 : elapsed_time=2459 2025-04-15 05:57:18.068 | + functions-common:time_stop:2414 : total=0 2025-04-15 05:57:18.069 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:18.071 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2459 2025-04-15 05:57:18.073 | + inc/python:pip_install:225 : return 0 2025-04-15 05:57:18.075 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-15 05:57:18.116 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-15 05:57:18.171 | + stack.sh:main:838 : install_infra 2025-04-15 05:57:18.173 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-15 05:57:18.175 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-15 05:57:18.177 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-15 05:57:21.349 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-15 05:57:21.351 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-15 05:57:21.368 | + 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-15 05:57:22.308 | Collecting pbr 2025-04-15 05:57:22.312 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-15 05:57:22.338 | Installing collected packages: pbr 2025-04-15 05:57:22.406 | Successfully installed pbr-5.11.1 2025-04-15 05:57:22.480 | + inc/python:pip_install:222 : result=0 2025-04-15 05:57:22.482 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:57:22.484 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:22.486 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:22.487 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:22.489 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:22.490 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:22.492 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:57:22.493 | + functions-common:time_stop:2407 : start_time=1744696641362 2025-04-15 05:57:22.495 | + functions-common:time_stop:2409 : [[ -z 1744696641362 ]] 2025-04-15 05:57:22.497 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:22.500 | + functions-common:time_stop:2412 : end_time=1744696642498 2025-04-15 05:57:22.502 | + functions-common:time_stop:2413 : elapsed_time=1136 2025-04-15 05:57:22.503 | + functions-common:time_stop:2414 : total=2459 2025-04-15 05:57:22.505 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:22.506 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3595 2025-04-15 05:57:22.508 | + inc/python:pip_install:225 : return 0 2025-04-15 05:57:22.510 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-15 05:57:22.512 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-15 05:57:22.529 | + 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-15 05:57:23.375 | Processing /opt/stack/requirements 2025-04-15 05:57:23.376 | Preparing metadata (setup.py): started 2025-04-15 05:57:24.060 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 05:57:24.241 | Collecting Parsley>=1.2 2025-04-15 05:57:24.244 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-15 05:57:24.339 | Collecting PyYAML>=3.12 2025-04-15 05:57:24.346 | 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-15 05:57:24.457 | Collecting beagle>=0.2.1 2025-04-15 05:57:24.460 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-15 05:57:24.485 | Collecting fixtures>=3.0.0 2025-04-15 05:57:24.485 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-15 05:57:24.525 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-15 05:57:24.527 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-15 05:57:24.578 | Collecting requests>=2.14.2 2025-04-15 05:57:24.581 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-15 05:57:24.607 | Collecting six>=1.10.0 2025-04-15 05:57:24.609 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-15 05:57:24.656 | Collecting cliff>=2.11.0 2025-04-15 05:57:24.659 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-15 05:57:24.664 | 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-15 05:57:24.739 | Collecting urllib3<1.27,>=1.21.1 2025-04-15 05:57:24.743 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-15 05:57:24.769 | Collecting idna<4,>=2.5 2025-04-15 05:57:24.772 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-15 05:57:24.972 | Collecting charset-normalizer<4,>=2 2025-04-15 05:57:24.978 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-15 05:57:25.016 | Collecting certifi>=2017.4.17 2025-04-15 05:57:25.019 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-15 05:57:25.116 | Collecting cmd2>=1.0.0 2025-04-15 05:57:25.119 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-15 05:57:25.204 | Collecting importlib-metadata>=4.4 2025-04-15 05:57:25.207 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-15 05:57:25.249 | Collecting stevedore>=2.0.1 2025-04-15 05:57:25.253 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-15 05:57:25.368 | Collecting autopage>=0.4.0 2025-04-15 05:57:25.370 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-15 05:57:25.403 | Collecting PrettyTable>=0.7.2 2025-04-15 05:57:25.405 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-15 05:57:25.474 | Collecting pyperclip>=1.6 2025-04-15 05:57:25.474 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-15 05:57:25.499 | Collecting wcwidth>=0.1.7 2025-04-15 05:57:25.501 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-15 05:57:25.533 | Collecting attrs>=16.3.0 2025-04-15 05:57:25.536 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-15 05:57:25.672 | Collecting zipp>=0.5 2025-04-15 05:57:25.675 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-15 05:57:25.732 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-15 05:57:25.879 | 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-15 05:57:26.678 | Running setup.py install for openstack-requirements: started 2025-04-15 05:57:28.088 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-15 05:57:28.097 | 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-15 05:57:28.195 | + inc/python:pip_install:222 : result=0 2025-04-15 05:57:28.197 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:57:28.200 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:28.201 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:28.203 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:28.205 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:28.206 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:28.208 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:57:28.209 | + functions-common:time_stop:2407 : start_time=1744696642524 2025-04-15 05:57:28.211 | + functions-common:time_stop:2409 : [[ -z 1744696642524 ]] 2025-04-15 05:57:28.214 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:28.216 | + functions-common:time_stop:2412 : end_time=1744696648215 2025-04-15 05:57:28.218 | + functions-common:time_stop:2413 : elapsed_time=5691 2025-04-15 05:57:28.220 | + functions-common:time_stop:2414 : total=3595 2025-04-15 05:57:28.222 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:28.223 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9286 2025-04-15 05:57:28.225 | + inc/python:pip_install:225 : return 0 2025-04-15 05:57:28.227 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-15 05:57:28.229 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-15 05:57:28.231 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-15 05:57:28.232 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:28.234 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:28.236 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-15 05:57:28.238 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:28.240 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-15 05:57:28.255 | Using python 3.10 to install pbr 2025-04-15 05:57:28.257 | + 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-15 05:57:29.042 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-15 05:57:29.285 | + inc/python:pip_install:222 : result=0 2025-04-15 05:57:29.287 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:57:29.288 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:29.290 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:29.292 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:29.294 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:29.296 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:29.297 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:57:29.299 | + functions-common:time_stop:2407 : start_time=1744696648251 2025-04-15 05:57:29.300 | + functions-common:time_stop:2409 : [[ -z 1744696648251 ]] 2025-04-15 05:57:29.303 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:29.305 | + functions-common:time_stop:2412 : end_time=1744696649304 2025-04-15 05:57:29.307 | + functions-common:time_stop:2413 : elapsed_time=1053 2025-04-15 05:57:29.309 | + functions-common:time_stop:2414 : total=9286 2025-04-15 05:57:29.310 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:29.312 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10339 2025-04-15 05:57:29.314 | + inc/python:pip_install:225 : return 0 2025-04-15 05:57:29.315 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-15 05:57:32.403 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-15 05:57:33.016 | Collecting bindep 2025-04-15 05:57:33.019 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-15 05:57:33.071 | Collecting packaging 2025-04-15 05:57:33.074 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-15 05:57:33.095 | Collecting distro>=1.7 2025-04-15 05:57:33.097 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-15 05:57:33.113 | Collecting Parsley 2025-04-15 05:57:33.114 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-15 05:57:33.159 | Collecting pbr>=2 2025-04-15 05:57:33.162 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-15 05:57:33.166 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-15 05:57:33.205 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-15 05:57:33.441 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-15 05:57:33.510 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-15 05:57:33.512 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-15 05:57:33.515 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-15 05:57:33.528 | + stack.sh:main:847 : pkgs= 2025-04-15 05:57:33.530 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-15 05:57:33.532 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-15 05:57:33.534 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 05:57:33.536 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-15 05:57:33.537 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 05:57:33.539 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 05:57:33.541 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 05:57:33.543 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 05:57:33.545 | + functions-common:run_phase:1838 : local extra 2025-04-15 05:57:33.547 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 05:57:33.550 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 05:57:33.552 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 05:57:33.553 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 05:57:33.555 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-15 05:57:33.557 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 05:57:33.568 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:57:33.570 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 05:57:33.571 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 05:57:33.573 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-15 05:57:33.575 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 05:57:33.576 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 05:57:33.578 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-15 05:57:33.579 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-15 05:57:33.581 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-15 05:57:33.582 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-15 05:57:33.584 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-15 05:57:33.586 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-15 05:57:33.587 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 05:57:33.589 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 05:57:33.591 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 05:57:33.592 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 05:57:33.594 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-15 05:57:33.596 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 05:57:33.597 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-15 05:57:33.599 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 05:57:33.601 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 05:57:33.603 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 05:57:33.604 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 05:57:33.606 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 05:57:33.608 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-15 05:57:33.609 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 05:57:33.611 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 05:57:33.612 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-15 05:57:33.614 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 05:57:33.616 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 05:57:33.617 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-15 05:57:33.619 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-15 05:57:33.621 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-15 05:57:33.623 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-15 05:57:33.625 | + functions:set_systemd_override:832 : local value=2048 2025-04-15 05:57:33.626 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-15 05:57:33.628 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-15 05:57:33.668 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-15 05:57:33.669 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-15 05:57:33.670 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-15 05:57:33.900 | + stack.sh:main:860 : install_rpc_backend 2025-04-15 05:57:33.902 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-15 05:57:33.914 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:57:33.916 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-15 05:57:33.918 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 05:57:33.920 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 05:57:33.922 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 05:57:33.924 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 05:57:33.925 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 05:57:33.927 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 05:57:33.929 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:33.931 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:33.932 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 05:57:33.934 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 05:57:33.936 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 05:57:33.938 | + functions-common:apt_get_update:1150 : return 2025-04-15 05:57:33.939 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-15 05:57:33.941 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 05:57:33.943 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:33.945 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:33.946 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-15 05:57:33.962 | + 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-15 05:57:34.023 | Reading package lists... 2025-04-15 05:57:34.236 | Building dependency tree... 2025-04-15 05:57:34.238 | Reading state information... 2025-04-15 05:57:34.438 | The following packages will be upgraded: 2025-04-15 05:57:34.438 | rabbitmq-server 2025-04-15 05:57:34.764 | 1 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 05:57:34.764 | Need to get 0 B/15.2 MB of archives. 2025-04-15 05:57:34.764 | After this operation, 0 B of additional disk space will be used. 2025-04-15 05:57:34.865 | (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-15 05:57:34.871 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-15 05:57:34.890 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-15 05:57:35.327 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-15 05:57:40.815 | Processing triggers for man-db (2.10.2-1) ... 2025-04-15 05:57:41.256 | NEEDRESTART-VER: 3.5 2025-04-15 05:57:41.769 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-15 05:57:41.769 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-15 05:57:41.769 | NEEDRESTART-KSTA: 1 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: conntrackd.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: dbus.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: epmd.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: irqbalance.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: mariadb.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: memcached.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: ModemManager.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: multipathd.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: packagekit.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: pmcd.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: pmie.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: pmie_farm.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: pmlogger.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: pmproxy.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: polkit.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: systemd-logind.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: udisks2.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: user@1001.service 2025-04-15 05:57:41.770 | NEEDRESTART-SVC: vgauth.service 2025-04-15 05:57:43.710 | + functions-common:apt_get:1194 : result=0 2025-04-15 05:57:43.712 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 05:57:43.714 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:43.716 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:43.717 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:43.719 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:43.720 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:43.722 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 05:57:43.724 | + functions-common:time_stop:2407 : start_time=1744696653960 2025-04-15 05:57:43.726 | + functions-common:time_stop:2409 : [[ -z 1744696653960 ]] 2025-04-15 05:57:43.728 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:43.731 | + functions-common:time_stop:2412 : end_time=1744696663729 2025-04-15 05:57:43.733 | + functions-common:time_stop:2413 : elapsed_time=9769 2025-04-15 05:57:43.735 | + functions-common:time_stop:2414 : total=29301 2025-04-15 05:57:43.736 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:43.738 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39070 2025-04-15 05:57:43.740 | + functions-common:apt_get:1198 : return 0 2025-04-15 05:57:43.742 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-15 05:57:43.743 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 05:57:43.745 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 05:57:43.747 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 05:57:43.749 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 05:57:43.751 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 05:57:43.752 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 05:57:43.754 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 05:57:43.756 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 05:57:43.757 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 05:57:43.759 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 05:57:43.761 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 05:57:43.763 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 05:57:43.765 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 05:57:43.766 | + stack.sh:main:861 : restart_rpc_backend 2025-04-15 05:57:43.768 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-15 05:57:43.781 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:57:43.783 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-15 05:57:43.784 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 05:57:43.786 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-15 05:57:43.788 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-15 05:57:43.791 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-15 05:57:43.794 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-15 05:57:43.796 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-15 05:57:43.798 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-15 05:57:43.800 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-15 05:57:43.802 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-15 05:57:43.804 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-15 05:57:43.807 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-15 05:57:44.255 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-15 05:57:44.255 | user tags 2025-04-15 05:57:44.255 | guest [administrator]' 2025-04-15 05:57:44.258 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-15 05:57:44.258 | user tags 2025-04-15 05:57:44.258 | guest [administrator]' 2025-04-15 05:57:44.259 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-15 05:57:44.263 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-15 05:57:44.265 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-15 05:57:44.267 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-15 05:57:44.688 | Adding user "stackrabbit" ... 2025-04-15 05:57:44.694 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-15 05:57:44.706 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-15 05:57:45.130 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-15 05:57:45.146 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-15 05:57:45.148 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-15 05:57:45.570 | Changing password for user "stackrabbit" ... 2025-04-15 05:57:45.588 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-15 05:57:45.590 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-15 05:57:45.592 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-15 05:57:46.019 | Deleting user "guest" ... 2025-04-15 05:57:46.037 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-15 05:57:46.050 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:57:46.052 | + stack.sh:main:864 : install_database 2025-04-15 05:57:46.054 | + lib/database:install_database:118 : install_database_mysql 2025-04-15 05:57:46.056 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-15 05:57:46.058 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:46.060 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:46.062 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-15 05:57:46.180 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-15 05:57:46.183 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-15 05:57:46.186 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-15 05:57:46.188 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:46.190 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:46.192 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-15 05:57:46.194 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-15 05:57:46.197 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-15 05:57:46.199 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-15 05:57:46.200 | + stack.sh:main:867 : install_database_python 2025-04-15 05:57:46.202 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-15 05:57:46.204 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-15 05:57:46.206 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-15 05:57:46.208 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 05:57:46.210 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-15 05:57:46.212 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-15 05:57:46.214 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 05:57:46.218 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-15 05:57:46.218 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 05:57:46.221 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-15 05:57:46.224 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-15 05:57:46.226 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-15 05:57:46.228 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-15 05:57:46.230 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-15 05:57:46.248 | Using python 3.10 to install PyMySQL 2025-04-15 05:57:46.250 | + 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-15 05:57:47.239 | Collecting PyMySQL 2025-04-15 05:57:47.241 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-15 05:57:47.247 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-15 05:57:47.310 | Installing collected packages: PyMySQL 2025-04-15 05:57:47.347 | Successfully installed PyMySQL-1.0.3 2025-04-15 05:57:47.427 | + inc/python:pip_install:222 : result=0 2025-04-15 05:57:47.429 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:57:47.432 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:47.434 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:47.436 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:47.438 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:47.440 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:47.442 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:57:47.444 | + functions-common:time_stop:2407 : start_time=1744696666243 2025-04-15 05:57:47.446 | + functions-common:time_stop:2409 : [[ -z 1744696666243 ]] 2025-04-15 05:57:47.448 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:47.451 | + functions-common:time_stop:2412 : end_time=1744696667449 2025-04-15 05:57:47.454 | + functions-common:time_stop:2413 : elapsed_time=1206 2025-04-15 05:57:47.456 | + functions-common:time_stop:2414 : total=10339 2025-04-15 05:57:47.457 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:47.459 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11545 2025-04-15 05:57:47.461 | + inc/python:pip_install:225 : return 0 2025-04-15 05:57:47.464 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-15 05:57:47.466 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-15 05:57:47.468 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-15 05:57:47.470 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-15 05:57:47.485 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:57:47.487 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-15 05:57:47.489 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-15 05:57:47.504 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:57:47.506 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-15 05:57:47.508 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 05:57:47.510 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 05:57:47.512 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 05:57:47.514 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 05:57:47.516 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 05:57:47.519 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 05:57:47.521 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:47.523 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:47.525 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 05:57:47.527 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 05:57:47.529 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 05:57:47.531 | + functions-common:apt_get_update:1150 : return 2025-04-15 05:57:47.533 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-15 05:57:47.536 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 05:57:47.538 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:47.540 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:47.542 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-15 05:57:47.561 | + 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-15 05:57:47.627 | Reading package lists... 2025-04-15 05:57:47.870 | Building dependency tree... 2025-04-15 05:57:47.870 | Reading state information... 2025-04-15 05:57:48.085 | radvd is already the newest version (1:2.18-3build2). 2025-04-15 05:57:48.085 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 05:57:48.089 | + functions-common:apt_get:1194 : result=0 2025-04-15 05:57:48.091 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 05:57:48.093 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:48.095 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:48.097 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:48.099 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:48.101 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:48.102 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 05:57:48.104 | + functions-common:time_stop:2407 : start_time=1744696667558 2025-04-15 05:57:48.106 | + functions-common:time_stop:2409 : [[ -z 1744696667558 ]] 2025-04-15 05:57:48.109 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:48.112 | + functions-common:time_stop:2412 : end_time=1744696668109 2025-04-15 05:57:48.114 | + functions-common:time_stop:2413 : elapsed_time=551 2025-04-15 05:57:48.115 | + functions-common:time_stop:2414 : total=39070 2025-04-15 05:57:48.117 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:48.119 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39621 2025-04-15 05:57:48.121 | + functions-common:apt_get:1198 : return 0 2025-04-15 05:57:48.123 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-15 05:57:48.136 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:57:48.138 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-15 05:57:48.140 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-15 05:57:48.142 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-15 05:57:48.145 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-15 05:57:48.160 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-15 05:57:48.162 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 05:57:48.164 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 05:57:48.166 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 05:57:48.167 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 05:57:48.169 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 05:57:48.171 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 05:57:48.173 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:48.175 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:48.177 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 05:57:48.179 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 05:57:48.181 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 05:57:48.183 | + functions-common:apt_get_update:1150 : return 2025-04-15 05:57:48.184 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-15 05:57:48.186 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 05:57:48.188 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:48.190 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:48.192 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-15 05:57:48.207 | + 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-15 05:57:48.267 | Reading package lists... 2025-04-15 05:57:48.486 | Building dependency tree... 2025-04-15 05:57:48.486 | Reading state information... 2025-04-15 05:57:48.706 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-15 05:57:48.706 | fakeroot set to manually installed. 2025-04-15 05:57:48.706 | make is already the newest version (4.3-4.1build1). 2025-04-15 05:57:48.706 | make set to manually installed. 2025-04-15 05:57:48.706 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-15 05:57:48.706 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 05:57:48.710 | + functions-common:apt_get:1194 : result=0 2025-04-15 05:57:48.713 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 05:57:48.714 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:48.716 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:48.718 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:48.720 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:48.721 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:48.723 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 05:57:48.725 | + functions-common:time_stop:2407 : start_time=1744696668205 2025-04-15 05:57:48.726 | + functions-common:time_stop:2409 : [[ -z 1744696668205 ]] 2025-04-15 05:57:48.729 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:48.732 | + functions-common:time_stop:2412 : end_time=1744696668730 2025-04-15 05:57:48.733 | + functions-common:time_stop:2413 : elapsed_time=525 2025-04-15 05:57:48.735 | + functions-common:time_stop:2414 : total=39621 2025-04-15 05:57:48.737 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:48.739 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40146 2025-04-15 05:57:48.741 | + functions-common:apt_get:1198 : return 0 2025-04-15 05:57:48.742 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-15 05:57:48.744 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:48.746 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:48.749 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-15 05:57:48.751 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-15 05:57:48.753 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-15 05:57:48.756 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-15 05:57:48.758 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-15 05:57:48.761 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-15 05:57:48.761 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-15 05:57:48.765 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-15 05:57:48.767 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-15 05:57:48.769 | + functions:vercmp:639 : local v1=6.8 2025-04-15 05:57:48.771 | + functions:vercmp:640 : local 'op=<' 2025-04-15 05:57:48.773 | + functions:vercmp:641 : local v2=3.13 2025-04-15 05:57:48.775 | + functions:vercmp:642 : local result 2025-04-15 05:57:48.778 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-15 05:57:48.779 | ++ functions:vercmp:646 : sort -V 2025-04-15 05:57:48.779 | ++ functions:vercmp:646 : head -1 2025-04-15 05:57:48.783 | + functions:vercmp:646 : result=3.13 2025-04-15 05:57:48.785 | + functions:vercmp:648 : case $op in 2025-04-15 05:57:48.787 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-15 05:57:48.788 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-15 05:57:48.790 | + functions:vercmp:659 : return 2025-04-15 05:57:48.792 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-15 05:57:48.794 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 05:57:48.796 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-15 05:57:49.269 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-15 05:57:49.271 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-15 05:57:49.272 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:49.275 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:49.277 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-15 05:57:49.279 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:49.281 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-15 05:57:49.294 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:57:49.296 | + stack.sh:main:875 : install_etcd3 2025-04-15 05:57:49.298 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-15 05:57:49.298 | Installing etcd 2025-04-15 05:57:49.300 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-15 05:57:49.309 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-15 05:57:49.318 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-15 05:57:49.320 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-15 05:57:49.328 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-15 05:57:49.331 | ++ 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-15 05:57:49.333 | ++ 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-15 05:57:49.336 | +++ 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-15 05:57:49.339 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 05:57:49.341 | ++ 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-15 05:57:49.343 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-15 05:57:49.345 | ++ 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-15 05:57:49.356 | --2025-04-15 05:57:49-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 05:57:49.362 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-15 05:57:49.363 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-15 05:57:49.383 | HTTP request sent, awaiting response... 200 OK 2025-04-15 05:57:49.383 | Length: 16171146 (15M) [application/gzip] 2025-04-15 05:57:49.383 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-15 05:57:49.389 | 2025-04-15 05:57:49.457 | 0K ........ ....... 100% 207M=0.07s 2025-04-15 05:57:49.457 | 2025-04-15 05:57:49.457 | 2025-04-15 05:57:49 (207 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-15 05:57:49.457 | 2025-04-15 05:57:49.461 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-15 05:57:49.463 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 05:57:49.466 | ++ functions:get_extra_file:74 : return 2025-04-15 05:57:49.468 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 05:57:49.470 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-15 05:57:49.472 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-15 05:57:49.474 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-15 05:57:49.565 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-15 05:57:49.568 | + 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-15 05:57:49.570 | etcd-v3.4.27-linux-amd64/ 2025-04-15 05:57:49.570 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-15 05:57:49.570 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-15 05:57:49.700 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-15 05:57:49.700 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-15 05:57:49.700 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-15 05:57:49.700 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-15 05:57:49.700 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-15 05:57:49.701 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-15 05:57:49.701 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-15 05:57:49.701 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-15 05:57:49.701 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-15 05:57:49.701 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-15 05:57:49.701 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-15 05:57:49.701 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-15 05:57:49.701 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-15 05:57:49.701 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-15 05:57:49.701 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-15 05:57:49.702 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-15 05:57:49.703 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-15 05:57:49.704 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-15 05:57:49.705 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-15 05:57:49.706 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-15 05:57:49.706 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-15 05:57:49.706 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-15 05:57:49.706 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-15 05:57:49.707 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-15 05:57:49.707 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-15 05:57:49.707 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-15 05:57:49.707 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-15 05:57:49.707 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-15 05:57:49.707 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-15 05:57:49.707 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-15 05:57:49.707 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-15 05:57:49.708 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-15 05:57:49.708 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-15 05:57:49.708 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-15 05:57:49.708 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-15 05:57:49.708 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-15 05:57:49.708 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-15 05:57:49.708 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-15 05:57:49.709 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-15 05:57:49.709 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-15 05:57:49.709 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-15 05:57:49.709 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-15 05:57:49.709 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-15 05:57:49.709 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-15 05:57:49.710 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-15 05:57:49.710 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-15 05:57:49.710 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-15 05:57:49.710 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-15 05:57:49.711 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-15 05:57:49.711 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-15 05:57:49.711 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-15 05:57:49.711 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-15 05:57:49.711 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-15 05:57:49.711 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-15 05:57:49.712 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-15 05:57:49.712 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-15 05:57:49.712 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-15 05:57:49.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-15 05:57:49.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-15 05:57:49.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-15 05:57:49.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-15 05:57:49.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-15 05:57:49.713 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-15 05:57:49.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-15 05:57:49.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-15 05:57:49.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-15 05:57:49.714 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-15 05:57:49.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-15 05:57:49.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-15 05:57:49.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-15 05:57:49.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-15 05:57:49.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-15 05:57:49.715 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-15 05:57:49.716 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-15 05:57:49.716 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-15 05:57:49.716 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-15 05:57:49.717 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-15 05:57:49.717 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-15 05:57:49.717 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-15 05:57:49.717 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-15 05:57:49.717 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-15 05:57:49.717 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-15 05:57:49.717 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-15 05:57:49.717 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-15 05:57:49.717 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-15 05:57:49.718 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-15 05:57:49.719 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-15 05:57:49.720 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-15 05:57:49.720 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-15 05:57:49.721 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-15 05:57:49.722 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-15 05:57:49.723 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-15 05:57:49.724 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-15 05:57:49.725 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-15 05:57:49.725 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-15 05:57:49.726 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-15 05:57:49.727 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-15 05:57:49.727 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-15 05:57:49.728 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-15 05:57:49.729 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-15 05:57:49.729 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-15 05:57:49.731 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-15 05:57:49.732 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-15 05:57:49.733 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-15 05:57:49.733 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-15 05:57:49.735 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-15 05:57:49.735 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-15 05:57:49.735 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-15 05:57:49.735 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-15 05:57:49.736 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-15 05:57:49.737 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-15 05:57:49.737 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-15 05:57:49.737 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-15 05:57:49.738 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-15 05:57:49.739 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/README.md 2025-04-15 05:57:49.740 | etcd-v3.4.27-linux-amd64/etcd 2025-04-15 05:57:49.913 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-15 05:57:49.936 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-15 05:57:49.956 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-15 05:57:49.959 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-15 05:57:49.972 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:57:49.974 | + stack.sh:main:894 : install_dstat 2025-04-15 05:57:49.976 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-15 05:57:49.989 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:57:49.991 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-15 05:57:49.993 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 05:57:49.995 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-15 05:57:49.997 | + stack.sh:main:903 : install_libs 2025-04-15 05:57:49.999 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-15 05:57:50.001 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-15 05:57:50.003 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-15 05:57:50.004 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-15 05:57:50.006 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.008 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.010 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-15 05:57:50.012 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.014 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-15 05:57:50.016 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-15 05:57:50.018 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-15 05:57:50.020 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-15 05:57:50.022 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.023 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.025 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-15 05:57:50.027 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.029 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-15 05:57:50.031 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-15 05:57:50.033 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-15 05:57:50.035 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-15 05:57:50.037 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.038 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.040 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-15 05:57:50.042 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.044 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-15 05:57:50.046 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-15 05:57:50.048 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-15 05:57:50.050 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-15 05:57:50.052 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.053 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.055 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-15 05:57:50.057 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.059 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-15 05:57:50.061 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-15 05:57:50.063 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-15 05:57:50.064 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-15 05:57:50.066 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.068 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.070 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-15 05:57:50.072 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.073 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-15 05:57:50.075 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-15 05:57:50.077 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-15 05:57:50.079 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-15 05:57:50.081 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.083 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.084 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-15 05:57:50.086 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.088 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-15 05:57:50.090 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-15 05:57:50.092 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-15 05:57:50.094 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-15 05:57:50.096 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.097 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.099 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-15 05:57:50.101 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.103 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-15 05:57:50.105 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-15 05:57:50.107 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-15 05:57:50.108 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-15 05:57:50.110 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.112 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.114 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-15 05:57:50.116 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.118 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-15 05:57:50.120 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-15 05:57:50.122 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-15 05:57:50.124 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-15 05:57:50.126 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.127 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.129 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-15 05:57:50.131 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.133 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-15 05:57:50.135 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-15 05:57:50.137 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-15 05:57:50.139 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-15 05:57:50.141 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.142 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.144 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-15 05:57:50.146 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.148 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-15 05:57:50.150 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-15 05:57:50.152 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-15 05:57:50.153 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-15 05:57:50.156 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.157 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.159 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-15 05:57:50.161 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.163 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-15 05:57:50.165 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-15 05:57:50.167 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-15 05:57:50.169 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-15 05:57:50.170 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.172 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.174 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-15 05:57:50.176 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.178 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-15 05:57:50.180 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-15 05:57:50.182 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-15 05:57:50.184 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-15 05:57:50.185 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.187 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.189 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-15 05:57:50.191 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.193 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-15 05:57:50.195 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-15 05:57:50.197 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-15 05:57:50.198 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-15 05:57:50.200 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.202 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.204 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-15 05:57:50.206 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.208 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-15 05:57:50.210 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-15 05:57:50.212 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-15 05:57:50.214 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-15 05:57:50.215 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.217 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.219 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-15 05:57:50.221 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.223 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-15 05:57:50.225 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-15 05:57:50.227 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-15 05:57:50.229 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-15 05:57:50.230 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.232 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.234 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-15 05:57:50.236 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.238 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-15 05:57:50.240 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-15 05:57:50.242 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-15 05:57:50.244 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-15 05:57:50.246 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.247 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.249 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-15 05:57:50.251 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.253 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-15 05:57:50.255 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-15 05:57:50.257 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-15 05:57:50.259 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-15 05:57:50.261 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.262 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.264 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-15 05:57:50.266 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.268 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-15 05:57:50.270 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-15 05:57:50.272 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-15 05:57:50.274 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-15 05:57:50.276 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.277 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.279 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-15 05:57:50.281 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.283 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-15 05:57:50.285 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-15 05:57:50.287 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-15 05:57:50.289 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-15 05:57:50.291 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.293 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.294 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-15 05:57:50.296 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.298 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-15 05:57:50.300 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-15 05:57:50.302 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-15 05:57:50.304 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-15 05:57:50.306 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.308 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.310 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-15 05:57:50.311 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.313 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-15 05:57:50.315 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-15 05:57:50.317 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-15 05:57:50.319 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-15 05:57:50.321 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.323 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.325 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-15 05:57:50.327 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.329 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-15 05:57:50.330 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-15 05:57:50.332 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-15 05:57:50.334 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-15 05:57:50.336 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.338 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.340 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-15 05:57:50.342 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.344 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-15 05:57:50.346 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-15 05:57:50.348 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-15 05:57:50.349 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-15 05:57:50.351 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.353 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.355 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-15 05:57:50.357 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.359 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-15 05:57:50.361 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-15 05:57:50.363 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-15 05:57:50.365 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-15 05:57:50.367 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.369 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.370 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-15 05:57:50.372 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.374 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-15 05:57:50.376 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-15 05:57:50.378 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-15 05:57:50.380 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-15 05:57:50.382 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.384 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.386 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-15 05:57:50.388 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.390 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-15 05:57:50.392 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-15 05:57:50.393 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-15 05:57:50.395 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-15 05:57:50.398 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.400 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.402 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-15 05:57:50.404 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.405 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-15 05:57:50.407 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-15 05:57:50.409 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-15 05:57:50.411 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-15 05:57:50.413 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.415 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.417 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-15 05:57:50.419 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.421 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-15 05:57:50.423 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-15 05:57:50.424 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-15 05:57:50.426 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-15 05:57:50.428 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.430 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.432 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-15 05:57:50.434 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.436 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-15 05:57:50.437 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-15 05:57:50.439 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-15 05:57:50.441 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-15 05:57:50.443 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.445 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.447 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-15 05:57:50.449 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.451 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-15 05:57:50.453 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-15 05:57:50.454 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-15 05:57:50.456 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-15 05:57:50.458 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.460 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.462 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-15 05:57:50.464 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.466 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-15 05:57:50.468 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-15 05:57:50.470 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-15 05:57:50.471 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-15 05:57:50.473 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.475 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.477 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-15 05:57:50.479 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.481 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-15 05:57:50.483 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-15 05:57:50.485 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-15 05:57:50.487 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-15 05:57:50.489 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.491 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.493 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-15 05:57:50.494 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.496 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-15 05:57:50.498 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-15 05:57:50.500 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-15 05:57:50.502 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-15 05:57:50.504 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.506 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.508 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-15 05:57:50.509 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.511 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-15 05:57:50.513 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-15 05:57:50.515 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-15 05:57:50.517 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-15 05:57:50.519 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.521 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.523 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-15 05:57:50.525 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.526 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-15 05:57:50.528 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-15 05:57:50.530 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-15 05:57:50.532 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-15 05:57:50.534 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.536 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.538 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-15 05:57:50.540 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.541 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-15 05:57:50.543 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-15 05:57:50.545 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-15 05:57:50.547 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-15 05:57:50.549 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.551 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.553 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-15 05:57:50.555 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.557 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-15 05:57:50.559 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-15 05:57:50.560 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-15 05:57:50.562 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-15 05:57:50.564 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:50.566 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:50.568 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-15 05:57:50.570 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:50.572 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-15 05:57:50.587 | Using python 3.10 to install etcd3 2025-04-15 05:57:50.589 | + 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-15 05:57:51.558 | Collecting etcd3 2025-04-15 05:57:51.558 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-15 05:57:52.214 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-15 05:57:52.216 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-15 05:57:52.431 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-15 05:57:52.436 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-15 05:57:52.460 | Collecting six>=1.12.0 (from etcd3) 2025-04-15 05:57:52.462 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-15 05:57:52.489 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-15 05:57:52.491 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-15 05:57:52.507 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-15 05:57:52.543 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-15 05:57:52.548 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-15 05:57:52.550 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-15 05:57:52.638 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-15 05:57:52.983 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-04-15 05:57:53.157 | + inc/python:pip_install:222 : result=0 2025-04-15 05:57:53.159 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:57:53.161 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:53.163 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:53.164 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:53.166 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:53.168 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:53.170 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:57:53.172 | + functions-common:time_stop:2407 : start_time=1744696670583 2025-04-15 05:57:53.173 | + functions-common:time_stop:2409 : [[ -z 1744696670583 ]] 2025-04-15 05:57:53.176 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:53.179 | + functions-common:time_stop:2412 : end_time=1744696673177 2025-04-15 05:57:53.181 | + functions-common:time_stop:2413 : elapsed_time=2594 2025-04-15 05:57:53.183 | + functions-common:time_stop:2414 : total=11545 2025-04-15 05:57:53.185 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:53.186 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14139 2025-04-15 05:57:53.188 | + inc/python:pip_install:225 : return 0 2025-04-15 05:57:53.190 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-15 05:57:53.206 | Using python 3.10 to install etcd3gw 2025-04-15 05:57:53.208 | + 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-15 05:57:54.175 | Collecting etcd3gw 2025-04-15 05:57:54.176 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-15 05:57:54.207 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-15 05:57:54.209 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-15 05:57:54.211 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-15 05:57:54.255 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-15 05:57:54.257 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-15 05:57:54.364 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-15 05:57:54.367 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-15 05:57:54.391 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-15 05:57:54.393 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-15 05:57:54.446 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-15 05:57:54.447 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-15 05:57:54.480 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-15 05:57:54.483 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-15 05:57:54.508 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-15 05:57:54.511 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-15 05:57:54.513 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-15 05:57:54.516 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-15 05:57:54.519 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-15 05:57:54.523 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-15 05:57:54.526 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-15 05:57:54.630 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-15 05:57:54.931 | 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-15 05:57:55.012 | + inc/python:pip_install:222 : result=0 2025-04-15 05:57:55.014 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:57:55.016 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:55.018 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:55.020 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:55.022 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:55.024 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:55.025 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:57:55.027 | + functions-common:time_stop:2407 : start_time=1744696673202 2025-04-15 05:57:55.029 | + functions-common:time_stop:2409 : [[ -z 1744696673202 ]] 2025-04-15 05:57:55.031 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:55.034 | + functions-common:time_stop:2412 : end_time=1744696675032 2025-04-15 05:57:55.036 | + functions-common:time_stop:2413 : elapsed_time=1830 2025-04-15 05:57:55.038 | + functions-common:time_stop:2414 : total=14139 2025-04-15 05:57:55.039 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:55.041 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15969 2025-04-15 05:57:55.043 | + inc/python:pip_install:225 : return 0 2025-04-15 05:57:55.045 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-15 05:57:55.047 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-15 05:57:55.049 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-15 05:57:55.051 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 05:57:55.053 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 05:57:55.055 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 05:57:55.057 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 05:57:55.059 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 05:57:55.061 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 05:57:55.062 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 05:57:55.064 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 05:57:55.066 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 05:57:55.068 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 05:57:55.070 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 05:57:55.072 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 05:57:55.074 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 05:57:55.076 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-15 05:57:55.078 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:55.080 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:55.082 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-15 05:57:55.084 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 05:57:55.086 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 05:57:55.087 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 05:57:55.089 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 05:57:55.091 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 05:57:55.093 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 05:57:55.095 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 05:57:55.097 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:55.099 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:55.101 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 05:57:55.103 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 05:57:55.105 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 05:57:55.106 | + functions-common:apt_get_update:1150 : return 2025-04-15 05:57:55.108 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 05:57:55.110 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 05:57:55.112 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:55.114 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:55.116 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 05:57:55.132 | + 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-15 05:57:55.191 | Reading package lists... 2025-04-15 05:57:55.407 | Building dependency tree... 2025-04-15 05:57:55.411 | Reading state information... 2025-04-15 05:57:55.620 | uwsgi is already the newest version (2.0.20-4). 2025-04-15 05:57:55.621 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-15 05:57:55.621 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-15 05:57:55.621 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 05:57:55.625 | + functions-common:apt_get:1194 : result=0 2025-04-15 05:57:55.627 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 05:57:55.629 | + functions-common:time_stop:2400 : local name 2025-04-15 05:57:55.631 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:57:55.633 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:57:55.635 | + functions-common:time_stop:2403 : local total 2025-04-15 05:57:55.637 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:57:55.639 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 05:57:55.641 | + functions-common:time_stop:2407 : start_time=1744696675130 2025-04-15 05:57:55.643 | + functions-common:time_stop:2409 : [[ -z 1744696675130 ]] 2025-04-15 05:57:55.645 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:57:55.649 | + functions-common:time_stop:2412 : end_time=1744696675647 2025-04-15 05:57:55.651 | + functions-common:time_stop:2413 : elapsed_time=517 2025-04-15 05:57:55.653 | + functions-common:time_stop:2414 : total=40146 2025-04-15 05:57:55.654 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:57:55.656 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40663 2025-04-15 05:57:55.658 | + functions-common:apt_get:1198 : return 0 2025-04-15 05:57:55.661 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-15 05:57:55.663 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:57:55.664 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:57:55.666 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-15 05:57:55.701 | Enabling module proxy. 2025-04-15 05:57:55.705 | To activate the new configuration, you need to run: 2025-04-15 05:57:55.705 | systemctl restart apache2 2025-04-15 05:57:55.709 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-15 05:57:55.740 | Considering dependency proxy for proxy_uwsgi: 2025-04-15 05:57:55.740 | Module proxy already enabled 2025-04-15 05:57:55.740 | Enabling module proxy_uwsgi. 2025-04-15 05:57:55.744 | To activate the new configuration, you need to run: 2025-04-15 05:57:55.744 | systemctl restart apache2 2025-04-15 05:57:55.748 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-15 05:57:55.750 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 05:57:55.752 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 05:57:55.754 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 05:57:55.842 | + stack.sh:main:909 : install_keystoneauth 2025-04-15 05:57:55.844 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-15 05:57:55.846 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-15 05:57:55.848 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:55.850 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:55.852 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-15 05:57:55.854 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:55.855 | + stack.sh:main:910 : install_keystoneclient 2025-04-15 05:57:55.857 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-15 05:57:55.859 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-15 05:57:55.861 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:55.864 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:55.865 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-15 05:57:55.867 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:55.869 | + stack.sh:main:911 : install_glanceclient 2025-04-15 05:57:55.871 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-15 05:57:55.873 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-15 05:57:55.875 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:55.877 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:55.879 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-15 05:57:55.881 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:55.883 | + stack.sh:main:912 : install_cinderclient 2025-04-15 05:57:55.885 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-15 05:57:55.887 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-15 05:57:55.890 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:55.892 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:55.894 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-15 05:57:55.896 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:55.897 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-15 05:57:55.899 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-15 05:57:55.901 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:55.903 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:55.905 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-15 05:57:55.907 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:55.909 | + stack.sh:main:913 : install_novaclient 2025-04-15 05:57:55.911 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-15 05:57:55.913 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-15 05:57:55.914 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:55.916 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:55.918 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-15 05:57:55.920 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:55.922 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-15 05:57:55.935 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:57:55.937 | + stack.sh:main:915 : install_swiftclient 2025-04-15 05:57:55.939 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-15 05:57:55.941 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-15 05:57:55.943 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:55.945 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:55.947 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-15 05:57:55.949 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:55.951 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-15 05:57:55.963 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:57:55.965 | + stack.sh:main:918 : install_neutronclient 2025-04-15 05:57:55.967 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-15 05:57:55.969 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-15 05:57:55.971 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:55.973 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:55.975 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-15 05:57:55.977 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:55.979 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-15 05:57:55.981 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-15 05:57:55.983 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-15 05:57:55.984 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:57:55.986 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:57:55.988 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-15 05:57:55.990 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:57:55.992 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-15 05:57:55.994 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-15 05:57:55.996 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 05:57:55.999 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-15 05:57:56.000 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-15 05:57:56.002 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 05:57:56.006 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 05:57:56.006 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-15 05:57:56.009 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-15 05:57:56.011 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-15 05:57:56.013 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-15 05:57:56.015 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-15 05:57:56.017 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-15 05:57:56.033 | Using python 3.10 to install keystonemiddleware 2025-04-15 05:57:56.035 | + 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-15 05:57:56.929 | Collecting keystonemiddleware 2025-04-15 05:57:56.931 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 05:57:56.992 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-15 05:57:56.994 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-15 05:57:57.038 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-15 05:57:57.039 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 05:57:57.082 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-15 05:57:57.084 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-15 05:57:57.134 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-15 05:57:57.136 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-15 05:57:57.168 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-15 05:57:57.170 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 05:57:57.200 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-15 05:57:57.202 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 05:57:57.247 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-15 05:57:57.250 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-15 05:57:57.292 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-15 05:57:57.295 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 05:57:57.348 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-15 05:57:57.349 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 05:57:57.351 | 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-15 05:57:57.373 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-15 05:57:57.375 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-15 05:57:57.409 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-15 05:57:57.410 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 05:57:57.412 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-04-15 05:57:57.460 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-15 05:57:57.461 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-15 05:57:57.481 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-15 05:57:57.482 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 05:57:57.516 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-15 05:57:57.518 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 05:57:57.562 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-15 05:57:57.563 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-15 05:57:57.661 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 05:57:57.663 | 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-15 05:57:57.691 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 05:57:57.693 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-15 05:57:57.719 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 05:57:57.721 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-15 05:57:57.741 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 05:57:57.743 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-15 05:57:57.851 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-15 05:57:57.859 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-15 05:57:57.879 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-15 05:57:57.879 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-15 05:57:57.978 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-15 05:57:57.980 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-15 05:57:58.042 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-15 05:57:58.044 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-15 05:57:58.071 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-15 05:57:58.073 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-15 05:57:58.109 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-15 05:57:58.109 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-15 05:57:58.142 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-15 05:57:58.144 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-15 05:57:58.187 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-15 05:57:58.189 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-15 05:57:58.201 | 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-15 05:57:58.224 | 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-15 05:57:58.225 | 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-15 05:57:58.226 | 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-15 05:57:58.227 | 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-15 05:57:58.371 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 05:57:58.374 | 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-15 05:57:58.404 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-15 05:57:58.406 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 05:57:58.545 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-15 05:57:58.548 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-15 05:57:58.552 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-15 05:57:58.555 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-15 05:57:58.557 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-15 05:57:58.560 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-15 05:57:58.563 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-15 05:57:58.567 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-15 05:57:58.569 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-15 05:57:58.573 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-15 05:57:58.576 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-15 05:57:58.580 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-15 05:57:58.584 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-15 05:57:58.586 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-15 05:57:58.589 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-15 05:57:58.591 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-15 05:57:58.596 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-15 05:57:58.608 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-15 05:57:58.611 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-15 05:57:58.614 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-15 05:57:58.617 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-15 05:57:58.621 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-15 05:57:58.626 | 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-15 05:57:58.632 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-15 05:57:58.635 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-15 05:57:58.638 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-15 05:57:58.643 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-15 05:57:58.645 | 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-15 05:57:58.939 | 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-15 05:58:00.585 | 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-15 05:58:00.726 | + inc/python:pip_install:222 : result=0 2025-04-15 05:58:00.728 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:58:00.731 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:00.733 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:00.734 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:00.736 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:00.738 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:00.740 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:58:00.742 | + functions-common:time_stop:2407 : start_time=1744696676029 2025-04-15 05:58:00.744 | + functions-common:time_stop:2409 : [[ -z 1744696676029 ]] 2025-04-15 05:58:00.746 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:00.749 | + functions-common:time_stop:2412 : end_time=1744696680747 2025-04-15 05:58:00.751 | + functions-common:time_stop:2413 : elapsed_time=4718 2025-04-15 05:58:00.753 | + functions-common:time_stop:2414 : total=15969 2025-04-15 05:58:00.755 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:00.756 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20687 2025-04-15 05:58:00.758 | + inc/python:pip_install:225 : return 0 2025-04-15 05:58:00.760 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-15 05:58:00.762 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-15 05:58:00.764 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 05:58:00.767 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-15 05:58:00.769 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-15 05:58:00.771 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 05:58:00.774 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-15 05:58:00.774 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 05:58:00.778 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-15 05:58:00.780 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-15 05:58:00.782 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-15 05:58:00.784 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-15 05:58:00.787 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-15 05:58:00.803 | Using python 3.10 to install python-memcached 2025-04-15 05:58:00.805 | + 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-15 05:58:01.705 | Collecting python-memcached 2025-04-15 05:58:01.707 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-15 05:58:01.714 | 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-15 05:58:01.716 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-15 05:58:01.920 | Installing collected packages: python-memcached 2025-04-15 05:58:01.967 | Successfully installed python-memcached-1.59 2025-04-15 05:58:02.040 | + inc/python:pip_install:222 : result=0 2025-04-15 05:58:02.043 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:58:02.045 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:02.048 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:02.049 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:02.051 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:02.053 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:02.055 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:58:02.057 | + functions-common:time_stop:2407 : start_time=1744696680799 2025-04-15 05:58:02.059 | + functions-common:time_stop:2409 : [[ -z 1744696680799 ]] 2025-04-15 05:58:02.062 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:02.065 | + functions-common:time_stop:2412 : end_time=1744696682063 2025-04-15 05:58:02.067 | + functions-common:time_stop:2413 : elapsed_time=1264 2025-04-15 05:58:02.069 | + functions-common:time_stop:2414 : total=20687 2025-04-15 05:58:02.070 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:02.072 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21951 2025-04-15 05:58:02.074 | + inc/python:pip_install:225 : return 0 2025-04-15 05:58:02.076 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-15 05:58:02.090 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:58:02.092 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-15 05:58:02.094 | + stack.sh:main:926 : stack_install_service keystone 2025-04-15 05:58:02.095 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-15 05:58:02.097 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-15 05:58:02.099 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 05:58:02.101 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-15 05:58:02.103 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-15 05:58:02.115 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:58:02.117 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-15 05:58:02.119 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-15 05:58:02.121 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-15 05:58:02.122 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 05:58:02.124 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 05:58:02.126 | ++ functions-common:git_clone:576 : pwd 2025-04-15 05:58:02.128 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 05:58:02.130 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 05:58:02.132 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 05:58:02.144 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 05:58:02.145 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 05:58:02.147 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 05:58:02.149 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 05:58:02.151 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 05:58:02.151 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 05:58:02.155 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-15 05:58:02.156 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 05:58:02.158 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-15 05:58:02.159 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:58:02.161 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:58:02.163 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:58:02.164 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:58:02.166 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:58:02.167 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:58:02.169 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:58:02.171 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:58:02.173 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:58:02.176 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696682174 2025-04-15 05:58:02.177 | + 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-15 05:58:02.180 | Cloning into '/opt/stack//keystone'... 2025-04-15 05:58:04.754 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:58:04.755 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:04.757 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:04.759 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:04.761 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:04.762 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:04.764 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:58:04.766 | + functions-common:time_stop:2407 : start_time=1744696682174 2025-04-15 05:58:04.767 | + functions-common:time_stop:2409 : [[ -z 1744696682174 ]] 2025-04-15 05:58:04.770 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:04.772 | + functions-common:time_stop:2412 : end_time=1744696684770 2025-04-15 05:58:04.774 | + functions-common:time_stop:2413 : elapsed_time=2596 2025-04-15 05:58:04.776 | + functions-common:time_stop:2414 : total=45373 2025-04-15 05:58:04.778 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:04.779 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47969 2025-04-15 05:58:04.781 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-15 05:58:04.783 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 05:58:04.784 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:58:04.786 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:58:04.788 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:58:04.789 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:58:04.791 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:58:04.793 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:58:04.795 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:58:04.797 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:58:04.799 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:58:04.802 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696684800 2025-04-15 05:58:04.804 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 05:58:07.312 | From https://opendev.org/openstack/keystone 2025-04-15 05:58:07.312 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 05:58:07.316 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:58:07.318 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:07.320 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:07.322 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:07.324 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:07.325 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:07.327 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:58:07.329 | + functions-common:time_stop:2407 : start_time=1744696684800 2025-04-15 05:58:07.331 | + functions-common:time_stop:2409 : [[ -z 1744696684800 ]] 2025-04-15 05:58:07.333 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:07.336 | + functions-common:time_stop:2412 : end_time=1744696687334 2025-04-15 05:58:07.337 | + functions-common:time_stop:2413 : elapsed_time=2534 2025-04-15 05:58:07.339 | + functions-common:time_stop:2414 : total=47969 2025-04-15 05:58:07.341 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:07.343 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=50503 2025-04-15 05:58:07.344 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 05:58:07.346 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:58:07.348 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:58:07.349 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:58:07.351 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:58:07.353 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:58:07.354 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:58:07.356 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:58:07.358 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:58:07.360 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:58:07.363 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696687361 2025-04-15 05:58:07.365 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 05:58:07.457 | Note: switching to 'FETCH_HEAD'. 2025-04-15 05:58:07.457 | 2025-04-15 05:58:07.457 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 05:58:07.457 | changes and commit them, and you can discard any commits you make in this 2025-04-15 05:58:07.457 | state without impacting any branches by switching back to a branch. 2025-04-15 05:58:07.457 | 2025-04-15 05:58:07.457 | If you want to create a new branch to retain commits you create, you may 2025-04-15 05:58:07.457 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 05:58:07.457 | 2025-04-15 05:58:07.457 | git switch -c 2025-04-15 05:58:07.457 | 2025-04-15 05:58:07.457 | Or undo this operation with: 2025-04-15 05:58:07.457 | 2025-04-15 05:58:07.457 | git switch - 2025-04-15 05:58:07.457 | 2025-04-15 05:58:07.457 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 05:58:07.457 | 2025-04-15 05:58:07.457 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-15 05:58:07.460 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:58:07.461 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:07.464 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:07.465 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:07.467 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:07.469 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:07.471 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:58:07.472 | + functions-common:time_stop:2407 : start_time=1744696687361 2025-04-15 05:58:07.474 | + functions-common:time_stop:2409 : [[ -z 1744696687361 ]] 2025-04-15 05:58:07.476 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:07.479 | + functions-common:time_stop:2412 : end_time=1744696687477 2025-04-15 05:58:07.481 | + functions-common:time_stop:2413 : elapsed_time=116 2025-04-15 05:58:07.483 | + functions-common:time_stop:2414 : total=50503 2025-04-15 05:58:07.485 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:07.486 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=50619 2025-04-15 05:58:07.488 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-15 05:58:07.498 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-15 05:58:07.500 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 05:58:07.501 | + functions-common:git_clone:656 : head -1 2025-04-15 05:58:07.503 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-15 05:58:07.504 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 05:58:07.506 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-15 05:58:07.508 | + inc/python:setup_develop:360 : local bindep 2025-04-15 05:58:07.510 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-15 05:58:07.512 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-15 05:58:07.514 | + inc/python:setup_develop:366 : local extras= 2025-04-15 05:58:07.516 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-15 05:58:07.517 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 05:58:07.519 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-15 05:58:07.521 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-15 05:58:07.523 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 05:58:07.525 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 05:58:07.527 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-15 05:58:07.529 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 05:58:07.532 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-15 05:58:07.534 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 05:58:07.535 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 05:58:07.538 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-15 05:58:07.542 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-15 05:58:07.544 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-15 05:58:07.866 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-15 05:58:07.868 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 05:58:07.870 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 05:58:07.872 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 05:58:07.874 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-15 05:58:07.876 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-15 05:58:07.878 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 05:58:07.880 | + inc/python:setup_package:450 : local extras= 2025-04-15 05:58:07.882 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 05:58:07.884 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 05:58:07.885 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 05:58:07.887 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 05:58:07.889 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 05:58:07.891 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-15 05:58:07.907 | Using python 3.10 to install /opt/stack/keystone 2025-04-15 05:58:07.909 | + 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-15 05:58:08.704 | Obtaining file:///opt/stack/keystone 2025-04-15 05:58:08.722 | Preparing metadata (setup.py): started 2025-04-15 05:58:09.398 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 05:58:09.454 | 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-15 05:58:09.455 | 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-15 05:58:09.554 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-15 05:58:09.556 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-15 05:58:09.578 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-15 05:58:09.580 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-15 05:58:09.807 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-15 05:58:09.809 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-15 05:58:10.232 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.234 | 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-15 05:58:10.237 | 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-15 05:58:10.258 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.259 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 05:58:10.263 | 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-15 05:58:10.263 | 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-15 05:58:10.320 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.322 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-15 05:58:10.379 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.381 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-15 05:58:10.383 | 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-15 05:58:10.384 | 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-15 05:58:10.385 | 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-15 05:58:10.452 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.455 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-15 05:58:10.506 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.508 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-15 05:58:10.512 | 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-15 05:58:10.512 | 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-15 05:58:10.546 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.548 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 05:58:10.600 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.602 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-15 05:58:10.604 | 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-15 05:58:10.627 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.628 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-15 05:58:10.630 | 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-15 05:58:10.653 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.654 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-15 05:58:10.683 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.684 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-15 05:58:10.712 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.713 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 05:58:10.715 | 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-15 05:58:10.757 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.759 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-15 05:58:10.761 | 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-15 05:58:10.762 | 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-15 05:58:10.790 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-15 05:58:10.791 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-15 05:58:10.795 | 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-15 05:58:11.002 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-15 05:58:11.005 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-15 05:58:11.009 | 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-15 05:58:11.055 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 05:58:11.057 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-15 05:58:11.086 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 05:58:11.088 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-15 05:58:11.112 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 05:58:11.114 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-15 05:58:11.143 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 05:58:11.145 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-15 05:58:11.170 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-15 05:58:11.172 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-15 05:58:11.179 | 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-15 05:58:11.225 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.227 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-15 05:58:11.267 | 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-15 05:58:11.269 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-15 05:58:11.293 | 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-15 05:58:11.297 | 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-15 05:58:11.340 | 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-15 05:58:11.341 | 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-15 05:58:11.341 | 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-15 05:58:11.342 | 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-15 05:58:11.412 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.414 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-15 05:58:11.433 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.435 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-15 05:58:11.453 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.455 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-15 05:58:11.481 | 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-15 05:58:11.482 | 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-15 05:58:11.542 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.544 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-15 05:58:11.574 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.576 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-15 05:58:11.578 | 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-15 05:58:11.633 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.635 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-15 05:58:11.659 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.660 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-15 05:58:11.703 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.706 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-15 05:58:11.740 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.742 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-15 05:58:11.760 | 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-15 05:58:11.794 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.796 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-15 05:58:11.816 | 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-15 05:58:11.817 | 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-15 05:58:11.819 | 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-15 05:58:11.821 | 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-15 05:58:11.883 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-15 05:58:11.885 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 05:58:12.027 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 05:58:12.029 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-15 05:58:12.057 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 05:58:12.059 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-15 05:58:12.103 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 05:58:12.105 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-15 05:58:12.357 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-15 05:58:12.371 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-15 05:58:12.455 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 05:58:12.457 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-15 05:58:12.487 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 05:58:12.489 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-15 05:58:12.565 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-15 05:58:12.568 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-15 05:58:12.590 | 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-15 05:58:12.720 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 05:58:12.722 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-15 05:58:12.759 | 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-15 05:58:12.848 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-15 05:58:12.850 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-15 05:58:12.893 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 05:58:12.895 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-15 05:58:12.949 | 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-15 05:58:12.950 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-15 05:58:12.971 | 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-15 05:58:12.973 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 05:58:12.995 | 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-15 05:58:12.996 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-15 05:58:13.037 | 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-15 05:58:13.039 | 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-15 05:58:13.070 | 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-15 05:58:13.072 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-15 05:58:13.074 | 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-15 05:58:13.130 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-15 05:58:13.132 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-15 05:58:13.211 | 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-15 05:58:13.212 | 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-15 05:58:13.213 | 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-15 05:58:13.213 | 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-15 05:58:13.279 | 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-15 05:58:13.371 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 05:58:13.373 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-15 05:58:13.519 | 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-15 05:58:13.521 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-15 05:58:13.615 | 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-15 05:58:13.758 | 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-15 05:58:13.760 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-15 05:58:14.023 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-15 05:58:14.028 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-15 05:58:14.052 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-15 05:58:14.054 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-15 05:58:14.057 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-15 05:58:14.060 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-15 05:58:14.063 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-15 05:58:14.067 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-15 05:58:14.072 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-15 05:58:14.076 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-15 05:58:14.079 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-15 05:58:14.081 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-15 05:58:14.084 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-15 05:58:14.091 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-15 05:58:14.095 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-15 05:58:14.100 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-15 05:58:14.108 | 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-15 05:58:14.119 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-15 05:58:14.124 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-15 05:58:14.127 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-15 05:58:14.130 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-15 05:58:14.133 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-15 05:58:14.135 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-15 05:58:14.140 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-15 05:58:14.143 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-15 05:58:14.149 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-15 05:58:14.152 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-15 05:58:14.155 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-15 05:58:14.158 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-15 05:58:14.168 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-15 05:58:14.171 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-15 05:58:14.175 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-15 05:58:14.178 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-15 05:58:14.181 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-15 05:58:14.183 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-15 05:58:14.186 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-15 05:58:14.188 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-15 05:58:14.192 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-15 05:58:14.197 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-15 05:58:14.200 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-15 05:58:14.204 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-15 05:58:14.208 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-15 05:58:14.212 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-15 05:58:14.215 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-15 05:58:14.217 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-15 05:58:14.223 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-15 05:58:14.225 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-15 05:58:14.228 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-15 05:58:14.231 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-15 05:58:14.234 | 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-15 05:58:14.236 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-15 05:58:14.239 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-15 05:58:14.242 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-15 05:58:14.244 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-15 05:58:14.247 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-15 05:58:14.741 | 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-15 05:58:19.032 | Running setup.py develop for keystone 2025-04-15 05:58:20.094 | 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-15 05:58:20.430 | + inc/python:pip_install:222 : result=0 2025-04-15 05:58:20.432 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:58:20.434 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:20.436 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:20.438 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:20.440 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:20.441 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:20.443 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:58:20.445 | + functions-common:time_stop:2407 : start_time=1744696687903 2025-04-15 05:58:20.447 | + functions-common:time_stop:2409 : [[ -z 1744696687903 ]] 2025-04-15 05:58:20.449 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:20.452 | + functions-common:time_stop:2412 : end_time=1744696700450 2025-04-15 05:58:20.454 | + functions-common:time_stop:2413 : elapsed_time=12547 2025-04-15 05:58:20.456 | + functions-common:time_stop:2414 : total=21951 2025-04-15 05:58:20.457 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:20.459 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34498 2025-04-15 05:58:20.461 | + inc/python:pip_install:225 : return 0 2025-04-15 05:58:20.463 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 05:58:20.465 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 05:58:20.467 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-15 05:58:20.469 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-15 05:58:20.471 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:58:20.473 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:58:20.475 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-15 05:58:20.477 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:58:20.479 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-15 05:58:20.494 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:58:20.496 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-15 05:58:20.498 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 05:58:20.500 | + stack.sh:main:927 : configure_keystone 2025-04-15 05:58:20.502 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-15 05:58:20.513 | + 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-15 05:58:20.515 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-15 05:58:20.519 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-15 05:58:20.540 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:58:20.542 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-15 05:58:20.583 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-15 05:58:20.618 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-15 05:58:20.660 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-15 05:58:20.692 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-15 05:58:20.727 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-15 05:58:20.754 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-15 05:58:20.777 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-15 05:58:20.801 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-15 05:58:20.803 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-15 05:58:20.805 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-15 05:58:20.807 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-15 05:58:20.808 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 05:58:20.810 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 05:58:20.822 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:58:20.825 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 05:58:20.827 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 05:58:20.829 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 05:58:20.841 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:58:20.842 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 05:58:20.845 | + 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-15 05:58:20.869 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 05:58:20.871 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 05:58:20.873 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-15 05:58:20.874 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-15 05:58:20.887 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:58:20.889 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-15 05:58:20.913 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-15 05:58:20.915 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-15 05:58:20.941 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-15 05:58:20.943 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-15 05:58:20.945 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-15 05:58:20.947 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-15 05:58:20.949 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 05:58:20.951 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 05:58:20.953 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 05:58:20.965 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:58:20.967 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 05:58:20.969 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-15 05:58:20.972 | + 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-15 05:58:20.997 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-15 05:58:20.999 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-15 05:58:21.000 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-15 05:58:21.002 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-15 05:58:21.005 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 05:58:21.018 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 05:58:21.020 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 05:58:21.022 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 05:58:21.023 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 05:58:21.025 | + 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-15 05:58:21.048 | + 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-15 05:58:21.071 | + 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-15 05:58:21.094 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 05:58:21.117 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-15 05:58:21.140 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-15 05:58:21.141 | + 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-15 05:58:21.143 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-15 05:58:21.145 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-15 05:58:21.147 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-15 05:58:21.149 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 05:58:21.151 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 05:58:21.153 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-15 05:58:21.156 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-15 05:58:21.158 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 05:58:21.160 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 05:58:21.169 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 05:58:21.170 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 05:58:21.176 | d /var/run/uwsgi 0755 stack root 2025-04-15 05:58:21.179 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 05:58:21.187 | /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-15 05:58:21.190 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-15 05:58:21.191 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-15 05:58:21.194 | + 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-15 05:58:21.218 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-15 05:58:21.241 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-15 05:58:21.264 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-15 05:58:21.286 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-15 05:58:21.308 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-15 05:58:21.330 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-15 05:58:21.352 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-15 05:58:21.375 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-15 05:58:21.397 | + 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-15 05:58:21.419 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-15 05:58:21.442 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-15 05:58:21.464 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-15 05:58:21.486 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 05:58:21.488 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 05:58:21.490 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-15 05:58:21.492 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-15 05:58:21.494 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 05:58:21.496 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:58:21.498 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:58:21.500 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-15 05:58:21.502 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-15 05:58:21.504 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-15 05:58:21.526 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-15 05:58:21.549 | + 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-15 05:58:21.549 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-15 05:58:21.556 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-15 05:58:21.559 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-15 05:58:21.560 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-15 05:58:21.562 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 05:58:21.564 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 05:58:21.566 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 05:58:21.568 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:58:21.570 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:58:21.572 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 05:58:21.573 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 05:58:21.575 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:58:21.577 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:58:21.579 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-15 05:58:21.611 | Enabling site keystone-wsgi-public. 2025-04-15 05:58:21.615 | To activate the new configuration, you need to run: 2025-04-15 05:58:21.615 | systemctl reload apache2 2025-04-15 05:58:21.618 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 05:58:21.620 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 05:58:21.622 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 05:58:21.624 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 05:58:21.711 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-15 05:58:21.735 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-15 05:58:21.760 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-15 05:58:21.785 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-15 05:58:21.787 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-15 05:58:21.813 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-15 05:58:21.837 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-15 05:58:21.860 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-15 05:58:21.886 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-15 05:58:21.888 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-15 05:58:21.890 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-15 05:58:21.913 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-15 05:58:21.938 | + stack.sh:main:931 : is_service_enabled swift 2025-04-15 05:58:21.952 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:58:21.955 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-15 05:58:21.968 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:58:21.970 | + stack.sh:main:947 : stack_install_service glance 2025-04-15 05:58:21.973 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-15 05:58:21.975 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-15 05:58:21.977 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 05:58:21.979 | + lib/stack:stack_install_service:32 : install_glance 2025-04-15 05:58:21.981 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-15 05:58:21.983 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-15 05:58:21.985 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-15 05:58:21.999 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:58:22.001 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-15 05:58:22.004 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-15 05:58:22.017 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:58:22.019 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-15 05:58:22.021 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-15 05:58:22.023 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:58:22.025 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:58:22.027 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-15 05:58:22.029 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:58:22.032 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-15 05:58:22.034 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-15 05:58:22.036 | ++ inc/python:join_extras:29 : echo cinder 2025-04-15 05:58:22.038 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-15 05:58:22.040 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-15 05:58:22.042 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-15 05:58:22.044 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-15 05:58:22.047 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-15 05:58:22.049 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-15 05:58:22.051 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-15 05:58:22.054 | +++ 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-15 05:58:22.054 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-15 05:58:22.059 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-15 05:58:22.061 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-15 05:58:22.063 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-15 05:58:22.066 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-15 05:58:22.068 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-15 05:58:22.085 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-15 05:58:22.088 | + 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-15 05:58:22.993 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 05:58:22.996 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-15 05:58:23.049 | 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-15 05:58:23.050 | 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-15 05:58:23.051 | 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-15 05:58:23.052 | 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-15 05:58:23.052 | 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-15 05:58:23.053 | 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-15 05:58:23.054 | 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-15 05:58:23.055 | 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-15 05:58:23.055 | 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-15 05:58:23.056 | 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-15 05:58:23.057 | 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-15 05:58:23.115 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 05:58:23.117 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-15 05:58:23.153 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 05:58:23.155 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-15 05:58:23.188 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 05:58:23.189 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 05:58:23.225 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 05:58:23.227 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-15 05:58:23.234 | 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-15 05:58:23.234 | 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-15 05:58:23.235 | 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-15 05:58:23.253 | 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-15 05:58:23.254 | 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-15 05:58:23.279 | 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-15 05:58:23.280 | 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-15 05:58:23.281 | 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-15 05:58:23.319 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-15 05:58:23.321 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-15 05:58:23.323 | 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-15 05:58:23.324 | 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-15 05:58:23.330 | 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-15 05:58:23.331 | 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-15 05:58:23.336 | 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-15 05:58:23.355 | 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-15 05:58:23.356 | 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-15 05:58:23.356 | 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-15 05:58:23.357 | 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-15 05:58:23.367 | 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-15 05:58:23.368 | 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-15 05:58:23.377 | 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-15 05:58:23.378 | 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-15 05:58:23.385 | 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-15 05:58:23.386 | 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-15 05:58:23.387 | 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-15 05:58:23.396 | 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-15 05:58:23.415 | 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-15 05:58:23.416 | 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-15 05:58:23.416 | 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-15 05:58:23.417 | 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-15 05:58:23.451 | 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-15 05:58:23.463 | 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-15 05:58:23.585 | 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-15 05:58:23.586 | 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-15 05:58:23.600 | 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-15 05:58:23.601 | 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-15 05:58:23.602 | 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-15 05:58:23.602 | 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-15 05:58:23.603 | 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-15 05:58:23.604 | 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-15 05:58:23.629 | 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-15 05:58:23.736 | 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-15 05:58:23.778 | 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-15 05:58:23.892 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-15 05:58:23.897 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-15 05:58:23.902 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-15 05:58:23.905 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-15 05:58:23.908 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-15 05:58:23.911 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-15 05:58:24.284 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-15 05:58:25.043 | 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-15 05:58:25.147 | + inc/python:pip_install:222 : result=0 2025-04-15 05:58:25.150 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:58:25.152 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:25.154 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:25.156 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:25.157 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:25.159 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:25.161 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:58:25.163 | + functions-common:time_stop:2407 : start_time=1744696702081 2025-04-15 05:58:25.165 | + functions-common:time_stop:2409 : [[ -z 1744696702081 ]] 2025-04-15 05:58:25.168 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:25.170 | + functions-common:time_stop:2412 : end_time=1744696705168 2025-04-15 05:58:25.172 | + functions-common:time_stop:2413 : elapsed_time=3087 2025-04-15 05:58:25.174 | + functions-common:time_stop:2414 : total=34498 2025-04-15 05:58:25.176 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:25.178 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37585 2025-04-15 05:58:25.180 | + inc/python:pip_install:225 : return 0 2025-04-15 05:58:25.181 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-15 05:58:25.183 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-15 05:58:25.186 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-15 05:58:25.195 | + 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-15 05:58:25.199 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-15 05:58:25.201 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-15 05:58:25.203 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-15 05:58:25.205 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 05:58:25.206 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 05:58:25.209 | ++ functions-common:git_clone:576 : pwd 2025-04-15 05:58:25.211 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 05:58:25.213 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 05:58:25.215 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 05:58:25.227 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 05:58:25.229 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 05:58:25.231 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 05:58:25.233 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 05:58:25.235 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 05:58:25.236 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 05:58:25.239 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-15 05:58:25.241 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 05:58:25.243 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-15 05:58:25.245 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:58:25.247 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:58:25.248 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:58:25.250 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:58:25.252 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:58:25.254 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:58:25.256 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:58:25.257 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:58:25.260 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:58:25.262 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696705261 2025-04-15 05:58:25.264 | + 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-15 05:58:25.267 | Cloning into '/opt/stack//glance'... 2025-04-15 05:58:27.519 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:58:27.521 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:27.523 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:27.525 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:27.527 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:27.529 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:27.530 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:58:27.532 | + functions-common:time_stop:2407 : start_time=1744696705261 2025-04-15 05:58:27.534 | + functions-common:time_stop:2409 : [[ -z 1744696705261 ]] 2025-04-15 05:58:27.536 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:27.539 | + functions-common:time_stop:2412 : end_time=1744696707537 2025-04-15 05:58:27.541 | + functions-common:time_stop:2413 : elapsed_time=2276 2025-04-15 05:58:27.543 | + functions-common:time_stop:2414 : total=50619 2025-04-15 05:58:27.545 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:27.547 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=52895 2025-04-15 05:58:27.548 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-15 05:58:27.550 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 05:58:27.552 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:58:27.554 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:58:27.556 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:58:27.558 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:58:27.560 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:58:27.561 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:58:27.563 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:58:27.565 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:58:27.568 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:58:27.571 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696707569 2025-04-15 05:58:27.573 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 05:58:29.515 | From https://opendev.org/openstack/glance 2025-04-15 05:58:29.515 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 05:58:29.520 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:58:29.522 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:29.524 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:29.525 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:29.527 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:29.529 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:29.531 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:58:29.533 | + functions-common:time_stop:2407 : start_time=1744696707569 2025-04-15 05:58:29.534 | + functions-common:time_stop:2409 : [[ -z 1744696707569 ]] 2025-04-15 05:58:29.537 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:29.540 | + functions-common:time_stop:2412 : end_time=1744696709538 2025-04-15 05:58:29.542 | + functions-common:time_stop:2413 : elapsed_time=1969 2025-04-15 05:58:29.543 | + functions-common:time_stop:2414 : total=52895 2025-04-15 05:58:29.545 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:29.547 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=54864 2025-04-15 05:58:29.549 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 05:58:29.551 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:58:29.553 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:58:29.554 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:58:29.556 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:58:29.558 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:58:29.560 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:58:29.562 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:58:29.563 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:58:29.566 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:58:29.569 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696709567 2025-04-15 05:58:29.571 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 05:58:29.637 | Note: switching to 'FETCH_HEAD'. 2025-04-15 05:58:29.637 | 2025-04-15 05:58:29.637 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 05:58:29.637 | changes and commit them, and you can discard any commits you make in this 2025-04-15 05:58:29.637 | state without impacting any branches by switching back to a branch. 2025-04-15 05:58:29.637 | 2025-04-15 05:58:29.637 | If you want to create a new branch to retain commits you create, you may 2025-04-15 05:58:29.637 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 05:58:29.637 | 2025-04-15 05:58:29.637 | git switch -c 2025-04-15 05:58:29.637 | 2025-04-15 05:58:29.637 | Or undo this operation with: 2025-04-15 05:58:29.637 | 2025-04-15 05:58:29.637 | git switch - 2025-04-15 05:58:29.637 | 2025-04-15 05:58:29.637 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 05:58:29.637 | 2025-04-15 05:58:29.637 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-15 05:58:29.639 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:58:29.641 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:29.643 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:29.645 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:29.647 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:29.649 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:29.651 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:58:29.652 | + functions-common:time_stop:2407 : start_time=1744696709567 2025-04-15 05:58:29.654 | + functions-common:time_stop:2409 : [[ -z 1744696709567 ]] 2025-04-15 05:58:29.656 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:29.659 | + functions-common:time_stop:2412 : end_time=1744696709658 2025-04-15 05:58:29.661 | + functions-common:time_stop:2413 : elapsed_time=91 2025-04-15 05:58:29.663 | + functions-common:time_stop:2414 : total=54864 2025-04-15 05:58:29.665 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:29.667 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=54955 2025-04-15 05:58:29.668 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-15 05:58:29.678 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-15 05:58:29.681 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 05:58:29.682 | + functions-common:git_clone:656 : head -1 2025-04-15 05:58:29.684 | 18453f8 Fixed typo in discovery.py 2025-04-15 05:58:29.686 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 05:58:29.687 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-15 05:58:29.689 | + inc/python:setup_develop:360 : local bindep 2025-04-15 05:58:29.691 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-15 05:58:29.694 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-15 05:58:29.696 | + inc/python:setup_develop:366 : local extras= 2025-04-15 05:58:29.698 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-15 05:58:29.700 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 05:58:29.701 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-15 05:58:29.703 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-15 05:58:29.705 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 05:58:29.707 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 05:58:29.710 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-15 05:58:29.712 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 05:58:29.714 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-15 05:58:29.716 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 05:58:29.718 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 05:58:29.721 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-15 05:58:29.724 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-15 05:58:29.726 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-15 05:58:30.049 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-15 05:58:30.051 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 05:58:30.053 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 05:58:30.055 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 05:58:30.057 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-15 05:58:30.059 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-15 05:58:30.061 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 05:58:30.063 | + inc/python:setup_package:450 : local extras= 2025-04-15 05:58:30.065 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 05:58:30.067 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 05:58:30.069 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 05:58:30.071 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 05:58:30.073 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 05:58:30.074 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-15 05:58:30.090 | Using python 3.10 to install /opt/stack/glance 2025-04-15 05:58:30.092 | + 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-15 05:58:30.895 | Obtaining file:///opt/stack/glance 2025-04-15 05:58:30.896 | Preparing metadata (setup.py): started 2025-04-15 05:58:31.271 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 05:58:31.334 | 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-15 05:58:31.335 | 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-15 05:58:31.335 | 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-15 05:58:31.336 | 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-15 05:58:31.337 | 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-15 05:58:31.338 | 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-15 05:58:31.339 | 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-15 05:58:31.426 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-15 05:58:31.428 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 05:58:31.430 | 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-15 05:58:31.453 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-15 05:58:31.455 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 05:58:31.456 | 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-15 05:58:31.457 | 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-15 05:58:31.458 | 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-15 05:58:31.458 | 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-15 05:58:31.459 | 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-15 05:58:31.460 | 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-15 05:58:31.461 | 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-15 05:58:31.497 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-15 05:58:31.499 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-15 05:58:31.501 | 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-15 05:58:31.502 | 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-15 05:58:31.521 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-15 05:58:31.523 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 05:58:31.525 | 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-15 05:58:31.525 | 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-15 05:58:31.526 | 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-15 05:58:31.527 | 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-15 05:58:31.528 | 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-15 05:58:31.528 | 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-15 05:58:31.529 | 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-15 05:58:31.550 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-15 05:58:31.552 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 05:58:31.554 | 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-15 05:58:31.555 | 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-15 05:58:31.555 | 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-15 05:58:31.582 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-15 05:58:31.584 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 05:58:31.585 | 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-15 05:58:31.605 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-15 05:58:31.607 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-15 05:58:31.608 | 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-15 05:58:31.609 | 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-15 05:58:31.610 | 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-15 05:58:31.610 | 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-15 05:58:31.626 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-15 05:58:31.628 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 05:58:31.629 | 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-15 05:58:31.630 | 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-15 05:58:31.662 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-15 05:58:31.663 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 05:58:31.670 | 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-15 05:58:31.704 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 05:58:31.706 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-15 05:58:31.708 | 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-15 05:58:31.727 | 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-15 05:58:31.740 | 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-15 05:58:31.744 | 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-15 05:58:31.750 | 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-15 05:58:31.751 | 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-15 05:58:31.752 | 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-15 05:58:31.792 | 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-15 05:58:31.814 | 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-15 05:58:31.815 | 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-15 05:58:31.839 | 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-15 05:58:31.862 | 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-15 05:58:31.864 | 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-15 05:58:31.878 | 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-15 05:58:31.897 | 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-15 05:58:31.899 | 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-15 05:58:31.899 | 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-15 05:58:31.950 | 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-15 05:58:31.950 | 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-15 05:58:32.010 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 05:58:32.013 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-15 05:58:32.037 | 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-15 05:58:32.039 | 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-15 05:58:32.064 | 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-15 05:58:32.066 | 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-15 05:58:32.069 | 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-15 05:58:32.069 | 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-15 05:58:32.069 | 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-15 05:58:32.079 | 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-15 05:58:32.080 | 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-15 05:58:32.082 | 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-15 05:58:32.207 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-15 05:58:32.210 | 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-15 05:58:32.233 | 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-15 05:58:32.234 | 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-15 05:58:32.235 | 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-15 05:58:32.236 | 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-15 05:58:32.269 | 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-15 05:58:32.298 | 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-15 05:58:32.346 | 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-15 05:58:32.517 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-15 05:58:32.519 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-15 05:58:32.557 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-15 05:58:32.559 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-15 05:58:32.581 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-15 05:58:32.583 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-15 05:58:32.585 | 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-15 05:58:32.630 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-15 05:58:32.630 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-15 05:58:32.700 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-15 05:58:32.703 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-15 05:58:32.716 | 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-15 05:58:32.786 | 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-15 05:58:32.894 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-15 05:58:32.897 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 05:58:32.912 | 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-15 05:58:33.028 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 05:58:33.030 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-15 05:58:33.047 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 05:58:33.049 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-15 05:58:33.079 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 05:58:33.081 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-15 05:58:33.083 | 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-15 05:58:33.103 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 05:58:33.104 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-15 05:58:33.108 | 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-15 05:58:33.164 | 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-15 05:58:33.178 | 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-15 05:58:33.200 | 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-15 05:58:33.201 | 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-15 05:58:33.366 | 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-15 05:58:33.368 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 05:58:33.453 | 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-15 05:58:33.454 | 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-15 05:58:33.454 | 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-15 05:58:33.455 | 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-15 05:58:33.560 | 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-15 05:58:33.786 | 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-15 05:58:33.788 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-15 05:58:33.838 | 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-15 05:58:33.840 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-15 05:58:33.972 | 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-15 05:58:33.975 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-15 05:58:34.308 | 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-15 05:58:34.309 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-15 05:58:34.371 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-15 05:58:34.374 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-15 05:58:34.377 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-15 05:58:34.380 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-15 05:58:34.382 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-15 05:58:34.385 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-15 05:58:34.387 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-15 05:58:34.390 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-15 05:58:34.396 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-15 05:58:34.399 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-15 05:58:34.401 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-15 05:58:34.404 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-15 05:58:34.417 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-15 05:58:34.429 | 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-15 05:58:34.433 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-15 05:58:34.436 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-15 05:58:34.439 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-15 05:58:34.441 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-15 05:58:34.444 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-15 05:58:34.447 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-15 05:58:34.449 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-15 05:58:34.459 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-15 05:58:34.462 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-15 05:58:34.464 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-15 05:58:34.468 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-15 05:58:34.804 | 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-15 05:58:37.954 | Running setup.py develop for glance 2025-04-15 05:58:39.146 | 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-15 05:58:39.287 | + inc/python:pip_install:222 : result=0 2025-04-15 05:58:39.289 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:58:39.291 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:39.293 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:39.295 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:39.296 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:39.298 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:39.300 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:58:39.302 | + functions-common:time_stop:2407 : start_time=1744696710087 2025-04-15 05:58:39.304 | + functions-common:time_stop:2409 : [[ -z 1744696710087 ]] 2025-04-15 05:58:39.306 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:39.309 | + functions-common:time_stop:2412 : end_time=1744696719307 2025-04-15 05:58:39.311 | + functions-common:time_stop:2413 : elapsed_time=9220 2025-04-15 05:58:39.313 | + functions-common:time_stop:2414 : total=37585 2025-04-15 05:58:39.315 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:39.316 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46805 2025-04-15 05:58:39.318 | + inc/python:pip_install:225 : return 0 2025-04-15 05:58:39.320 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 05:58:39.322 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 05:58:39.324 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-15 05:58:39.326 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-15 05:58:39.328 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:58:39.330 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:58:39.332 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-15 05:58:39.334 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:58:39.336 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 05:58:39.338 | + stack.sh:main:948 : configure_glance 2025-04-15 05:58:39.340 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-15 05:58:39.349 | + lib/glance:configure_glance:325 : local dburl 2025-04-15 05:58:39.352 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-15 05:58:39.353 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-15 05:58:39.355 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-15 05:58:39.357 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-15 05:58:39.359 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 05:58:39.361 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 05:58:39.362 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 05:58:39.374 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:58:39.376 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 05:58:39.378 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-15 05:58:39.380 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-15 05:58:39.382 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-15 05:58:39.406 | + 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-15 05:58:39.429 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-15 05:58:39.452 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-15 05:58:39.474 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-15 05:58:39.498 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-15 05:58:39.522 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-15 05:58:39.524 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-15 05:58:39.526 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-15 05:58:39.528 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 05:58:39.530 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-15 05:58:39.553 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-15 05:58:39.575 | + 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-15 05:58:39.597 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-15 05:58:39.619 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-15 05:58:39.641 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-15 05:58:39.664 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-15 05:58:39.686 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-15 05:58:39.708 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 05:58:39.730 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 05:58:39.753 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-15 05:58:39.777 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-15 05:58:39.779 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-15 05:58:39.781 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-15 05:58:39.783 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 05:58:39.785 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 05:58:39.786 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 05:58:39.799 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:58:39.801 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 05:58:39.803 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 05:58:39.805 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 05:58:39.817 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:58:39.819 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 05:58:39.821 | + 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-15 05:58:39.844 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 05:58:39.845 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 05:58:39.847 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-15 05:58:39.849 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-15 05:58:39.871 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-15 05:58:39.894 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-15 05:58:39.895 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-15 05:58:39.897 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-15 05:58:39.899 | + lib/glance:configure_glance_store:253 : local be 2025-04-15 05:58:39.901 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-15 05:58:39.903 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-15 05:58:39.905 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-15 05:58:39.929 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-15 05:58:39.931 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-15 05:58:39.955 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-15 05:58:39.957 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-15 05:58:39.969 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:58:39.971 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-15 05:58:39.993 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-15 05:58:40.005 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:58:40.007 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-15 05:58:40.009 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-15 05:58:40.012 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-15 05:58:40.014 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 05:58:40.028 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 05:58:40.030 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 05:58:40.032 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 05:58:40.034 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 05:58:40.036 | + 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-15 05:58:40.059 | + 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-15 05:58:40.082 | + 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-15 05:58:40.104 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 05:58:40.127 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-15 05:58:40.130 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-15 05:58:40.155 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-15 05:58:40.178 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-15 05:58:40.201 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-15 05:58:40.223 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-15 05:58:40.246 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-15 05:58:40.268 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-15 05:58:40.291 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-15 05:58:40.315 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-15 05:58:40.339 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-15 05:58:40.364 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-15 05:58:40.387 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-15 05:58:40.391 | + 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-15 05:58:40.395 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-15 05:58:40.407 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:58:40.409 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-15 05:58:40.411 | + 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-15 05:58:40.413 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-15 05:58:40.415 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-15 05:58:40.417 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-15 05:58:40.419 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-15 05:58:40.422 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-15 05:58:40.424 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-15 05:58:40.427 | + 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-15 05:58:40.451 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-15 05:58:40.452 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-15 05:58:40.454 | ++ functions:get_random_port:848 : true 2025-04-15 05:58:40.456 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-15 05:58:40.458 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-15 05:58:40.459 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-15 05:58:40.508 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-15 05:58:40.510 | ++ functions:get_random_port:852 : break 2 2025-04-15 05:58:40.512 | ++ functions:get_random_port:856 : echo 60999 2025-04-15 05:58:40.514 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-15 05:58:40.516 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-15 05:58:40.538 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-15 05:58:40.560 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-15 05:58:40.582 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-15 05:58:40.604 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 05:58:40.626 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-15 05:58:40.648 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-15 05:58:40.670 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-15 05:58:40.692 | + 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-15 05:58:40.714 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 05:58:40.736 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 05:58:40.759 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 05:58:40.785 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-15 05:58:40.808 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 05:58:40.830 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-15 05:58:40.853 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-15 05:58:40.875 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-15 05:58:40.897 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-15 05:58:40.919 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-15 05:58:40.941 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-15 05:58:40.943 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-15 05:58:40.945 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 05:58:40.947 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:58:40.949 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:58:40.950 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-15 05:58:40.952 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-15 05:58:40.981 | proxy (enabled by site administrator) 2025-04-15 05:58:40.983 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-15 05:58:40.985 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-15 05:58:40.986 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 05:58:40.988 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:58:40.990 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:58:40.992 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-15 05:58:40.994 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-15 05:58:41.022 | No module matches proxy_http 2025-04-15 05:58:41.024 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-15 05:58:41.056 | Considering dependency proxy for proxy_http: 2025-04-15 05:58:41.056 | Module proxy already enabled 2025-04-15 05:58:41.056 | Enabling module proxy_http. 2025-04-15 05:58:41.059 | To activate the new configuration, you need to run: 2025-04-15 05:58:41.059 | systemctl restart apache2 2025-04-15 05:58:41.062 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-15 05:58:41.064 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 05:58:41.066 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 05:58:41.068 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 05:58:41.157 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-15 05:58:41.160 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-15 05:58:41.162 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-15 05:58:41.163 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 05:58:41.165 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:58:41.167 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:58:41.169 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 05:58:41.172 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 05:58:41.174 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 05:58:41.174 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-15 05:58:41.180 | KeepAlive Off 2025-04-15 05:58:41.184 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-15 05:58:41.184 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 05:58:41.190 | SetEnv proxy-sendchunked 1 2025-04-15 05:58:41.193 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-15 05:58:41.194 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 05:58:41.200 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-15 05:58:41.203 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-15 05:58:41.205 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-15 05:58:41.207 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 05:58:41.209 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 05:58:41.210 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 05:58:41.212 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:58:41.214 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:58:41.216 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 05:58:41.218 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 05:58:41.220 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:58:41.222 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:58:41.224 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-15 05:58:41.255 | Enabling site glance-wsgi-api. 2025-04-15 05:58:41.259 | To activate the new configuration, you need to run: 2025-04-15 05:58:41.259 | systemctl reload apache2 2025-04-15 05:58:41.262 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-15 05:58:41.264 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 05:58:41.266 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 05:58:41.267 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 05:58:41.366 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-15 05:58:41.370 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-15 05:58:41.394 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-15 05:58:41.396 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-15 05:58:41.423 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-15 05:58:41.448 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-15 05:58:41.472 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-15 05:58:41.488 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:58:41.490 | + stack.sh:main:953 : stack_install_service cinder 2025-04-15 05:58:41.492 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-15 05:58:41.494 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-15 05:58:41.496 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 05:58:41.498 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-15 05:58:41.500 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-15 05:58:41.502 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-15 05:58:41.504 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-15 05:58:41.506 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 05:58:41.508 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 05:58:41.510 | ++ functions-common:git_clone:576 : pwd 2025-04-15 05:58:41.512 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 05:58:41.514 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 05:58:41.516 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 05:58:41.529 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 05:58:41.530 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 05:58:41.532 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 05:58:41.534 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 05:58:41.536 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 05:58:41.537 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 05:58:41.541 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-15 05:58:41.542 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 05:58:41.544 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-15 05:58:41.546 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:58:41.548 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:58:41.550 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:58:41.551 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:58:41.553 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:58:41.555 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:58:41.557 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:58:41.558 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:58:41.561 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:58:41.563 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696721562 2025-04-15 05:58:41.565 | + 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-15 05:58:41.567 | Cloning into '/opt/stack//cinder'... 2025-04-15 05:58:45.141 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:58:45.143 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:45.145 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:45.146 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:45.148 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:45.150 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:45.152 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:58:45.154 | + functions-common:time_stop:2407 : start_time=1744696721562 2025-04-15 05:58:45.155 | + functions-common:time_stop:2409 : [[ -z 1744696721562 ]] 2025-04-15 05:58:45.158 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:45.161 | + functions-common:time_stop:2412 : end_time=1744696725159 2025-04-15 05:58:45.163 | + functions-common:time_stop:2413 : elapsed_time=3597 2025-04-15 05:58:45.164 | + functions-common:time_stop:2414 : total=54955 2025-04-15 05:58:45.166 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:45.168 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=58552 2025-04-15 05:58:45.170 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-15 05:58:45.172 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 05:58:45.173 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:58:45.175 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:58:45.177 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:58:45.179 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:58:45.181 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:58:45.182 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:58:45.184 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:58:45.186 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:58:45.188 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:58:45.191 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696725189 2025-04-15 05:58:45.193 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 05:58:48.118 | From https://opendev.org/openstack/cinder 2025-04-15 05:58:48.118 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 05:58:48.123 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:58:48.125 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:48.126 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:48.128 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:48.130 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:48.132 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:48.134 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:58:48.135 | + functions-common:time_stop:2407 : start_time=1744696725189 2025-04-15 05:58:48.137 | + functions-common:time_stop:2409 : [[ -z 1744696725189 ]] 2025-04-15 05:58:48.140 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:48.142 | + functions-common:time_stop:2412 : end_time=1744696728140 2025-04-15 05:58:48.144 | + functions-common:time_stop:2413 : elapsed_time=2951 2025-04-15 05:58:48.146 | + functions-common:time_stop:2414 : total=58552 2025-04-15 05:58:48.148 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:48.149 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=61503 2025-04-15 05:58:48.151 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 05:58:48.153 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:58:48.155 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:58:48.157 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:58:48.159 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:58:48.161 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:58:48.162 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:58:48.164 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:58:48.166 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:58:48.168 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:58:48.171 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696728169 2025-04-15 05:58:48.173 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 05:58:48.409 | Note: switching to 'FETCH_HEAD'. 2025-04-15 05:58:48.409 | 2025-04-15 05:58:48.409 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 05:58:48.409 | changes and commit them, and you can discard any commits you make in this 2025-04-15 05:58:48.409 | state without impacting any branches by switching back to a branch. 2025-04-15 05:58:48.409 | 2025-04-15 05:58:48.409 | If you want to create a new branch to retain commits you create, you may 2025-04-15 05:58:48.409 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 05:58:48.409 | 2025-04-15 05:58:48.409 | git switch -c 2025-04-15 05:58:48.409 | 2025-04-15 05:58:48.409 | Or undo this operation with: 2025-04-15 05:58:48.410 | 2025-04-15 05:58:48.410 | git switch - 2025-04-15 05:58:48.410 | 2025-04-15 05:58:48.410 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 05:58:48.410 | 2025-04-15 05:58:48.410 | HEAD is now at a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-15 05:58:48.413 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:58:48.415 | + functions-common:time_stop:2400 : local name 2025-04-15 05:58:48.417 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:58:48.419 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:58:48.421 | + functions-common:time_stop:2403 : local total 2025-04-15 05:58:48.422 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:58:48.424 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:58:48.426 | + functions-common:time_stop:2407 : start_time=1744696728169 2025-04-15 05:58:48.428 | + functions-common:time_stop:2409 : [[ -z 1744696728169 ]] 2025-04-15 05:58:48.430 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:58:48.433 | + functions-common:time_stop:2412 : end_time=1744696728431 2025-04-15 05:58:48.435 | + functions-common:time_stop:2413 : elapsed_time=262 2025-04-15 05:58:48.437 | + functions-common:time_stop:2414 : total=61503 2025-04-15 05:58:48.438 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:58:48.440 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=61765 2025-04-15 05:58:48.442 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-15 05:58:48.452 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-15 05:58:48.454 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 05:58:48.454 | + functions-common:git_clone:656 : head -1 2025-04-15 05:58:48.457 | a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-15 05:58:48.459 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 05:58:48.461 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-15 05:58:48.462 | + inc/python:setup_develop:360 : local bindep 2025-04-15 05:58:48.464 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-15 05:58:48.466 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-15 05:58:48.468 | + inc/python:setup_develop:366 : local extras= 2025-04-15 05:58:48.470 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-15 05:58:48.472 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 05:58:48.474 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-15 05:58:48.475 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-15 05:58:48.477 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 05:58:48.479 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 05:58:48.481 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-15 05:58:48.483 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 05:58:48.486 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-15 05:58:48.488 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 05:58:48.489 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 05:58:48.492 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-15 05:58:48.496 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-15 05:58:48.498 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-15 05:58:48.821 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-15 05:58:48.823 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 05:58:48.825 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 05:58:48.827 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 05:58:48.829 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-15 05:58:48.831 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-15 05:58:48.833 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 05:58:48.835 | + inc/python:setup_package:450 : local extras= 2025-04-15 05:58:48.837 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 05:58:48.839 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 05:58:48.841 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 05:58:48.843 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 05:58:48.845 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 05:58:48.847 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-15 05:58:48.862 | Using python 3.10 to install /opt/stack/cinder 2025-04-15 05:58:48.864 | + 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-15 05:58:49.676 | Obtaining file:///opt/stack/cinder 2025-04-15 05:58:49.676 | Preparing metadata (setup.py): started 2025-04-15 05:58:50.222 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 05:58:50.311 | 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-15 05:58:50.311 | 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-15 05:58:50.312 | 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-15 05:58:50.313 | 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-15 05:58:50.314 | 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-15 05:58:50.314 | 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-15 05:58:50.315 | 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-15 05:58:50.316 | 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-15 05:58:50.317 | 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-15 05:58:50.318 | 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-15 05:58:50.628 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev23) 2025-04-15 05:58:50.630 | 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-15 05:58:50.657 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev23) 2025-04-15 05:58:50.659 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-15 05:58:50.661 | 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-15 05:58:50.662 | 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-15 05:58:50.663 | 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-15 05:58:50.663 | 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-15 05:58:50.664 | 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-15 05:58:50.665 | 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-15 05:58:50.665 | 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-15 05:58:50.666 | 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-15 05:58:50.667 | 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-15 05:58:50.668 | 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-15 05:58:50.668 | 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-15 05:58:50.669 | 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-15 05:58:50.670 | 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-15 05:58:50.671 | 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-15 05:58:50.672 | 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-15 05:58:50.710 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev23) 2025-04-15 05:58:50.712 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 05:58:50.714 | 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-15 05:58:50.714 | 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-15 05:58:50.756 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev23) 2025-04-15 05:58:50.758 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-15 05:58:50.762 | 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-15 05:58:50.762 | 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-15 05:58:50.762 | 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-15 05:58:50.762 | 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-15 05:58:50.762 | 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-15 05:58:50.799 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev23) 2025-04-15 05:58:50.802 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 05:58:50.804 | 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-15 05:58:50.842 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev23) 2025-04-15 05:58:50.844 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-15 05:58:50.872 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev23) 2025-04-15 05:58:50.874 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 05:58:50.876 | 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-15 05:58:50.876 | 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-15 05:58:50.877 | 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-15 05:58:50.878 | 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-15 05:58:50.900 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev23) 2025-04-15 05:58:50.900 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-15 05:58:50.906 | 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-15 05:58:50.907 | 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-15 05:58:50.907 | 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-15 05:58:50.927 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev23) 2025-04-15 05:58:50.928 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-15 05:58:50.932 | 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-15 05:58:50.932 | 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-15 05:58:50.933 | 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-15 05:58:50.999 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev23) 2025-04-15 05:58:51.001 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-15 05:58:51.003 | 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-15 05:58:51.003 | 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-15 05:58:51.049 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev23) 2025-04-15 05:58:51.051 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-15 05:58:51.156 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev23) 2025-04-15 05:58:51.158 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-15 05:58:51.160 | 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-15 05:58:51.161 | 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-15 05:58:51.161 | 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-15 05:58:51.308 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev23) 2025-04-15 05:58:51.311 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-04-15 05:58:51.836 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev23) 2025-04-15 05:58:51.839 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-15 05:58:52.407 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-15 05:58:52.408 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-15 05:58:52.411 | 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-15 05:58:52.440 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-15 05:58:52.442 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-15 05:58:52.471 | 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-15 05:58:52.485 | 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-15 05:58:52.643 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 05:58:52.645 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-15 05:58:52.666 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 05:58:52.668 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-15 05:58:52.758 | 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-15 05:58:52.760 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 05:58:52.782 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 05:58:52.794 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-15 05:58:52.827 | 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-15 05:58:52.848 | 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-15 05:58:52.849 | 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-15 05:58:52.875 | 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-15 05:58:52.898 | 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-15 05:58:52.900 | 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-15 05:58:52.951 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-15 05:58:52.953 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-15 05:58:52.988 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-15 05:58:52.990 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-15 05:58:53.017 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-15 05:58:53.019 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-15 05:58:53.047 | 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-15 05:58:53.068 | 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-15 05:58:53.069 | 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-15 05:58:53.070 | 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-15 05:58:53.071 | 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-15 05:58:53.098 | 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-15 05:58:53.102 | 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-15 05:58:53.102 | 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-15 05:58:53.127 | 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-15 05:58:53.129 | 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-15 05:58:53.156 | 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-15 05:58:53.157 | 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-15 05:58:53.158 | 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-15 05:58:53.158 | 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-15 05:58:53.159 | 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-15 05:58:53.171 | 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-15 05:58:53.172 | 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-15 05:58:53.174 | 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-15 05:58:53.195 | 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-15 05:58:53.220 | 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-15 05:58:53.235 | 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-15 05:58:53.237 | 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-15 05:58:53.248 | 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-15 05:58:53.260 | 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-15 05:58:53.291 | 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-15 05:58:53.322 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) 2025-04-15 05:58:53.324 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-15 05:58:53.325 | 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-15 05:58:53.413 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev23) 2025-04-15 05:58:53.415 | 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-15 05:58:53.428 | 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-15 05:58:53.496 | 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-15 05:58:53.514 | 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-15 05:58:53.536 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) 2025-04-15 05:58:53.538 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-15 05:58:53.540 | 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-15 05:58:53.627 | 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-15 05:58:53.627 | 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-15 05:58:53.628 | 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-15 05:58:53.645 | 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-15 05:58:53.683 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev23) 2025-04-15 05:58:53.685 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-15 05:58:53.837 | 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-15 05:58:53.838 | 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-15 05:58:53.840 | 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-15 05:58:53.923 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev23) 2025-04-15 05:58:53.925 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-15 05:58:53.981 | 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-15 05:58:53.998 | 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-15 05:58:54.130 | 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-15 05:58:54.165 | 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-15 05:58:54.166 | 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-15 05:58:54.346 | 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-15 05:58:54.348 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-15 05:58:54.350 | 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-15 05:58:54.462 | 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-15 05:58:54.661 | 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-15 05:58:54.688 | 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-15 05:58:54.711 | 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-15 05:58:55.294 | 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-15 05:58:55.423 | 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-15 05:58:55.635 | 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-15 05:58:55.720 | 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-15 05:58:55.995 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-15 05:58:55.998 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-15 05:58:56.049 | 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-15 05:58:56.085 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-15 05:58:56.088 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-15 05:58:56.092 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-15 05:58:56.096 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-15 05:58:56.100 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-15 05:58:56.104 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-15 05:58:56.111 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-15 05:58:56.115 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-15 05:58:56.117 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-15 05:58:56.120 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-15 05:58:56.132 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-15 05:58:56.183 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-15 05:58:56.186 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-15 05:58:56.190 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-15 05:58:56.192 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-15 05:58:56.194 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-15 05:58:56.198 | 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-15 05:58:56.205 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-15 05:58:56.208 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-15 05:58:56.210 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-15 05:58:56.213 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-15 05:58:56.217 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-15 05:58:56.219 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-15 05:58:56.221 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-15 05:58:56.223 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-15 05:58:56.774 | 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-15 05:58:59.749 | Running setup.py develop for cinder 2025-04-15 05:59:01.202 | 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-15 05:59:01.508 | + inc/python:pip_install:222 : result=0 2025-04-15 05:59:01.510 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:59:01.512 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:01.514 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:01.516 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:01.518 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:01.519 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:01.521 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:59:01.523 | + functions-common:time_stop:2407 : start_time=1744696728858 2025-04-15 05:59:01.525 | + functions-common:time_stop:2409 : [[ -z 1744696728858 ]] 2025-04-15 05:59:01.527 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:01.531 | + functions-common:time_stop:2412 : end_time=1744696741528 2025-04-15 05:59:01.532 | + functions-common:time_stop:2413 : elapsed_time=12670 2025-04-15 05:59:01.534 | + functions-common:time_stop:2414 : total=46805 2025-04-15 05:59:01.536 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:01.538 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59475 2025-04-15 05:59:01.539 | + inc/python:pip_install:225 : return 0 2025-04-15 05:59:01.541 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 05:59:01.543 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 05:59:01.545 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-15 05:59:01.547 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-15 05:59:01.549 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:59:01.551 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:59:01.553 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-15 05:59:01.555 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:59:01.557 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-15 05:59:01.559 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-15 05:59:01.560 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-15 05:59:01.562 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:01.564 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:01.566 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-15 05:59:01.576 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-15 05:59:01.577 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 05:59:01.579 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 05:59:01.581 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 05:59:01.583 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 05:59:01.585 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 05:59:01.587 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 05:59:01.589 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:01.591 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:01.593 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 05:59:01.595 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 05:59:01.597 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 05:59:01.599 | + functions-common:apt_get_update:1150 : return 2025-04-15 05:59:01.601 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-15 05:59:01.603 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 05:59:01.605 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:01.606 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:01.609 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-15 05:59:01.626 | + 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-15 05:59:01.686 | Reading package lists... 2025-04-15 05:59:01.906 | Building dependency tree... 2025-04-15 05:59:01.906 | Reading state information... 2025-04-15 05:59:02.121 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-15 05:59:02.121 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 05:59:02.126 | + functions-common:apt_get:1194 : result=0 2025-04-15 05:59:02.128 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 05:59:02.130 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:02.132 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:02.134 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:02.136 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:02.138 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:02.140 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 05:59:02.142 | + functions-common:time_stop:2407 : start_time=1744696741624 2025-04-15 05:59:02.144 | + functions-common:time_stop:2409 : [[ -z 1744696741624 ]] 2025-04-15 05:59:02.147 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:02.150 | + functions-common:time_stop:2412 : end_time=1744696742148 2025-04-15 05:59:02.152 | + functions-common:time_stop:2413 : elapsed_time=524 2025-04-15 05:59:02.154 | + functions-common:time_stop:2414 : total=40663 2025-04-15 05:59:02.156 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:02.158 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41187 2025-04-15 05:59:02.160 | + functions-common:apt_get:1198 : return 0 2025-04-15 05:59:02.162 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 05:59:02.164 | + stack.sh:main:954 : configure_cinder 2025-04-15 05:59:02.165 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-15 05:59:02.175 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-15 05:59:02.178 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-15 05:59:02.179 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-15 05:59:02.181 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-15 05:59:02.184 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-15 05:59:02.184 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-15 05:59:02.187 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-15 05:59:02.189 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-15 05:59:02.191 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-15 05:59:02.192 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-15 05:59:02.194 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-15 05:59:02.196 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-15 05:59:02.197 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-15 05:59:02.199 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-15 05:59:02.208 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-15 05:59:02.217 | + 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-15 05:59:02.225 | + 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-15 05:59:02.234 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-15 05:59:02.244 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-15 05:59:02.252 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-15 05:59:02.255 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-15 05:59:02.258 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.IyS13ZPBJj 2025-04-15 05:59:02.259 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-15 05:59:02.262 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-15 05:59:02.264 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-15 05:59:02.265 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.IyS13ZPBJj 2025-04-15 05:59:02.268 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.IyS13ZPBJj 2025-04-15 05:59:02.277 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.IyS13ZPBJj /etc/sudoers.d/cinder-rootwrap 2025-04-15 05:59:02.286 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-15 05:59:02.289 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-15 05:59:02.290 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-15 05:59:02.292 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-15 05:59:02.294 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-15 05:59:02.296 | + 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-15 05:59:02.298 | + 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-15 05:59:02.300 | + 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-15 05:59:02.300 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-15 05:59:02.306 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-15 05:59:02.308 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-15 05:59:02.316 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-15 05:59:02.325 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-15 05:59:02.327 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-15 05:59:02.330 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-15 05:59:02.333 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-15 05:59:02.347 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-15 05:59:02.361 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-15 05:59:02.375 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-15 05:59:02.388 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-15 05:59:02.403 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-15 05:59:02.416 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-15 05:59:02.431 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-15 05:59:02.446 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-15 05:59:02.447 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-15 05:59:02.449 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-15 05:59:02.451 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 05:59:02.453 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-15 05:59:02.477 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-15 05:59:02.499 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 05:59:02.521 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-15 05:59:02.543 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-15 05:59:02.566 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-15 05:59:02.588 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-15 05:59:02.612 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-15 05:59:02.635 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 05:59:02.658 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 05:59:02.680 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-15 05:59:02.704 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-15 05:59:02.728 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-15 05:59:02.730 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-15 05:59:02.731 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-15 05:59:02.733 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-15 05:59:02.735 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 05:59:02.737 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 05:59:02.739 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 05:59:02.751 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:02.753 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 05:59:02.755 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-15 05:59:02.757 | + 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-15 05:59:02.783 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-15 05:59:02.806 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-15 05:59:02.828 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-15 05:59:02.852 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-15 05:59:02.874 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-15 05:59:02.897 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-15 05:59:02.922 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-15 05:59:02.945 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-15 05:59:02.977 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-15 05:59:02.985 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 785057ac6382ae13771888bc10c12311 2025-04-15 05:59:03.011 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-15 05:59:03.013 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-15 05:59:03.037 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-15 05:59:03.060 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-15 05:59:03.083 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-15 05:59:03.106 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-15 05:59:03.129 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-15 05:59:03.152 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-15 05:59:03.165 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:03.167 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-15 05:59:03.168 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-15 05:59:03.170 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-15 05:59:03.172 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-15 05:59:03.174 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-15 05:59:03.176 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-15 05:59:03.178 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-15 05:59:03.179 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-15 05:59:03.181 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-15 05:59:03.183 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-15 05:59:03.185 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-15 05:59:03.211 | + 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-15 05:59:03.234 | + 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-15 05:59:03.257 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-15 05:59:03.280 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-15 05:59:03.303 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-15 05:59:03.305 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-15 05:59:03.307 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-15 05:59:03.309 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-15 05:59:03.332 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-15 05:59:03.333 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-15 05:59:03.357 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-15 05:59:03.358 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-15 05:59:03.360 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-15 05:59:03.362 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-15 05:59:03.385 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-15 05:59:03.387 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-15 05:59:03.389 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-15 05:59:03.401 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:03.403 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-15 05:59:03.416 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:03.418 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-15 05:59:03.430 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:03.432 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-15 05:59:03.434 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-15 05:59:03.437 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-15 05:59:03.439 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-15 05:59:03.440 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 05:59:03.442 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 05:59:03.444 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 05:59:03.457 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:03.459 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 05:59:03.461 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 05:59:03.463 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 05:59:03.475 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:03.477 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 05:59:03.479 | + 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-15 05:59:03.502 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 05:59:03.504 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 05:59:03.506 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-15 05:59:03.507 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-15 05:59:03.509 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-15 05:59:03.512 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 05:59:03.524 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 05:59:03.526 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 05:59:03.528 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 05:59:03.530 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 05:59:03.532 | + 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-15 05:59:03.555 | + 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-15 05:59:03.578 | + 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-15 05:59:03.600 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 05:59:03.623 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-15 05:59:03.635 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:03.637 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-04-15 05:59:03.639 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-15 05:59:03.641 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-15 05:59:03.643 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-15 05:59:03.645 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 05:59:03.647 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 05:59:03.649 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-15 05:59:03.652 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-15 05:59:03.654 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 05:59:03.656 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 05:59:03.665 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 05:59:03.666 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 05:59:03.672 | d /var/run/uwsgi 0755 stack root 2025-04-15 05:59:03.675 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 05:59:03.682 | /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-15 05:59:03.686 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-15 05:59:03.687 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-15 05:59:03.690 | + 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-15 05:59:03.713 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-15 05:59:03.735 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-15 05:59:03.758 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-15 05:59:03.780 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 05:59:03.802 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 05:59:03.824 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-15 05:59:03.847 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-15 05:59:03.869 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-15 05:59:03.891 | + 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-15 05:59:03.914 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 05:59:03.937 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 05:59:03.959 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-15 05:59:03.982 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 05:59:03.983 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 05:59:03.986 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-15 05:59:03.988 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-15 05:59:03.990 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 05:59:03.991 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:03.993 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:03.995 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-15 05:59:03.997 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-15 05:59:03.999 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-15 05:59:04.022 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 05:59:04.045 | + 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-15 05:59:04.045 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-15 05:59:04.051 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-15 05:59:04.054 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-15 05:59:04.056 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-15 05:59:04.058 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 05:59:04.060 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 05:59:04.062 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 05:59:04.064 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:04.066 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:04.067 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 05:59:04.069 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 05:59:04.071 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:04.073 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:04.075 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-15 05:59:04.106 | Enabling site cinder-wsgi. 2025-04-15 05:59:04.110 | To activate the new configuration, you need to run: 2025-04-15 05:59:04.110 | systemctl reload apache2 2025-04-15 05:59:04.113 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 05:59:04.115 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 05:59:04.117 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 05:59:04.119 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 05:59:04.216 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-15 05:59:04.218 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-15 05:59:04.220 | + 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-15 05:59:04.244 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-15 05:59:04.267 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-15 05:59:04.290 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-15 05:59:04.314 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-15 05:59:04.337 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-15 05:59:04.361 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-15 05:59:04.375 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:04.376 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-15 05:59:04.378 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-15 05:59:04.380 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-15 05:59:04.382 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-15 05:59:04.384 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-15 05:59:04.408 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-15 05:59:04.431 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-15 05:59:04.455 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-15 05:59:04.478 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-15 05:59:04.501 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-15 05:59:04.524 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-15 05:59:04.547 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-15 05:59:04.570 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-15 05:59:04.593 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-15 05:59:04.616 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-15 05:59:04.638 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-15 05:59:04.661 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-15 05:59:04.663 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-15 05:59:04.676 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:04.678 | + 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-15 05:59:04.703 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-15 05:59:04.704 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-15 05:59:04.706 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-15 05:59:04.732 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-15 05:59:04.759 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-15 05:59:04.773 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:04.774 | + stack.sh:main:959 : stack_install_service neutron 2025-04-15 05:59:04.777 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-15 05:59:04.779 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-15 05:59:04.781 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 05:59:04.782 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-15 05:59:04.784 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-15 05:59:04.786 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-15 05:59:04.788 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:59:04.790 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:59:04.793 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-15 05:59:04.795 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:59:04.797 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-15 05:59:04.799 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-15 05:59:04.800 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-15 05:59:04.802 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 05:59:04.804 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 05:59:04.806 | ++ functions-common:git_clone:576 : pwd 2025-04-15 05:59:04.809 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 05:59:04.811 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 05:59:04.813 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 05:59:04.826 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 05:59:04.828 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 05:59:04.830 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 05:59:04.832 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 05:59:04.834 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 05:59:04.835 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 05:59:04.839 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-15 05:59:04.841 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 05:59:04.842 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-15 05:59:04.844 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:59:04.846 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:59:04.848 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:59:04.850 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:59:04.851 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:59:04.853 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:59:04.855 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:59:04.857 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:59:04.859 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:59:04.862 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696744860 2025-04-15 05:59:04.864 | + 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-15 05:59:04.866 | Cloning into '/opt/stack//neutron'... 2025-04-15 05:59:08.712 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:59:08.714 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:08.716 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:08.718 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:08.720 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:08.722 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:08.724 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:59:08.725 | + functions-common:time_stop:2407 : start_time=1744696744860 2025-04-15 05:59:08.727 | + functions-common:time_stop:2409 : [[ -z 1744696744860 ]] 2025-04-15 05:59:08.730 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:08.733 | + functions-common:time_stop:2412 : end_time=1744696748730 2025-04-15 05:59:08.734 | + functions-common:time_stop:2413 : elapsed_time=3870 2025-04-15 05:59:08.736 | + functions-common:time_stop:2414 : total=61765 2025-04-15 05:59:08.738 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:08.740 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=65635 2025-04-15 05:59:08.742 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-15 05:59:08.744 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 05:59:08.746 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:59:08.748 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:59:08.750 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:59:08.752 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:59:08.754 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:59:08.755 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:59:08.757 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:59:08.759 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:59:08.762 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:59:08.765 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696748762 2025-04-15 05:59:08.766 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 05:59:12.293 | From https://opendev.org/openstack/neutron 2025-04-15 05:59:12.294 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 05:59:12.297 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:59:12.300 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:12.302 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:12.304 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:12.305 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:12.307 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:12.309 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:59:12.311 | + functions-common:time_stop:2407 : start_time=1744696748762 2025-04-15 05:59:12.313 | + functions-common:time_stop:2409 : [[ -z 1744696748762 ]] 2025-04-15 05:59:12.315 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:12.318 | + functions-common:time_stop:2412 : end_time=1744696752316 2025-04-15 05:59:12.320 | + functions-common:time_stop:2413 : elapsed_time=3554 2025-04-15 05:59:12.321 | + functions-common:time_stop:2414 : total=65635 2025-04-15 05:59:12.323 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:12.324 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=69189 2025-04-15 05:59:12.326 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 05:59:12.328 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:59:12.330 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:59:12.331 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:59:12.333 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:59:12.335 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:59:12.337 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:59:12.338 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:59:12.340 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:59:12.343 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:59:12.345 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696752343 2025-04-15 05:59:12.347 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 05:59:12.604 | Note: switching to 'FETCH_HEAD'. 2025-04-15 05:59:12.604 | 2025-04-15 05:59:12.604 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 05:59:12.604 | changes and commit them, and you can discard any commits you make in this 2025-04-15 05:59:12.604 | state without impacting any branches by switching back to a branch. 2025-04-15 05:59:12.604 | 2025-04-15 05:59:12.604 | If you want to create a new branch to retain commits you create, you may 2025-04-15 05:59:12.604 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 05:59:12.604 | 2025-04-15 05:59:12.604 | git switch -c 2025-04-15 05:59:12.604 | 2025-04-15 05:59:12.604 | Or undo this operation with: 2025-04-15 05:59:12.604 | 2025-04-15 05:59:12.604 | git switch - 2025-04-15 05:59:12.604 | 2025-04-15 05:59:12.604 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 05:59:12.604 | 2025-04-15 05:59:12.604 | HEAD is now at ab3b600 [OVN] Isolate test_ovn_client* Functional Tests 2025-04-15 05:59:12.608 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:59:12.610 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:12.612 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:12.614 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:12.616 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:12.618 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:12.620 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:59:12.622 | + functions-common:time_stop:2407 : start_time=1744696752343 2025-04-15 05:59:12.624 | + functions-common:time_stop:2409 : [[ -z 1744696752343 ]] 2025-04-15 05:59:12.626 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:12.629 | + functions-common:time_stop:2412 : end_time=1744696752627 2025-04-15 05:59:12.631 | + functions-common:time_stop:2413 : elapsed_time=284 2025-04-15 05:59:12.633 | + functions-common:time_stop:2414 : total=69189 2025-04-15 05:59:12.634 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:12.636 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=69473 2025-04-15 05:59:12.638 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-15 05:59:12.648 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-15 05:59:12.651 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 05:59:12.651 | + functions-common:git_clone:656 : head -1 2025-04-15 05:59:12.654 | ab3b600 [OVN] Isolate test_ovn_client* Functional Tests 2025-04-15 05:59:12.656 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 05:59:12.658 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-15 05:59:12.659 | + inc/python:setup_develop:360 : local bindep 2025-04-15 05:59:12.661 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-15 05:59:12.663 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-15 05:59:12.665 | + inc/python:setup_develop:366 : local extras= 2025-04-15 05:59:12.667 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-15 05:59:12.669 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 05:59:12.670 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-15 05:59:12.672 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-15 05:59:12.674 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 05:59:12.676 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 05:59:12.679 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-15 05:59:12.681 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 05:59:12.683 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-15 05:59:12.685 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 05:59:12.687 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 05:59:12.690 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-15 05:59:12.694 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-15 05:59:12.696 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-15 05:59:13.019 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-15 05:59:13.021 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 05:59:13.023 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 05:59:13.026 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 05:59:13.028 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-15 05:59:13.030 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-15 05:59:13.032 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 05:59:13.034 | + inc/python:setup_package:450 : local extras= 2025-04-15 05:59:13.036 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 05:59:13.038 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 05:59:13.040 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 05:59:13.042 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 05:59:13.044 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 05:59:13.046 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-15 05:59:13.062 | Using python 3.10 to install /opt/stack/neutron 2025-04-15 05:59:13.064 | + 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-15 05:59:13.891 | Obtaining file:///opt/stack/neutron 2025-04-15 05:59:13.892 | Preparing metadata (setup.py): started 2025-04-15 05:59:14.489 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 05:59:14.563 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.11.1) 2025-04-15 05:59:14.563 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.5.2) 2025-04-15 05:59:14.564 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.0.1) 2025-04-15 05:59:14.564 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.5.1) 2025-04-15 05:59:14.565 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.5.0) 2025-04-15 05:59:14.566 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.1.1) 2025-04-15 05:59:14.567 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.33.3) 2025-04-15 05:59:14.663 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev17) 2025-04-15 05:59:14.664 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-15 05:59:14.671 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.22.0) 2025-04-15 05:59:14.672 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.28.2) 2025-04-15 05:59:14.673 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.1.2) 2025-04-15 05:59:14.676 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (10.4.1) 2025-04-15 05:59:14.676 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.8.0) 2025-04-15 05:59:14.677 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.11.0) 2025-04-15 05:59:14.720 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev17) 2025-04-15 05:59:14.722 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-15 05:59:14.759 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev17) 2025-04-15 05:59:14.760 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-15 05:59:14.762 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.3.1) 2025-04-15 05:59:14.764 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.4.41) 2025-04-15 05:59:14.764 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.8.7) 2025-04-15 05:59:14.764 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.3.0) 2025-04-15 05:59:14.765 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.9.4) 2025-04-15 05:59:14.765 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.1.0) 2025-04-15 05:59:14.766 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.5.0) 2025-04-15 05:59:14.767 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2025-04-15 05:59:14.768 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (9.2.0) 2025-04-15 05:59:14.769 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2025-04-15 05:59:14.769 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (14.1.1) 2025-04-15 05:59:14.770 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.1.1) 2025-04-15 05:59:14.771 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.3.2) 2025-04-15 05:59:14.772 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (14.4.2) 2025-04-15 05:59:14.773 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2025-04-15 05:59:14.774 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.2.1) 2025-04-15 05:59:14.775 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2025-04-15 05:59:14.775 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.1.0) 2025-04-15 05:59:14.776 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (7.1.0) 2025-04-15 05:59:14.777 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.1) 2025-04-15 05:59:14.778 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.1) 2025-04-15 05:59:14.779 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.2.0) 2025-04-15 05:59:14.779 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.2.1) 2025-04-15 05:59:14.780 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2025-04-15 05:59:14.781 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.1.0) 2025-04-15 05:59:14.810 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev17) 2025-04-15 05:59:14.812 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-15 05:59:14.832 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev17) 2025-04-15 05:59:14.835 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 05:59:14.860 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev17) 2025-04-15 05:59:14.860 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-15 05:59:14.904 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev17) 2025-04-15 05:59:14.906 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-15 05:59:14.909 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (23.1) 2025-04-15 05:59:14.909 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.9.5) 2025-04-15 05:59:14.937 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev17) 2025-04-15 05:59:14.939 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-15 05:59:14.941 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (23.1.1) 2025-04-15 05:59:14.943 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (18.4.0) 2025-04-15 05:59:14.943 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.5.1) 2025-04-15 05:59:14.970 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev17) 2025-04-15 05:59:14.973 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-15 05:59:15.005 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev17) 2025-04-15 05:59:15.007 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-15 05:59:15.009 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.4.1) 2025-04-15 05:59:15.009 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.2.0) 2025-04-15 05:59:15.016 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev17) (1.2.4) 2025-04-15 05:59:15.019 | 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.dev17) (1.15.0) 2025-04-15 05:59:15.025 | 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.dev17) (2.3.0) 2025-04-15 05:59:15.025 | 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.dev17) (2.0.2) 2025-04-15 05:59:15.026 | 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.dev17) (1.16.0) 2025-04-15 05:59:15.033 | 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.dev17) (3.0.9) 2025-04-15 05:59:15.037 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev17) (2.1.2) 2025-04-15 05:59:15.062 | 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.dev17) (1.1.0) 2025-04-15 05:59:15.063 | 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.dev17) (1.7.0) 2025-04-15 05:59:15.086 | 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.dev17) (3.1.1) 2025-04-15 05:59:15.087 | 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.dev17) (5.2.0) 2025-04-15 05:59:15.136 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev17) 2025-04-15 05:59:15.139 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-15 05:59:15.204 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev17) 2025-04-15 05:59:15.206 | 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-15 05:59:15.220 | 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.dev17) (6.0) 2025-04-15 05:59:15.221 | 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.dev17) (1.4.4) 2025-04-15 05:59:15.222 | 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.dev17) (1.4.0) 2025-04-15 05:59:15.223 | 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.dev17) (1.32) 2025-04-15 05:59:15.224 | 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.dev17) (1.0.1) 2025-04-15 05:59:15.227 | 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.dev17) (1.1.8) 2025-04-15 05:59:15.227 | 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.dev17) (40.0.2) 2025-04-15 05:59:15.234 | 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.dev17) (1.0.5) 2025-04-15 05:59:15.258 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev17) 2025-04-15 05:59:15.258 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-15 05:59:15.344 | 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.dev17) (0.18) 2025-04-15 05:59:15.364 | 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.dev17) (2.0.0) 2025-04-15 05:59:15.391 | 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.dev17) (2.0.1) 2025-04-15 05:59:15.392 | 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.dev17) (0.5.0) 2025-04-15 05:59:15.417 | 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.dev17) (2.8.2) 2025-04-15 05:59:15.419 | 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.dev17) (0.9.6) 2025-04-15 05:59:15.445 | 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.dev17) (5.1.1) 2025-04-15 05:59:15.446 | 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.dev17) (5.3.0) 2025-04-15 05:59:15.447 | 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.dev17) (5.2.4) 2025-04-15 05:59:15.448 | 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.dev17) (0.7.0) 2025-04-15 05:59:15.459 | 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.dev17) (4.0.1) 2025-04-15 05:59:15.461 | 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.dev17) (4.0.1) 2025-04-15 05:59:15.480 | 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.dev17) (1.15.1) 2025-04-15 05:59:15.506 | 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.dev17) (2023.3) 2025-04-15 05:59:15.506 | 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.dev17) (2023.3) 2025-04-15 05:59:15.520 | 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.dev17) (1.4.0) 2025-04-15 05:59:15.521 | 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.dev17) (4.0.1) 2025-04-15 05:59:15.532 | 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.dev17) (3.7.0) 2025-04-15 05:59:15.616 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev17) 2025-04-15 05:59:15.618 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-15 05:59:15.651 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev17) (69.1.1) 2025-04-15 05:59:15.707 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev17) 2025-04-15 05:59:15.707 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-15 05:59:15.769 | 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.dev17) (4.3.0) 2025-04-15 05:59:15.770 | 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.dev17) (4.17.3) 2025-04-15 05:59:15.802 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) 2025-04-15 05:59:15.803 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-15 05:59:15.857 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev17) 2025-04-15 05:59:15.859 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 05:59:15.978 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev17) 2025-04-15 05:59:15.981 | 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-15 05:59:16.050 | 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.dev17) (3.1.0) 2025-04-15 05:59:16.051 | 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.dev17) (3.4) 2025-04-15 05:59:16.052 | 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.dev17) (1.26.15) 2025-04-15 05:59:16.052 | 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.dev17) (2025.1.31) 2025-04-15 05:59:16.069 | 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.dev17) (0.7) 2025-04-15 05:59:16.211 | 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.dev17) (0.13.1) 2025-04-15 05:59:16.244 | 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.dev17) (5.0.0) 2025-04-15 05:59:16.316 | 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.dev17) (2.21) 2025-04-15 05:59:16.349 | 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.dev17) (0.5.1) 2025-04-15 05:59:16.350 | 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.dev17) (2.4.3) 2025-04-15 05:59:16.351 | 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.dev17) (6.0.1) 2025-04-15 05:59:16.537 | 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.dev17) (2.3) 2025-04-15 05:59:16.570 | 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.dev17) (23.1.0) 2025-04-15 05:59:16.572 | 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.dev17) (0.19.3) 2025-04-15 05:59:16.691 | 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.dev17) (3.1.0) 2025-04-15 05:59:16.692 | 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.dev17) (4.9.2) 2025-04-15 05:59:16.790 | 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.dev17) (0.16.0) 2025-04-15 05:59:16.812 | 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.dev17) (0.2.6) 2025-04-15 05:59:17.191 | 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.dev17) (2.6.0) 2025-04-15 05:59:17.424 | 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.dev17) (1.8.2) 2025-04-15 05:59:17.464 | 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.dev17) (3.15.0) 2025-04-15 05:59:17.539 | 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.dev17) (1.5.0) 2025-04-15 05:59:17.775 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-15 05:59:17.781 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-15 05:59:17.795 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-15 05:59:17.797 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-15 05:59:17.800 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-15 05:59:17.804 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-15 05:59:17.809 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-15 05:59:17.812 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-15 05:59:17.816 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-15 05:59:17.818 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-15 05:59:17.821 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-15 05:59:17.823 | 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-15 05:59:17.826 | 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-15 05:59:17.829 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-15 05:59:18.251 | 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-15 05:59:20.975 | Running setup.py develop for neutron 2025-04-15 05:59:22.427 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev17 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-15 05:59:22.585 | + inc/python:pip_install:222 : result=0 2025-04-15 05:59:22.587 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:59:22.589 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:22.591 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:22.593 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:22.595 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:22.597 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:22.599 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:59:22.601 | + functions-common:time_stop:2407 : start_time=1744696753058 2025-04-15 05:59:22.602 | + functions-common:time_stop:2409 : [[ -z 1744696753058 ]] 2025-04-15 05:59:22.605 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:22.608 | + functions-common:time_stop:2412 : end_time=1744696762606 2025-04-15 05:59:22.610 | + functions-common:time_stop:2413 : elapsed_time=9548 2025-04-15 05:59:22.612 | + functions-common:time_stop:2414 : total=59475 2025-04-15 05:59:22.614 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:22.616 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=69023 2025-04-15 05:59:22.617 | + inc/python:pip_install:225 : return 0 2025-04-15 05:59:22.619 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 05:59:22.622 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 05:59:22.624 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-15 05:59:22.626 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-15 05:59:22.627 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:59:22.630 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:59:22.632 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-15 05:59:22.634 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:59:22.636 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-15 05:59:22.638 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 05:59:22.640 | + stack.sh:main:962 : is_service_enabled nova 2025-04-15 05:59:22.653 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:22.655 | + stack.sh:main:964 : stack_install_service nova 2025-04-15 05:59:22.657 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-15 05:59:22.659 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-15 05:59:22.661 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 05:59:22.663 | + lib/stack:stack_install_service:32 : install_nova 2025-04-15 05:59:22.665 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-15 05:59:22.667 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-15 05:59:22.669 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:59:22.671 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:59:22.673 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-15 05:59:22.674 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:59:22.677 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-15 05:59:22.689 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:22.691 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-15 05:59:22.703 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:22.706 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-15 05:59:22.718 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:22.720 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova 98247aecd02ed8e017108bd1f1209dce2b78482a 2025-04-15 05:59:22.722 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-15 05:59:22.724 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-15 05:59:22.726 | + functions-common:git_clone:574 : local git_ref=98247aecd02ed8e017108bd1f1209dce2b78482a 2025-04-15 05:59:22.728 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 05:59:22.730 | ++ functions-common:git_clone:576 : pwd 2025-04-15 05:59:22.732 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 05:59:22.734 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 05:59:22.736 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 05:59:22.749 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 05:59:22.750 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 05:59:22.752 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 05:59:22.754 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 05:59:22.756 | + functions-common:git_clone:593 : echo 98247aecd02ed8e017108bd1f1209dce2b78482a 2025-04-15 05:59:22.756 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 05:59:22.760 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-15 05:59:22.762 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 05:59:22.764 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-15 05:59:22.766 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:59:22.767 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:59:22.770 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:59:22.772 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:59:22.773 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:59:22.775 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:59:22.777 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:59:22.779 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:59:22.781 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:59:22.784 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696762782 2025-04-15 05:59:22.786 | + 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-15 05:59:22.789 | Cloning into '/opt/stack//nova'... 2025-04-15 05:59:26.606 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:59:26.608 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:26.610 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:26.612 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:26.614 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:26.616 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:26.618 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:59:26.619 | + functions-common:time_stop:2407 : start_time=1744696762782 2025-04-15 05:59:26.621 | + functions-common:time_stop:2409 : [[ -z 1744696762782 ]] 2025-04-15 05:59:26.624 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:26.627 | + functions-common:time_stop:2412 : end_time=1744696766624 2025-04-15 05:59:26.628 | + functions-common:time_stop:2413 : elapsed_time=3842 2025-04-15 05:59:26.630 | + functions-common:time_stop:2414 : total=69473 2025-04-15 05:59:26.632 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:26.634 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=73315 2025-04-15 05:59:26.636 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-15 05:59:26.637 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin 98247aecd02ed8e017108bd1f1209dce2b78482a 2025-04-15 05:59:26.639 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:59:26.641 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:59:26.643 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:59:26.645 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:59:26.647 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:59:26.648 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:59:26.650 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:59:26.652 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:59:26.654 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:59:26.657 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696766655 2025-04-15 05:59:26.659 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin 98247aecd02ed8e017108bd1f1209dce2b78482a 2025-04-15 05:59:31.665 | From https://opendev.org/openstack/nova 2025-04-15 05:59:31.665 | * branch 98247aecd02ed8e017108bd1f1209dce2b78482a -> FETCH_HEAD 2025-04-15 05:59:31.698 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:59:31.700 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:31.702 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:31.704 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:31.706 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:31.707 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:31.709 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:59:31.711 | + functions-common:time_stop:2407 : start_time=1744696766655 2025-04-15 05:59:31.713 | + functions-common:time_stop:2409 : [[ -z 1744696766655 ]] 2025-04-15 05:59:31.715 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:31.718 | + functions-common:time_stop:2412 : end_time=1744696771716 2025-04-15 05:59:31.720 | + functions-common:time_stop:2413 : elapsed_time=5061 2025-04-15 05:59:31.721 | + functions-common:time_stop:2414 : total=73315 2025-04-15 05:59:31.723 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:31.725 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=78376 2025-04-15 05:59:31.727 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 05:59:31.729 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:59:31.731 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:59:31.732 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:59:31.734 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:59:31.736 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:59:31.738 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:59:31.740 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:59:31.742 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:59:31.744 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:59:31.747 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696771745 2025-04-15 05:59:31.749 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 05:59:32.048 | Note: switching to 'FETCH_HEAD'. 2025-04-15 05:59:32.048 | 2025-04-15 05:59:32.048 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 05:59:32.048 | changes and commit them, and you can discard any commits you make in this 2025-04-15 05:59:32.048 | state without impacting any branches by switching back to a branch. 2025-04-15 05:59:32.048 | 2025-04-15 05:59:32.048 | If you want to create a new branch to retain commits you create, you may 2025-04-15 05:59:32.048 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 05:59:32.048 | 2025-04-15 05:59:32.048 | git switch -c 2025-04-15 05:59:32.048 | 2025-04-15 05:59:32.048 | Or undo this operation with: 2025-04-15 05:59:32.048 | 2025-04-15 05:59:32.048 | git switch - 2025-04-15 05:59:32.048 | 2025-04-15 05:59:32.048 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 05:59:32.048 | 2025-04-15 05:59:32.048 | HEAD is now at 98247ae Fix deepcopy usage for BlockDeviceMapping in get_root_info 2025-04-15 05:59:32.052 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:59:32.054 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:32.056 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:32.058 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:32.060 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:32.062 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:32.064 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:59:32.066 | + functions-common:time_stop:2407 : start_time=1744696771745 2025-04-15 05:59:32.067 | + functions-common:time_stop:2409 : [[ -z 1744696771745 ]] 2025-04-15 05:59:32.070 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:32.073 | + functions-common:time_stop:2412 : end_time=1744696772071 2025-04-15 05:59:32.075 | + functions-common:time_stop:2413 : elapsed_time=326 2025-04-15 05:59:32.076 | + functions-common:time_stop:2414 : total=78376 2025-04-15 05:59:32.078 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:32.080 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=78702 2025-04-15 05:59:32.082 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-15 05:59:32.093 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-15 05:59:32.095 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 05:59:32.095 | + functions-common:git_clone:656 : head -1 2025-04-15 05:59:32.099 | 98247ae Fix deepcopy usage for BlockDeviceMapping in get_root_info 2025-04-15 05:59:32.101 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 05:59:32.103 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-15 05:59:32.105 | + inc/python:setup_develop:360 : local bindep 2025-04-15 05:59:32.107 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-15 05:59:32.109 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-15 05:59:32.111 | + inc/python:setup_develop:366 : local extras= 2025-04-15 05:59:32.112 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-15 05:59:32.114 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 05:59:32.116 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-15 05:59:32.118 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-15 05:59:32.120 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 05:59:32.122 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 05:59:32.125 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-15 05:59:32.126 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 05:59:32.129 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-15 05:59:32.131 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 05:59:32.133 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 05:59:32.135 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-15 05:59:32.139 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-15 05:59:32.141 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-15 05:59:32.458 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-15 05:59:32.460 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 05:59:32.462 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 05:59:32.464 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 05:59:32.466 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-15 05:59:32.468 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-15 05:59:32.470 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 05:59:32.472 | + inc/python:setup_package:450 : local extras= 2025-04-15 05:59:32.474 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 05:59:32.476 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 05:59:32.479 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 05:59:32.481 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 05:59:32.483 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 05:59:32.485 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-15 05:59:32.502 | Using python 3.10 to install /opt/stack/nova 2025-04-15 05:59:32.504 | + 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-15 05:59:33.336 | Obtaining file:///opt/stack/nova 2025-04-15 05:59:33.337 | Preparing metadata (setup.py): started 2025-04-15 05:59:33.953 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 05:59:34.039 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.11.1) 2025-04-15 05:59:34.039 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.4.41) 2025-04-15 05:59:34.042 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.1.1) 2025-04-15 05:59:34.042 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (0.33.3) 2025-04-15 05:59:34.042 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.1.2) 2025-04-15 05:59:34.042 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (10.4.1) 2025-04-15 05:59:34.043 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.9.2) 2025-04-15 05:59:34.043 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.5.1) 2025-04-15 05:59:34.044 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (40.0.2) 2025-04-15 05:59:34.045 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.8.7) 2025-04-15 05:59:34.046 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.0.2) 2025-04-15 05:59:34.046 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.0.1) 2025-04-15 05:59:34.047 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.5.2) 2025-04-15 05:59:34.048 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.7.0) 2025-04-15 05:59:34.049 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.9.4) 2025-04-15 05:59:34.050 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (0.8.0) 2025-04-15 05:59:34.050 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (0.11.0) 2025-04-15 05:59:34.051 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.1.0) 2025-04-15 05:59:34.052 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.1.0) 2025-04-15 05:59:34.053 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.17.3) 2025-04-15 05:59:34.054 | 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.dev13) (9.4.0) 2025-04-15 05:59:34.054 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.3.0) 2025-04-15 05:59:34.055 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (11.0.0) 2025-04-15 05:59:34.056 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.4.1) 2025-04-15 05:59:34.057 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.28.2) 2025-04-15 05:59:34.058 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.1.0) 2025-04-15 05:59:34.148 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev13) 2025-04-15 05:59:34.149 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-15 05:59:34.156 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.5.0) 2025-04-15 05:59:34.156 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.2.0) 2025-04-15 05:59:34.157 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (9.2.0) 2025-04-15 05:59:34.158 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.2.0) 2025-04-15 05:59:34.159 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.3.2) 2025-04-15 05:59:34.160 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.2.0) 2025-04-15 05:59:34.160 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.1.0) 2025-04-15 05:59:34.161 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.2.1) 2025-04-15 05:59:34.162 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.2.0) 2025-04-15 05:59:34.163 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (6.2.1) 2025-04-15 05:59:34.164 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (14.1.1) 2025-04-15 05:59:34.164 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (7.1.0) 2025-04-15 05:59:34.165 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (14.4.2) 2025-04-15 05:59:34.166 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.2.1) 2025-04-15 05:59:34.167 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.2.0) 2025-04-15 05:59:34.168 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (6.1.1) 2025-04-15 05:59:34.169 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.2.1) 2025-04-15 05:59:34.171 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.0.0) 2025-04-15 05:59:34.171 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.2.0) 2025-04-15 05:59:34.171 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.9.5) 2025-04-15 05:59:34.171 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.2.0) 2025-04-15 05:59:34.172 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (6.4.2) 2025-04-15 05:59:34.173 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.1.0) 2025-04-15 05:59:34.174 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.0.0) 2025-04-15 05:59:34.175 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.2.0) 2025-04-15 05:59:34.176 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.3.0) 2025-04-15 05:59:34.200 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev13) 2025-04-15 05:59:34.202 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-15 05:59:34.204 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.2.0) 2025-04-15 05:59:34.205 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (0.2.3) 2025-04-15 05:59:34.205 | 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.dev13) (1.3.4) 2025-04-15 05:59:34.206 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.7.0) 2025-04-15 05:59:34.207 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.8.2) 2025-04-15 05:59:34.208 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.4.1) 2025-04-15 05:59:34.209 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.5.1) 2025-04-15 05:59:34.210 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (6.0) 2025-04-15 05:59:34.210 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (23.1) 2025-04-15 05:59:34.216 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev13) (1.2.4) 2025-04-15 05:59:34.226 | 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.dev13) (5.6.1) 2025-04-15 05:59:34.245 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev13) (1.15.1) 2025-04-15 05:59:34.258 | 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.dev13) (2.3.0) 2025-04-15 05:59:34.258 | 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.dev13) (1.16.0) 2025-04-15 05:59:34.270 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev13) (2.1.2) 2025-04-15 05:59:34.289 | 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.dev13) (23.1.0) 2025-04-15 05:59:34.290 | 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.dev13) (0.19.3) 2025-04-15 05:59:34.338 | 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.dev13) (3.1.1) 2025-04-15 05:59:34.338 | 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.dev13) (5.2.0) 2025-04-15 05:59:34.364 | 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.dev13) (1.4.4) 2025-04-15 05:59:34.365 | 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.dev13) (1.4.0) 2025-04-15 05:59:34.365 | 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.dev13) (1.32) 2025-04-15 05:59:34.369 | 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.dev13) (1.0.1) 2025-04-15 05:59:34.369 | 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.dev13) (1.1.8) 2025-04-15 05:59:34.378 | 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.dev13) (5.9.0) 2025-04-15 05:59:34.380 | 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.dev13) (6.3.1) 2025-04-15 05:59:34.402 | 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.dev13) (2.5.0) 2025-04-15 05:59:34.403 | 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.dev13) (2.4.2) 2025-04-15 05:59:34.405 | 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.dev13) (0.7.7) 2025-04-15 05:59:34.431 | 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.dev13) (0.18) 2025-04-15 05:59:34.500 | 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.dev13) (2.0.1) 2025-04-15 05:59:34.501 | 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.dev13) (0.5.0) 2025-04-15 05:59:34.537 | 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.dev13) (0.9.6) 2025-04-15 05:59:34.564 | 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.dev13) (5.1.1) 2025-04-15 05:59:34.564 | 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.dev13) (5.3.0) 2025-04-15 05:59:34.565 | 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.dev13) (5.2.4) 2025-04-15 05:59:34.567 | 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.dev13) (0.7.0) 2025-04-15 05:59:34.578 | 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.dev13) (4.0.1) 2025-04-15 05:59:34.581 | 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.dev13) (4.0.1) 2025-04-15 05:59:34.602 | 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.dev13) (1.0.5) 2025-04-15 05:59:34.629 | 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.dev13) (2023.3) 2025-04-15 05:59:34.630 | 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.dev13) (2023.3) 2025-04-15 05:59:34.644 | 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.dev13) (1.4.0) 2025-04-15 05:59:34.645 | 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.dev13) (4.0.1) 2025-04-15 05:59:34.669 | 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.dev13) (3.0.9) 2025-04-15 05:59:34.714 | 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.dev13) (1.5.0) 2025-04-15 05:59:34.727 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev13) (69.1.1) 2025-04-15 05:59:34.764 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev13) (0.2.6) 2025-04-15 05:59:34.828 | 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.dev13) (23.1.1) 2025-04-15 05:59:34.830 | 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.dev13) (2.0.1) 2025-04-15 05:59:34.830 | 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.dev13) (1.15.0) 2025-04-15 05:59:34.849 | 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.dev13) (4.3.0) 2025-04-15 05:59:34.850 | 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.dev13) (2.1.0) 2025-04-15 05:59:34.851 | 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.dev13) (2.8.1) 2025-04-15 05:59:34.854 | 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.dev13) (3.19.1) 2025-04-15 05:59:34.884 | 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.dev13) (3.1.0) 2025-04-15 05:59:34.885 | 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.dev13) (3.4) 2025-04-15 05:59:34.885 | 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.dev13) (1.26.15) 2025-04-15 05:59:34.886 | 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.dev13) (2025.1.31) 2025-04-15 05:59:34.930 | 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.dev13) (0.7) 2025-04-15 05:59:35.054 | 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.dev13) (0.13.1) 2025-04-15 05:59:35.361 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev13) 2025-04-15 05:59:35.364 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-15 05:59:35.382 | 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.dev13) (5.0.0) 2025-04-15 05:59:35.489 | 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.dev13) (2.21) 2025-04-15 05:59:35.523 | 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.dev13) (0.5.1) 2025-04-15 05:59:35.524 | 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.dev13) (2.4.3) 2025-04-15 05:59:35.525 | 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.dev13) (6.0.1) 2025-04-15 05:59:35.668 | 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.dev13) (2.3) 2025-04-15 05:59:35.818 | 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.dev13) (0.16.0) 2025-04-15 05:59:35.838 | 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.dev13) (2.17.7) 2025-04-15 05:59:36.213 | 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.dev13) (2.6.0) 2025-04-15 05:59:36.534 | 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.dev13) (1.8.2) 2025-04-15 05:59:36.574 | 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.dev13) (3.15.0) 2025-04-15 05:59:36.617 | 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.dev13) (2.4.0) 2025-04-15 05:59:36.807 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-15 05:59:36.809 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-15 05:59:37.345 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-15 05:59:39.217 | Running setup.py develop for nova 2025-04-15 05:59:40.698 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev13 numpy-1.24.2 websockify-0.10.0 2025-04-15 05:59:40.853 | + inc/python:pip_install:222 : result=0 2025-04-15 05:59:40.854 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:59:40.856 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:40.858 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:40.860 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:40.862 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:40.863 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:40.865 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:59:40.867 | + functions-common:time_stop:2407 : start_time=1744696772497 2025-04-15 05:59:40.869 | + functions-common:time_stop:2409 : [[ -z 1744696772497 ]] 2025-04-15 05:59:40.871 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:40.874 | + functions-common:time_stop:2412 : end_time=1744696780872 2025-04-15 05:59:40.875 | + functions-common:time_stop:2413 : elapsed_time=8375 2025-04-15 05:59:40.877 | + functions-common:time_stop:2414 : total=69023 2025-04-15 05:59:40.879 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:40.881 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77398 2025-04-15 05:59:40.882 | + inc/python:pip_install:225 : return 0 2025-04-15 05:59:40.884 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 05:59:40.886 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 05:59:40.888 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-15 05:59:40.889 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-15 05:59:40.891 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:59:40.894 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:59:40.896 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-15 05:59:40.897 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:59:40.899 | + 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-15 05:59:40.910 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 05:59:40.912 | + stack.sh:main:965 : configure_nova 2025-04-15 05:59:40.914 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-15 05:59:40.924 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-15 05:59:40.925 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-15 05:59:40.927 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-15 05:59:40.931 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-15 05:59:40.931 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-15 05:59:40.934 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-15 05:59:40.936 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-15 05:59:40.938 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-15 05:59:40.939 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-15 05:59:40.942 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-15 05:59:40.943 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-15 05:59:40.945 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-15 05:59:40.947 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-15 05:59:40.957 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-15 05:59:40.966 | + 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-15 05:59:40.975 | + 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-15 05:59:40.984 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-15 05:59:40.993 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-15 05:59:41.002 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-15 05:59:41.005 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-15 05:59:41.008 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.7GdGGXOAPm 2025-04-15 05:59:41.010 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-15 05:59:41.012 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-15 05:59:41.013 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-15 05:59:41.015 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-15 05:59:41.017 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-15 05:59:41.019 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.7GdGGXOAPm 2025-04-15 05:59:41.022 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.7GdGGXOAPm 2025-04-15 05:59:41.030 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.7GdGGXOAPm /etc/sudoers.d/nova-rootwrap 2025-04-15 05:59:41.040 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-15 05:59:41.044 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-15 05:59:41.046 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-15 05:59:41.048 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-15 05:59:41.049 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-15 05:59:41.051 | + 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-15 05:59:41.053 | + 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-15 05:59:41.056 | + 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-15 05:59:41.056 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-15 05:59:41.062 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-15 05:59:41.065 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-15 05:59:41.074 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-15 05:59:41.083 | + 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-15 05:59:41.085 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-15 05:59:41.089 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-15 05:59:41.102 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:41.104 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-15 05:59:41.106 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-15 05:59:41.108 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-15 05:59:41.111 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-15 05:59:41.134 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-15 05:59:41.136 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-15 05:59:41.157 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-15 05:59:41.180 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-15 05:59:41.201 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-15 05:59:41.224 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-15 05:59:41.247 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-15 05:59:41.271 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-15 05:59:41.292 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-15 05:59:41.315 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-15 05:59:41.337 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-15 05:59:41.359 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-15 05:59:41.380 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-15 05:59:41.404 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-15 05:59:41.427 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-15 05:59:41.450 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-15 05:59:41.452 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 05:59:41.453 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 05:59:41.455 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 05:59:41.457 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 05:59:41.459 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 05:59:41.460 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 05:59:41.462 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 05:59:41.464 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 05:59:41.466 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 05:59:41.468 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 05:59:41.469 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 05:59:41.471 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 05:59:41.473 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 05:59:41.475 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-15 05:59:41.487 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:41.489 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 05:59:41.490 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-15 05:59:41.493 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-15 05:59:41.495 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-15 05:59:41.496 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-15 05:59:41.498 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-15 05:59:41.500 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 05:59:41.502 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 05:59:41.503 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 05:59:41.515 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:41.517 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 05:59:41.519 | ++ 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-15 05:59:41.521 | + 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-15 05:59:41.546 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-15 05:59:41.548 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-15 05:59:41.550 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-15 05:59:41.551 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-15 05:59:41.553 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 05:59:41.555 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 05:59:41.557 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 05:59:41.569 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:41.571 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 05:59:41.572 | ++ 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-15 05:59:41.575 | + 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-15 05:59:41.599 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-15 05:59:41.623 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-15 05:59:41.645 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-15 05:59:41.667 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-15 05:59:41.680 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:41.682 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-15 05:59:41.694 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:41.697 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-15 05:59:41.697 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-15 05:59:41.701 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-15 05:59:41.702 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-15 05:59:41.725 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-15 05:59:41.726 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-15 05:59:41.750 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-15 05:59:41.772 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-15 05:59:41.785 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:41.787 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-15 05:59:41.788 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-15 05:59:41.790 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-15 05:59:41.792 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 05:59:41.794 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-15 05:59:41.819 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-15 05:59:41.840 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 05:59:41.863 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-15 05:59:41.885 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-15 05:59:41.907 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-15 05:59:41.930 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-15 05:59:41.953 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-15 05:59:41.975 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 05:59:41.997 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 05:59:42.020 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-15 05:59:42.032 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:42.034 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-15 05:59:42.036 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-15 05:59:42.059 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-15 05:59:42.082 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-15 05:59:42.104 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-15 05:59:42.127 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-15 05:59:42.149 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-15 05:59:42.171 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-15 05:59:42.193 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-15 05:59:42.215 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-15 05:59:42.227 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:42.229 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-15 05:59:42.231 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-15 05:59:42.254 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-15 05:59:42.278 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-15 05:59:42.280 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-15 05:59:42.302 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-15 05:59:42.304 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-15 05:59:42.306 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-15 05:59:42.308 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 05:59:42.310 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 05:59:42.311 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 05:59:42.313 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 05:59:42.315 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 05:59:42.317 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 05:59:42.319 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 05:59:42.321 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 05:59:42.322 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 05:59:42.324 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 05:59:42.326 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 05:59:42.328 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 05:59:42.330 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 05:59:42.331 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-15 05:59:42.333 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-15 05:59:42.335 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-15 05:59:42.337 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 05:59:42.350 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 05:59:42.352 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 05:59:42.353 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 05:59:42.355 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 05:59:42.357 | + 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-15 05:59:42.379 | + 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-15 05:59:42.402 | + 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-15 05:59:42.424 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 05:59:42.446 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-15 05:59:42.470 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-15 05:59:42.482 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:42.484 | + 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-15 05:59:42.486 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-15 05:59:42.488 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-15 05:59:42.490 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-15 05:59:42.492 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 05:59:42.494 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 05:59:42.496 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-15 05:59:42.499 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-15 05:59:42.500 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 05:59:42.502 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 05:59:42.512 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 05:59:42.512 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 05:59:42.518 | d /var/run/uwsgi 0755 stack root 2025-04-15 05:59:42.521 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 05:59:42.529 | /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-15 05:59:42.531 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-15 05:59:42.533 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-15 05:59:42.536 | + 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-15 05:59:42.560 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-15 05:59:42.582 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-15 05:59:42.604 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-15 05:59:42.625 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 05:59:42.648 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 05:59:42.670 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-15 05:59:42.692 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-15 05:59:42.714 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-15 05:59:42.736 | + 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-15 05:59:42.758 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 05:59:42.781 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 05:59:42.804 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-15 05:59:42.826 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 05:59:42.828 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 05:59:42.831 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-15 05:59:42.832 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-15 05:59:42.834 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 05:59:42.836 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:42.838 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:42.840 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-15 05:59:42.842 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-15 05:59:42.844 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-15 05:59:42.866 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 05:59:42.889 | + 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-15 05:59:42.889 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-15 05:59:42.895 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-15 05:59:42.898 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-15 05:59:42.900 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-15 05:59:42.901 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 05:59:42.903 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 05:59:42.905 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 05:59:42.906 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:42.908 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:42.910 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 05:59:42.911 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 05:59:42.913 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:42.915 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:42.917 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-15 05:59:42.948 | Enabling site nova-api-wsgi. 2025-04-15 05:59:42.951 | To activate the new configuration, you need to run: 2025-04-15 05:59:42.951 | systemctl reload apache2 2025-04-15 05:59:42.955 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 05:59:42.957 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 05:59:42.959 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 05:59:42.960 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 05:59:43.052 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-15 05:59:43.065 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:43.067 | + 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-15 05:59:43.068 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-15 05:59:43.070 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-15 05:59:43.072 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-15 05:59:43.074 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-15 05:59:43.076 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 05:59:43.078 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-15 05:59:43.081 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-15 05:59:43.083 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 05:59:43.085 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 05:59:43.095 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 05:59:43.095 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 05:59:43.101 | d /var/run/uwsgi 0755 stack root 2025-04-15 05:59:43.104 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 05:59:43.112 | /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-15 05:59:43.115 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-15 05:59:43.117 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-15 05:59:43.120 | + 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-15 05:59:43.144 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-15 05:59:43.166 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-15 05:59:43.188 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-15 05:59:43.210 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 05:59:43.232 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 05:59:43.254 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-15 05:59:43.277 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-15 05:59:43.299 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-15 05:59:43.322 | + 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-15 05:59:43.344 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 05:59:43.366 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 05:59:43.388 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-15 05:59:43.411 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-15 05:59:43.413 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-15 05:59:43.435 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-15 05:59:43.448 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:43.450 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-15 05:59:43.475 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-15 05:59:43.477 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-15 05:59:43.479 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-15 05:59:43.491 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:43.493 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 05:59:43.495 | + 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-15 05:59:43.518 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-15 05:59:43.543 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-15 05:59:43.545 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-15 05:59:43.547 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-15 05:59:43.548 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 05:59:43.550 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 05:59:43.552 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 05:59:43.564 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:43.567 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 05:59:43.569 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 05:59:43.570 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 05:59:43.582 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:43.584 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 05:59:43.586 | + 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-15 05:59:43.610 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 05:59:43.611 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 05:59:43.613 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-15 05:59:43.636 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-15 05:59:43.659 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-15 05:59:43.683 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-15 05:59:43.696 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:43.698 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-15 05:59:43.721 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-15 05:59:43.723 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-15 05:59:43.725 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-15 05:59:43.749 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-15 05:59:43.772 | + 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-15 05:59:43.795 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-15 05:59:43.818 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-15 05:59:43.841 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-15 05:59:43.863 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-15 05:59:43.886 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-15 05:59:43.908 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-15 05:59:43.931 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-15 05:59:43.943 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:43.946 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-15 05:59:43.949 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-15 05:59:43.950 | + lib/nova:create_nova_conf:582 : local conf 2025-04-15 05:59:43.952 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-15 05:59:43.955 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-15 05:59:43.957 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-15 05:59:43.958 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-15 05:59:43.961 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-15 05:59:43.962 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-15 05:59:43.964 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-15 05:59:43.968 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-15 05:59:43.969 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-15 05:59:43.971 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-15 05:59:43.973 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-15 05:59:43.975 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 05:59:43.977 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 05:59:43.979 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 05:59:43.992 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:43.993 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 05:59:43.995 | ++ 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-15 05:59:43.997 | + 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-15 05:59:44.022 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-15 05:59:44.046 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-15 05:59:44.071 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 05:59:44.073 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-15 05:59:44.075 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-15 05:59:44.076 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-15 05:59:44.078 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 05:59:44.080 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 05:59:44.082 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 05:59:44.095 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:44.098 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 05:59:44.100 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 05:59:44.102 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 05:59:44.114 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:44.116 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 05:59:44.118 | + 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-15 05:59:44.140 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 05:59:44.142 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 05:59:44.144 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-15 05:59:44.146 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-15 05:59:44.148 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-15 05:59:44.150 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 05:59:44.163 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 05:59:44.166 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 05:59:44.167 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 05:59:44.169 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 05:59:44.171 | + 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-15 05:59:44.194 | + 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-15 05:59:44.216 | + 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-15 05:59:44.238 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 05:59:44.261 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 05:59:44.263 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-15 05:59:44.265 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-15 05:59:44.267 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-15 05:59:44.269 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-15 05:59:44.270 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-15 05:59:44.283 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:44.285 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-15 05:59:44.287 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-15 05:59:44.299 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:44.301 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-15 05:59:44.313 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:44.315 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-15 05:59:44.328 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:44.330 | + stack.sh:main:968 : is_service_enabled placement 2025-04-15 05:59:44.343 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:44.346 | + stack.sh:main:970 : stack_install_service placement 2025-04-15 05:59:44.348 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-15 05:59:44.350 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-15 05:59:44.352 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 05:59:44.354 | + lib/stack:stack_install_service:32 : install_placement 2025-04-15 05:59:44.356 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-15 05:59:44.358 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-15 05:59:44.360 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:44.362 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:44.364 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-15 05:59:44.366 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 05:59:44.368 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 05:59:44.370 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 05:59:44.372 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 05:59:44.374 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 05:59:44.376 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 05:59:44.378 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:44.380 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:44.382 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 05:59:44.384 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 05:59:44.386 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 05:59:44.388 | + functions-common:apt_get_update:1150 : return 2025-04-15 05:59:44.390 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-15 05:59:44.392 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 05:59:44.394 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:44.396 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:44.398 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-15 05:59:44.414 | + 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-15 05:59:44.474 | Reading package lists... 2025-04-15 05:59:44.694 | Building dependency tree... 2025-04-15 05:59:44.695 | Reading state information... 2025-04-15 05:59:44.909 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-15 05:59:44.909 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 05:59:44.913 | + functions-common:apt_get:1194 : result=0 2025-04-15 05:59:44.915 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 05:59:44.918 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:44.920 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:44.922 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:44.924 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:44.926 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:44.927 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 05:59:44.929 | + functions-common:time_stop:2407 : start_time=1744696784412 2025-04-15 05:59:44.931 | + functions-common:time_stop:2409 : [[ -z 1744696784412 ]] 2025-04-15 05:59:44.934 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:44.937 | + functions-common:time_stop:2412 : end_time=1744696784935 2025-04-15 05:59:44.939 | + functions-common:time_stop:2413 : elapsed_time=523 2025-04-15 05:59:44.941 | + functions-common:time_stop:2414 : total=41187 2025-04-15 05:59:44.943 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:44.945 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41710 2025-04-15 05:59:44.947 | + functions-common:apt_get:1198 : return 0 2025-04-15 05:59:44.949 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-15 05:59:44.951 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-15 05:59:44.953 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-15 05:59:44.955 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-15 05:59:44.957 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-15 05:59:44.970 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-15 05:59:44.973 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 05:59:44.975 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 05:59:44.977 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 05:59:44.979 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 05:59:44.981 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 05:59:44.983 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 05:59:44.985 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:44.987 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:44.989 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 05:59:44.991 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 05:59:44.993 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 05:59:44.995 | + functions-common:apt_get_update:1150 : return 2025-04-15 05:59:44.997 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-15 05:59:44.999 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 05:59:45.001 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:45.003 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:45.006 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-15 05:59:45.023 | + 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-15 05:59:45.082 | Reading package lists... 2025-04-15 05:59:45.292 | Building dependency tree... 2025-04-15 05:59:45.293 | Reading state information... 2025-04-15 05:59:45.511 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-15 05:59:45.511 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 05:59:45.520 | + functions-common:apt_get:1194 : result=0 2025-04-15 05:59:45.522 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 05:59:45.525 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:45.527 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:45.529 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:45.531 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:45.533 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:45.535 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 05:59:45.537 | + functions-common:time_stop:2407 : start_time=1744696785021 2025-04-15 05:59:45.539 | + functions-common:time_stop:2409 : [[ -z 1744696785021 ]] 2025-04-15 05:59:45.541 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:45.546 | + functions-common:time_stop:2412 : end_time=1744696785544 2025-04-15 05:59:45.549 | + functions-common:time_stop:2413 : elapsed_time=523 2025-04-15 05:59:45.550 | + functions-common:time_stop:2414 : total=41710 2025-04-15 05:59:45.552 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:45.554 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42233 2025-04-15 05:59:45.557 | + functions-common:apt_get:1198 : return 0 2025-04-15 05:59:45.559 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-15 05:59:45.561 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-15 05:59:45.563 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 05:59:45.565 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:45.568 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:45.570 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-15 05:59:45.572 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-15 05:59:45.601 | wsgi (enabled by maintainer script) 2025-04-15 05:59:45.604 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-15 05:59:45.606 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-15 05:59:45.608 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 05:59:45.611 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-15 05:59:45.614 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-15 05:59:45.616 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 05:59:45.619 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-15 05:59:45.620 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 05:59:45.624 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-15 05:59:45.626 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-15 05:59:45.627 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-15 05:59:45.630 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-15 05:59:45.632 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-15 05:59:45.649 | Using python 3.10 to install osc-placement 2025-04-15 05:59:45.651 | + 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-15 05:59:46.582 | Collecting osc-placement 2025-04-15 05:59:46.584 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 05:59:46.616 | 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-15 05:59:46.616 | 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-15 05:59:46.617 | 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-15 05:59:46.618 | 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-15 05:59:46.619 | 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-15 05:59:46.646 | 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-15 05:59:46.647 | 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-15 05:59:46.648 | 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-15 05:59:46.648 | 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-15 05:59:46.655 | 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-15 05:59:46.656 | 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-15 05:59:46.656 | 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-15 05:59:46.663 | 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-15 05:59:46.664 | 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-15 05:59:46.665 | 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-15 05:59:46.666 | 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-15 05:59:46.666 | 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-15 05:59:46.667 | 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-15 05:59:46.668 | 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-15 05:59:46.676 | 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-15 05:59:46.677 | 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-15 05:59:46.678 | 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-15 05:59:46.678 | 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-15 05:59:46.679 | 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-15 05:59:46.683 | 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-15 05:59:46.700 | 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-15 05:59:46.701 | 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-15 05:59:46.701 | 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-15 05:59:46.702 | 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-15 05:59:46.703 | 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-15 05:59:46.704 | 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-15 05:59:46.705 | 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-15 05:59:46.727 | 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-15 05:59:46.727 | 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-15 05:59:46.728 | 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-15 05:59:46.729 | 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-15 05:59:46.770 | 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-15 05:59:46.770 | 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-15 05:59:46.771 | 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-15 05:59:46.792 | 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-15 05:59:46.826 | 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-15 05:59:46.834 | 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-15 05:59:46.901 | 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-15 05:59:46.942 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-15 05:59:47.749 | Installing collected packages: osc-placement 2025-04-15 05:59:47.830 | Successfully installed osc-placement-4.2.0 2025-04-15 05:59:47.929 | + inc/python:pip_install:222 : result=0 2025-04-15 05:59:47.931 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:59:47.934 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:47.936 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:47.938 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:47.941 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:47.943 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:47.945 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:59:47.947 | + functions-common:time_stop:2407 : start_time=1744696785645 2025-04-15 05:59:47.949 | + functions-common:time_stop:2409 : [[ -z 1744696785645 ]] 2025-04-15 05:59:47.952 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:47.955 | + functions-common:time_stop:2412 : end_time=1744696787953 2025-04-15 05:59:47.957 | + functions-common:time_stop:2413 : elapsed_time=2308 2025-04-15 05:59:47.959 | + functions-common:time_stop:2414 : total=77398 2025-04-15 05:59:47.961 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:47.963 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79706 2025-04-15 05:59:47.966 | + inc/python:pip_install:225 : return 0 2025-04-15 05:59:47.968 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-15 05:59:47.969 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-15 05:59:47.971 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-15 05:59:47.973 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 05:59:47.975 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 05:59:47.978 | ++ functions-common:git_clone:576 : pwd 2025-04-15 05:59:47.980 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 05:59:47.982 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 05:59:47.985 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 05:59:47.998 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 05:59:48.000 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 05:59:48.002 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 05:59:48.004 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 05:59:48.007 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 05:59:48.007 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 05:59:48.011 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-15 05:59:48.014 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 05:59:48.016 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-15 05:59:48.018 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:59:48.020 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:59:48.022 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:59:48.023 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:59:48.025 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:59:48.027 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:59:48.029 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:59:48.031 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:59:48.034 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:59:48.037 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696788034 2025-04-15 05:59:48.039 | + 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-15 05:59:48.041 | Cloning into '/opt/stack//placement'... 2025-04-15 05:59:51.452 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:59:51.454 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:51.456 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:51.458 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:51.460 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:51.462 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:51.464 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:59:51.466 | + functions-common:time_stop:2407 : start_time=1744696788034 2025-04-15 05:59:51.468 | + functions-common:time_stop:2409 : [[ -z 1744696788034 ]] 2025-04-15 05:59:51.470 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:51.473 | + functions-common:time_stop:2412 : end_time=1744696791471 2025-04-15 05:59:51.475 | + functions-common:time_stop:2413 : elapsed_time=3437 2025-04-15 05:59:51.477 | + functions-common:time_stop:2414 : total=78702 2025-04-15 05:59:51.479 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:51.481 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=82139 2025-04-15 05:59:51.483 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-15 05:59:51.485 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 05:59:51.487 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:59:51.488 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:59:51.490 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:59:51.492 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:59:51.494 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:59:51.496 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:59:51.498 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:59:51.500 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:59:51.503 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:59:51.506 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696791503 2025-04-15 05:59:51.508 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 05:59:53.082 | From https://opendev.org/openstack/placement 2025-04-15 05:59:53.082 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 05:59:53.087 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:59:53.089 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:53.091 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:53.093 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:53.095 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:53.097 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:53.099 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:59:53.101 | + functions-common:time_stop:2407 : start_time=1744696791503 2025-04-15 05:59:53.102 | + functions-common:time_stop:2409 : [[ -z 1744696791503 ]] 2025-04-15 05:59:53.105 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:53.108 | + functions-common:time_stop:2412 : end_time=1744696793106 2025-04-15 05:59:53.110 | + functions-common:time_stop:2413 : elapsed_time=1603 2025-04-15 05:59:53.112 | + functions-common:time_stop:2414 : total=82139 2025-04-15 05:59:53.114 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:53.115 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=83742 2025-04-15 05:59:53.117 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 05:59:53.119 | + functions-common:git_timed:680 : local count=0 2025-04-15 05:59:53.121 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 05:59:53.123 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 05:59:53.125 | + functions-common:git_timed:684 : timeout=0 2025-04-15 05:59:53.127 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 05:59:53.129 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 05:59:53.131 | + functions-common:time_start:2387 : local start_time= 2025-04-15 05:59:53.133 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 05:59:53.136 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 05:59:53.139 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696793136 2025-04-15 05:59:53.141 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 05:59:53.167 | Note: switching to 'FETCH_HEAD'. 2025-04-15 05:59:53.167 | 2025-04-15 05:59:53.167 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 05:59:53.167 | changes and commit them, and you can discard any commits you make in this 2025-04-15 05:59:53.167 | state without impacting any branches by switching back to a branch. 2025-04-15 05:59:53.167 | 2025-04-15 05:59:53.167 | If you want to create a new branch to retain commits you create, you may 2025-04-15 05:59:53.167 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 05:59:53.167 | 2025-04-15 05:59:53.167 | git switch -c 2025-04-15 05:59:53.167 | 2025-04-15 05:59:53.167 | Or undo this operation with: 2025-04-15 05:59:53.167 | 2025-04-15 05:59:53.167 | git switch - 2025-04-15 05:59:53.167 | 2025-04-15 05:59:53.167 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 05:59:53.167 | 2025-04-15 05:59:53.167 | HEAD is now at d84f211 Add round-robin candidate generation strategy 2025-04-15 05:59:53.169 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 05:59:53.171 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:53.173 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:53.175 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:53.177 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:53.179 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:53.181 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 05:59:53.183 | + functions-common:time_stop:2407 : start_time=1744696793136 2025-04-15 05:59:53.185 | + functions-common:time_stop:2409 : [[ -z 1744696793136 ]] 2025-04-15 05:59:53.187 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:53.190 | + functions-common:time_stop:2412 : end_time=1744696793188 2025-04-15 05:59:53.192 | + functions-common:time_stop:2413 : elapsed_time=52 2025-04-15 05:59:53.194 | + functions-common:time_stop:2414 : total=83742 2025-04-15 05:59:53.196 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:53.198 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=83794 2025-04-15 05:59:53.200 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-15 05:59:53.210 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-15 05:59:53.212 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 05:59:53.213 | + functions-common:git_clone:656 : head -1 2025-04-15 05:59:53.215 | d84f211 Add round-robin candidate generation strategy 2025-04-15 05:59:53.218 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 05:59:53.220 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-15 05:59:53.222 | + inc/python:setup_develop:360 : local bindep 2025-04-15 05:59:53.224 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-15 05:59:53.226 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-15 05:59:53.228 | + inc/python:setup_develop:366 : local extras= 2025-04-15 05:59:53.230 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-15 05:59:53.232 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 05:59:53.234 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-15 05:59:53.236 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-15 05:59:53.238 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 05:59:53.240 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 05:59:53.243 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-15 05:59:53.245 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 05:59:53.248 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-15 05:59:53.250 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 05:59:53.252 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 05:59:53.254 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-15 05:59:53.259 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-15 05:59:53.261 | + 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-15 05:59:53.588 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-15 05:59:53.590 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 05:59:53.592 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 05:59:53.594 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 05:59:53.597 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-15 05:59:53.599 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-15 05:59:53.601 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 05:59:53.603 | + inc/python:setup_package:450 : local extras= 2025-04-15 05:59:53.604 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 05:59:53.606 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 05:59:53.608 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 05:59:53.610 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 05:59:53.612 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 05:59:53.614 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-15 05:59:53.630 | Using python 3.10 to install /opt/stack/placement 2025-04-15 05:59:53.632 | + 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-15 05:59:54.460 | Obtaining file:///opt/stack/placement 2025-04-15 05:59:54.460 | Preparing metadata (setup.py): started 2025-04-15 05:59:54.880 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 05:59:54.935 | 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-15 05:59:54.937 | 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-15 05:59:54.937 | 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-15 05:59:54.937 | 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-15 05:59:54.941 | 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-15 05:59:54.941 | 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-15 05:59:54.941 | 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-15 05:59:54.941 | 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-15 05:59:54.941 | 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-15 05:59:54.941 | 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-15 05:59:54.942 | 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-15 05:59:54.943 | 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-15 05:59:54.944 | 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-15 05:59:54.945 | 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-15 05:59:54.945 | 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-15 05:59:54.946 | 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-15 05:59:54.947 | 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-15 05:59:54.948 | 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-15 05:59:54.949 | 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-15 05:59:54.949 | 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-15 05:59:54.950 | 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-15 05:59:54.969 | 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-15 05:59:54.970 | 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-15 05:59:54.993 | 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-15 05:59:54.993 | 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-15 05:59:54.994 | 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-15 05:59:54.996 | 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-15 05:59:54.996 | 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-15 05:59:55.005 | 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-15 05:59:55.024 | 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-15 05:59:55.025 | 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-15 05:59:55.026 | 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-15 05:59:55.027 | 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-15 05:59:55.027 | 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-15 05:59:55.049 | 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-15 05:59:55.050 | 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-15 05:59:55.051 | 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-15 05:59:55.071 | 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-15 05:59:55.072 | 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-15 05:59:55.080 | 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-15 05:59:55.080 | 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-15 05:59:55.082 | 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-15 05:59:55.094 | 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-15 05:59:55.095 | 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-15 05:59:55.096 | 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-15 05:59:55.102 | 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-15 05:59:55.110 | 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-15 05:59:55.111 | 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-15 05:59:55.111 | 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-15 05:59:55.112 | 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-15 05:59:55.124 | 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-15 05:59:55.125 | 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-15 05:59:55.126 | 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-15 05:59:55.126 | 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-15 05:59:55.135 | 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-15 05:59:55.136 | 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-15 05:59:55.243 | 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-15 05:59:55.261 | 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-15 05:59:55.305 | 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-15 05:59:55.337 | 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-15 05:59:55.364 | 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-15 05:59:55.405 | 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-15 05:59:55.428 | 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-15 05:59:55.557 | 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-15 05:59:55.597 | 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-15 05:59:55.648 | 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-15 05:59:56.359 | Installing collected packages: openstack-placement 2025-04-15 05:59:56.360 | Running setup.py develop for openstack-placement 2025-04-15 05:59:57.295 | Successfully installed openstack-placement-0.1.0.dev12 2025-04-15 05:59:57.398 | + inc/python:pip_install:222 : result=0 2025-04-15 05:59:57.400 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 05:59:57.402 | + functions-common:time_stop:2400 : local name 2025-04-15 05:59:57.404 | + functions-common:time_stop:2401 : local end_time 2025-04-15 05:59:57.406 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 05:59:57.408 | + functions-common:time_stop:2403 : local total 2025-04-15 05:59:57.410 | + functions-common:time_stop:2404 : local start_time 2025-04-15 05:59:57.412 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 05:59:57.414 | + functions-common:time_stop:2407 : start_time=1744696793626 2025-04-15 05:59:57.416 | + functions-common:time_stop:2409 : [[ -z 1744696793626 ]] 2025-04-15 05:59:57.418 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 05:59:57.421 | + functions-common:time_stop:2412 : end_time=1744696797419 2025-04-15 05:59:57.423 | + functions-common:time_stop:2413 : elapsed_time=3793 2025-04-15 05:59:57.425 | + functions-common:time_stop:2414 : total=79706 2025-04-15 05:59:57.427 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 05:59:57.429 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=83499 2025-04-15 05:59:57.431 | + inc/python:pip_install:225 : return 0 2025-04-15 05:59:57.433 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 05:59:57.435 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 05:59:57.437 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-15 05:59:57.439 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-15 05:59:57.440 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 05:59:57.442 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 05:59:57.444 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-15 05:59:57.446 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 05:59:57.448 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 05:59:57.450 | + stack.sh:main:971 : configure_placement 2025-04-15 05:59:57.452 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-15 05:59:57.462 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-15 05:59:57.464 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-15 05:59:57.468 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-15 05:59:57.470 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-15 05:59:57.472 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-15 05:59:57.474 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-15 05:59:57.476 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 05:59:57.478 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 05:59:57.480 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 05:59:57.494 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:57.496 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 05:59:57.498 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-15 05:59:57.501 | + 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-15 05:59:57.527 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-15 05:59:57.554 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-15 05:59:57.580 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-15 05:59:57.582 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-15 05:59:57.584 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-15 05:59:57.586 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 05:59:57.588 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-15 05:59:57.614 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-15 05:59:57.638 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 05:59:57.662 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-15 05:59:57.686 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-15 05:59:57.710 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-15 05:59:57.734 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-15 05:59:57.758 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-15 05:59:57.783 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 05:59:57.808 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 05:59:57.832 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-15 05:59:57.834 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-15 05:59:57.836 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-15 05:59:57.839 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 05:59:57.853 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 05:59:57.855 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 05:59:57.857 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 05:59:57.859 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 05:59:57.861 | + 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-15 05:59:57.884 | + 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-15 05:59:57.908 | + 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-15 05:59:57.932 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 05:59:57.956 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-15 05:59:57.958 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-15 05:59:57.960 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-15 05:59:57.962 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-15 05:59:57.964 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-15 05:59:57.966 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 05:59:57.968 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 05:59:57.971 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-15 05:59:57.974 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-15 05:59:57.976 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 05:59:57.978 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 05:59:57.988 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 05:59:57.989 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 05:59:57.995 | d /var/run/uwsgi 0755 stack root 2025-04-15 05:59:57.998 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 05:59:58.006 | /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-15 05:59:58.009 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-15 05:59:58.011 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-15 05:59:58.014 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-04-15 05:59:58.040 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-15 05:59:58.064 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-15 05:59:58.088 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-15 05:59:58.113 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 05:59:58.137 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 05:59:58.161 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-15 05:59:58.185 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-15 05:59:58.208 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-15 05:59:58.233 | + 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-15 05:59:58.257 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 05:59:58.282 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 05:59:58.307 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-15 05:59:58.330 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 05:59:58.332 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 05:59:58.335 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-15 05:59:58.337 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-15 05:59:58.339 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 05:59:58.341 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:58.343 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:58.345 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-15 05:59:58.348 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-15 05:59:58.350 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-15 05:59:58.373 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 05:59:58.398 | + 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-15 05:59:58.398 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-15 05:59:58.405 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-15 05:59:58.408 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-15 05:59:58.410 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-15 05:59:58.412 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 05:59:58.414 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 05:59:58.416 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 05:59:58.418 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:58.420 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:58.422 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 05:59:58.424 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 05:59:58.426 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 05:59:58.428 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 05:59:58.430 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-15 05:59:58.461 | Enabling site placement-api. 2025-04-15 05:59:58.465 | To activate the new configuration, you need to run: 2025-04-15 05:59:58.465 | systemctl reload apache2 2025-04-15 05:59:58.469 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 05:59:58.471 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 05:59:58.473 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 05:59:58.475 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 05:59:58.571 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-15 05:59:58.573 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-15 05:59:58.575 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-15 05:59:58.603 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-15 05:59:58.627 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-15 05:59:58.641 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:58.643 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-15 05:59:58.657 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:58.658 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-15 05:59:58.672 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:58.674 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-15 05:59:58.675 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-15 05:59:58.678 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-15 05:59:58.703 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-15 05:59:58.727 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-15 05:59:58.751 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-15 05:59:58.776 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-15 05:59:58.801 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-15 05:59:58.826 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-15 05:59:58.850 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-15 05:59:58.875 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-15 05:59:58.888 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:58.890 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-15 05:59:58.904 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 05:59:58.906 | + stack.sh:main:997 : run_phase stack install 2025-04-15 05:59:58.908 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 05:59:58.910 | + functions-common:run_phase:1829 : local phase=install 2025-04-15 05:59:58.912 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 05:59:58.914 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 05:59:58.916 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 05:59:58.917 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 05:59:58.919 | + functions-common:run_phase:1838 : local extra 2025-04-15 05:59:58.922 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 05:59:58.925 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 05:59:58.927 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 05:59:58.930 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 05:59:58.932 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-15 05:59:58.934 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 05:59:58.946 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 05:59:58.948 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 05:59:58.950 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 05:59:58.952 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-15 05:59:58.954 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-15 05:59:58.956 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 05:59:58.958 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-15 05:59:58.960 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-15 05:59:58.962 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-15 05:59:59.009 | ++ inc/async:async_inner:63 : install_tempest 2025-04-15 05:59:59.037 | [3984 Async install_tempest:34865]: running: install_tempest 2025-04-15 05:59:59.039 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 05:59:59.041 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 05:59:59.044 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 05:59:59.046 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 05:59:59.048 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-15 05:59:59.050 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 05:59:59.052 | + functions-common:run_plugins:1815 : local phase=install 2025-04-15 05:59:59.054 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 05:59:59.057 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 05:59:59.059 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 05:59:59.061 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 05:59:59.064 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 05:59:59.066 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-15 05:59:59.068 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 05:59:59.070 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 05:59:59.073 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-15 05:59:59.075 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-15 05:59:59.077 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 05:59:59.079 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-15 05:59:59.081 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-15 05:59:59.083 | ++ inc/python:setup_develop:360 : local bindep 2025-04-15 05:59:59.085 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-15 05:59:59.087 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-15 05:59:59.089 | ++ inc/python:setup_develop:366 : local extras= 2025-04-15 05:59:59.091 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-15 05:59:59.093 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 05:59:59.095 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-15 05:59:59.097 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-15 05:59:59.099 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 05:59:59.101 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 05:59:59.103 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-15 05:59:59.105 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 05:59:59.108 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-15 05:59:59.109 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 05:59:59.111 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 05:59:59.114 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-15 05:59:59.118 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-15 05:59:59.120 | ++ 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-15 05:59:59.442 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-15 05:59:59.444 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-15 05:59:59.446 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-15 05:59:59.448 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 05:59:59.450 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-15 05:59:59.452 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-15 05:59:59.454 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-15 05:59:59.456 | ++ inc/python:setup_package:450 : local extras= 2025-04-15 05:59:59.458 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 05:59:59.460 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 05:59:59.462 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 05:59:59.464 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 05:59:59.466 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 05:59:59.468 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-15 05:59:59.484 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-15 05:59:59.486 | ++ 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-15 06:00:00.334 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-15 06:00:00.334 | Preparing metadata (setup.py): started 2025-04-15 06:00:00.764 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 06:00:00.817 | 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-15 06:00:00.926 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-15 06:00:00.929 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-15 06:00:00.931 | 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-15 06:00:00.932 | 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-15 06:00:00.933 | 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-15 06:00:00.934 | 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-15 06:00:00.935 | 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-15 06:00:00.935 | 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-15 06:00:00.936 | 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-15 06:00:00.937 | 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-15 06:00:00.968 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-15 06:00:00.973 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-15 06:00:00.976 | 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-15 06:00:00.976 | 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-15 06:00:01.008 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-15 06:00:01.011 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 06:00:01.014 | 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-15 06:00:01.014 | 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-15 06:00:01.033 | 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-15 06:00:01.037 | 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-15 06:00:01.037 | 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-15 06:00:01.037 | 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-15 06:00:01.037 | 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-15 06:00:01.037 | 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-15 06:00:01.037 | 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-15 06:00:01.038 | 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-15 06:00:01.039 | 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-15 06:00:01.040 | 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-15 06:00:01.041 | 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-15 06:00:01.042 | 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-15 06:00:01.043 | 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-15 06:00:01.044 | 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-15 06:00:01.045 | 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-15 06:00:01.065 | 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-15 06:00:01.066 | 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-15 06:00:01.067 | 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-15 06:00:01.068 | 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-15 06:00:01.090 | 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-15 06:00:01.091 | 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-15 06:00:01.097 | 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-15 06:00:01.098 | 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-15 06:00:01.098 | 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-15 06:00:01.109 | 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-15 06:00:01.110 | 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-15 06:00:01.111 | 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-15 06:00:01.112 | 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-15 06:00:01.112 | 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-15 06:00:01.113 | 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-15 06:00:01.114 | 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-15 06:00:01.122 | 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-15 06:00:01.123 | 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-15 06:00:01.124 | 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-15 06:00:01.124 | 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-15 06:00:01.164 | 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-15 06:00:01.166 | 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-15 06:00:01.167 | 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-15 06:00:01.167 | 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-15 06:00:01.169 | 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-15 06:00:01.170 | 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-15 06:00:01.203 | 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-15 06:00:01.204 | 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-15 06:00:01.205 | 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-15 06:00:01.206 | 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-15 06:00:01.214 | 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-15 06:00:01.216 | 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-15 06:00:01.216 | 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-15 06:00:01.216 | 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-15 06:00:01.222 | 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-15 06:00:01.229 | 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-15 06:00:01.230 | 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-15 06:00:01.283 | 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-15 06:00:01.305 | 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-15 06:00:01.306 | 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-15 06:00:01.307 | 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-15 06:00:01.308 | 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-15 06:00:01.309 | 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-15 06:00:01.310 | 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-15 06:00:01.311 | 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-15 06:00:01.327 | 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-15 06:00:01.328 | 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-15 06:00:01.383 | 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-15 06:00:01.384 | 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-15 06:00:01.388 | 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-15 06:00:01.435 | 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-15 06:00:01.436 | 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-15 06:00:01.437 | 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-15 06:00:01.438 | 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-15 06:00:01.439 | 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-15 06:00:01.509 | 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-15 06:00:01.533 | 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-15 06:00:01.534 | 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-15 06:00:01.609 | 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-15 06:00:01.609 | 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-15 06:00:01.610 | 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-15 06:00:01.611 | 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-15 06:00:01.635 | 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-15 06:00:01.820 | 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-15 06:00:01.907 | 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-15 06:00:01.908 | 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-15 06:00:01.938 | 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-15 06:00:02.028 | 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-15 06:00:02.053 | 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-15 06:00:02.113 | 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-15 06:00:02.128 | 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-15 06:00:02.129 | 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-15 06:00:02.176 | 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-15 06:00:02.177 | 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-15 06:00:02.179 | 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-15 06:00:02.193 | 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-15 06:00:02.333 | 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-15 06:00:02.403 | 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-15 06:00:02.489 | 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-15 06:00:02.657 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-15 06:00:02.764 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-15 06:00:02.771 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-15 06:00:03.291 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-15 06:00:03.731 | Running setup.py develop for networking_nsxv3 2025-04-15 06:00:04.924 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-15 06:00:05.053 | ++ inc/python:pip_install:222 : result=0 2025-04-15 06:00:05.056 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-15 06:00:05.058 | ++ functions-common:time_stop:2400 : local name 2025-04-15 06:00:05.060 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 06:00:05.062 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:00:05.064 | ++ functions-common:time_stop:2403 : local total 2025-04-15 06:00:05.065 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 06:00:05.067 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-15 06:00:05.069 | ++ functions-common:time_stop:2407 : start_time=1744696799480 2025-04-15 06:00:05.071 | ++ functions-common:time_stop:2409 : [[ -z 1744696799480 ]] 2025-04-15 06:00:05.073 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:00:05.076 | ++ functions-common:time_stop:2412 : end_time=1744696805074 2025-04-15 06:00:05.078 | ++ functions-common:time_stop:2413 : elapsed_time=5594 2025-04-15 06:00:05.080 | ++ functions-common:time_stop:2414 : total=83499 2025-04-15 06:00:05.082 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:00:05.083 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=89093 2025-04-15 06:00:05.085 | ++ inc/python:pip_install:225 : return 0 2025-04-15 06:00:05.087 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 06:00:05.089 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 06:00:05.092 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-15 06:00:05.093 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-15 06:00:05.096 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 06:00:05.098 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 06:00:05.100 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-15 06:00:05.102 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-15 06:00:05.104 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-15 06:00:05.106 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-15 06:00:05.108 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 06:00:05.110 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 06:00:05.112 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-15 06:00:05.114 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 06:00:05.116 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-15 06:00:05.118 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-15 06:00:05.120 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 06:00:05.122 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-15 06:00:05.124 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-15 06:00:05.126 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 06:00:05.130 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 06:00:05.130 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-15 06:00:05.134 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-15 06:00:05.136 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-15 06:00:05.138 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-15 06:00:05.141 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-15 06:00:05.143 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-15 06:00:05.159 | Using python 3.10 to install python-openstackclient 2025-04-15 06:00:05.162 | + 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-15 06:00:06.183 | Collecting python-openstackclient 2025-04-15 06:00:06.185 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-15 06:00:06.196 | 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-15 06:00:06.197 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-04-15 06:00:06.197 | 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-15 06:00:06.198 | 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-15 06:00:06.199 | 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-15 06:00:06.200 | 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-15 06:00:06.201 | 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-15 06:00:06.202 | 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-15 06:00:06.203 | 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-15 06:00:06.203 | 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-15 06:00:06.204 | 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-15 06:00:06.205 | 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-15 06:00:06.210 | 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-15 06:00:06.211 | 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-15 06:00:06.212 | 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-15 06:00:06.213 | 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-15 06:00:06.214 | 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-15 06:00:06.233 | 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-15 06:00:06.246 | 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-15 06:00:06.246 | 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-15 06:00:06.247 | 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-15 06:00:06.249 | 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-15 06:00:06.249 | 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-15 06:00:06.249 | 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-15 06:00:06.250 | 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-15 06:00:06.250 | 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-15 06:00:06.251 | 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-15 06:00:06.258 | 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-15 06:00:06.267 | 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-15 06:00:06.268 | 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-15 06:00:06.269 | 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-15 06:00:06.269 | 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-15 06:00:06.270 | 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-15 06:00:06.271 | 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-15 06:00:06.281 | 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-15 06:00:06.290 | 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-15 06:00:06.291 | 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-15 06:00:06.293 | 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-15 06:00:06.312 | 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-15 06:00:06.336 | 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-15 06:00:06.337 | 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-15 06:00:06.338 | 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-15 06:00:06.344 | 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-15 06:00:06.375 | 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-15 06:00:06.384 | 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-15 06:00:06.446 | 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-15 06:00:06.454 | 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-15 06:00:06.495 | 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-15 06:00:06.496 | 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-15 06:00:06.497 | 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-15 06:00:06.498 | 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-15 06:00:06.651 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-15 06:00:07.600 | Installing collected packages: python-openstackclient 2025-04-15 06:00:08.509 | Successfully installed python-openstackclient-6.3.0 2025-04-15 06:00:08.621 | + inc/python:pip_install:222 : result=0 2025-04-15 06:00:08.623 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 06:00:08.626 | + functions-common:time_stop:2400 : local name 2025-04-15 06:00:08.628 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:00:08.630 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:00:08.632 | + functions-common:time_stop:2403 : local total 2025-04-15 06:00:08.634 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:00:08.636 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 06:00:08.638 | + functions-common:time_stop:2407 : start_time=1744696805155 2025-04-15 06:00:08.640 | + functions-common:time_stop:2409 : [[ -z 1744696805155 ]] 2025-04-15 06:00:08.643 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:00:08.646 | + functions-common:time_stop:2412 : end_time=1744696808644 2025-04-15 06:00:08.648 | + functions-common:time_stop:2413 : elapsed_time=3489 2025-04-15 06:00:08.650 | + functions-common:time_stop:2414 : total=89093 2025-04-15 06:00:08.652 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:00:08.654 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92582 2025-04-15 06:00:08.656 | + inc/python:pip_install:225 : return 0 2025-04-15 06:00:08.658 | + stack.sh:main:1009 : install_oscwrap 2025-04-15 06:00:08.661 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-15 06:00:08.665 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.xVgggpke2U 2025-04-15 06:00:08.667 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-15 06:00:08.669 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-15 06:00:08.671 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-15 06:00:08.674 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-15 06:00:08.676 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-15 06:00:08.678 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-15 06:00:08.693 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:00:08.695 | + stack.sh:main:1063 : configure_database 2025-04-15 06:00:08.697 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-15 06:00:08.699 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-15 06:00:08.701 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-15 06:00:08.703 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:00:08.704 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-15 06:00:08.706 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-15 06:00:08.708 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 06:00:08.710 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 06:00:08.712 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-15 06:00:08.713 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-15 06:00:08.715 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 06:00:08.717 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 06:00:08.719 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-15 06:00:08.721 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-15 06:00:08.722 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-15 06:00:08.724 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-15 06:00:08.726 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-15 06:00:08.728 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-15 06:00:08.731 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-15 06:00:08.732 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-15 06:00:08.735 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-15 06:00:08.787 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-15 06:00:08.790 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 06:00:08.792 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 06:00:08.794 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 06:00:08.796 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 06:00:08.798 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 06:00:08.800 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 06:00:08.802 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 06:00:08.803 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 06:00:08.805 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 06:00:08.807 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 06:00:08.809 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 06:00:08.811 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 06:00:08.813 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 06:00:08.815 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-15 06:00:08.816 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 06:00:08.818 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 06:00:08.820 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-15 06:00:08.822 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 06:00:08.824 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-15 06:00:09.639 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-15 06:00:09.640 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 06:00:09.642 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 06:00:09.644 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-15 06:00:09.646 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-15 06:00:09.648 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-15 06:00:09.651 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 06:00:09.653 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 06:00:09.654 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-15 06:00:09.656 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-15 06:00:09.659 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-15 06:00:09.661 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 06:00:09.663 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 06:00:09.665 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-15 06:00:09.667 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-15 06:00:09.669 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-15 06:00:09.671 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-15 06:00:09.686 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-15 06:00:09.688 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 06:00:09.690 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 06:00:09.692 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-15 06:00:09.694 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-15 06:00:09.696 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-15 06:00:09.741 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-15 06:00:09.787 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-15 06:00:09.830 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-15 06:00:09.832 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-15 06:00:09.834 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-15 06:00:09.834 | enabling MySQL performance counting 2025-04-15 06:00:09.836 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-15 06:00:09.853 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-15 06:00:09.855 | + 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-15 06:00:10.712 | Processing ./tools/dbcounter 2025-04-15 06:00:10.714 | Installing build dependencies: started 2025-04-15 06:00:15.374 | Installing build dependencies: finished with status 'done' 2025-04-15 06:00:15.375 | Getting requirements to build wheel: started 2025-04-15 06:00:15.563 | Getting requirements to build wheel: finished with status 'done' 2025-04-15 06:00:15.564 | Preparing metadata (pyproject.toml): started 2025-04-15 06:00:15.755 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-15 06:00:15.758 | Building wheels for collected packages: dbcounter 2025-04-15 06:00:15.758 | Building wheel for dbcounter (pyproject.toml): started 2025-04-15 06:00:15.966 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-15 06:00:15.968 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=16014bd9817f619e32c4c73c9ebe91d049f8b8cfeed53f3f02e4de4e8789bee7 2025-04-15 06:00:15.968 | Stored in directory: /tmp/pip-ephem-wheel-cache-_1t8a_kj/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-15 06:00:15.970 | Successfully built dbcounter 2025-04-15 06:00:17.068 | Installing collected packages: dbcounter 2025-04-15 06:00:17.104 | Successfully installed dbcounter-0.1 2025-04-15 06:00:17.228 | + inc/python:pip_install:222 : result=0 2025-04-15 06:00:17.230 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 06:00:17.232 | + functions-common:time_stop:2400 : local name 2025-04-15 06:00:17.234 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:00:17.236 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:00:17.237 | + functions-common:time_stop:2403 : local total 2025-04-15 06:00:17.239 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:00:17.241 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 06:00:17.242 | + functions-common:time_stop:2407 : start_time=1744696809849 2025-04-15 06:00:17.244 | + functions-common:time_stop:2409 : [[ -z 1744696809849 ]] 2025-04-15 06:00:17.246 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:00:17.249 | + functions-common:time_stop:2412 : end_time=1744696817247 2025-04-15 06:00:17.251 | + functions-common:time_stop:2413 : elapsed_time=7398 2025-04-15 06:00:17.252 | + functions-common:time_stop:2414 : total=92582 2025-04-15 06:00:17.254 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:00:17.256 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=99980 2025-04-15 06:00:17.257 | + inc/python:pip_install:225 : return 0 2025-04-15 06:00:17.259 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-15 06:00:17.261 | + lib/database:recreate_database:112 : local db=stats 2025-04-15 06:00:17.263 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-15 06:00:17.265 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-15 06:00:17.266 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-15 06:00:17.275 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-15 06:00:17.284 | + 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-15 06:00:17.284 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-15 06:00:17.308 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-15 06:00:17.310 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-15 06:00:17.352 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-15 06:00:17.393 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-15 06:00:17.435 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-15 06:00:17.477 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-15 06:00:17.520 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-15 06:00:17.562 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-15 06:00:17.610 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-15 06:00:17.612 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 06:00:17.614 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-15 06:00:18.177 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-15 06:00:18.179 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-15 06:00:18.182 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-15 06:00:18.186 | + functions-common:save_stackenv:62 : time_stamp=2025-04-15-060018 2025-04-15 06:00:18.191 | + functions-common:save_stackenv:63 : echo '# 2025-04-15-060018 1067' 2025-04-15 06:00:18.193 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.195 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 06:00:18.197 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.200 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-15 06:00:18.201 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.203 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-15 06:00:18.205 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.207 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-15 06:00:18.209 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.211 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-15 06:00:18.213 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.215 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-15 06:00:18.217 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.219 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-15-055528 2025-04-15 06:00:18.221 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.223 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-15 06:00:18.225 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.227 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-15 06:00:18.229 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.231 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-15 06:00:18.232 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.234 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-15 06:00:18.236 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.238 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-15 06:00:18.240 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.242 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-15 06:00:18.244 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.246 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-15 06:00:18.248 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:00:18.250 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-15 06:00:18.252 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-15 06:00:18.254 | + stack.sh:main:1093 : start_dstat 2025-04-15 06:00:18.256 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-15 06:00:18.258 | + functions-common:run_process:1654 : local service=dstat 2025-04-15 06:00:18.260 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-15 06:00:18.262 | + functions-common:run_process:1656 : local group= 2025-04-15 06:00:18.264 | + functions-common:run_process:1657 : local user= 2025-04-15 06:00:18.266 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:00:18.268 | + functions-common:run_process:1660 : local name=dstat 2025-04-15 06:00:18.270 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:00:18.272 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:00:18.274 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:00:18.276 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:00:18.278 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:00:18.282 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696818280 2025-04-15 06:00:18.284 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-15 06:00:18.297 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:00:18.300 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:00:18.301 | + functions-common:time_stop:2400 : local name 2025-04-15 06:00:18.303 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:00:18.305 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:00:18.307 | + functions-common:time_stop:2403 : local total 2025-04-15 06:00:18.309 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:00:18.311 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:00:18.313 | + functions-common:time_stop:2407 : start_time=1744696818280 2025-04-15 06:00:18.315 | + functions-common:time_stop:2409 : [[ -z 1744696818280 ]] 2025-04-15 06:00:18.318 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:00:18.321 | + functions-common:time_stop:2412 : end_time=1744696818319 2025-04-15 06:00:18.323 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-15 06:00:18.325 | + functions-common:time_stop:2414 : total=0 2025-04-15 06:00:18.327 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:00:18.329 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39 2025-04-15 06:00:18.331 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-15 06:00:18.333 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-15 06:00:18.335 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-15 06:00:18.337 | + functions-common:run_process:1656 : local group= 2025-04-15 06:00:18.339 | + functions-common:run_process:1657 : local user=root 2025-04-15 06:00:18.341 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:00:18.343 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-15 06:00:18.345 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:00:18.347 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:00:18.349 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:00:18.351 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:00:18.354 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:00:18.357 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696818355 2025-04-15 06:00:18.359 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-15 06:00:18.373 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:00:18.375 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:00:18.377 | + functions-common:time_stop:2400 : local name 2025-04-15 06:00:18.379 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:00:18.381 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:00:18.383 | + functions-common:time_stop:2403 : local total 2025-04-15 06:00:18.385 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:00:18.387 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:00:18.389 | + functions-common:time_stop:2407 : start_time=1744696818355 2025-04-15 06:00:18.391 | + functions-common:time_stop:2409 : [[ -z 1744696818355 ]] 2025-04-15 06:00:18.394 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:00:18.397 | + functions-common:time_stop:2412 : end_time=1744696818395 2025-04-15 06:00:18.399 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-15 06:00:18.401 | + functions-common:time_stop:2414 : total=39 2025-04-15 06:00:18.403 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:00:18.405 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79 2025-04-15 06:00:18.407 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-15 06:00:18.421 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:00:18.423 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-15 06:00:18.425 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-15 06:00:18.427 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-15 06:00:18.429 | + functions-common:run_process:1656 : local group= 2025-04-15 06:00:18.431 | + functions-common:run_process:1657 : local user= 2025-04-15 06:00:18.433 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:00:18.435 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-15 06:00:18.437 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:00:18.439 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:00:18.441 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:00:18.443 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:00:18.446 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:00:18.449 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696818447 2025-04-15 06:00:18.451 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-15 06:00:18.465 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:00:18.467 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:00:18.469 | + functions-common:time_stop:2400 : local name 2025-04-15 06:00:18.471 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:00:18.473 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:00:18.475 | + functions-common:time_stop:2403 : local total 2025-04-15 06:00:18.477 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:00:18.479 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:00:18.481 | + functions-common:time_stop:2407 : start_time=1744696818447 2025-04-15 06:00:18.483 | + functions-common:time_stop:2409 : [[ -z 1744696818447 ]] 2025-04-15 06:00:18.486 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:00:18.489 | + functions-common:time_stop:2412 : end_time=1744696818487 2025-04-15 06:00:18.492 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-15 06:00:18.494 | + functions-common:time_stop:2414 : total=79 2025-04-15 06:00:18.496 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:00:18.498 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=119 2025-04-15 06:00:18.500 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-15 06:00:18.514 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:00:18.516 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-15 06:00:18.530 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:00:18.532 | + stack.sh:main:1106 : start_etcd3 2025-04-15 06:00:18.534 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-15 06:00:18.536 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-15 06:00:18.538 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-15 06:00:18.540 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-15 06:00:18.542 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-15 06:00:18.544 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-15 06:00:18.546 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-15 06:00:18.548 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-15 06:00:18.550 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-15 06:00:18.552 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-15 06:00:18.554 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-15 06:00:18.556 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-15 06:00:18.558 | + 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-15 06:00:18.560 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-15 06:00:18.562 | + 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-15 06:00:18.564 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 06:00:18.566 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-15 06:00:18.568 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 06:00:18.570 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 06:00:18.572 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 06:00:18.573 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-15 06:00:18.575 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 06:00:18.579 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-15 06:00:18.627 | + 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-15 06:00:18.674 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-15 06:00:18.715 | + 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-15 06:00:18.756 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-15 06:00:18.798 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-15 06:00:18.840 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 06:00:18.880 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 06:00:18.882 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 06:00:18.885 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-15 06:00:18.933 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 06:00:19.174 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-15 06:00:19.218 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-15 06:00:19.266 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-15 06:00:19.308 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-15 06:00:19.350 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-15 06:00:19.352 | ++ functions-common:is_arch:497 : uname -m 2025-04-15 06:00:19.356 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-15 06:00:19.358 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-15 06:00:19.594 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-15 06:00:19.603 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-15 06:00:19.829 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-15 06:00:20.392 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-15 06:00:20.406 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:00:20.408 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-15 06:00:20.410 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-15 06:00:20.414 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-15 06:00:20.417 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-15 06:00:20.427 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-15 06:00:20.436 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-15 06:00:20.438 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-15 06:00:20.440 | + 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-15 06:00:20.488 | The user clouds.yaml file didn't exist. 2025-04-15 06:00:20.495 | + 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-15 06:00:20.551 | + 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-15 06:00:20.610 | + 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-15 06:00:20.675 | + 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-15 06:00:20.738 | + 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-15 06:00:20.803 | + 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-15 06:00:20.870 | + 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-15 06:00:20.936 | + 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-15 06:00:21.005 | + 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-15 06:00:21.076 | + functions-common:write_clouds_yaml:198 : cat 2025-04-15 06:00:21.080 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-15 06:00:21.083 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-15 06:00:21.086 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-15 06:00:21.089 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-15 06:00:21.091 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-15 06:00:21.093 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-15 06:00:21.106 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:00:21.108 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-15 06:00:21.110 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:00:21.112 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-15 06:00:21.114 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-15 06:00:21.116 | + stack.sh:main:1124 : init_keystone 2025-04-15 06:00:21.118 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-15 06:00:21.130 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:00:21.132 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-15 06:00:21.134 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-15 06:00:21.136 | + lib/database:recreate_database:112 : local db=keystone 2025-04-15 06:00:21.138 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-15 06:00:21.140 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-15 06:00:21.142 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-15 06:00:21.151 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-15 06:00:21.159 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-15 06:00:21.161 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 06:00:21.163 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:00:21.165 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:00:21.168 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:00:21.171 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696821169 2025-04-15 06:00:21.173 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-15 06:00:21.446 | ++ inc/async:async_inner:64 : rc=0 2025-04-15 06:00:21.464 | [34865 Async install_tempest:34865]: finished successfully 2025-04-15 06:00:22.796 | INFO dbcounter [-] Registered counter for database keystone 2025-04-15 06:00:22.805 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=37522) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:00:22.808 | DEBUG dbcounter [-] [37522] Writer thread running {{(pid=37522) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:00:22.813 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:00:22.813 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:00:22.857 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-15 06:00:23.552 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=37522) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 06:00:23.556 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-15 06:00:23.556 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=37522) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:00:23.558 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-15 06:00:23.589 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=37522) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:00:23.590 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-15 06:00:23.598 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=37522) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:00:23.600 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-15 06:00:23.600 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=37522) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 06:00:23.601 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-15 06:00:23.611 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=37522) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:00:23.612 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-15 06:00:23.618 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=37522) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:00:23.862 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-15 06:00:23.865 | + functions-common:time_stop:2400 : local name 2025-04-15 06:00:23.867 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:00:23.869 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:00:23.871 | + functions-common:time_stop:2403 : local total 2025-04-15 06:00:23.873 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:00:23.875 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 06:00:23.877 | + functions-common:time_stop:2407 : start_time=1744696821169 2025-04-15 06:00:23.879 | + functions-common:time_stop:2409 : [[ -z 1744696821169 ]] 2025-04-15 06:00:23.882 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:00:23.885 | + functions-common:time_stop:2412 : end_time=1744696823883 2025-04-15 06:00:23.887 | + functions-common:time_stop:2413 : elapsed_time=2714 2025-04-15 06:00:23.889 | + functions-common:time_stop:2414 : total=0 2025-04-15 06:00:23.891 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:00:23.893 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2714 2025-04-15 06:00:23.896 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-15 06:00:23.898 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-15 06:00:23.901 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-15 06:00:25.384 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-15 06:00:25.384 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-15 06:00:25.384 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-15 06:00:25.384 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-15 06:00:25.384 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-15 06:00:25.385 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-15 06:00:25.385 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-15 06:00:25.385 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-15 06:00:25.385 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-15 06:00:25.599 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-15 06:00:25.602 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-15 06:00:27.086 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-15 06:00:27.086 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-15 06:00:27.086 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-15 06:00:27.086 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-15 06:00:27.086 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-15 06:00:27.086 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-15 06:00:27.087 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-15 06:00:27.087 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-15 06:00:27.087 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-15 06:00:27.299 | + stack.sh:main:1125 : start_keystone 2025-04-15 06:00:27.301 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-15 06:00:27.303 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-15 06:00:27.305 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-15 06:00:27.318 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:00:27.320 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-15 06:00:27.323 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-15 06:00:27.326 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-15 06:00:27.328 | + functions-common:run_process:1654 : local service=keystone 2025-04-15 06:00:27.330 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 06:00:27.332 | + functions-common:run_process:1656 : local group= 2025-04-15 06:00:27.334 | + functions-common:run_process:1657 : local user= 2025-04-15 06:00:27.336 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:00:27.337 | + functions-common:run_process:1660 : local name=keystone 2025-04-15 06:00:27.339 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:00:27.341 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:00:27.343 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:00:27.345 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:00:27.348 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:00:27.351 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696827349 2025-04-15 06:00:27.353 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-15 06:00:27.365 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:00:27.367 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-15 06:00:27.369 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-15 06:00:27.370 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 06:00:27.372 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 06:00:27.374 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 06:00:27.376 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 06:00:27.378 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-15 06:00:27.379 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-15 06:00:27.381 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-15 06:00:27.383 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:00:27.385 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:00:27.387 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:00:27.389 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:00:27.390 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-15 06:00:27.392 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 06:00:27.394 | + 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-15 06:00:27.396 | + 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-15 06:00:27.398 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-15 06:00:27.399 | + 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-15 06:00:27.401 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 06:00:27.402 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 06:00:27.404 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 06:00:27.406 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-15 06:00:27.407 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 06:00:27.410 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-15 06:00:27.457 | + 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-15 06:00:27.504 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-15 06:00:27.543 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-15 06:00:27.583 | + 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-15 06:00:27.622 | + 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-15 06:00:27.661 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-15 06:00:27.699 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-15 06:00:27.738 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-15 06:00:27.777 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-15 06:00:27.819 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-15 06:00:27.859 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 06:00:27.861 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 06:00:27.863 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-15 06:00:27.910 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 06:00:28.152 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-15 06:00:28.164 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-15 06:00:28.407 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-15 06:00:28.480 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:00:28.483 | + functions-common:time_stop:2400 : local name 2025-04-15 06:00:28.485 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:00:28.487 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:00:28.489 | + functions-common:time_stop:2403 : local total 2025-04-15 06:00:28.491 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:00:28.492 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:00:28.494 | + functions-common:time_stop:2407 : start_time=1744696827349 2025-04-15 06:00:28.496 | + functions-common:time_stop:2409 : [[ -z 1744696827349 ]] 2025-04-15 06:00:28.499 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:00:28.503 | + functions-common:time_stop:2412 : end_time=1744696828501 2025-04-15 06:00:28.505 | + functions-common:time_stop:2413 : elapsed_time=1152 2025-04-15 06:00:28.507 | + functions-common:time_stop:2414 : total=119 2025-04-15 06:00:28.508 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:00:28.510 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1271 2025-04-15 06:00:28.512 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-15 06:00:28.512 | Waiting for keystone to start... 2025-04-15 06:00:28.514 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-15 06:00:28.516 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-15 06:00:28.518 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 06:00:28.520 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-15 06:00:28.522 | + functions:wait_for_service:470 : local rval=0 2025-04-15 06:00:28.524 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 06:00:28.526 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 06:00:28.528 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:00:28.530 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:00:28.533 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:00:28.537 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696828534 2025-04-15 06:00:28.539 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 06:00:28.542 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-15 06:00:30.787 | + :: : [[ 200 == 503 ]] 2025-04-15 06:00:30.788 | + :: : [[ 0 -eq 7 ]] 2025-04-15 06:00:30.791 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 06:00:30.793 | + functions-common:time_stop:2400 : local name 2025-04-15 06:00:30.795 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:00:30.797 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:00:30.799 | + functions-common:time_stop:2403 : local total 2025-04-15 06:00:30.801 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:00:30.803 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 06:00:30.805 | + functions-common:time_stop:2407 : start_time=1744696828534 2025-04-15 06:00:30.806 | + functions-common:time_stop:2409 : [[ -z 1744696828534 ]] 2025-04-15 06:00:30.809 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:00:30.812 | + functions-common:time_stop:2412 : end_time=1744696830810 2025-04-15 06:00:30.814 | + functions-common:time_stop:2413 : elapsed_time=2276 2025-04-15 06:00:30.816 | + functions-common:time_stop:2414 : total=0 2025-04-15 06:00:30.818 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:00:30.820 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2276 2025-04-15 06:00:30.822 | + functions:wait_for_service:478 : return 0 2025-04-15 06:00:30.824 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-15 06:00:30.838 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:00:30.840 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-15 06:00:30.842 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 06:00:30.844 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-15 06:00:32.409 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-15 06:00:32.411 | + 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-15 06:00:33.928 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:33.931 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:33.931 | 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=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:33.932 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:33.940 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:33.940 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:33.957 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:33.972 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:33.972 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.013 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.013 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.013 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.013 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.013 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.013 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.019 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.019 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.019 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.019 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.019 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.019 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.019 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.023 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.026 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.026 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.026 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.026 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.026 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.026 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.026 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=38389) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 06:00:34.050 | INFO dbcounter [-] Registered counter for database keystone 2025-04-15 06:00:34.059 | 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=38389) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:00:34.062 | DEBUG dbcounter [-] [38389] Writer thread running {{(pid=38389) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:00:34.226 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created domain default 2025-04-15 06:00:34.248 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created project admin 2025-04-15 06:00:34.262 | WARNING keystone.common.password_hashing [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-15 06:00:34.263 | DEBUG passlib.handlers.bcrypt [None req-8d476551-145c-4551-9455-21544d5cf147 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=38389) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-15 06:00:34.263 | DEBUG passlib.handlers.bcrypt [None req-8d476551-145c-4551-9455-21544d5cf147 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=38389) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-15 06:00:34.298 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created user admin 2025-04-15 06:00:34.305 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created role reader 2025-04-15 06:00:34.310 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created role member 2025-04-15 06:00:34.322 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created implied role where e1e77b97fcad421fb280e7ef8d255a57 implies 1251b9e223b54a269cfefcc5fda3f2d1 2025-04-15 06:00:34.327 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created role manager 2025-04-15 06:00:34.334 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created implied role where 0b5f34a6b43440d59aebd9098bc0462b implies e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:00:34.339 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created role admin 2025-04-15 06:00:34.346 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created implied role where c37a9edc9e2a4095b1e0339b3de91c4b implies 0b5f34a6b43440d59aebd9098bc0462b 2025-04-15 06:00:34.352 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created role service 2025-04-15 06:00:34.358 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Granted role admin on project admin to user admin. 2025-04-15 06:00:34.361 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Granted role admin on the system to user admin. 2025-04-15 06:00:34.369 | WARNING py.warnings [None req-8d476551-145c-4551-9455-21544d5cf147 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-15 06:00:34.369 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-15 06:00:34.369 |  2025-04-15 06:00:34.371 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created region RegionOne 2025-04-15 06:00:34.387 | INFO keystone.cmd.bootstrap [None req-8d476551-145c-4551-9455-21544d5cf147 None None] Created public endpoint http://10.180.1.21/identity 2025-04-15 06:00:34.665 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-15 06:00:34.667 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-15 06:00:34.669 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-15 06:00:34.672 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-15 06:00:36.148 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:36.151 | + lib/keystone:create_keystone_accounts:315 : admin_project=5759c8ac0b114e32b09097edb04a3e9b 2025-04-15 06:00:36.153 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-15 06:00:36.156 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-15 06:00:37.241 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:37.243 | + lib/keystone:create_keystone_accounts:317 : admin_user=1bcb1fb36c694be7bc7af79bdd47c929 2025-04-15 06:00:37.245 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-15 06:00:37.247 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-15 06:00:37.249 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-15 06:00:37.250 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 1bcb1fb36c694be7bc7af79bdd47c929 default 2025-04-15 06:00:37.297 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 1bcb1fb36c694be7bc7af79bdd47c929 default 2025-04-15 06:00:37.324 | [3984 Async ks-domain-role:38511]: running: get_or_add_user_domain_role admin 1bcb1fb36c694be7bc7af79bdd47c929 default 2025-04-15 06:00:37.326 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-15 06:00:37.328 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-15 06:00:37.330 | ++ 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-15 06:00:38.687 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:38.690 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-15 06:00:38.692 | + functions-common:get_or_create_domain:861 : echo default 2025-04-15 06:00:38.692 | default 2025-04-15 06:00:38.694 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-15 06:00:38.742 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-15 06:00:38.773 | [3984 Async ks-project:38621]: running: get_or_create_project service Default 2025-04-15 06:00:38.775 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-15 06:00:38.823 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-15 06:00:38.853 | [3984 Async ks-service:38733]: running: get_or_create_role service 2025-04-15 06:00:38.858 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-15 06:00:38.910 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-15 06:00:38.938 | [3984 Async ks-reseller:38829]: running: get_or_create_role ResellerAdmin 2025-04-15 06:00:38.940 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-15 06:00:38.942 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-15 06:00:38.989 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-15 06:00:39.018 | [3984 Async ks-anotherrole:38926]: running: get_or_create_role anotherrole 2025-04-15 06:00:39.020 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-15 06:00:39.023 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-15 06:00:39.024 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 06:00:39.027 | +++ 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-15 06:00:40.232 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:40.252 | [38621 Async ks-project:38621]: finished successfully 2025-04-15 06:00:40.372 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:40.389 | [38829 Async ks-reseller:38829]: finished successfully 2025-04-15 06:00:40.466 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:40.470 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:40.486 | [38733 Async ks-service:38733]: finished successfully 2025-04-15 06:00:40.491 | [38926 Async ks-anotherrole:38926]: finished successfully 2025-04-15 06:00:40.547 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:40.566 | [38511 Async ks-domain-role:38511]: finished successfully 2025-04-15 06:00:40.582 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:40.584 | ++ functions-common:get_or_create_project:911 : project_id=013cb9005a614063b6e5766829f1cf93 2025-04-15 06:00:40.586 | ++ functions-common:get_or_create_project:912 : echo 013cb9005a614063b6e5766829f1cf93 2025-04-15 06:00:40.588 | + lib/keystone:create_keystone_accounts:345 : invis_project=013cb9005a614063b6e5766829f1cf93 2025-04-15 06:00:40.590 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-15 06:00:40.593 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-15 06:00:40.595 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 06:00:40.598 | +++ 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-15 06:00:41.825 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:41.828 | ++ functions-common:get_or_create_project:911 : project_id=5e539c63b8414de78b8d905967717906 2025-04-15 06:00:41.830 | ++ functions-common:get_or_create_project:912 : echo 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:41.833 | + lib/keystone:create_keystone_accounts:349 : demo_project=5e539c63b8414de78b8d905967717906 2025-04-15 06:00:41.834 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-15 06:00:41.837 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-15 06:00:41.839 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:00:41.841 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-15 06:00:41.843 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-15 06:00:41.846 | +++ 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-15 06:00:43.079 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:43.081 | ++ functions-common:get_or_create_user:898 : user_id=c3b9e79d7d934d02bb1a0ccc303164fa 2025-04-15 06:00:43.083 | ++ functions-common:get_or_create_user:899 : echo c3b9e79d7d934d02bb1a0ccc303164fa 2025-04-15 06:00:43.086 | + lib/keystone:create_keystone_accounts:352 : demo_user=c3b9e79d7d934d02bb1a0ccc303164fa 2025-04-15 06:00:43.088 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-15 06:00:43.124 | [3984 Async ks-domain-role:38511]: Waiting for completion of get_or_add_user_domain_role admin 1bcb1fb36c694be7bc7af79bdd47c929 default running on PID 38511 (6 other jobs running) 2025-04-15 06:00:43.141 | [3984 Async ks-domain-role:38511]: Signaling child to exit 2025-04-15 06:00:43.141 | WAKEUP 2025-04-15 06:00:43.158 | [3984 Async ks-domain-role:38511]: Signaled 2025-04-15 06:00:43.158 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-15 06:00:43.158 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 1bcb1fb36c694be7bc7af79bdd47c929 --domain default 2025-04-15 06:00:43.158 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 1bcb1fb36c694be7bc7af79bdd47c929 --domain default -c Role -f value 2025-04-15 06:00:43.158 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:43.158 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:00:43.158 | + functions-common:get_or_add_user_domain_role:982 : echo c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:00:43.158 | c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:00:43.189 | [3984 Async ks-domain-role:38511]: finished get_or_add_user_domain_role admin 1bcb1fb36c694be7bc7af79bdd47c929 default with result 0 in 3 seconds 2025-04-15 06:00:43.194 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-15 06:00:43.219 | [3984 Async ks-project:38621]: Waiting for completion of get_or_create_project service Default running on PID 38621 (5 other jobs running) 2025-04-15 06:00:43.236 | [3984 Async ks-project:38621]: Signaling child to exit 2025-04-15 06:00:43.237 | WAKEUP 2025-04-15 06:00:43.252 | [3984 Async ks-project:38621]: Signaled 2025-04-15 06:00:43.253 | + functions-common:get_or_create_project:905 : local project_id 2025-04-15 06:00:43.253 | ++ 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-15 06:00:43.253 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:43.253 | + functions-common:get_or_create_project:911 : project_id=adcd2adc96a24186b808d5830cc76674 2025-04-15 06:00:43.253 | + functions-common:get_or_create_project:912 : echo adcd2adc96a24186b808d5830cc76674 2025-04-15 06:00:43.253 | adcd2adc96a24186b808d5830cc76674 2025-04-15 06:00:43.284 | [3984 Async ks-project:38621]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-15 06:00:43.310 | [3984 Async ks-service:38733]: Waiting for completion of get_or_create_role service running on PID 38733 (4 other jobs running) 2025-04-15 06:00:43.326 | [3984 Async ks-service:38733]: Signaling child to exit 2025-04-15 06:00:43.327 | WAKEUP 2025-04-15 06:00:43.342 | [3984 Async ks-service:38733]: Signaled 2025-04-15 06:00:43.343 | + functions-common:get_or_create_role:918 : local role_id 2025-04-15 06:00:43.343 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-15 06:00:43.343 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:43.343 | + functions-common:get_or_create_role:923 : role_id=354f4d08176743a6bb634809484f24b8 2025-04-15 06:00:43.343 | + functions-common:get_or_create_role:924 : echo 354f4d08176743a6bb634809484f24b8 2025-04-15 06:00:43.343 | 354f4d08176743a6bb634809484f24b8 2025-04-15 06:00:43.374 | [3984 Async ks-service:38733]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-15 06:00:43.399 | [3984 Async ks-reseller:38829]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 38829 (3 other jobs running) 2025-04-15 06:00:43.416 | [3984 Async ks-reseller:38829]: Signaling child to exit 2025-04-15 06:00:43.416 | WAKEUP 2025-04-15 06:00:43.432 | [3984 Async ks-reseller:38829]: Signaled 2025-04-15 06:00:43.433 | + functions-common:get_or_create_role:918 : local role_id 2025-04-15 06:00:43.433 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-15 06:00:43.433 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:43.433 | + functions-common:get_or_create_role:923 : role_id=16bb21ab71d744c593390bce7ed9a4d9 2025-04-15 06:00:43.433 | + functions-common:get_or_create_role:924 : echo 16bb21ab71d744c593390bce7ed9a4d9 2025-04-15 06:00:43.433 | 16bb21ab71d744c593390bce7ed9a4d9 2025-04-15 06:00:43.465 | [3984 Async ks-reseller:38829]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-15 06:00:43.490 | [3984 Async ks-anotherrole:38926]: Waiting for completion of get_or_create_role anotherrole running on PID 38926 (2 other jobs running) 2025-04-15 06:00:43.508 | [3984 Async ks-anotherrole:38926]: Signaling child to exit 2025-04-15 06:00:43.508 | WAKEUP 2025-04-15 06:00:43.524 | [3984 Async ks-anotherrole:38926]: Signaled 2025-04-15 06:00:43.525 | + functions-common:get_or_create_role:918 : local role_id 2025-04-15 06:00:43.525 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-15 06:00:43.525 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:43.525 | + functions-common:get_or_create_role:923 : role_id=159201e034be4aac8310253616f70b00 2025-04-15 06:00:43.525 | + functions-common:get_or_create_role:924 : echo 159201e034be4aac8310253616f70b00 2025-04-15 06:00:43.525 | 159201e034be4aac8310253616f70b00 2025-04-15 06:00:43.556 | [3984 Async ks-anotherrole:38926]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-15 06:00:43.559 | + inc/async:async_wait:197 : return 0 2025-04-15 06:00:43.561 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member c3b9e79d7d934d02bb1a0ccc303164fa 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:43.608 | + inc/async:async_inner:63 : get_or_add_user_project_role member c3b9e79d7d934d02bb1a0ccc303164fa 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:43.638 | [3984 Async ks-demo-member:39811]: running: get_or_add_user_project_role member c3b9e79d7d934d02bb1a0ccc303164fa 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:43.640 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 1bcb1fb36c694be7bc7af79bdd47c929 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:43.686 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 1bcb1fb36c694be7bc7af79bdd47c929 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:43.719 | [3984 Async ks-demo-admin:39907]: running: get_or_add_user_project_role admin 1bcb1fb36c694be7bc7af79bdd47c929 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:43.721 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole c3b9e79d7d934d02bb1a0ccc303164fa 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:43.769 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole c3b9e79d7d934d02bb1a0ccc303164fa 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:43.803 | [3984 Async ks-demo-another:40004]: running: get_or_add_user_project_role anotherrole c3b9e79d7d934d02bb1a0ccc303164fa 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:43.805 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member c3b9e79d7d934d02bb1a0ccc303164fa 013cb9005a614063b6e5766829f1cf93 2025-04-15 06:00:43.857 | + inc/async:async_inner:63 : get_or_add_user_project_role member c3b9e79d7d934d02bb1a0ccc303164fa 013cb9005a614063b6e5766829f1cf93 2025-04-15 06:00:43.886 | [3984 Async ks-demo-invis:40101]: running: get_or_add_user_project_role member c3b9e79d7d934d02bb1a0ccc303164fa 013cb9005a614063b6e5766829f1cf93 2025-04-15 06:00:43.888 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-15 06:00:43.891 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-15 06:00:43.893 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:00:43.895 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-15 06:00:43.897 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-15 06:00:43.900 | +++ 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-15 06:00:45.439 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:45.442 | ++ functions-common:get_or_create_user:898 : user_id=cb5aa359cc924abdb14c317393080d6f 2025-04-15 06:00:45.446 | ++ functions-common:get_or_create_user:899 : echo cb5aa359cc924abdb14c317393080d6f 2025-04-15 06:00:45.449 | + lib/keystone:create_keystone_accounts:365 : demo_reader=cb5aa359cc924abdb14c317393080d6f 2025-04-15 06:00:45.450 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader cb5aa359cc924abdb14c317393080d6f 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:45.501 | + inc/async:async_inner:63 : get_or_add_user_project_role reader cb5aa359cc924abdb14c317393080d6f 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:45.536 | [3984 Async ks-demo-reader:40257]: running: get_or_add_user_project_role reader cb5aa359cc924abdb14c317393080d6f 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:45.540 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-15 06:00:45.543 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-15 06:00:45.545 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 06:00:45.547 | +++ 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-15 06:00:47.268 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:47.270 | ++ functions-common:get_or_create_project:911 : project_id=0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:47.274 | ++ functions-common:get_or_create_project:912 : echo 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:47.277 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:47.278 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-15 06:00:47.282 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-15 06:00:47.284 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:00:47.286 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-15 06:00:47.288 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-15 06:00:47.291 | +++ 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-15 06:00:47.444 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:47.467 | [39811 Async ks-demo-member:39811]: finished successfully 2025-04-15 06:00:47.787 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:47.810 | [39907 Async ks-demo-admin:39907]: finished successfully 2025-04-15 06:00:47.886 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:47.905 | [40004 Async ks-demo-another:40004]: finished successfully 2025-04-15 06:00:47.953 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:47.971 | [40101 Async ks-demo-invis:40101]: finished successfully 2025-04-15 06:00:48.581 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:48.583 | ++ functions-common:get_or_create_user:898 : user_id=eaeace14abed47a6810e5f90622b91f3 2025-04-15 06:00:48.585 | ++ functions-common:get_or_create_user:899 : echo eaeace14abed47a6810e5f90622b91f3 2025-04-15 06:00:48.588 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=eaeace14abed47a6810e5f90622b91f3 2025-04-15 06:00:48.590 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin eaeace14abed47a6810e5f90622b91f3 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:48.638 | + inc/async:async_inner:63 : get_or_add_user_project_role admin eaeace14abed47a6810e5f90622b91f3 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:48.668 | [3984 Async ks-alt-admin:40664]: running: get_or_add_user_project_role admin eaeace14abed47a6810e5f90622b91f3 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:48.670 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole eaeace14abed47a6810e5f90622b91f3 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:48.720 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole eaeace14abed47a6810e5f90622b91f3 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:48.750 | [3984 Async ks-alt-another:40760]: running: get_or_add_user_project_role anotherrole eaeace14abed47a6810e5f90622b91f3 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:48.752 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-15 06:00:48.754 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-15 06:00:48.756 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:00:48.758 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-15 06:00:48.760 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-15 06:00:48.763 | +++ 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-15 06:00:49.158 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:49.177 | [40257 Async ks-demo-reader:40257]: finished successfully 2025-04-15 06:00:50.135 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:50.138 | ++ functions-common:get_or_create_user:898 : user_id=05f77ec75ff54ff48a0111a3d8a8d4b2 2025-04-15 06:00:50.140 | ++ functions-common:get_or_create_user:899 : echo 05f77ec75ff54ff48a0111a3d8a8d4b2 2025-04-15 06:00:50.142 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=05f77ec75ff54ff48a0111a3d8a8d4b2 2025-04-15 06:00:50.145 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 05f77ec75ff54ff48a0111a3d8a8d4b2 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:50.196 | + inc/async:async_inner:63 : get_or_add_user_project_role member 05f77ec75ff54ff48a0111a3d8a8d4b2 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:50.227 | [3984 Async ks-alt-member-user:40937]: running: get_or_add_user_project_role member 05f77ec75ff54ff48a0111a3d8a8d4b2 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:50.229 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-15 06:00:50.232 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-15 06:00:50.234 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:00:50.236 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-15 06:00:50.238 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-15 06:00:50.241 | +++ 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-15 06:00:51.588 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:51.590 | ++ functions-common:get_or_create_user:898 : user_id=ed5ffe2e6b594e17bae4ec2b7859d8be 2025-04-15 06:00:51.592 | ++ functions-common:get_or_create_user:899 : echo ed5ffe2e6b594e17bae4ec2b7859d8be 2025-04-15 06:00:51.595 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=ed5ffe2e6b594e17bae4ec2b7859d8be 2025-04-15 06:00:51.596 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader ed5ffe2e6b594e17bae4ec2b7859d8be 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:51.647 | + inc/async:async_inner:63 : get_or_add_user_project_role reader ed5ffe2e6b594e17bae4ec2b7859d8be 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:51.679 | [3984 Async ks-alt-reader-user:41112]: running: get_or_add_user_project_role reader ed5ffe2e6b594e17bae4ec2b7859d8be 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:51.682 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-15 06:00:51.683 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:00:51.685 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-15 06:00:51.688 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-15 06:00:51.691 | +++ 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-15 06:00:51.987 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:52.006 | [40664 Async ks-alt-admin:40664]: finished successfully 2025-04-15 06:00:52.135 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:52.154 | [40760 Async ks-alt-another:40760]: finished successfully 2025-04-15 06:00:52.953 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:52.956 | ++ functions-common:get_or_create_user:898 : user_id=d57fabbc71074df6bb4ffa24ad4c4f7f 2025-04-15 06:00:52.958 | ++ functions-common:get_or_create_user:899 : echo d57fabbc71074df6bb4ffa24ad4c4f7f 2025-04-15 06:00:52.960 | + lib/keystone:create_keystone_accounts:397 : system_member_user=d57fabbc71074df6bb4ffa24ad4c4f7f 2025-04-15 06:00:52.962 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member d57fabbc71074df6bb4ffa24ad4c4f7f all 2025-04-15 06:00:53.012 | + inc/async:async_inner:63 : get_or_add_user_system_role member d57fabbc71074df6bb4ffa24ad4c4f7f all 2025-04-15 06:00:53.043 | [3984 Async ks-system-member:41345]: running: get_or_add_user_system_role member d57fabbc71074df6bb4ffa24ad4c4f7f all 2025-04-15 06:00:53.046 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-15 06:00:53.049 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:00:53.051 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-15 06:00:53.053 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-15 06:00:53.056 | +++ 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-15 06:00:53.553 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:53.571 | [40937 Async ks-alt-member-user:40937]: finished successfully 2025-04-15 06:00:54.307 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:54.310 | ++ functions-common:get_or_create_user:898 : user_id=2bb14ac7a10b41cea881db8c0cd1b6d9 2025-04-15 06:00:54.312 | ++ functions-common:get_or_create_user:899 : echo 2bb14ac7a10b41cea881db8c0cd1b6d9 2025-04-15 06:00:54.315 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=2bb14ac7a10b41cea881db8c0cd1b6d9 2025-04-15 06:00:54.317 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 2bb14ac7a10b41cea881db8c0cd1b6d9 all 2025-04-15 06:00:54.367 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 2bb14ac7a10b41cea881db8c0cd1b6d9 all 2025-04-15 06:00:54.401 | [3984 Async ks-system-reader:41553]: running: get_or_add_user_system_role reader 2bb14ac7a10b41cea881db8c0cd1b6d9 all 2025-04-15 06:00:54.403 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-15 06:00:54.406 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-15 06:00:54.408 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-15 06:00:54.410 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-15 06:00:54.412 | +++ 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-15 06:00:54.880 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:54.899 | [41112 Async ks-alt-reader-user:41112]: finished successfully 2025-04-15 06:00:55.729 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:55.732 | ++ functions-common:get_or_create_group:875 : group_id=2c091a3d3ed7435bb7313c6bddc2c925 2025-04-15 06:00:55.734 | ++ functions-common:get_or_create_group:876 : echo 2c091a3d3ed7435bb7313c6bddc2c925 2025-04-15 06:00:55.737 | + lib/keystone:create_keystone_accounts:407 : admin_group=2c091a3d3ed7435bb7313c6bddc2c925 2025-04-15 06:00:55.739 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-15 06:00:55.742 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-15 06:00:55.744 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-15 06:00:55.746 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-15 06:00:55.749 | +++ 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-15 06:00:57.036 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:57.038 | ++ functions-common:get_or_create_group:875 : group_id=89887d20e5dd4597a82e30004ff9c026 2025-04-15 06:00:57.040 | ++ functions-common:get_or_create_group:876 : echo 89887d20e5dd4597a82e30004ff9c026 2025-04-15 06:00:57.043 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=89887d20e5dd4597a82e30004ff9c026 2025-04-15 06:00:57.045 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 89887d20e5dd4597a82e30004ff9c026 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:57.096 | + inc/async:async_inner:63 : get_or_add_group_project_role member 89887d20e5dd4597a82e30004ff9c026 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:57.125 | [3984 Async ks-group-memberdemo:41820]: running: get_or_add_group_project_role member 89887d20e5dd4597a82e30004ff9c026 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:57.127 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 89887d20e5dd4597a82e30004ff9c026 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:57.176 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 89887d20e5dd4597a82e30004ff9c026 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:57.206 | [3984 Async ks-group-anotherdemo:41899]: running: get_or_add_group_project_role anotherrole 89887d20e5dd4597a82e30004ff9c026 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:57.208 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 89887d20e5dd4597a82e30004ff9c026 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:57.258 | + inc/async:async_inner:63 : get_or_add_group_project_role member 89887d20e5dd4597a82e30004ff9c026 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:57.283 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:57.292 | [3984 Async ks-group-memberalt:41979]: running: get_or_add_group_project_role member 89887d20e5dd4597a82e30004ff9c026 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:57.295 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 89887d20e5dd4597a82e30004ff9c026 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:57.304 | [41345 Async ks-system-member:41345]: finished successfully 2025-04-15 06:00:57.348 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 89887d20e5dd4597a82e30004ff9c026 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:57.376 | [3984 Async ks-group-anotheralt:42117]: running: get_or_add_group_project_role anotherrole 89887d20e5dd4597a82e30004ff9c026 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:57.378 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 2c091a3d3ed7435bb7313c6bddc2c925 5759c8ac0b114e32b09097edb04a3e9b 2025-04-15 06:00:57.426 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 2c091a3d3ed7435bb7313c6bddc2c925 5759c8ac0b114e32b09097edb04a3e9b 2025-04-15 06:00:57.461 | [3984 Async ks-group-admin:42197]: running: get_or_add_group_project_role admin 2c091a3d3ed7435bb7313c6bddc2c925 5759c8ac0b114e32b09097edb04a3e9b 2025-04-15 06:00:57.463 | + 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-15 06:00:57.501 | [3984 Async ks-demo-member:39811]: Waiting for completion of get_or_add_user_project_role member c3b9e79d7d934d02bb1a0ccc303164fa 5e539c63b8414de78b8d905967717906 running on PID 39811 (17 other jobs running) 2025-04-15 06:00:57.519 | [3984 Async ks-demo-member:39811]: Signaling child to exit 2025-04-15 06:00:57.519 | WAKEUP 2025-04-15 06:00:57.535 | [3984 Async ks-demo-member:39811]: Signaled 2025-04-15 06:00:57.536 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:00:57.536 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:00:57.536 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 06:00:57.536 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:57.536 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:57.536 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:57.536 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:57.536 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:57.536 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 06:00:57.536 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user c3b9e79d7d934d02bb1a0ccc303164fa --project 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:57.536 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c3b9e79d7d934d02bb1a0ccc303164fa --project 5e539c63b8414de78b8d905967717906 -c Role -f value 2025-04-15 06:00:57.536 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:57.536 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:00:57.536 | + functions-common:get_or_add_user_project_role:963 : echo e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:00:57.536 | e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:00:57.568 | [3984 Async ks-demo-member:39811]: finished get_or_add_user_project_role member c3b9e79d7d934d02bb1a0ccc303164fa 5e539c63b8414de78b8d905967717906 with result 0 in 3 seconds 2025-04-15 06:00:57.594 | [3984 Async ks-demo-admin:39907]: Waiting for completion of get_or_add_user_project_role admin 1bcb1fb36c694be7bc7af79bdd47c929 5e539c63b8414de78b8d905967717906 running on PID 39907 (16 other jobs running) 2025-04-15 06:00:57.611 | [3984 Async ks-demo-admin:39907]: Signaling child to exit 2025-04-15 06:00:57.611 | WAKEUP 2025-04-15 06:00:57.627 | [3984 Async ks-demo-admin:39907]: Signaled 2025-04-15 06:00:57.628 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:00:57.628 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:00:57.628 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 06:00:57.628 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:57.628 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:57.628 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:57.628 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:57.628 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:57.628 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 06:00:57.628 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 1bcb1fb36c694be7bc7af79bdd47c929 --project 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:57.628 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 1bcb1fb36c694be7bc7af79bdd47c929 --project 5e539c63b8414de78b8d905967717906 -c Role -f value 2025-04-15 06:00:57.628 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:57.628 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:00:57.628 | + functions-common:get_or_add_user_project_role:963 : echo c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:00:57.628 | c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:00:57.660 | [3984 Async ks-demo-admin:39907]: finished get_or_add_user_project_role admin 1bcb1fb36c694be7bc7af79bdd47c929 5e539c63b8414de78b8d905967717906 with result 0 in 4 seconds 2025-04-15 06:00:57.685 | [3984 Async ks-demo-another:40004]: Waiting for completion of get_or_add_user_project_role anotherrole c3b9e79d7d934d02bb1a0ccc303164fa 5e539c63b8414de78b8d905967717906 running on PID 40004 (15 other jobs running) 2025-04-15 06:00:57.704 | [3984 Async ks-demo-another:40004]: Signaling child to exit 2025-04-15 06:00:57.704 | WAKEUP 2025-04-15 06:00:57.720 | [3984 Async ks-demo-another:40004]: Signaled 2025-04-15 06:00:57.721 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:00:57.721 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:00:57.721 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 06:00:57.721 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:57.721 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:57.721 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:57.721 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:57.721 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:57.721 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 06:00:57.721 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user c3b9e79d7d934d02bb1a0ccc303164fa --project 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:57.721 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user c3b9e79d7d934d02bb1a0ccc303164fa --project 5e539c63b8414de78b8d905967717906 -c Role -f value 2025-04-15 06:00:57.721 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:57.721 | + functions-common:get_or_add_user_project_role:962 : user_role_id=159201e034be4aac8310253616f70b00 2025-04-15 06:00:57.721 | + functions-common:get_or_add_user_project_role:963 : echo 159201e034be4aac8310253616f70b00 2025-04-15 06:00:57.721 | 159201e034be4aac8310253616f70b00 2025-04-15 06:00:57.752 | [3984 Async ks-demo-another:40004]: finished get_or_add_user_project_role anotherrole c3b9e79d7d934d02bb1a0ccc303164fa 5e539c63b8414de78b8d905967717906 with result 0 in 4 seconds 2025-04-15 06:00:57.779 | [3984 Async ks-demo-invis:40101]: Waiting for completion of get_or_add_user_project_role member c3b9e79d7d934d02bb1a0ccc303164fa 013cb9005a614063b6e5766829f1cf93 running on PID 40101 (14 other jobs running) 2025-04-15 06:00:57.797 | [3984 Async ks-demo-invis:40101]: Signaling child to exit 2025-04-15 06:00:57.798 | WAKEUP 2025-04-15 06:00:57.814 | [3984 Async ks-demo-invis:40101]: Signaled 2025-04-15 06:00:57.815 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:00:57.815 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:00:57.815 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 06:00:57.815 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:57.815 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:57.815 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:57.815 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:57.815 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:57.815 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 06:00:57.815 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user c3b9e79d7d934d02bb1a0ccc303164fa --project 013cb9005a614063b6e5766829f1cf93 2025-04-15 06:00:57.815 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c3b9e79d7d934d02bb1a0ccc303164fa --project 013cb9005a614063b6e5766829f1cf93 -c Role -f value 2025-04-15 06:00:57.815 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:57.815 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:00:57.815 | + functions-common:get_or_add_user_project_role:963 : echo e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:00:57.815 | e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:00:57.846 | [3984 Async ks-demo-invis:40101]: finished get_or_add_user_project_role member c3b9e79d7d934d02bb1a0ccc303164fa 013cb9005a614063b6e5766829f1cf93 with result 0 in 4 seconds 2025-04-15 06:00:57.872 | [3984 Async ks-demo-reader:40257]: Waiting for completion of get_or_add_user_project_role reader cb5aa359cc924abdb14c317393080d6f 5e539c63b8414de78b8d905967717906 running on PID 40257 (13 other jobs running) 2025-04-15 06:00:57.890 | [3984 Async ks-demo-reader:40257]: Signaling child to exit 2025-04-15 06:00:57.890 | WAKEUP 2025-04-15 06:00:57.906 | [3984 Async ks-demo-reader:40257]: Signaled 2025-04-15 06:00:57.907 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:00:57.907 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:00:57.907 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 06:00:57.907 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:57.907 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:57.907 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:57.907 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:57.907 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:57.907 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 06:00:57.907 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user cb5aa359cc924abdb14c317393080d6f --project 5e539c63b8414de78b8d905967717906 2025-04-15 06:00:57.907 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user cb5aa359cc924abdb14c317393080d6f --project 5e539c63b8414de78b8d905967717906 -c Role -f value 2025-04-15 06:00:57.907 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:57.907 | + functions-common:get_or_add_user_project_role:962 : user_role_id=1251b9e223b54a269cfefcc5fda3f2d1 2025-04-15 06:00:57.907 | + functions-common:get_or_add_user_project_role:963 : echo 1251b9e223b54a269cfefcc5fda3f2d1 2025-04-15 06:00:57.907 | 1251b9e223b54a269cfefcc5fda3f2d1 2025-04-15 06:00:57.939 | [3984 Async ks-demo-reader:40257]: finished get_or_add_user_project_role reader cb5aa359cc924abdb14c317393080d6f 5e539c63b8414de78b8d905967717906 with result 0 in 3 seconds 2025-04-15 06:00:57.943 | + inc/async:async_wait:197 : return 0 2025-04-15 06:00:57.945 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-15 06:00:57.991 | [3984 Async ks-alt-admin:40664]: Waiting for completion of get_or_add_user_project_role admin eaeace14abed47a6810e5f90622b91f3 0b8dbcdc9fbf4c558fd0198a7e8c348e running on PID 40664 (12 other jobs running) 2025-04-15 06:00:58.012 | [3984 Async ks-alt-admin:40664]: Signaling child to exit 2025-04-15 06:00:58.012 | WAKEUP 2025-04-15 06:00:58.030 | [3984 Async ks-alt-admin:40664]: Signaled 2025-04-15 06:00:58.031 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:00:58.031 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:00:58.031 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 06:00:58.031 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:58.031 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:58.031 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:58.031 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:58.031 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:58.031 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 06:00:58.031 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user eaeace14abed47a6810e5f90622b91f3 --project 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:58.031 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user eaeace14abed47a6810e5f90622b91f3 --project 0b8dbcdc9fbf4c558fd0198a7e8c348e -c Role -f value 2025-04-15 06:00:58.031 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:58.031 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:00:58.031 | + functions-common:get_or_add_user_project_role:963 : echo c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:00:58.031 | c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:00:58.065 | [3984 Async ks-alt-admin:40664]: finished get_or_add_user_project_role admin eaeace14abed47a6810e5f90622b91f3 0b8dbcdc9fbf4c558fd0198a7e8c348e with result 0 in 3 seconds 2025-04-15 06:00:58.097 | [3984 Async ks-alt-another:40760]: Waiting for completion of get_or_add_user_project_role anotherrole eaeace14abed47a6810e5f90622b91f3 0b8dbcdc9fbf4c558fd0198a7e8c348e running on PID 40760 (11 other jobs running) 2025-04-15 06:00:58.116 | [3984 Async ks-alt-another:40760]: Signaling child to exit 2025-04-15 06:00:58.116 | WAKEUP 2025-04-15 06:00:58.144 | [3984 Async ks-alt-another:40760]: Signaled 2025-04-15 06:00:58.145 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:00:58.145 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:00:58.145 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 06:00:58.145 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:58.145 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:58.145 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:58.145 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:58.145 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:58.145 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 06:00:58.145 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user eaeace14abed47a6810e5f90622b91f3 --project 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:58.145 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user eaeace14abed47a6810e5f90622b91f3 --project 0b8dbcdc9fbf4c558fd0198a7e8c348e -c Role -f value 2025-04-15 06:00:58.145 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:58.145 | + functions-common:get_or_add_user_project_role:962 : user_role_id=159201e034be4aac8310253616f70b00 2025-04-15 06:00:58.145 | + functions-common:get_or_add_user_project_role:963 : echo 159201e034be4aac8310253616f70b00 2025-04-15 06:00:58.145 | 159201e034be4aac8310253616f70b00 2025-04-15 06:00:58.190 | [3984 Async ks-alt-another:40760]: finished get_or_add_user_project_role anotherrole eaeace14abed47a6810e5f90622b91f3 0b8dbcdc9fbf4c558fd0198a7e8c348e with result 0 in 3 seconds 2025-04-15 06:00:58.218 | [3984 Async ks-alt-member-user:40937]: Waiting for completion of get_or_add_user_project_role member 05f77ec75ff54ff48a0111a3d8a8d4b2 0b8dbcdc9fbf4c558fd0198a7e8c348e running on PID 40937 (10 other jobs running) 2025-04-15 06:00:58.237 | [3984 Async ks-alt-member-user:40937]: Signaling child to exit 2025-04-15 06:00:58.239 | WAKEUP 2025-04-15 06:00:58.256 | [3984 Async ks-alt-member-user:40937]: Signaled 2025-04-15 06:00:58.257 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:00:58.257 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:00:58.257 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 06:00:58.257 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:58.257 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:58.257 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:58.257 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:58.257 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:58.257 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 06:00:58.257 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 05f77ec75ff54ff48a0111a3d8a8d4b2 --project 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:58.257 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 05f77ec75ff54ff48a0111a3d8a8d4b2 --project 0b8dbcdc9fbf4c558fd0198a7e8c348e -c Role -f value 2025-04-15 06:00:58.257 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:58.257 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:00:58.257 | + functions-common:get_or_add_user_project_role:963 : echo e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:00:58.257 | e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:00:58.295 | [3984 Async ks-alt-member-user:40937]: finished get_or_add_user_project_role member 05f77ec75ff54ff48a0111a3d8a8d4b2 0b8dbcdc9fbf4c558fd0198a7e8c348e with result 0 in 3 seconds 2025-04-15 06:00:58.323 | [3984 Async ks-alt-reader-user:41112]: Waiting for completion of get_or_add_user_project_role reader ed5ffe2e6b594e17bae4ec2b7859d8be 0b8dbcdc9fbf4c558fd0198a7e8c348e running on PID 41112 (9 other jobs running) 2025-04-15 06:00:58.344 | [3984 Async ks-alt-reader-user:41112]: Signaling child to exit 2025-04-15 06:00:58.344 | WAKEUP 2025-04-15 06:00:58.368 | [3984 Async ks-alt-reader-user:41112]: Signaled 2025-04-15 06:00:58.369 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:00:58.369 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:00:58.369 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 06:00:58.369 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:58.369 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:58.369 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:58.369 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:58.369 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:58.369 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 06:00:58.369 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user ed5ffe2e6b594e17bae4ec2b7859d8be --project 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:00:58.369 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ed5ffe2e6b594e17bae4ec2b7859d8be --project 0b8dbcdc9fbf4c558fd0198a7e8c348e -c Role -f value 2025-04-15 06:00:58.369 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:58.369 | + functions-common:get_or_add_user_project_role:962 : user_role_id=1251b9e223b54a269cfefcc5fda3f2d1 2025-04-15 06:00:58.369 | + functions-common:get_or_add_user_project_role:963 : echo 1251b9e223b54a269cfefcc5fda3f2d1 2025-04-15 06:00:58.369 | 1251b9e223b54a269cfefcc5fda3f2d1 2025-04-15 06:00:58.411 | [3984 Async ks-alt-reader-user:41112]: finished get_or_add_user_project_role reader ed5ffe2e6b594e17bae4ec2b7859d8be 0b8dbcdc9fbf4c558fd0198a7e8c348e with result 0 in 3 seconds 2025-04-15 06:00:58.415 | + inc/async:async_wait:197 : return 0 2025-04-15 06:00:58.418 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-15 06:00:58.461 | [3984 Async ks-system-member:41345]: Waiting for completion of get_or_add_user_system_role member d57fabbc71074df6bb4ffa24ad4c4f7f all running on PID 41345 (8 other jobs running) 2025-04-15 06:00:58.481 | [3984 Async ks-system-member:41345]: Signaling child to exit 2025-04-15 06:00:58.481 | WAKEUP 2025-04-15 06:00:58.500 | [3984 Async ks-system-member:41345]: Signaled 2025-04-15 06:00:58.501 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-15 06:00:58.501 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-15 06:00:58.501 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-15 06:00:58.501 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:58.501 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:58.501 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:58.501 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:58.501 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:58.501 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-15 06:00:58.501 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user d57fabbc71074df6bb4ffa24ad4c4f7f --system all -f value -c Role 2025-04-15 06:00:58.501 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:58.501 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-15 06:00:58.501 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-15 06:00:58.501 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user d57fabbc71074df6bb4ffa24ad4c4f7f --system all 2025-04-15 06:00:58.502 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user d57fabbc71074df6bb4ffa24ad4c4f7f --system all -f value -c Role 2025-04-15 06:00:58.502 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:58.502 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-15 06:00:58.502 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-15 06:00:58.502 | 2025-04-15 06:00:58.538 | [3984 Async ks-system-member:41345]: finished get_or_add_user_system_role member d57fabbc71074df6bb4ffa24ad4c4f7f all with result 0 in 4 seconds 2025-04-15 06:00:58.569 | [3984 Async ks-system-reader:41553]: Waiting for completion of get_or_add_user_system_role reader 2bb14ac7a10b41cea881db8c0cd1b6d9 all running on PID 41553 (7 other jobs running) 2025-04-15 06:00:58.589 | [3984 Async ks-system-reader:41553]: Signaling child to exit 2025-04-15 06:00:58.849 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:00:58.869 | [41553 Async ks-system-reader:41553]: finished successfully 2025-04-15 06:00:58.887 | WAKEUP 2025-04-15 06:00:58.904 | [3984 Async ks-system-reader:41553]: Signaled 2025-04-15 06:00:58.905 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-15 06:00:58.905 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-15 06:00:58.905 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-15 06:00:58.905 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:00:58.905 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:00:58.905 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 06:00:58.906 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 06:00:58.906 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 06:00:58.906 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-15 06:00:58.906 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2bb14ac7a10b41cea881db8c0cd1b6d9 --system all -f value -c Role 2025-04-15 06:00:58.906 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:58.906 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-15 06:00:58.906 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-15 06:00:58.906 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user 2bb14ac7a10b41cea881db8c0cd1b6d9 --system all 2025-04-15 06:00:58.906 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2bb14ac7a10b41cea881db8c0cd1b6d9 --system all -f value -c Role 2025-04-15 06:00:58.906 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:00:58.906 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=1251b9e223b54a269cfefcc5fda3f2d1 2025-04-15 06:00:58.906 | + functions-common:get_or_add_user_system_role:1013 : echo 1251b9e223b54a269cfefcc5fda3f2d1 2025-04-15 06:00:58.906 | 1251b9e223b54a269cfefcc5fda3f2d1 2025-04-15 06:00:58.937 | [3984 Async ks-system-reader:41553]: finished get_or_add_user_system_role reader 2bb14ac7a10b41cea881db8c0cd1b6d9 all with result 0 in 4 seconds 2025-04-15 06:00:58.940 | + inc/async:async_wait:197 : return 0 2025-04-15 06:00:58.942 | + 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-15 06:00:58.980 | [3984 Async ks-group-memberdemo:41820]: Waiting for completion of get_or_add_group_project_role member 89887d20e5dd4597a82e30004ff9c026 5e539c63b8414de78b8d905967717906 running on PID 41820 (6 other jobs running) 2025-04-15 06:00:58.998 | [3984 Async ks-group-memberdemo:41820]: Signaling child to exit 2025-04-15 06:01:00.200 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:00.220 | [41820 Async ks-group-memberdemo:41820]: finished successfully 2025-04-15 06:01:00.238 | WAKEUP 2025-04-15 06:01:00.256 | [3984 Async ks-group-memberdemo:41820]: Signaled 2025-04-15 06:01:00.257 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 06:01:00.257 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 89887d20e5dd4597a82e30004ff9c026 --project 5e539c63b8414de78b8d905967717906 2025-04-15 06:01:00.257 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 89887d20e5dd4597a82e30004ff9c026 --project 5e539c63b8414de78b8d905967717906 -f value -c Role 2025-04-15 06:01:00.257 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:00.257 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:01:00.257 | + functions-common:get_or_add_group_project_role:1032 : echo e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:01:00.257 | e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:01:00.291 | [3984 Async ks-group-memberdemo:41820]: finished get_or_add_group_project_role member 89887d20e5dd4597a82e30004ff9c026 5e539c63b8414de78b8d905967717906 with result 0 in 3 seconds 2025-04-15 06:01:00.320 | [3984 Async ks-group-anotherdemo:41899]: Waiting for completion of get_or_add_group_project_role anotherrole 89887d20e5dd4597a82e30004ff9c026 5e539c63b8414de78b8d905967717906 running on PID 41899 (5 other jobs running) 2025-04-15 06:01:00.340 | [3984 Async ks-group-anotherdemo:41899]: Signaling child to exit 2025-04-15 06:01:00.479 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:00.500 | [41899 Async ks-group-anotherdemo:41899]: finished successfully 2025-04-15 06:01:00.519 | WAKEUP 2025-04-15 06:01:00.540 | [3984 Async ks-group-anotherdemo:41899]: Signaled 2025-04-15 06:01:00.541 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 06:01:00.541 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 89887d20e5dd4597a82e30004ff9c026 --project 5e539c63b8414de78b8d905967717906 2025-04-15 06:01:00.541 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 89887d20e5dd4597a82e30004ff9c026 --project 5e539c63b8414de78b8d905967717906 -f value -c Role 2025-04-15 06:01:00.541 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:00.541 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=159201e034be4aac8310253616f70b00 2025-04-15 06:01:00.541 | + functions-common:get_or_add_group_project_role:1032 : echo 159201e034be4aac8310253616f70b00 2025-04-15 06:01:00.541 | 159201e034be4aac8310253616f70b00 2025-04-15 06:01:00.583 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:00.586 | [3984 Async ks-group-anotherdemo:41899]: finished get_or_add_group_project_role anotherrole 89887d20e5dd4597a82e30004ff9c026 5e539c63b8414de78b8d905967717906 with result 0 in 3 seconds 2025-04-15 06:01:00.605 | [41979 Async ks-group-memberalt:41979]: finished successfully 2025-04-15 06:01:00.620 | [3984 Async ks-group-memberalt:41979]: Waiting for completion of get_or_add_group_project_role member 89887d20e5dd4597a82e30004ff9c026 0b8dbcdc9fbf4c558fd0198a7e8c348e running on PID 41979 (4 other jobs running) 2025-04-15 06:01:00.643 | [3984 Async ks-group-memberalt:41979]: Signaling child to exit 2025-04-15 06:01:00.643 | WAKEUP 2025-04-15 06:01:00.663 | [3984 Async ks-group-memberalt:41979]: Signaled 2025-04-15 06:01:00.664 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 06:01:00.664 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 89887d20e5dd4597a82e30004ff9c026 --project 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:01:00.664 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 89887d20e5dd4597a82e30004ff9c026 --project 0b8dbcdc9fbf4c558fd0198a7e8c348e -f value -c Role 2025-04-15 06:01:00.664 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:00.664 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:01:00.664 | + functions-common:get_or_add_group_project_role:1032 : echo e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:01:00.664 | e1e77b97fcad421fb280e7ef8d255a57 2025-04-15 06:01:00.700 | [3984 Async ks-group-memberalt:41979]: finished get_or_add_group_project_role member 89887d20e5dd4597a82e30004ff9c026 0b8dbcdc9fbf4c558fd0198a7e8c348e with result 0 in 3 seconds 2025-04-15 06:01:00.731 | [3984 Async ks-group-anotheralt:42117]: Waiting for completion of get_or_add_group_project_role anotherrole 89887d20e5dd4597a82e30004ff9c026 0b8dbcdc9fbf4c558fd0198a7e8c348e running on PID 42117 (3 other jobs running) 2025-04-15 06:01:00.751 | [3984 Async ks-group-anotheralt:42117]: Signaling child to exit 2025-04-15 06:01:00.810 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:00.831 | [42117 Async ks-group-anotheralt:42117]: finished successfully 2025-04-15 06:01:00.838 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:00.850 | WAKEUP 2025-04-15 06:01:00.858 | [42197 Async ks-group-admin:42197]: finished successfully 2025-04-15 06:01:00.869 | [3984 Async ks-group-anotheralt:42117]: Signaled 2025-04-15 06:01:00.870 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 06:01:00.870 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 89887d20e5dd4597a82e30004ff9c026 --project 0b8dbcdc9fbf4c558fd0198a7e8c348e 2025-04-15 06:01:00.870 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 89887d20e5dd4597a82e30004ff9c026 --project 0b8dbcdc9fbf4c558fd0198a7e8c348e -f value -c Role 2025-04-15 06:01:00.870 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:00.870 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=159201e034be4aac8310253616f70b00 2025-04-15 06:01:00.870 | + functions-common:get_or_add_group_project_role:1032 : echo 159201e034be4aac8310253616f70b00 2025-04-15 06:01:00.870 | 159201e034be4aac8310253616f70b00 2025-04-15 06:01:00.905 | [3984 Async ks-group-anotheralt:42117]: finished get_or_add_group_project_role anotherrole 89887d20e5dd4597a82e30004ff9c026 0b8dbcdc9fbf4c558fd0198a7e8c348e with result 0 in 3 seconds 2025-04-15 06:01:00.934 | [3984 Async ks-group-admin:42197]: Waiting for completion of get_or_add_group_project_role admin 2c091a3d3ed7435bb7313c6bddc2c925 5759c8ac0b114e32b09097edb04a3e9b running on PID 42197 (2 other jobs running) 2025-04-15 06:01:00.953 | [3984 Async ks-group-admin:42197]: Signaling child to exit 2025-04-15 06:01:00.953 | WAKEUP 2025-04-15 06:01:00.970 | [3984 Async ks-group-admin:42197]: Signaled 2025-04-15 06:01:00.971 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 06:01:00.971 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group 2c091a3d3ed7435bb7313c6bddc2c925 --project 5759c8ac0b114e32b09097edb04a3e9b 2025-04-15 06:01:00.971 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 2c091a3d3ed7435bb7313c6bddc2c925 --project 5759c8ac0b114e32b09097edb04a3e9b -f value -c Role 2025-04-15 06:01:00.971 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:00.971 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:01:00.971 | + functions-common:get_or_add_group_project_role:1032 : echo c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:01:00.971 | c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:01:01.006 | [3984 Async ks-group-admin:42197]: finished get_or_add_group_project_role admin 2c091a3d3ed7435bb7313c6bddc2c925 5759c8ac0b114e32b09097edb04a3e9b with result 0 in 3 seconds 2025-04-15 06:01:01.010 | + inc/async:async_wait:197 : return 0 2025-04-15 06:01:01.012 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-15 06:01:01.026 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:01.029 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-15 06:01:01.045 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:01.048 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-15 06:01:01.050 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-15 06:01:01.104 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-15 06:01:01.138 | [3984 Async create_nova_accounts:44047]: running: create_nova_accounts 2025-04-15 06:01:01.140 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-15 06:01:01.157 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:01.159 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-15 06:01:01.161 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-15 06:01:01.216 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-15 06:01:01.251 | [3984 Async create_glance_accounts:44170]: running: create_glance_accounts 2025-04-15 06:01:01.253 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-15 06:01:01.270 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:01.273 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-15 06:01:01.275 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-15 06:01:01.326 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-15 06:01:01.359 | [3984 Async create_cinder_accounts:44309]: running: create_cinder_accounts 2025-04-15 06:01:01.361 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-15 06:01:01.377 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:01.379 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-15 06:01:01.381 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-15 06:01:01.432 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-15 06:01:01.463 | [3984 Async create_neutron_accounts:44452]: running: create_neutron_accounts 2025-04-15 06:01:01.466 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-15 06:01:01.482 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:01.485 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-15 06:01:01.502 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:01.504 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-15 06:01:01.542 | [3984 Async create_nova_accounts:44047]: Waiting for completion of create_nova_accounts running on PID 44047 (5 other jobs running) 2025-04-15 06:01:01.561 | [3984 Async create_nova_accounts:44047]: Signaling child to exit 2025-04-15 06:01:13.606 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:13.624 | [44452 Async create_neutron_accounts:44452]: finished successfully 2025-04-15 06:01:21.592 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:21.611 | [44309 Async create_cinder_accounts:44309]: finished successfully 2025-04-15 06:01:22.345 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:22.363 | [44047 Async create_nova_accounts:44047]: finished successfully 2025-04-15 06:01:22.380 | WAKEUP 2025-04-15 06:01:22.396 | [3984 Async create_nova_accounts:44047]: Signaled 2025-04-15 06:01:22.397 | + 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-15 06:01:22.397 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-15 06:01:22.397 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-15 06:01:22.397 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:01:22.397 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 06:01:22.397 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 06:01:22.397 | ++ 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-15 06:01:22.397 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:22.397 | + functions-common:get_or_create_user:898 : user_id=26758a12b0f140a69f4c0a2b848dde70 2025-04-15 06:01:22.397 | + functions-common:get_or_create_user:899 : echo 26758a12b0f140a69f4c0a2b848dde70 2025-04-15 06:01:22.397 | 26758a12b0f140a69f4c0a2b848dde70 2025-04-15 06:01:22.397 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-15 06:01:22.397 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:01:22.397 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:01:22.397 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 06:01:22.397 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 06:01:22.397 | + 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-15 06:01:22.397 | ++ 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-15 06:01:22.397 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:22.397 | + functions-common:get_or_add_user_project_role:962 : user_role_id=354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:22.397 | + functions-common:get_or_add_user_project_role:963 : echo 354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:22.397 | 354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:22.397 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-15 06:01:22.397 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-15 06:01:22.397 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:01:22.397 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:01:22.397 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 06:01:22.397 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 06:01:22.397 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 06:01:22.397 | + 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-15 06:01:22.397 | ++ 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-15 06:01:22.397 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:22.397 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:01:22.397 | + functions-common:get_or_add_user_project_role:963 : echo c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:01:22.397 | c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:01:22.397 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-15 06:01:22.397 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-15 06:01:22.397 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-15 06:01:22.397 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-15 06:01:22.397 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 06:01:22.397 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-15 06:01:22.397 | ++ 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-15 06:01:22.398 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:22.398 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 06:01:22.398 | 0577190a474e4694b29b26483540cebc' 2025-04-15 06:01:22.398 | + functions-common:get_or_create_service:1050 : echo 0577190a474e4694b29b26483540cebc 2025-04-15 06:01:22.398 | 0577190a474e4694b29b26483540cebc 2025-04-15 06:01:22.398 | + 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-15 06:01:22.398 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 06:01:22.398 | ++ 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-15 06:01:22.398 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 06:01:22.398 | +++ 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-15 06:01:22.398 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:22.398 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 06:01:22.398 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 06:01:22.398 | +++ 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-15 06:01:22.398 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:22.398 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=aacf2f87dad34b5c9f7405668ef9dbf6 2025-04-15 06:01:22.398 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo aacf2f87dad34b5c9f7405668ef9dbf6 2025-04-15 06:01:22.398 | + functions-common:get_or_create_endpoint:1083 : public_id=aacf2f87dad34b5c9f7405668ef9dbf6 2025-04-15 06:01:22.398 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 06:01:22.398 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 06:01:22.398 | + functions-common:get_or_create_endpoint:1092 : echo aacf2f87dad34b5c9f7405668ef9dbf6 2025-04-15 06:01:22.398 | aacf2f87dad34b5c9f7405668ef9dbf6 2025-04-15 06:01:22.398 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-15 06:01:22.398 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 06:01:22.398 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-15 06:01:22.398 | ++ 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-15 06:01:22.398 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:22.398 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 06:01:22.398 | 7443b6afdff24becbb8b50569a269eac' 2025-04-15 06:01:22.398 | + functions-common:get_or_create_service:1050 : echo 7443b6afdff24becbb8b50569a269eac 2025-04-15 06:01:22.398 | 7443b6afdff24becbb8b50569a269eac 2025-04-15 06:01:22.398 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-15 06:01:22.398 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 06:01:22.398 | ++ 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-15 06:01:22.398 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 06:01:22.398 | +++ 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-15 06:01:22.398 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:22.398 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 06:01:22.398 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 06:01:22.398 | +++ 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-15 06:01:22.398 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:22.398 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=16cb469ee73d4e83af462468adac3913 2025-04-15 06:01:22.398 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 16cb469ee73d4e83af462468adac3913 2025-04-15 06:01:22.398 | + functions-common:get_or_create_endpoint:1083 : public_id=16cb469ee73d4e83af462468adac3913 2025-04-15 06:01:22.398 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 06:01:22.398 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 06:01:22.398 | + functions-common:get_or_create_endpoint:1092 : echo 16cb469ee73d4e83af462468adac3913 2025-04-15 06:01:22.398 | 16cb469ee73d4e83af462468adac3913 2025-04-15 06:01:22.398 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-15 06:01:22.398 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:22.398 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-15 06:01:22.398 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:22.398 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-15 06:01:22.398 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:22.398 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-15 06:01:22.398 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:22.398 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-15 06:01:22.431 | [3984 Async create_nova_accounts:44047]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-15 06:01:22.458 | [3984 Async create_glance_accounts:44170]: Waiting for completion of create_glance_accounts running on PID 44170 (4 other jobs running) 2025-04-15 06:01:22.475 | [3984 Async create_glance_accounts:44170]: Signaling child to exit 2025-04-15 06:01:23.477 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:23.497 | [44170 Async create_glance_accounts:44170]: finished successfully 2025-04-15 06:01:23.514 | WAKEUP 2025-04-15 06:01:23.531 | [3984 Async create_glance_accounts:44170]: Signaled 2025-04-15 06:01:23.532 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-15 06:01:23.532 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:23.532 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-15 06:01:23.532 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-15 06:01:23.532 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:01:23.532 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 06:01:23.532 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 06:01:23.532 | ++ 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-15 06:01:23.532 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.532 | + functions-common:get_or_create_user:898 : user_id=497fe20de99841a497cfc11d9d988d33 2025-04-15 06:01:23.532 | + functions-common:get_or_create_user:899 : echo 497fe20de99841a497cfc11d9d988d33 2025-04-15 06:01:23.532 | 497fe20de99841a497cfc11d9d988d33 2025-04-15 06:01:23.532 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-15 06:01:23.532 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:01:23.532 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:01:23.532 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 06:01:23.532 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:01:23.532 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:01:23.532 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 06:01:23.532 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 06:01:23.532 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 06:01:23.532 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 06:01:23.532 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 06:01:23.532 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 06:01:23.532 | + 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-15 06:01:23.532 | ++ 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-15 06:01:23.532 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.532 | + functions-common:get_or_add_user_project_role:962 : user_role_id=354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:23.532 | + functions-common:get_or_add_user_project_role:963 : echo 354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:23.532 | 354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:23.532 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-15 06:01:23.532 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-15 06:01:23.532 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:23.532 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-15 06:01:23.532 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 06:01:23.532 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-15 06:01:23.532 | ++ 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-15 06:01:23.532 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.532 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 06:01:23.532 | fdfff66960e44d56aead8737c122a5c0' 2025-04-15 06:01:23.532 | + functions-common:get_or_create_service:1050 : echo fdfff66960e44d56aead8737c122a5c0 2025-04-15 06:01:23.532 | fdfff66960e44d56aead8737c122a5c0 2025-04-15 06:01:23.532 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-15 06:01:23.532 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 06:01:23.532 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-15 06:01:23.533 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 06:01:23.533 | +++ 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-15 06:01:23.533 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.533 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 06:01:23.533 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 06:01:23.533 | +++ 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-15 06:01:23.533 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.533 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=133fd1451cfc43ba9f919ddec61c6ced 2025-04-15 06:01:23.533 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 133fd1451cfc43ba9f919ddec61c6ced 2025-04-15 06:01:23.533 | + functions-common:get_or_create_endpoint:1083 : public_id=133fd1451cfc43ba9f919ddec61c6ced 2025-04-15 06:01:23.533 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 06:01:23.533 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 06:01:23.533 | + functions-common:get_or_create_endpoint:1092 : echo 133fd1451cfc43ba9f919ddec61c6ced 2025-04-15 06:01:23.533 | 133fd1451cfc43ba9f919ddec61c6ced 2025-04-15 06:01:23.533 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-15 06:01:23.533 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-15 06:01:23.533 | +++ 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-15 06:01:23.533 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.533 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-15 06:01:23.533 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-15 06:01:23.533 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-15 06:01:23.533 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-15 06:01:23.533 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-15 06:01:23.533 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-15 06:01:23.533 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-15 06:01:23.533 | + 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-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | | Field | Value | 2025-04-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | | default_limit | 2000 | 2025-04-15 06:01:23.533 | | description | None | 2025-04-15 06:01:23.533 | | id | 16764feb6f1c47c0a3014c1a67cec5ae | 2025-04-15 06:01:23.533 | | region_id | RegionOne | 2025-04-15 06:01:23.533 | | resource_name | image_size_total | 2025-04-15 06:01:23.533 | | service_id | fdfff66960e44d56aead8737c122a5c0 | 2025-04-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | + 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-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | | Field | Value | 2025-04-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | | default_limit | 2000 | 2025-04-15 06:01:23.533 | | description | None | 2025-04-15 06:01:23.533 | | id | 269b17c01ace462db56aec1cc7936172 | 2025-04-15 06:01:23.533 | | region_id | RegionOne | 2025-04-15 06:01:23.533 | | resource_name | image_stage_total | 2025-04-15 06:01:23.533 | | service_id | fdfff66960e44d56aead8737c122a5c0 | 2025-04-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | + 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-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | | Field | Value | 2025-04-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | | default_limit | 100 | 2025-04-15 06:01:23.533 | | description | None | 2025-04-15 06:01:23.533 | | id | 0b0af9818bc4428d95a2bcae8f15ccd2 | 2025-04-15 06:01:23.533 | | region_id | RegionOne | 2025-04-15 06:01:23.533 | | resource_name | image_count_total | 2025-04-15 06:01:23.533 | | service_id | fdfff66960e44d56aead8737c122a5c0 | 2025-04-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | + 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-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | | Field | Value | 2025-04-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | | default_limit | 100 | 2025-04-15 06:01:23.533 | | description | None | 2025-04-15 06:01:23.533 | | id | 722dbde6a8d64a57bfe3ecdbbbde379e | 2025-04-15 06:01:23.533 | | region_id | RegionOne | 2025-04-15 06:01:23.533 | | resource_name | image_count_uploading | 2025-04-15 06:01:23.533 | | service_id | fdfff66960e44d56aead8737c122a5c0 | 2025-04-15 06:01:23.533 | +---------------+----------------------------------+ 2025-04-15 06:01:23.533 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-15 06:01:23.533 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-15 06:01:23.533 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-15 06:01:23.533 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-15 06:01:23.533 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-15 06:01:23.533 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-15 06:01:23.533 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-15 06:01:23.533 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-15 06:01:23.533 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.533 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 133fd1451cfc43ba9f919ddec61c6ced 2025-04-15 06:01:23.533 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-15 06:01:23.565 | [3984 Async create_glance_accounts:44170]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-15 06:01:23.592 | [3984 Async create_cinder_accounts:44309]: Waiting for completion of create_cinder_accounts running on PID 44309 (3 other jobs running) 2025-04-15 06:01:23.610 | [3984 Async create_cinder_accounts:44309]: Signaling child to exit 2025-04-15 06:01:23.610 | WAKEUP 2025-04-15 06:01:23.625 | [3984 Async create_cinder_accounts:44309]: Signaled 2025-04-15 06:01:23.626 | + 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-15 06:01:23.626 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-15 06:01:23.626 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-15 06:01:23.626 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:23.626 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-15 06:01:23.627 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-15 06:01:23.627 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:01:23.627 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 06:01:23.627 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 06:01:23.627 | ++ 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-15 06:01:23.627 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.627 | + functions-common:get_or_create_user:898 : user_id=04f01f86ea34412fb3d64e63c72bde06 2025-04-15 06:01:23.627 | + functions-common:get_or_create_user:899 : echo 04f01f86ea34412fb3d64e63c72bde06 2025-04-15 06:01:23.627 | 04f01f86ea34412fb3d64e63c72bde06 2025-04-15 06:01:23.627 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-15 06:01:23.627 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:01:23.627 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:01:23.627 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 06:01:23.627 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:01:23.627 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:01:23.627 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 06:01:23.627 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 06:01:23.627 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 06:01:23.627 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 06:01:23.627 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 06:01:23.627 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 06:01:23.627 | + 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-15 06:01:23.627 | ++ 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-15 06:01:23.627 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.627 | + functions-common:get_or_add_user_project_role:962 : user_role_id=354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:23.627 | + functions-common:get_or_add_user_project_role:963 : echo 354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:23.627 | 354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:23.627 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-15 06:01:23.627 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-15 06:01:23.628 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 06:01:23.628 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-15 06:01:23.628 | ++ 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-15 06:01:23.628 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.628 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 06:01:23.628 | 7e0104c60daa41efbfd6c8ef68a433a3' 2025-04-15 06:01:23.628 | + functions-common:get_or_create_service:1050 : echo 7e0104c60daa41efbfd6c8ef68a433a3 2025-04-15 06:01:23.628 | 7e0104c60daa41efbfd6c8ef68a433a3 2025-04-15 06:01:23.628 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-15 06:01:23.628 | + 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-15 06:01:23.628 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 06:01:23.628 | ++ 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-15 06:01:23.628 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 06:01:23.628 | +++ 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-15 06:01:23.628 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.628 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 06:01:23.628 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 06:01:23.628 | +++ 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-15 06:01:23.628 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.628 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=8106e777af1642609d3f8783ebd1f5af 2025-04-15 06:01:23.628 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 8106e777af1642609d3f8783ebd1f5af 2025-04-15 06:01:23.628 | + functions-common:get_or_create_endpoint:1083 : public_id=8106e777af1642609d3f8783ebd1f5af 2025-04-15 06:01:23.628 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 06:01:23.628 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 06:01:23.628 | + functions-common:get_or_create_endpoint:1092 : echo 8106e777af1642609d3f8783ebd1f5af 2025-04-15 06:01:23.628 | 8106e777af1642609d3f8783ebd1f5af 2025-04-15 06:01:23.628 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-15 06:01:23.628 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 06:01:23.628 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-15 06:01:23.628 | ++ 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-15 06:01:23.628 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.628 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 06:01:23.628 | b74191ffd80745f0ab976b256c973f94' 2025-04-15 06:01:23.628 | + functions-common:get_or_create_service:1050 : echo b74191ffd80745f0ab976b256c973f94 2025-04-15 06:01:23.628 | b74191ffd80745f0ab976b256c973f94 2025-04-15 06:01:23.628 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-15 06:01:23.628 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 06:01:23.628 | ++ 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-15 06:01:23.628 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 06:01:23.628 | +++ 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-15 06:01:23.628 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.628 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 06:01:23.628 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 06:01:23.629 | +++ 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-15 06:01:23.629 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.629 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=2e9e29e573fe4965a49203395a0af645 2025-04-15 06:01:23.629 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 2e9e29e573fe4965a49203395a0af645 2025-04-15 06:01:23.629 | + functions-common:get_or_create_endpoint:1083 : public_id=2e9e29e573fe4965a49203395a0af645 2025-04-15 06:01:23.629 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 06:01:23.629 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 06:01:23.629 | + functions-common:get_or_create_endpoint:1092 : echo 2e9e29e573fe4965a49203395a0af645 2025-04-15 06:01:23.629 | 2e9e29e573fe4965a49203395a0af645 2025-04-15 06:01:23.629 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-15 06:01:23.629 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-15 06:01:23.629 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 06:01:23.629 | +++ 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-15 06:01:23.629 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.629 | ++ functions-common:get_or_create_project:911 : project_id=adcd2adc96a24186b808d5830cc76674 2025-04-15 06:01:23.629 | ++ functions-common:get_or_create_project:912 : echo adcd2adc96a24186b808d5830cc76674 2025-04-15 06:01:23.629 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id adcd2adc96a24186b808d5830cc76674 2025-04-15 06:01:23.629 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-15 06:01:23.629 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:01:23.629 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 06:01:23.629 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-15 06:01:23.629 | +++ 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-15 06:01:23.629 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-15 06:01:23.629 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.629 | ++ functions-common:get_or_create_user:898 : user_id=04f01f86ea34412fb3d64e63c72bde06 2025-04-15 06:01:23.629 | ++ functions-common:get_or_create_user:899 : echo 04f01f86ea34412fb3d64e63c72bde06 2025-04-15 06:01:23.629 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 04f01f86ea34412fb3d64e63c72bde06 2025-04-15 06:01:23.658 | [3984 Async create_cinder_accounts:44309]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-15 06:01:23.662 | + inc/async:async_wait:197 : return 0 2025-04-15 06:01:23.664 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-15 06:01:23.701 | [3984 Async create_neutron_accounts:44452]: Waiting for completion of create_neutron_accounts running on PID 44452 (2 other jobs running) 2025-04-15 06:01:23.719 | [3984 Async create_neutron_accounts:44452]: Signaling child to exit 2025-04-15 06:01:23.719 | WAKEUP 2025-04-15 06:01:23.736 | [3984 Async create_neutron_accounts:44452]: Signaled 2025-04-15 06:01:23.736 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-15 06:01:23.737 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-15 06:01:23.737 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-15 06:01:23.737 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-15 06:01:23.737 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-15 06:01:23.737 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-15 06:01:23.737 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:23.737 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-15 06:01:23.737 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-15 06:01:23.737 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:01:23.737 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 06:01:23.737 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 06:01:23.737 | ++ 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-15 06:01:23.737 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.737 | + functions-common:get_or_create_user:898 : user_id=b1a3ace5dd2344e8a39ad3bf7ef2b884 2025-04-15 06:01:23.737 | + functions-common:get_or_create_user:899 : echo b1a3ace5dd2344e8a39ad3bf7ef2b884 2025-04-15 06:01:23.737 | b1a3ace5dd2344e8a39ad3bf7ef2b884 2025-04-15 06:01:23.737 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-15 06:01:23.737 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:01:23.737 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:01:23.737 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 06:01:23.737 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:01:23.737 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:01:23.737 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 06:01:23.737 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 06:01:23.737 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 06:01:23.737 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 06:01:23.737 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 06:01:23.737 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 06:01:23.737 | + 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-15 06:01:23.737 | ++ 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-15 06:01:23.737 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.737 | + functions-common:get_or_add_user_project_role:962 : user_role_id=354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:23.737 | + functions-common:get_or_add_user_project_role:963 : echo 354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:23.737 | 354f4d08176743a6bb634809484f24b8 2025-04-15 06:01:23.737 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-15 06:01:23.737 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-15 06:01:23.737 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 06:01:23.737 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-15 06:01:23.737 | ++ 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-15 06:01:23.737 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.737 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 06:01:23.737 | 3231bc85e0dc4874998d0fbae105a52c' 2025-04-15 06:01:23.737 | + functions-common:get_or_create_service:1050 : echo 3231bc85e0dc4874998d0fbae105a52c 2025-04-15 06:01:23.737 | 3231bc85e0dc4874998d0fbae105a52c 2025-04-15 06:01:23.737 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-15 06:01:23.737 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 06:01:23.737 | ++ 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-15 06:01:23.737 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 06:01:23.737 | +++ 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-15 06:01:23.737 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.737 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 06:01:23.737 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 06:01:23.737 | +++ 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-15 06:01:23.737 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:01:23.737 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=de17e1fdae2e417bb0ee75fe073cd0ce 2025-04-15 06:01:23.737 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo de17e1fdae2e417bb0ee75fe073cd0ce 2025-04-15 06:01:23.737 | + functions-common:get_or_create_endpoint:1083 : public_id=de17e1fdae2e417bb0ee75fe073cd0ce 2025-04-15 06:01:23.737 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 06:01:23.737 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 06:01:23.737 | + functions-common:get_or_create_endpoint:1092 : echo de17e1fdae2e417bb0ee75fe073cd0ce 2025-04-15 06:01:23.737 | de17e1fdae2e417bb0ee75fe073cd0ce 2025-04-15 06:01:23.770 | [3984 Async create_neutron_accounts:44452]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-15 06:01:23.775 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-15 06:01:23.779 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-15 06:01:23.782 | + inc/async:async_wait:197 : return 0 2025-04-15 06:01:23.784 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-15 06:01:23.799 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:23.801 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-15 06:01:23.816 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:23.818 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-15 06:01:23.820 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:01:23.822 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-15 06:01:23.824 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-15 06:01:23.827 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-15 06:01:23.876 | + inc/async:async_inner:63 : init_glance 2025-04-15 06:01:23.906 | [3984 Async init_glance:46732]: running: init_glance 2025-04-15 06:01:23.908 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-15 06:01:23.923 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:23.925 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-15 06:01:23.927 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:01:23.929 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-15 06:01:23.931 | + stack.sh:main:1175 : configure_neutron 2025-04-15 06:01:23.933 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-15 06:01:23.936 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-15 06:01:23.937 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-15 06:01:23.947 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-15 06:01:23.949 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-15 06:01:28.229 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:28.247 | [46732 Async init_glance:46732]: finished successfully 2025-04-15 06:01:42.088 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-15 06:01:42.092 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-15 06:01:42.094 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-15 06:01:42.096 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-15 06:01:42.098 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-15 06:01:42.100 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-15 06:01:42.101 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-15 06:01:42.103 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-15 06:01:42.105 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-15 06:01:42.107 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-15 06:01:42.109 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-15 06:01:42.111 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-15 06:01:42.112 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-15 06:01:42.114 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-15 06:01:42.116 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-15 06:01:42.118 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-15 06:01:42.121 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:42.123 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:42.125 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-15 06:01:42.127 | + 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-15 06:01:42.130 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-15 06:01:42.132 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-15 06:01:42.134 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-15 06:01:42.136 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-15 06:01:42.138 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 06:01:42.139 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 06:01:42.142 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 06:01:42.154 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:42.155 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 06:01:42.157 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-15 06:01:42.159 | + 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-15 06:01:42.184 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-15 06:01:42.211 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-15 06:01:42.235 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-15 06:01:42.259 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-15 06:01:42.283 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-15 06:01:42.307 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-15 06:01:42.309 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-15 06:01:42.311 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-15 06:01:42.312 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 06:01:42.315 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 06:01:42.328 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 06:01:42.330 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 06:01:42.332 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 06:01:42.334 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 06:01:42.336 | + 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-15 06:01:42.360 | + 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-15 06:01:42.385 | + 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-15 06:01:42.408 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 06:01:42.434 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-15 06:01:42.447 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:42.449 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-15 06:01:42.452 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-15 06:01:42.454 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-15 06:01:42.456 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-15 06:01:42.458 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-15 06:01:42.460 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-15 06:01:42.462 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-15 06:01:42.465 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-15 06:01:42.475 | + 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-15 06:01:42.484 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-15 06:01:42.486 | + 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-15 06:01:42.495 | + 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-15 06:01:42.505 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-15 06:01:42.514 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-15 06:01:42.516 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 06:01:42.519 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-15 06:01:42.522 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.mZ3IKkBgX8 2025-04-15 06:01:42.524 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-15 06:01:42.526 | + 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-15 06:01:42.528 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.mZ3IKkBgX8 2025-04-15 06:01:42.531 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.mZ3IKkBgX8 2025-04-15 06:01:42.540 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.mZ3IKkBgX8 /etc/sudoers.d/neutron-rootwrap 2025-04-15 06:01:42.549 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-15 06:01:42.551 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-15 06:01:42.553 | + 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-15 06:01:42.576 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 06:01:42.578 | + 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-15 06:01:42.602 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-15 06:01:42.604 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-15 06:01:42.606 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-15 06:01:42.608 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 06:01:42.610 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 06:01:42.612 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 06:01:42.626 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:42.628 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 06:01:42.630 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 06:01:42.633 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 06:01:42.646 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:42.648 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 06:01:42.650 | + 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-15 06:01:42.675 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 06:01:42.677 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 06:01:42.679 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-15 06:01:42.693 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:42.695 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-15 06:01:42.708 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:42.710 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-15 06:01:42.712 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:42.714 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:42.716 | + 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-15 06:01:42.743 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 06:01:42.745 | + 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-15 06:01:42.770 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-15 06:01:42.797 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-15 06:01:42.799 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-15 06:01:42.801 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-15 06:01:42.803 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-15 06:01:44.055 | INFO neutron.common.config [-] Logging enabled! 2025-04-15 06:01:44.055 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev17 2025-04-15 06:01:44.055 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47734) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-15 06:01:44.056 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-15 06:01:44.057 | 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/tmpr8pfahcw/privsep.sock'] 2025-04-15 06:01:44.899 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-15 06:01:44.899 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpr8pfahcw/privsep.sock {{(pid=47734) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-15 06:01:44.900 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-15 06:01:44.900 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-15 06:01:44.900 | 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-15 06:01:44.900 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 47745 2025-04-15 06:01:44.900 | DEBUG oslo.privsep.daemon [-] privsep: reply[08f8f940-0ae8-441e-aaf6-5609696c5194]: (2,) {{(pid=47745) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:01:44.991 | 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=47745) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-15 06:01:45.001 | 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.010s {{(pid=47745) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-15 06:01:45.001 | DEBUG oslo.privsep.daemon [-] privsep: reply[9ecad6be-24d4-47b5-ac39-33a9e52d20ac]: (4, ('494b2732-9568-491b-9801-9ea5399304ad\n', '')) {{(pid=47745) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:01:45.091 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47734) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 06:01:45.091 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47734) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 06:01:45.091 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47734) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 06:01:45.091 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47734) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 06:01:45.091 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47734) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 06:01:45.091 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47734) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 06:01:45.126 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-15 06:01:45.126 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47734) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-15 06:01:45.126 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47734) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-15 06:01:45.126 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-15 06:01:45.371 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-15 06:01:45.373 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-15 06:01:45.375 | + 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-15 06:01:45.377 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-15 06:01:45.380 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-15 06:01:45.393 | + 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-15 06:01:45.406 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-15 06:01:45.408 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-15 06:01:45.410 | + 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-15 06:01:45.435 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-15 06:01:45.438 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-15 06:01:45.444 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-15 06:01:45.446 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-15 06:01:45.448 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-15 06:01:45.473 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-15 06:01:45.487 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-15 06:01:45.489 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-15 06:01:45.497 | net.bridge.bridge-nf-call-iptables = 1 2025-04-15 06:01:45.500 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-15 06:01:45.502 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-15 06:01:45.508 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-15 06:01:45.511 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-15 06:01:45.513 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-15 06:01:45.514 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-15 06:01:45.517 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-15 06:01:45.519 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-15 06:01:45.520 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-15 06:01:45.523 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-15 06:01:45.525 | + 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-15 06:01:45.527 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-15 06:01:45.529 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-15 06:01:45.540 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-15 06:01:45.542 | + 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-15 06:01:45.571 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-15 06:01:45.573 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-15 06:01:45.598 | + 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-15 06:01:45.623 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-15 06:01:45.636 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:45.638 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-15 06:01:45.640 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-15 06:01:45.644 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-15 06:01:45.668 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-15 06:01:45.692 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-15 06:01:45.694 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-15 06:01:45.696 | + 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-15 06:01:45.721 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 06:01:45.723 | + 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-15 06:01:45.747 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-15 06:01:45.761 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:45.763 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-15 06:01:45.765 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-15 06:01:45.790 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-15 06:01:45.792 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-15 06:01:45.794 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-15 06:01:45.820 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-15 06:01:45.822 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-15 06:01:45.824 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-15 06:01:45.827 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-15 06:01:45.841 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:45.843 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-15 06:01:45.845 | + 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-15 06:01:45.849 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-15 06:01:45.873 | + 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-15 06:01:45.900 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-15 06:01:45.902 | + 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-15 06:01:45.926 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-15 06:01:45.928 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-15 06:01:45.953 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-15 06:01:45.955 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-15 06:01:45.957 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-15 06:01:45.982 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-15 06:01:45.984 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-15 06:01:45.986 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-15 06:01:45.988 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-15 06:01:47.276 | INFO neutron.common.config [-] Logging enabled! 2025-04-15 06:01:47.276 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev17 2025-04-15 06:01:47.276 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=48290) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-15 06:01:47.300 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=48290) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 06:01:47.301 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=48290) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 06:01:47.301 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=48290) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 06:01:47.301 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=48290) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 06:01:47.301 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=48290) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 06:01:47.301 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=48290) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 06:01:47.336 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-15 06:01:47.336 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=48290) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-15 06:01:47.336 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=48290) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-15 06:01:47.336 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-15 06:01:47.644 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-15 06:01:47.646 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-15 06:01:47.649 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-15 06:01:47.651 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-15 06:01:47.653 | + 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-15 06:01:47.656 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-15 06:01:47.658 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-15 06:01:47.672 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-15 06:01:47.674 | + functions:set_mtu:796 : local dev=br-ex 2025-04-15 06:01:47.676 | + functions:set_mtu:797 : local mtu=8950 2025-04-15 06:01:47.679 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-15 06:01:47.689 | + 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-15 06:01:47.703 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-15 06:01:47.705 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-15 06:01:47.708 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-15 06:01:47.710 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-15 06:01:47.712 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-15 06:01:47.714 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-15 06:01:47.716 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-15 06:01:47.718 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-15 06:01:47.720 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-15 06:01:47.722 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-15 06:01:47.724 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-15 06:01:47.726 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-15 06:01:47.728 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-15 06:01:47.730 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-15 06:01:47.733 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-15 06:01:47.734 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-15 06:01:47.739 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-15 06:01:47.741 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-15 06:01:47.743 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-15 06:01:47.745 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-15 06:01:47.748 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-15 06:01:47.748 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-15 06:01:47.749 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-15 06:01:47.754 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-15 06:01:47.756 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-15 06:01:47.758 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-15 06:01:47.760 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-15 06:01:47.762 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-15 06:01:47.764 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-15 06:01:47.766 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-15 06:01:47.781 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-15 06:01:47.781 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-15 06:01:47.786 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-15 06:01:47.788 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-15 06:01:47.802 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:47.805 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-15 06:01:47.807 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-15 06:01:47.811 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-15 06:01:47.836 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-15 06:01:47.862 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-15 06:01:47.887 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-15 06:01:47.889 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-15 06:01:47.891 | + 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-15 06:01:47.917 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 06:01:47.919 | + 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-15 06:01:47.944 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-15 06:01:47.946 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-15 06:01:47.960 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:47.962 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-15 06:01:47.964 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-15 06:01:47.978 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:47.980 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-15 06:01:47.995 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:47.997 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-15 06:01:48.011 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:48.013 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-15 06:01:48.027 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:48.029 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-15 06:01:48.042 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:48.044 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-15 06:01:48.046 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-15 06:01:48.049 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-15 06:01:48.052 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-15 06:01:48.054 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-15 06:01:48.056 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-15 06:01:48.059 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-15 06:01:48.061 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-15 06:01:48.063 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-15 06:01:48.067 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-15 06:01:48.071 | + 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-15 06:01:48.075 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-15 06:01:48.100 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-15 06:01:48.127 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-15 06:01:48.152 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-15 06:01:48.177 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-15 06:01:48.179 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 06:01:48.181 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-15 06:01:48.183 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 06:01:48.185 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-15 06:01:48.210 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-15 06:01:48.235 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 06:01:48.259 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-15 06:01:48.284 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-15 06:01:48.310 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-15 06:01:48.335 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-15 06:01:48.360 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-15 06:01:48.385 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 06:01:48.410 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 06:01:48.436 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-15 06:01:48.461 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-15 06:01:48.487 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-15 06:01:48.489 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 06:01:48.491 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-15 06:01:48.493 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-15 06:01:48.495 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-15 06:01:48.520 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-15 06:01:48.545 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-15 06:01:48.570 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-15 06:01:48.595 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-15 06:01:48.620 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-15 06:01:48.645 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-15 06:01:48.670 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-15 06:01:48.694 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-15 06:01:48.719 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-15 06:01:48.744 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-15 06:01:48.746 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 06:01:48.748 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-15 06:01:48.750 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-15 06:01:48.752 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-15 06:01:48.778 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-15 06:01:48.803 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-15 06:01:48.828 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-15 06:01:48.853 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-15 06:01:48.878 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-15 06:01:48.903 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-15 06:01:48.928 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-15 06:01:48.954 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-15 06:01:48.979 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-15 06:01:49.005 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-15 06:01:49.008 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-15 06:01:49.010 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-15 06:01:49.012 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-15 06:01:49.014 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-15 06:01:49.016 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-15 06:01:49.018 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-15 06:01:49.020 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-15 06:01:49.022 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-15 06:01:49.024 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-15 06:01:49.026 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-15 06:01:49.028 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-15 06:01:49.030 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-15 06:01:49.032 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-15 06:01:49.034 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-15 06:01:49.036 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-15 06:01:49.038 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-15 06:01:49.040 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-15 06:01:49.042 | + 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-15 06:01:49.044 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:49.046 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-15 06:01:49.048 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-15 06:01:49.050 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-15 06:01:49.052 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 06:01:49.054 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-15 06:01:49.078 | + 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-15 06:01:49.080 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:49.082 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 06:01:49.084 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-15 06:01:49.087 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-15 06:01:49.089 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 06:01:49.091 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-15 06:01:49.115 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-15 06:01:49.117 | + 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-15 06:01:49.119 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:49.121 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 06:01:49.123 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-15 06:01:49.125 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-15 06:01:49.127 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 06:01:49.129 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-15 06:01:49.154 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-15 06:01:49.156 | + 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-15 06:01:49.158 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:49.160 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 06:01:49.162 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-15 06:01:49.164 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-15 06:01:49.166 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 06:01:49.168 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-15 06:01:49.191 | + 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-15 06:01:49.193 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:49.195 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 06:01:49.197 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-15 06:01:49.199 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-15 06:01:49.201 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 06:01:49.203 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-15 06:01:49.226 | + 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-15 06:01:49.228 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:49.230 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-15 06:01:49.232 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-15 06:01:49.234 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-15 06:01:49.236 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 06:01:49.238 | + 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-15 06:01:49.263 | + 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-15 06:01:49.265 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:49.267 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-15 06:01:49.268 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-15 06:01:49.270 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-15 06:01:49.272 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 06:01:49.274 | + 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-15 06:01:49.298 | + 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-15 06:01:49.300 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:49.302 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-15 06:01:49.304 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-15 06:01:49.306 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-15 06:01:49.308 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 06:01:49.310 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-15 06:01:49.334 | + 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-15 06:01:49.337 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:49.339 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-15 06:01:49.341 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-15 06:01:49.343 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-15 06:01:49.345 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 06:01:49.347 | + 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-15 06:01:49.371 | + 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-15 06:01:49.373 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:01:49.375 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-15 06:01:49.377 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-15 06:01:49.379 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-15 06:01:49.381 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 06:01:49.383 | + 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-15 06:01:49.407 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-15 06:01:49.410 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-15 06:01:49.436 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-15 06:01:49.461 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-15 06:01:49.463 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-15 06:01:49.477 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:49.479 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-15 06:01:49.493 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:49.495 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-15 06:01:49.497 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-15 06:01:49.545 | + inc/async:async_inner:63 : init_neutron 2025-04-15 06:01:49.577 | [3984 Async init_neutron:50107]: running: init_neutron 2025-04-15 06:01:49.579 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-15 06:01:49.594 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:49.597 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-15 06:01:49.611 | ++ stack.sh:main:1191 : true 2025-04-15 06:01:49.613 | + stack.sh:main:1191 : netman_pid= 2025-04-15 06:01:49.615 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-15 06:01:49.618 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-15 06:01:49.630 | dnsmasq: no process found 2025-04-15 06:01:49.633 | + stack.sh:main:1193 : true 2025-04-15 06:01:49.636 | + stack.sh:main:1198 : clean_iptables 2025-04-15 06:01:49.639 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 06:01:49.640 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-15 06:01:49.640 | + lib/nova:clean_iptables:189 : grep nova 2025-04-15 06:01:49.640 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-15 06:01:49.641 | + lib/nova:clean_iptables:189 : bash 2025-04-15 06:01:49.641 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-15 06:01:49.641 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-15 06:01:49.666 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 06:01:49.667 | + lib/nova:clean_iptables:191 : grep nova 2025-04-15 06:01:49.667 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-15 06:01:49.667 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-15 06:01:49.668 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-15 06:01:49.668 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-15 06:01:49.669 | + lib/nova:clean_iptables:191 : bash 2025-04-15 06:01:49.679 | + lib/nova:clean_iptables:193 : grep nova 2025-04-15 06:01:49.679 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 06:01:49.680 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-15 06:01:49.680 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-15 06:01:49.681 | + lib/nova:clean_iptables:193 : bash 2025-04-15 06:01:49.683 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-15 06:01:49.684 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-15 06:01:49.693 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-15 06:01:49.693 | + lib/nova:clean_iptables:195 : grep nova 2025-04-15 06:01:49.693 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 06:01:49.693 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-15 06:01:49.694 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-15 06:01:49.695 | + lib/nova:clean_iptables:195 : bash 2025-04-15 06:01:49.697 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-15 06:01:49.704 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-15 06:01:49.711 | net.ipv4.ip_forward = 1 2025-04-15 06:01:49.714 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-15 06:01:49.728 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:49.730 | + stack.sh:main:1207 : configure_os_vif 2025-04-15 06:01:49.733 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-15 06:01:49.735 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-15 06:01:49.762 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-15 06:01:49.764 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-15 06:01:49.792 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-15 06:01:49.807 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:01:49.809 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-15 06:01:49.824 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:49.826 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-15 06:01:49.828 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:01:49.830 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-15 06:01:49.832 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-15 06:01:49.834 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-15 06:01:49.885 | + inc/async:async_inner:63 : init_cinder 2025-04-15 06:01:49.915 | [3984 Async init_cinder:50458]: running: init_cinder 2025-04-15 06:01:49.917 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-15 06:01:49.932 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:01:49.935 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-15 06:01:49.937 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:01:49.940 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-15 06:01:49.942 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-15 06:01:49.944 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-15 06:01:49.995 | + inc/async:async_inner:63 : init_placement 2025-04-15 06:01:50.031 | [3984 Async init_placement:50605]: running: init_placement 2025-04-15 06:01:50.033 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-15 06:01:50.071 | [3984 Async init_neutron:50107]: Waiting for completion of init_neutron running on PID 50107 (5 other jobs running) 2025-04-15 06:01:50.089 | [3984 Async init_neutron:50107]: Signaling child to exit 2025-04-15 06:01:53.468 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:53.487 | [50458 Async init_cinder:50458]: finished successfully 2025-04-15 06:01:58.482 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:01:58.501 | [50107 Async init_neutron:50107]: finished successfully 2025-04-15 06:01:58.518 | WAKEUP 2025-04-15 06:01:58.536 | [3984 Async init_neutron:50107]: Signaled 2025-04-15 06:01:58.536 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-15 06:01:58.536 | + lib/database:recreate_database:112 : local db=neutron 2025-04-15 06:01:58.536 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-15 06:01:58.536 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-15 06:01:58.536 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-15 06:01:58.536 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-15 06:01:58.536 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-15 06:01:58.536 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 06:01:58.536 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:01:58.536 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:01:58.536 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:01:58.536 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696909585 2025-04-15 06:01:58.536 | + 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-15 06:01:58.536 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-15 06:01:58.536 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-15 06:01:58.537 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-15 06:01:58.538 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-15 06:01:58.538 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-15 06:01:58.538 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-15 06:01:58.538 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-15 06:01:58.538 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-15 06:01:58.538 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-15 06:01:58.538 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-15 06:01:58.538 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-15 06:01:58.538 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-15 06:01:58.538 | Running upgrade for neutron ... 2025-04-15 06:01:58.538 | OK 2025-04-15 06:01:58.538 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-15 06:01:58.538 | + functions-common:time_stop:2400 : local name 2025-04-15 06:01:58.538 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:01:58.538 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:01:58.538 | + functions-common:time_stop:2403 : local total 2025-04-15 06:01:58.538 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:01:58.538 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 06:01:58.538 | + functions-common:time_stop:2407 : start_time=1744696909585 2025-04-15 06:01:58.538 | + functions-common:time_stop:2409 : [[ -z 1744696909585 ]] 2025-04-15 06:01:58.538 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:01:58.538 | + functions-common:time_stop:2412 : end_time=1744696918469 2025-04-15 06:01:58.538 | + functions-common:time_stop:2413 : elapsed_time=8884 2025-04-15 06:01:58.538 | + functions-common:time_stop:2414 : total=2714 2025-04-15 06:01:58.538 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:01:58.538 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11598 2025-04-15 06:01:58.569 | [3984 Async init_neutron:50107]: finished init_neutron with result 0 in 8 seconds 2025-04-15 06:01:58.572 | + inc/async:async_wait:197 : return 0 2025-04-15 06:01:58.574 | + stack.sh:main:1237 : async_wait init_placement 2025-04-15 06:01:58.612 | [3984 Async init_placement:50605]: Waiting for completion of init_placement running on PID 50605 (4 other jobs running) 2025-04-15 06:01:58.630 | [3984 Async init_placement:50605]: Signaling child to exit 2025-04-15 06:02:06.061 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:02:06.081 | [50605 Async init_placement:50605]: finished successfully 2025-04-15 06:02:06.098 | WAKEUP 2025-04-15 06:02:06.114 | [3984 Async init_placement:50605]: Signaled 2025-04-15 06:02:06.115 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-15 06:02:06.115 | + lib/database:recreate_database:112 : local db=placement 2025-04-15 06:02:06.115 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-15 06:02:06.115 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-15 06:02:06.115 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-15 06:02:06.115 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-15 06:02:06.115 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-15 06:02:06.115 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-15 06:02:06.115 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-15 06:02:06.115 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-15 06:02:06.116 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 06:02:06.116 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 06:02:06.116 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 06:02:06.116 | ++ 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-15 06:02:06.116 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:06.116 | + functions-common:get_or_create_user:898 : user_id=dcd5a6bf16764604822afeef7a36345e 2025-04-15 06:02:06.116 | + functions-common:get_or_create_user:899 : echo dcd5a6bf16764604822afeef7a36345e 2025-04-15 06:02:06.116 | dcd5a6bf16764604822afeef7a36345e 2025-04-15 06:02:06.116 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-15 06:02:06.116 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:02:06.116 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:02:06.116 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 06:02:06.116 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 06:02:06.116 | + 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-15 06:02:06.116 | ++ 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-15 06:02:06.116 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:06.116 | + functions-common:get_or_add_user_project_role:962 : user_role_id=354f4d08176743a6bb634809484f24b8 2025-04-15 06:02:06.116 | + functions-common:get_or_add_user_project_role:963 : echo 354f4d08176743a6bb634809484f24b8 2025-04-15 06:02:06.116 | 354f4d08176743a6bb634809484f24b8 2025-04-15 06:02:06.116 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-15 06:02:06.116 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-15 06:02:06.116 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 06:02:06.116 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 06:02:06.116 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 06:02:06.116 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 06:02:06.116 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 06:02:06.116 | + 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-15 06:02:06.116 | ++ 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-15 06:02:06.116 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:06.116 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:02:06.116 | + functions-common:get_or_add_user_project_role:963 : echo c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:02:06.116 | c37a9edc9e2a4095b1e0339b3de91c4b 2025-04-15 06:02:06.116 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-15 06:02:06.116 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-15 06:02:06.116 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 06:02:06.116 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-15 06:02:06.116 | ++ 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-15 06:02:06.116 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:06.116 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 06:02:06.116 | 6020ae7bc8d14d0cacd0b6ea8003a610' 2025-04-15 06:02:06.116 | + functions-common:get_or_create_service:1050 : echo 6020ae7bc8d14d0cacd0b6ea8003a610 2025-04-15 06:02:06.116 | 6020ae7bc8d14d0cacd0b6ea8003a610 2025-04-15 06:02:06.116 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-15 06:02:06.116 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 06:02:06.116 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-15 06:02:06.116 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 06:02:06.116 | +++ 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-15 06:02:06.116 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:06.116 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 06:02:06.116 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 06:02:06.116 | +++ 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-15 06:02:06.116 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:06.116 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=b881076ad52f4f7cba9213dc232eae82 2025-04-15 06:02:06.116 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo b881076ad52f4f7cba9213dc232eae82 2025-04-15 06:02:06.116 | + functions-common:get_or_create_endpoint:1083 : public_id=b881076ad52f4f7cba9213dc232eae82 2025-04-15 06:02:06.116 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 06:02:06.116 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 06:02:06.116 | + functions-common:get_or_create_endpoint:1092 : echo b881076ad52f4f7cba9213dc232eae82 2025-04-15 06:02:06.116 | b881076ad52f4f7cba9213dc232eae82 2025-04-15 06:02:06.147 | [3984 Async init_placement:50605]: finished init_placement with result 0 in 16 seconds 2025-04-15 06:02:06.151 | + inc/async:async_wait:197 : return 0 2025-04-15 06:02:06.153 | + stack.sh:main:1238 : async_wait init_glance 2025-04-15 06:02:06.191 | [3984 Async init_glance:46732]: Waiting for completion of init_glance running on PID 46732 (3 other jobs running) 2025-04-15 06:02:06.209 | [3984 Async init_glance:46732]: Signaling child to exit 2025-04-15 06:02:06.209 | WAKEUP 2025-04-15 06:02:06.225 | [3984 Async init_glance:46732]: Signaled 2025-04-15 06:02:06.226 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-15 06:02:06.226 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-15 06:02:06.226 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-15 06:02:06.226 | + lib/database:recreate_database:112 : local db=glance 2025-04-15 06:02:06.226 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-15 06:02:06.226 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-15 06:02:06.226 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-15 06:02:06.226 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-15 06:02:06.226 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-15 06:02:06.226 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 06:02:06.226 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:06.226 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:06.226 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:06.226 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696883921 2025-04-15 06:02:06.226 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-15 06:02:06.226 | INFO dbcounter [-] Registered counter for database glance 2025-04-15 06:02:06.226 | 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=46819) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:02:06.227 | DEBUG dbcounter [-] [46819] Writer thread running {{(pid=46819) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.227 | INFO dbcounter [-] Registered counter for database glance 2025-04-15 06:02:06.227 | 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=46819) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:02:06.227 | DEBUG dbcounter [-] [46819] Writer thread running {{(pid=46819) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.227 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-15 06:02:06.227 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.228 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-15 06:02:06.228 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.228 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-15 06:02:06.228 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=46819) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-15 06:02:06.228 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.228 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.228 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.228 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.228 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-15 06:02:06.228 | Database migration is up to date. No migration needed. 2025-04-15 06:02:06.228 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-15 06:02:06.228 | Database is synced successfully. 2025-04-15 06:02:06.228 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-15 06:02:06.228 | INFO dbcounter [-] Registered counter for database glance 2025-04-15 06:02:06.228 | 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=46889) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:02:06.228 | DEBUG dbcounter [-] [46889] Writer thread running {{(pid=46889) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-15 06:02:06.228 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-15 06:02:06.228 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-15 06:02:06.228 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:06.228 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:06.228 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:06.228 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:06.228 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:06.228 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 06:02:06.228 | + functions-common:time_stop:2407 : start_time=1744696883921 2025-04-15 06:02:06.228 | + functions-common:time_stop:2409 : [[ -z 1744696883921 ]] 2025-04-15 06:02:06.228 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:06.228 | + functions-common:time_stop:2412 : end_time=1744696888216 2025-04-15 06:02:06.228 | + functions-common:time_stop:2413 : elapsed_time=4295 2025-04-15 06:02:06.229 | + functions-common:time_stop:2414 : total=2714 2025-04-15 06:02:06.229 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:06.229 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7009 2025-04-15 06:02:06.259 | [3984 Async init_glance:46732]: finished init_glance with result 0 in 4 seconds 2025-04-15 06:02:06.262 | + inc/async:async_wait:197 : return 0 2025-04-15 06:02:06.264 | + stack.sh:main:1239 : async_wait init_swift 2025-04-15 06:02:06.280 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-15 06:02:06.282 | + inc/async:async_wait:197 : return 0 2025-04-15 06:02:06.285 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-15 06:02:06.323 | [3984 Async init_cinder:50458]: Waiting for completion of init_cinder running on PID 50458 (2 other jobs running) 2025-04-15 06:02:06.342 | [3984 Async init_cinder:50458]: Signaling child to exit 2025-04-15 06:02:06.342 | WAKEUP 2025-04-15 06:02:06.359 | [3984 Async init_cinder:50458]: Signaled 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-15 06:02:06.360 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-15 06:02:06.360 | + lib/database:recreate_database:112 : local db=cinder 2025-04-15 06:02:06.360 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-15 06:02:06.360 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-15 06:02:06.360 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-15 06:02:06.360 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-15 06:02:06.360 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 06:02:06.360 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:06.360 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:06.360 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:06.360 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696909940 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-15 06:02:06.360 | INFO dbcounter [-] Registered counter for database cinder 2025-04-15 06:02:06.360 | 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=50562) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:02:06.360 | DEBUG dbcounter [-] [50562] Writer thread running {{(pid=50562) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:06.360 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-15 06:02:06.360 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:06.360 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:06.360 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-15 06:02:06.360 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=50562) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 06:02:06.360 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-15 06:02:06.360 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=50562) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.360 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-15 06:02:06.360 | INFO dbcounter [-] Registered counter for database cinder 2025-04-15 06:02:06.360 | 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=50562) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:02:06.360 | DEBUG dbcounter [-] [50562] Writer thread running {{(pid=50562) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:06.360 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=50562) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.360 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-15 06:02:06.360 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=50562) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:06.360 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-15 06:02:06.360 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:06.360 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:06.360 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:06.360 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:06.360 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:06.360 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 06:02:06.360 | + functions-common:time_stop:2407 : start_time=1744696909940 2025-04-15 06:02:06.360 | + functions-common:time_stop:2409 : [[ -z 1744696909940 ]] 2025-04-15 06:02:06.360 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:06.360 | + functions-common:time_stop:2412 : end_time=1744696913406 2025-04-15 06:02:06.360 | + functions-common:time_stop:2413 : elapsed_time=3466 2025-04-15 06:02:06.360 | + functions-common:time_stop:2414 : total=2714 2025-04-15 06:02:06.360 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:06.360 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6180 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-15 06:02:06.360 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-15 06:02:06.360 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-15 06:02:06.360 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:06.361 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-15 06:02:06.392 | [3984 Async init_cinder:50458]: finished init_cinder with result 0 in 3 seconds 2025-04-15 06:02:06.395 | + inc/async:async_wait:197 : return 0 2025-04-15 06:02:06.398 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-15 06:02:06.411 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:06.413 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-15 06:02:06.415 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:02:06.418 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-15 06:02:06.420 | + stack.sh:main:1247 : init_nova 2025-04-15 06:02:06.422 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-15 06:02:06.436 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:06.438 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-15 06:02:06.451 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:06.453 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 06:02:06.455 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-15 06:02:06.457 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-15 06:02:06.459 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-15 06:02:06.462 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-15 06:02:06.464 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-15 06:02:06.472 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-15 06:02:06.481 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-15 06:02:06.485 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-15 06:02:06.487 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-15 06:02:06.490 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-15 06:02:06.492 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-15 06:02:06.494 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-15 06:02:06.542 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-15 06:02:06.573 | [3984 Async nova-cell-1:51759]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-15 06:02:06.576 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-15 06:02:06.578 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-15 06:02:06.580 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-15 06:02:06.582 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-15 06:02:06.584 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-15 06:02:06.592 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-15 06:02:06.601 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-15 06:02:07.061 | 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-15 06:02:08.750 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-15 06:02:08.761 | DEBUG dbcounter [-] [51826] Writer thread running {{(pid=51826) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:08.764 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:08.764 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:08.787 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-15 06:02:09.831 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=51826) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 06:02:09.833 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-15 06:02:10.011 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=51826) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:10.011 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-15 06:02:10.014 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=51826) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:10.374 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-15 06:02:10.377 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-15 06:02:10.379 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-15 06:02:10.381 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-15 06:02:10.383 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 06:02:10.386 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 06:02:10.388 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 06:02:10.402 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:10.404 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 06:02:10.406 | ++ 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-15 06:02:10.409 | + 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-15 06:02:10.878 | 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-15 06:02:12.028 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:02:12.048 | [51759 Async nova-cell-1:51759]: finished successfully 2025-04-15 06:02:12.137 | INFO dbcounter [None req-1883b265-3fad-495c-827e-cd9d30722222 None None] Registered counter for database nova_api 2025-04-15 06:02:12.148 | DEBUG dbcounter [-] [51884] Writer thread running {{(pid=51884) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:12.492 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-15 06:02:12.495 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-15 06:02:12.498 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-15 06:02:12.514 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-15 06:02:12.516 | + inc/async:async_wait:197 : return 0 2025-04-15 06:02:12.518 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-15 06:02:12.520 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-15 06:02:12.557 | [3984 Async nova-cell-1:51759]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 51759 (2 other jobs running) 2025-04-15 06:02:12.575 | [3984 Async nova-cell-1:51759]: Signaling child to exit 2025-04-15 06:02:12.575 | WAKEUP 2025-04-15 06:02:12.591 | [3984 Async nova-cell-1:51759]: Signaled 2025-04-15 06:02:12.592 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-15 06:02:12.592 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-15 06:02:12.592 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-15 06:02:12.592 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-15 06:02:12.592 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-15 06:02:12.592 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-15 06:02:12.592 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-15 06:02:12.592 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-15 06:02:12.592 | + 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-15 06:02:12.592 | 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-15 06:02:12.592 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-15 06:02:12.592 | DEBUG dbcounter [-] [51810] Writer thread running {{(pid=51810) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:12.592 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 06:02:12.592 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 06:02:12.592 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-15 06:02:12.592 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=51810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 06:02:12.592 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-15 06:02:12.592 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:12.592 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-15 06:02:12.592 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:12.592 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-15 06:02:12.592 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:12.592 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-15 06:02:12.592 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:12.592 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-15 06:02:12.592 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51810) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:12.623 | [3984 Async nova-cell-1:51759]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-15 06:02:12.627 | + inc/async:async_wait:197 : return 0 2025-04-15 06:02:12.629 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 06:02:12.631 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-15 06:02:13.086 | 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-15 06:02:14.302 | INFO dbcounter [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Registered counter for database nova_api 2025-04-15 06:02:14.313 | DEBUG dbcounter [-] [52080] Writer thread running {{(pid=52080) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:14.340 | INFO dbcounter [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Registered counter for database nova_cell0 2025-04-15 06:02:14.344 | DEBUG dbcounter [-] [52080] Writer thread running {{(pid=52080) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:14.346 | INFO alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Context impl MySQLImpl. 2025-04-15 06:02:14.347 | INFO alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Will assume non-transactional DDL. 2025-04-15 06:02:14.361 | INFO alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-15 06:02:16.651 | DEBUG alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] new branch insert 8f2f1571d55b {{(pid=52080) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 06:02:16.653 | INFO alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-15 06:02:16.680 | DEBUG alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=52080) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:16.682 | INFO alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-15 06:02:16.748 | DEBUG alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=52080) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:16.749 | INFO alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-15 06:02:16.765 | DEBUG alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=52080) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:16.767 | INFO alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-15 06:02:16.769 | DEBUG alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=52080) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:16.770 | INFO alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-15 06:02:16.828 | DEBUG alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=52080) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 06:02:16.831 | INFO dbcounter [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Registered counter for database nova_cell1 2025-04-15 06:02:16.836 | DEBUG dbcounter [-] [52080] Writer thread running {{(pid=52080) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:16.839 | INFO alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Context impl MySQLImpl. 2025-04-15 06:02:16.839 | INFO alembic.runtime.migration [None req-b310b1b9-0709-4507-83ce-b0edc7cfa863 None None] Will assume non-transactional DDL. 2025-04-15 06:02:17.179 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-15 06:02:17.641 | 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-15 06:02:18.827 | Running batches of 50 until complete 2025-04-15 06:02:18.827 | INFO dbcounter [None req-e29c7b84-3bb0-4e47-bab6-d6e9fa1d64c4 None None] Registered counter for database nova_cell1 2025-04-15 06:02:18.838 | DEBUG dbcounter [-] [52087] Writer thread running {{(pid=52087) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:18.896 | INFO dbcounter [None req-e29c7b84-3bb0-4e47-bab6-d6e9fa1d64c4 None None] Registered counter for database nova_api 2025-04-15 06:02:18.900 | DEBUG dbcounter [-] [52087] Writer thread running {{(pid=52087) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:18.967 | INFO dbcounter [None req-e29c7b84-3bb0-4e47-bab6-d6e9fa1d64c4 None None] Registered counter for database nova_cell0 2025-04-15 06:02:18.970 | DEBUG dbcounter [-] [52087] Writer thread running {{(pid=52087) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:19.011 | +-------------------------------------+--------------+-----------+ 2025-04-15 06:02:19.011 | | Migration | Total Needed | Completed | 2025-04-15 06:02:19.011 | +-------------------------------------+--------------+-----------+ 2025-04-15 06:02:19.011 | | fill_virtual_interface_list | 0 | 0 | 2025-04-15 06:02:19.011 | | migrate_empty_ratio | 0 | 0 | 2025-04-15 06:02:19.011 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-15 06:02:19.011 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-15 06:02:19.011 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-15 06:02:19.011 | | populate_dev_uuids | 0 | 0 | 2025-04-15 06:02:19.011 | | populate_instance_compute_id | 0 | 0 | 2025-04-15 06:02:19.011 | | populate_missing_availability_zones | 0 | 0 | 2025-04-15 06:02:19.011 | | populate_queued_for_delete | 0 | 0 | 2025-04-15 06:02:19.011 | | populate_user_id | 0 | 0 | 2025-04-15 06:02:19.011 | | populate_uuids | 0 | 0 | 2025-04-15 06:02:19.011 | +-------------------------------------+--------------+-----------+ 2025-04-15 06:02:19.361 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-15 06:02:19.365 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-15 06:02:19.368 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-15 06:02:19.371 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-15 06:02:19.372 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-15 06:02:19.375 | + 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-15 06:02:19.825 | 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-15 06:02:21.023 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-15 06:02:21.023 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-15 06:02:21.023 | INFO dbcounter [None req-9f3c373c-cdb8-4115-b3c9-53daa65cc9a0 None None] Registered counter for database nova_api 2025-04-15 06:02:21.034 | DEBUG dbcounter [-] [52106] Writer thread running {{(pid=52106) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:02:21.388 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-15 06:02:21.390 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-15 06:02:21.401 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-15 06:02:21.403 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-15 06:02:21.405 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-15 06:02:21.456 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-15 06:02:21.488 | [3984 Async configure_neutron_nova:52164]: running: configure_neutron_nova 2025-04-15 06:02:21.491 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-15 06:02:21.493 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 06:02:21.495 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-15 06:02:21.497 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 06:02:21.500 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 06:02:21.502 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 06:02:21.504 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 06:02:21.506 | + functions-common:run_phase:1838 : local extra 2025-04-15 06:02:21.509 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 06:02:21.512 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 06:02:21.514 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 06:02:21.517 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 06:02:21.520 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-15 06:02:21.521 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 06:02:21.535 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:21.537 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 06:02:21.539 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:02:21.542 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-15 06:02:21.544 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:02:21.547 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 06:02:21.549 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-15 06:02:21.551 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 06:02:21.553 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 06:02:21.555 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 06:02:21.557 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 06:02:21.560 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-15 06:02:21.562 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 06:02:21.564 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-15 06:02:21.566 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 06:02:21.568 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 06:02:21.571 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 06:02:21.573 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 06:02:21.575 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 06:02:21.578 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-15 06:02:21.580 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 06:02:21.582 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:02:21.584 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-15 06:02:21.586 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:02:21.588 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 06:02:21.590 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-15 06:02:21.593 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:02:21.595 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-15 06:02:21.598 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-15 06:02:21.600 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 06:02:21.603 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 06:02:21.604 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-15 06:02:21.607 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:02:21.609 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 06:02:21.611 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 06:02:21.614 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-15 06:02:21.616 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:21.619 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-15 06:02:21.621 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:02:21.623 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-15 06:02:21.623 | /^\[\[.+\|.*\]\]/ { 2025-04-15 06:02:21.623 | gsub("[][]", "", $1); 2025-04-15 06:02:21.623 | split($1, a, "|"); 2025-04-15 06:02:21.623 | if (a[1] == matchgroup) 2025-04-15 06:02:21.623 | print a[2] 2025-04-15 06:02:21.623 | } 2025-04-15 06:02:21.623 | ' /opt/stack/devstack/local.conf 2025-04-15 06:02:21.628 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 06:02:21.630 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 06:02:21.632 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 06:02:21.635 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-15 06:02:21.637 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-15 06:02:21.640 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-15 06:02:21.642 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-15 06:02:21.645 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-15 06:02:21.649 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-15 06:02:21.651 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-15 06:02:21.653 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-15 06:02:21.655 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:21.658 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 06:02:21.660 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-15 06:02:21.662 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 06:02:21.665 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-15 06:02:21.667 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-15 06:02:21.670 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-15 06:02:21.673 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-15 06:02:21.675 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-15 06:02:21.676 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:21.676 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-15 06:02:21.676 | BEGIN { 2025-04-15 06:02:21.676 | section = "" 2025-04-15 06:02:21.676 | last_section = "" 2025-04-15 06:02:21.676 | section_count = 0 2025-04-15 06:02:21.676 | } 2025-04-15 06:02:21.676 | /^\[.+\]/ { 2025-04-15 06:02:21.676 | gsub("[][]", "", $1); 2025-04-15 06:02:21.676 | section=$1 2025-04-15 06:02:21.676 | next 2025-04-15 06:02:21.676 | } 2025-04-15 06:02:21.676 | /^ *\#/ { 2025-04-15 06:02:21.676 | next 2025-04-15 06:02:21.676 | } 2025-04-15 06:02:21.676 | /^[^ \t]+/ { 2025-04-15 06:02:21.676 | # get offset of first = in $0 2025-04-15 06:02:21.676 | eq_idx = index($0, "=") 2025-04-15 06:02:21.676 | # extract attr & value from $0 2025-04-15 06:02:21.676 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 06:02:21.676 | value = substr($0, eq_idx + 1) 2025-04-15 06:02:21.676 | # only need to strip trailing whitespace from attr 2025-04-15 06:02:21.676 | sub(/[ \t]*$/, "", attr) 2025-04-15 06:02:21.676 | # need to strip leading & trailing whitespace from value 2025-04-15 06:02:21.676 | sub(/^[ \t]*/, "", value) 2025-04-15 06:02:21.676 | sub(/[ \t]*$/, "", value) 2025-04-15 06:02:21.676 | 2025-04-15 06:02:21.676 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 06:02:21.676 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 06:02:21.676 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 06:02:21.676 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 06:02:21.676 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 06:02:21.676 | if (section != last_section) { 2025-04-15 06:02:21.676 | cfg_section[section_count++] = section 2025-04-15 06:02:21.676 | last_section = section 2025-04-15 06:02:21.676 | } 2025-04-15 06:02:21.676 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 06:02:21.676 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 06:02:21.676 | 2025-04-15 06:02:21.676 | cfg_attr[section, attr, 0] = value 2025-04-15 06:02:21.676 | cfg_attr_count[section, attr] = 1 2025-04-15 06:02:21.676 | } else { 2025-04-15 06:02:21.676 | lno = cfg_attr_count[section, attr]++ 2025-04-15 06:02:21.676 | cfg_attr[section, attr, lno] = value 2025-04-15 06:02:21.676 | } 2025-04-15 06:02:21.676 | } 2025-04-15 06:02:21.676 | END { 2025-04-15 06:02:21.676 | # Process each section in order 2025-04-15 06:02:21.676 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 06:02:21.676 | section = cfg_section[sno] 2025-04-15 06:02:21.676 | # The ini routines simply append a config item immediately 2025-04-15 06:02:21.676 | # after the section header. To keep the same order as defined 2025-04-15 06:02:21.676 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 06:02:21.676 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 06:02:21.676 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 06:02:21.676 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 06:02:21.676 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 06:02:21.676 | else { 2025-04-15 06:02:21.676 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 06:02:21.676 | count = cfg_attr_count[section, attr] 2025-04-15 06:02:21.676 | print "inidelete " configfile " " section " " attr 2025-04-15 06:02:21.676 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 06:02:21.676 | for (l = count -2; l >= 0; l--) 2025-04-15 06:02:21.676 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 06:02:21.676 | } 2025-04-15 06:02:21.676 | } 2025-04-15 06:02:21.676 | } 2025-04-15 06:02:21.677 | } 2025-04-15 06:02:21.677 | ' 2025-04-15 06:02:21.677 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:21.678 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 06:02:21.680 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 06:02:21.682 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-15 06:02:21.684 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:02:21.686 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-15 06:02:21.689 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-15 06:02:21.689 | BEGIN { group = "" } 2025-04-15 06:02:21.689 | /^\[\[.+\|.*\]\]/ { 2025-04-15 06:02:21.689 | gsub("[][]", "", $1); 2025-04-15 06:02:21.689 | split($1, a, "|"); 2025-04-15 06:02:21.689 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 06:02:21.689 | group=a[1] 2025-04-15 06:02:21.689 | } else { 2025-04-15 06:02:21.689 | group="" 2025-04-15 06:02:21.689 | } 2025-04-15 06:02:21.689 | next 2025-04-15 06:02:21.689 | } 2025-04-15 06:02:21.689 | { 2025-04-15 06:02:21.689 | if (group != "") 2025-04-15 06:02:21.689 | print $0 2025-04-15 06:02:21.689 | } 2025-04-15 06:02:21.689 | ' /opt/stack/devstack/local.conf 2025-04-15 06:02:21.693 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-15 06:02:21.695 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-15 06:02:21.720 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:21.723 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 06:02:21.725 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 06:02:21.728 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 06:02:21.731 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-15 06:02:21.733 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-15 06:02:21.735 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-15 06:02:21.737 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-15 06:02:21.740 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-15 06:02:21.744 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-15 06:02:21.746 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-15 06:02:21.748 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-15 06:02:21.750 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:21.753 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 06:02:21.755 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-15 06:02:21.757 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 06:02:21.760 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-15 06:02:21.762 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-15 06:02:21.765 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-15 06:02:21.768 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-15 06:02:21.771 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-15 06:02:21.771 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-15 06:02:21.771 | BEGIN { 2025-04-15 06:02:21.771 | section = "" 2025-04-15 06:02:21.771 | last_section = "" 2025-04-15 06:02:21.771 | section_count = 0 2025-04-15 06:02:21.771 | } 2025-04-15 06:02:21.771 | /^\[.+\]/ { 2025-04-15 06:02:21.771 | gsub("[][]", "", $1); 2025-04-15 06:02:21.771 | section=$1 2025-04-15 06:02:21.771 | next 2025-04-15 06:02:21.772 | } 2025-04-15 06:02:21.772 | /^ *\#/ { 2025-04-15 06:02:21.772 | next 2025-04-15 06:02:21.772 | } 2025-04-15 06:02:21.772 | /^[^ \t]+/ { 2025-04-15 06:02:21.772 | # get offset of first = in $0 2025-04-15 06:02:21.772 | eq_idx = index($0, "=") 2025-04-15 06:02:21.772 | # extract attr & value from $0 2025-04-15 06:02:21.772 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 06:02:21.772 | value = substr($0, eq_idx + 1) 2025-04-15 06:02:21.772 | # only need to strip trailing whitespace from attr 2025-04-15 06:02:21.772 | sub(/[ \t]*$/, "", attr) 2025-04-15 06:02:21.772 | # need to strip leading & trailing whitespace from value 2025-04-15 06:02:21.772 | sub(/^[ \t]*/, "", value) 2025-04-15 06:02:21.772 | sub(/[ \t]*$/, "", value) 2025-04-15 06:02:21.772 | 2025-04-15 06:02:21.772 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 06:02:21.772 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 06:02:21.772 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 06:02:21.772 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 06:02:21.772 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 06:02:21.772 | if (section != last_section) { 2025-04-15 06:02:21.772 | cfg_section[section_count++] = section 2025-04-15 06:02:21.772 | last_section = section 2025-04-15 06:02:21.772 | } 2025-04-15 06:02:21.772 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 06:02:21.772 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 06:02:21.772 | 2025-04-15 06:02:21.772 | cfg_attr[section, attr, 0] = value 2025-04-15 06:02:21.772 | cfg_attr_count[section, attr] = 1 2025-04-15 06:02:21.772 | } else { 2025-04-15 06:02:21.772 | lno = cfg_attr_count[section, attr]++ 2025-04-15 06:02:21.772 | cfg_attr[section, attr, lno] = value 2025-04-15 06:02:21.772 | } 2025-04-15 06:02:21.772 | } 2025-04-15 06:02:21.772 | END { 2025-04-15 06:02:21.772 | # Process each section in order 2025-04-15 06:02:21.772 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 06:02:21.772 | section = cfg_section[sno] 2025-04-15 06:02:21.772 | # The ini routines simply append a config item immediately 2025-04-15 06:02:21.772 | # after the section header. To keep the same order as defined 2025-04-15 06:02:21.772 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 06:02:21.772 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 06:02:21.772 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 06:02:21.772 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 06:02:21.772 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 06:02:21.772 | else { 2025-04-15 06:02:21.772 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 06:02:21.772 | count = cfg_attr_count[section, attr] 2025-04-15 06:02:21.772 | print "inidelete " configfile " " section " " attr 2025-04-15 06:02:21.772 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 06:02:21.772 | for (l = count -2; l >= 0; l--) 2025-04-15 06:02:21.772 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 06:02:21.772 | } 2025-04-15 06:02:21.772 | } 2025-04-15 06:02:21.772 | } 2025-04-15 06:02:21.772 | } 2025-04-15 06:02:21.772 | ' 2025-04-15 06:02:21.772 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:21.773 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:21.773 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 06:02:21.775 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 06:02:21.777 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-15 06:02:21.780 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:02:21.782 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-15 06:02:21.784 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-15 06:02:21.784 | BEGIN { group = "" } 2025-04-15 06:02:21.784 | /^\[\[.+\|.*\]\]/ { 2025-04-15 06:02:21.784 | gsub("[][]", "", $1); 2025-04-15 06:02:21.784 | split($1, a, "|"); 2025-04-15 06:02:21.784 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 06:02:21.784 | group=a[1] 2025-04-15 06:02:21.784 | } else { 2025-04-15 06:02:21.784 | group="" 2025-04-15 06:02:21.784 | } 2025-04-15 06:02:21.784 | next 2025-04-15 06:02:21.784 | } 2025-04-15 06:02:21.784 | { 2025-04-15 06:02:21.784 | if (group != "") 2025-04-15 06:02:21.784 | print $0 2025-04-15 06:02:21.784 | } 2025-04-15 06:02:21.784 | ' /opt/stack/devstack/local.conf 2025-04-15 06:02:21.789 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-15 06:02:21.791 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-15 06:02:21.795 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:02:21.814 | [52164 Async configure_neutron_nova:52164]: finished successfully 2025-04-15 06:02:21.817 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:21.819 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 06:02:21.822 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 06:02:21.824 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 06:02:21.827 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-15 06:02:21.829 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-15 06:02:21.831 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-15 06:02:21.834 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-15 06:02:21.836 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-15 06:02:21.840 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-15 06:02:21.842 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-15 06:02:21.844 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-15 06:02:21.846 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:21.848 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 06:02:21.850 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-15 06:02:21.852 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 06:02:21.855 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-15 06:02:21.857 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-15 06:02:21.859 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-15 06:02:21.862 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-15 06:02:21.864 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-15 06:02:21.865 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-15 06:02:21.865 | BEGIN { 2025-04-15 06:02:21.865 | section = "" 2025-04-15 06:02:21.865 | last_section = "" 2025-04-15 06:02:21.865 | section_count = 0 2025-04-15 06:02:21.865 | } 2025-04-15 06:02:21.865 | /^\[.+\]/ { 2025-04-15 06:02:21.865 | gsub("[][]", "", $1); 2025-04-15 06:02:21.865 | section=$1 2025-04-15 06:02:21.865 | next 2025-04-15 06:02:21.865 | } 2025-04-15 06:02:21.865 | /^ *\#/ { 2025-04-15 06:02:21.865 | next 2025-04-15 06:02:21.865 | } 2025-04-15 06:02:21.865 | /^[^ \t]+/ { 2025-04-15 06:02:21.865 | # get offset of first = in $0 2025-04-15 06:02:21.865 | eq_idx = index($0, "=") 2025-04-15 06:02:21.865 | # extract attr & value from $0 2025-04-15 06:02:21.865 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 06:02:21.865 | value = substr($0, eq_idx + 1) 2025-04-15 06:02:21.865 | # only need to strip trailing whitespace from attr 2025-04-15 06:02:21.865 | sub(/[ \t]*$/, "", attr) 2025-04-15 06:02:21.865 | # need to strip leading & trailing whitespace from value 2025-04-15 06:02:21.865 | sub(/^[ \t]*/, "", value) 2025-04-15 06:02:21.865 | sub(/[ \t]*$/, "", value) 2025-04-15 06:02:21.865 | 2025-04-15 06:02:21.865 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 06:02:21.865 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 06:02:21.865 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 06:02:21.865 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 06:02:21.865 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 06:02:21.865 | if (section != last_section) { 2025-04-15 06:02:21.865 | cfg_section[section_count++] = section 2025-04-15 06:02:21.865 | last_section = section 2025-04-15 06:02:21.865 | } 2025-04-15 06:02:21.865 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 06:02:21.865 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 06:02:21.865 | 2025-04-15 06:02:21.865 | cfg_attr[section, attr, 0] = value 2025-04-15 06:02:21.866 | cfg_attr_count[section, attr] = 1 2025-04-15 06:02:21.866 | } else { 2025-04-15 06:02:21.866 | lno = cfg_attr_count[section, attr]++ 2025-04-15 06:02:21.866 | cfg_attr[section, attr, lno] = value 2025-04-15 06:02:21.866 | } 2025-04-15 06:02:21.866 | } 2025-04-15 06:02:21.866 | END { 2025-04-15 06:02:21.866 | # Process each section in order 2025-04-15 06:02:21.866 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 06:02:21.866 | section = cfg_section[sno] 2025-04-15 06:02:21.866 | # The ini routines simply append a config item immediately 2025-04-15 06:02:21.866 | # after the section header. To keep the same order as defined 2025-04-15 06:02:21.866 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 06:02:21.866 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 06:02:21.866 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 06:02:21.866 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 06:02:21.866 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 06:02:21.866 | else { 2025-04-15 06:02:21.866 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 06:02:21.866 | count = cfg_attr_count[section, attr] 2025-04-15 06:02:21.866 | print "inidelete " configfile " " section " " attr 2025-04-15 06:02:21.866 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 06:02:21.866 | for (l = count -2; l >= 0; l--) 2025-04-15 06:02:21.866 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 06:02:21.866 | } 2025-04-15 06:02:21.866 | } 2025-04-15 06:02:21.866 | } 2025-04-15 06:02:21.866 | } 2025-04-15 06:02:21.866 | ' 2025-04-15 06:02:21.866 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:21.867 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:21.867 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 06:02:21.869 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 06:02:21.871 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-15 06:02:21.873 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:02:21.875 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-15 06:02:21.877 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-15 06:02:21.877 | BEGIN { group = "" } 2025-04-15 06:02:21.877 | /^\[\[.+\|.*\]\]/ { 2025-04-15 06:02:21.877 | gsub("[][]", "", $1); 2025-04-15 06:02:21.877 | split($1, a, "|"); 2025-04-15 06:02:21.877 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 06:02:21.877 | group=a[1] 2025-04-15 06:02:21.877 | } else { 2025-04-15 06:02:21.877 | group="" 2025-04-15 06:02:21.877 | } 2025-04-15 06:02:21.877 | next 2025-04-15 06:02:21.877 | } 2025-04-15 06:02:21.877 | { 2025-04-15 06:02:21.877 | if (group != "") 2025-04-15 06:02:21.877 | print $0 2025-04-15 06:02:21.877 | } 2025-04-15 06:02:21.877 | ' /opt/stack/devstack/local.conf 2025-04-15 06:02:21.882 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-15 06:02:21.884 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-15 06:02:21.908 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:21.910 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-15 06:02:21.912 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-15 06:02:21.939 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:21.941 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 06:02:21.943 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 06:02:21.945 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 06:02:21.948 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-15 06:02:21.950 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:02:21.953 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:02:21.955 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-15 06:02:21.958 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:02:21.961 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-15 06:02:21.963 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-15 06:02:21.965 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-15 06:02:21.967 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:21.969 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 06:02:21.971 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-15 06:02:21.973 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 06:02:21.976 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-15 06:02:21.978 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:02:21.981 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 06:02:21.984 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-15 06:02:21.986 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-15 06:02:21.986 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-15 06:02:21.986 | BEGIN { 2025-04-15 06:02:21.986 | section = "" 2025-04-15 06:02:21.986 | last_section = "" 2025-04-15 06:02:21.986 | section_count = 0 2025-04-15 06:02:21.986 | } 2025-04-15 06:02:21.986 | /^\[.+\]/ { 2025-04-15 06:02:21.986 | gsub("[][]", "", $1); 2025-04-15 06:02:21.986 | section=$1 2025-04-15 06:02:21.986 | next 2025-04-15 06:02:21.986 | } 2025-04-15 06:02:21.986 | /^ *\#/ { 2025-04-15 06:02:21.986 | next 2025-04-15 06:02:21.986 | } 2025-04-15 06:02:21.986 | /^[^ \t]+/ { 2025-04-15 06:02:21.986 | # get offset of first = in $0 2025-04-15 06:02:21.986 | eq_idx = index($0, "=") 2025-04-15 06:02:21.986 | # extract attr & value from $0 2025-04-15 06:02:21.986 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 06:02:21.986 | value = substr($0, eq_idx + 1) 2025-04-15 06:02:21.986 | # only need to strip trailing whitespace from attr 2025-04-15 06:02:21.987 | sub(/[ \t]*$/, "", attr) 2025-04-15 06:02:21.987 | # need to strip leading & trailing whitespace from value 2025-04-15 06:02:21.987 | sub(/^[ \t]*/, "", value) 2025-04-15 06:02:21.987 | sub(/[ \t]*$/, "", value) 2025-04-15 06:02:21.987 | 2025-04-15 06:02:21.987 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 06:02:21.987 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 06:02:21.987 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 06:02:21.987 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 06:02:21.987 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 06:02:21.987 | if (section != last_section) { 2025-04-15 06:02:21.987 | cfg_section[section_count++] = section 2025-04-15 06:02:21.987 | last_section = section 2025-04-15 06:02:21.987 | } 2025-04-15 06:02:21.987 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 06:02:21.987 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 06:02:21.987 | 2025-04-15 06:02:21.987 | cfg_attr[section, attr, 0] = value 2025-04-15 06:02:21.987 | cfg_attr_count[section, attr] = 1 2025-04-15 06:02:21.987 | } else { 2025-04-15 06:02:21.987 | lno = cfg_attr_count[section, attr]++ 2025-04-15 06:02:21.987 | cfg_attr[section, attr, lno] = value 2025-04-15 06:02:21.987 | } 2025-04-15 06:02:21.987 | } 2025-04-15 06:02:21.987 | END { 2025-04-15 06:02:21.987 | # Process each section in order 2025-04-15 06:02:21.987 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 06:02:21.987 | section = cfg_section[sno] 2025-04-15 06:02:21.987 | # The ini routines simply append a config item immediately 2025-04-15 06:02:21.987 | # after the section header. To keep the same order as defined 2025-04-15 06:02:21.987 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 06:02:21.987 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 06:02:21.987 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 06:02:21.987 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 06:02:21.987 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 06:02:21.987 | else { 2025-04-15 06:02:21.987 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 06:02:21.987 | count = cfg_attr_count[section, attr] 2025-04-15 06:02:21.987 | print "inidelete " configfile " " section " " attr 2025-04-15 06:02:21.987 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 06:02:21.987 | for (l = count -2; l >= 0; l--) 2025-04-15 06:02:21.987 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 06:02:21.987 | } 2025-04-15 06:02:21.987 | } 2025-04-15 06:02:21.987 | } 2025-04-15 06:02:21.987 | } 2025-04-15 06:02:21.987 | ' 2025-04-15 06:02:21.987 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:21.989 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 06:02:21.989 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:21.991 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 06:02:21.993 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-15 06:02:21.995 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:02:21.997 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-15 06:02:21.999 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-15 06:02:21.999 | BEGIN { group = "" } 2025-04-15 06:02:21.999 | /^\[\[.+\|.*\]\]/ { 2025-04-15 06:02:21.999 | gsub("[][]", "", $1); 2025-04-15 06:02:21.999 | split($1, a, "|"); 2025-04-15 06:02:21.999 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 06:02:21.999 | group=a[1] 2025-04-15 06:02:21.999 | } else { 2025-04-15 06:02:21.999 | group="" 2025-04-15 06:02:21.999 | } 2025-04-15 06:02:21.999 | next 2025-04-15 06:02:21.999 | } 2025-04-15 06:02:21.999 | { 2025-04-15 06:02:21.999 | if (group != "") 2025-04-15 06:02:21.999 | print $0 2025-04-15 06:02:21.999 | } 2025-04-15 06:02:21.999 | ' /opt/stack/devstack/local.conf 2025-04-15 06:02:22.004 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-15 06:02:22.006 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-15 06:02:22.031 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.033 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-15 06:02:22.035 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-15 06:02:22.061 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.064 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-15 06:02:22.066 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-15 06:02:22.092 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.094 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-15 06:02:22.096 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-15 06:02:22.121 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.123 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-15 06:02:22.125 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-15 06:02:22.149 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.151 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-15 06:02:22.154 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-15 06:02:22.178 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.180 | + 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-15 06:02:22.182 | ++ 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-15 06:02:22.207 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.209 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-15 06:02:22.211 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-15 06:02:22.237 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.239 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-15 06:02:22.241 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-15 06:02:22.266 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.269 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 06:02:22.271 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 06:02:22.273 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 06:02:22.276 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-15 06:02:22.278 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-15 06:02:22.281 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-15 06:02:22.283 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-15 06:02:22.286 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-15 06:02:22.289 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-15 06:02:22.291 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-15 06:02:22.293 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-15 06:02:22.295 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:22.297 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 06:02:22.299 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-15 06:02:22.301 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 06:02:22.304 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-15 06:02:22.306 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-15 06:02:22.309 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-15 06:02:22.311 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-15 06:02:22.313 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-15 06:02:22.314 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-15 06:02:22.314 | BEGIN { 2025-04-15 06:02:22.314 | section = "" 2025-04-15 06:02:22.314 | last_section = "" 2025-04-15 06:02:22.314 | section_count = 0 2025-04-15 06:02:22.314 | } 2025-04-15 06:02:22.314 | /^\[.+\]/ { 2025-04-15 06:02:22.314 | gsub("[][]", "", $1); 2025-04-15 06:02:22.314 | section=$1 2025-04-15 06:02:22.314 | next 2025-04-15 06:02:22.314 | } 2025-04-15 06:02:22.314 | /^ *\#/ { 2025-04-15 06:02:22.314 | next 2025-04-15 06:02:22.314 | } 2025-04-15 06:02:22.314 | /^[^ \t]+/ { 2025-04-15 06:02:22.314 | # get offset of first = in $0 2025-04-15 06:02:22.314 | eq_idx = index($0, "=") 2025-04-15 06:02:22.314 | # extract attr & value from $0 2025-04-15 06:02:22.314 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 06:02:22.314 | value = substr($0, eq_idx + 1) 2025-04-15 06:02:22.314 | # only need to strip trailing whitespace from attr 2025-04-15 06:02:22.314 | sub(/[ \t]*$/, "", attr) 2025-04-15 06:02:22.314 | # need to strip leading & trailing whitespace from value 2025-04-15 06:02:22.314 | sub(/^[ \t]*/, "", value) 2025-04-15 06:02:22.314 | sub(/[ \t]*$/, "", value) 2025-04-15 06:02:22.314 | 2025-04-15 06:02:22.314 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 06:02:22.314 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 06:02:22.314 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 06:02:22.314 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 06:02:22.314 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 06:02:22.314 | if (section != last_section) { 2025-04-15 06:02:22.314 | cfg_section[section_count++] = section 2025-04-15 06:02:22.314 | last_section = section 2025-04-15 06:02:22.314 | } 2025-04-15 06:02:22.314 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 06:02:22.314 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 06:02:22.314 | 2025-04-15 06:02:22.314 | cfg_attr[section, attr, 0] = value 2025-04-15 06:02:22.314 | cfg_attr_count[section, attr] = 1 2025-04-15 06:02:22.314 | } else { 2025-04-15 06:02:22.314 | lno = cfg_attr_count[section, attr]++ 2025-04-15 06:02:22.314 | cfg_attr[section, attr, lno] = value 2025-04-15 06:02:22.314 | } 2025-04-15 06:02:22.314 | } 2025-04-15 06:02:22.314 | END { 2025-04-15 06:02:22.314 | # Process each section in order 2025-04-15 06:02:22.315 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 06:02:22.315 | section = cfg_section[sno] 2025-04-15 06:02:22.315 | # The ini routines simply append a config item immediately 2025-04-15 06:02:22.315 | # after the section header. To keep the same order as defined 2025-04-15 06:02:22.315 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 06:02:22.315 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 06:02:22.315 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 06:02:22.315 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 06:02:22.315 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 06:02:22.315 | else { 2025-04-15 06:02:22.315 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 06:02:22.315 | count = cfg_attr_count[section, attr] 2025-04-15 06:02:22.315 | print "inidelete " configfile " " section " " attr 2025-04-15 06:02:22.315 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 06:02:22.315 | for (l = count -2; l >= 0; l--) 2025-04-15 06:02:22.315 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 06:02:22.315 | } 2025-04-15 06:02:22.315 | } 2025-04-15 06:02:22.315 | } 2025-04-15 06:02:22.315 | } 2025-04-15 06:02:22.315 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.315 | ' 2025-04-15 06:02:22.316 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:02:22.317 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 06:02:22.318 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 06:02:22.320 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-15 06:02:22.322 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:02:22.324 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-15 06:02:22.326 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-15 06:02:22.326 | BEGIN { group = "" } 2025-04-15 06:02:22.327 | /^\[\[.+\|.*\]\]/ { 2025-04-15 06:02:22.327 | gsub("[][]", "", $1); 2025-04-15 06:02:22.327 | split($1, a, "|"); 2025-04-15 06:02:22.327 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 06:02:22.327 | group=a[1] 2025-04-15 06:02:22.327 | } else { 2025-04-15 06:02:22.327 | group="" 2025-04-15 06:02:22.327 | } 2025-04-15 06:02:22.327 | next 2025-04-15 06:02:22.327 | } 2025-04-15 06:02:22.327 | { 2025-04-15 06:02:22.327 | if (group != "") 2025-04-15 06:02:22.327 | print $0 2025-04-15 06:02:22.327 | } 2025-04-15 06:02:22.327 | ' /opt/stack/devstack/local.conf 2025-04-15 06:02:22.331 | + 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-15 06:02:22.333 | ++ 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-15 06:02:22.357 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.359 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-15 06:02:22.361 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-15 06:02:22.385 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.387 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-15 06:02:22.390 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-15 06:02:22.413 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:02:22.416 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-15 06:02:22.430 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:22.432 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 06:02:22.434 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-15 06:02:22.448 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:22.450 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 06:02:22.476 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-15 06:02:22.513 | [3984 Async configure_neutron_nova:52164]: Waiting for completion of configure_neutron_nova running on PID 52164 (2 other jobs running) 2025-04-15 06:02:22.530 | [3984 Async configure_neutron_nova:52164]: Signaling child to exit 2025-04-15 06:02:22.531 | WAKEUP 2025-04-15 06:02:22.546 | [3984 Async configure_neutron_nova:52164]: Signaled 2025-04-15 06:02:22.547 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-15 06:02:22.547 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-15 06:02:22.547 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-15 06:02:22.547 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-15 06:02:22.547 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-15 06:02:22.547 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-15 06:02:22.579 | [3984 Async configure_neutron_nova:52164]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-15 06:02:22.582 | + inc/async:async_wait:197 : return 0 2025-04-15 06:02:22.584 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-15 06:02:22.598 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:22.601 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 06:02:22.626 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 06:02:22.653 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-15 06:02:22.668 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:22.670 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-15 06:02:22.672 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:02:22.674 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-15 06:02:22.677 | + stack.sh:main:1301 : start_nova_api 2025-04-15 06:02:22.679 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-15 06:02:22.681 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-15 06:02:22.683 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-15 06:02:22.685 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-15 06:02:22.700 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:22.702 | + 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-15 06:02:22.705 | + 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-15 06:02:22.707 | + 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-15 06:02:22.709 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-15 06:02:22.712 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-15 06:02:22.715 | + 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-15 06:02:22.717 | + functions-common:run_process:1654 : local service=n-api 2025-04-15 06:02:22.720 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 06:02:22.722 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:22.724 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:22.726 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:22.728 | + functions-common:run_process:1660 : local name=n-api 2025-04-15 06:02:22.730 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:22.732 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:22.734 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:22.736 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:22.739 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:22.743 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696942740 2025-04-15 06:02:22.745 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-15 06:02:22.758 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:22.760 | + 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-15 06:02:22.762 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-15 06:02:22.764 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 06:02:22.766 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 06:02:22.768 | + 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-15 06:02:22.770 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 06:02:22.772 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-15 06:02:22.774 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-15 06:02:22.777 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-15 06:02:22.778 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:02:22.781 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:02:22.783 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:02:22.785 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:02:22.787 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-15 06:02:22.789 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 06:02:22.791 | + 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-15 06:02:22.793 | + 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-15 06:02:22.795 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-15 06:02:22.797 | + 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-15 06:02:22.799 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 06:02:22.800 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 06:02:22.802 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 06:02:22.804 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-15 06:02:22.806 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 06:02:22.809 | + 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-15 06:02:22.858 | + 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-15 06:02:22.906 | + 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-15 06:02:22.948 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-15 06:02:22.989 | + 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-15 06:02:23.030 | + 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-15 06:02:23.071 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-15 06:02:23.112 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-15 06:02:23.154 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-15 06:02:23.195 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-15 06:02:23.235 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-15 06:02:23.276 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 06:02:23.278 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 06:02:23.280 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-15 06:02:23.328 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 06:02:23.571 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-15 06:02:23.581 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-15 06:02:23.809 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-15 06:02:23.864 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:23.866 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:23.868 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:23.870 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:23.873 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:23.875 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:23.877 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:23.879 | + functions-common:time_stop:2407 : start_time=1744696942740 2025-04-15 06:02:23.881 | + functions-common:time_stop:2409 : [[ -z 1744696942740 ]] 2025-04-15 06:02:23.884 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:23.887 | + functions-common:time_stop:2412 : end_time=1744696943885 2025-04-15 06:02:23.889 | + functions-common:time_stop:2413 : elapsed_time=1145 2025-04-15 06:02:23.891 | + functions-common:time_stop:2414 : total=1271 2025-04-15 06:02:23.893 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:23.895 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2416 2025-04-15 06:02:23.897 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-15 06:02:23.899 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-15 06:02:23.899 | Waiting for nova-api to start... 2025-04-15 06:02:23.901 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-15 06:02:23.903 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 06:02:23.905 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-15 06:02:23.907 | + functions:wait_for_service:470 : local rval=0 2025-04-15 06:02:23.909 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 06:02:23.911 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 06:02:23.913 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:23.916 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:23.918 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:23.922 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696943919 2025-04-15 06:02:23.924 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 06:02:23.927 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-15 06:02:26.510 | + :: : [[ 200 == 503 ]] 2025-04-15 06:02:26.511 | + :: : [[ 0 -eq 7 ]] 2025-04-15 06:02:26.514 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 06:02:26.516 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:26.518 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:26.520 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:26.522 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:26.524 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:26.526 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 06:02:26.528 | + functions-common:time_stop:2407 : start_time=1744696943919 2025-04-15 06:02:26.530 | + functions-common:time_stop:2409 : [[ -z 1744696943919 ]] 2025-04-15 06:02:26.533 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:26.536 | + functions-common:time_stop:2412 : end_time=1744696946534 2025-04-15 06:02:26.538 | + functions-common:time_stop:2413 : elapsed_time=2615 2025-04-15 06:02:26.540 | + functions-common:time_stop:2414 : total=2276 2025-04-15 06:02:26.542 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:26.544 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4891 2025-04-15 06:02:26.546 | + functions:wait_for_service:478 : return 0 2025-04-15 06:02:26.549 | + 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-15 06:02:26.551 | + 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-15 06:02:26.553 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-15 06:02:26.566 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:26.569 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-15 06:02:26.583 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:26.585 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-15 06:02:26.598 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:26.601 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-15 06:02:26.603 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:02:26.605 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-15 06:02:26.607 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-15 06:02:26.610 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-15 06:02:26.612 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-15 06:02:26.638 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-15 06:02:26.640 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-15 06:02:26.642 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-15 06:02:26.644 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-15 06:02:26.670 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-15 06:02:26.696 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-15 06:02:26.698 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-15 06:02:26.700 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-15 06:02:26.702 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-15 06:02:26.704 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-15 06:02:26.707 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-15 06:02:26.709 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-15 06:02:26.711 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-15 06:02:26.714 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-15 06:02:26.716 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-15 06:02:26.718 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-15 06:02:26.720 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-15 06:02:26.722 | +++ 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-15 06:02:26.724 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 06:02:26.727 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 06:02:26.729 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-15 06:02:26.731 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 06:02:26.734 | + 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-15 06:02:26.736 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-15 06:02:26.749 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:26.751 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-15 06:02:26.753 | + 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-15 06:02:26.755 | + functions-common:run_process:1654 : local service=q-svc 2025-04-15 06:02:26.757 | + 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-15 06:02:26.759 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:26.761 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:26.763 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:26.765 | + functions-common:run_process:1660 : local name=q-svc 2025-04-15 06:02:26.768 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:26.770 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:26.772 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:26.774 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:26.777 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:26.780 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696946777 2025-04-15 06:02:26.782 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-15 06:02:26.795 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:26.797 | + 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-15 06:02:26.799 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-15 06:02:26.801 | + 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-15 06:02:26.803 | + 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-15 06:02:26.805 | + 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-15 06:02:26.807 | + 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-15 06:02:26.809 | + 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-15 06:02:26.811 | + 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-15 06:02:26.814 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-15 06:02:26.815 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:02:26.817 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:02:26.819 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:02:26.821 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:02:26.823 | + 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-15 06:02:26.825 | + 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-15 06:02:26.827 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-15 06:02:26.829 | + 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-15 06:02:26.831 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 06:02:26.833 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 06:02:26.835 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 06:02:26.837 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 06:02:26.839 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 06:02:26.840 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-15 06:02:26.842 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 06:02:26.846 | + 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-15 06:02:26.894 | + 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-15 06:02:26.942 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-15 06:02:26.982 | + 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-15 06:02:27.023 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-15 06:02:27.064 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-15 06:02:27.104 | + 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-15 06:02:27.145 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 06:02:27.147 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 06:02:27.149 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-15 06:02:27.196 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 06:02:27.430 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-15 06:02:27.439 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-15 06:02:27.665 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-15 06:02:27.694 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:27.696 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:27.698 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:27.700 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:27.702 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:27.704 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:27.706 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:27.708 | + functions-common:time_stop:2407 : start_time=1744696946777 2025-04-15 06:02:27.710 | + functions-common:time_stop:2409 : [[ -z 1744696946777 ]] 2025-04-15 06:02:27.713 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:27.716 | + functions-common:time_stop:2412 : end_time=1744696947714 2025-04-15 06:02:27.719 | + functions-common:time_stop:2413 : elapsed_time=937 2025-04-15 06:02:27.721 | + functions-common:time_stop:2414 : total=2416 2025-04-15 06:02:27.723 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:27.725 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3353 2025-04-15 06:02:27.727 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-15 06:02:27.729 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-15 06:02:27.743 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:27.745 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-15 06:02:27.747 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-15 06:02:27.749 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-15 06:02:27.749 | Waiting for Neutron to start... 2025-04-15 06:02:27.751 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-15 06:02:27.753 | + 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-15 06:02:27.755 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-15 06:02:27.758 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-15 06:02:27.760 | + functions-common:test_with_retry:2340 : local until=60 2025-04-15 06:02:27.762 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-15 06:02:27.764 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-15 06:02:27.766 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-15 06:02:27.768 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:27.770 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:27.773 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:27.776 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696947774 2025-04-15 06:02:27.779 | + 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-15 06:02:30.816 | {"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-15 06:02:30.818 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:30.820 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:30.823 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:30.825 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:30.827 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:30.829 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-15 06:02:30.831 | + functions-common:time_stop:2407 : start_time=1744696947774 2025-04-15 06:02:30.833 | + functions-common:time_stop:2409 : [[ -z 1744696947774 ]] 2025-04-15 06:02:30.836 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:30.839 | + functions-common:time_stop:2412 : end_time=1744696950837 2025-04-15 06:02:30.842 | + functions-common:time_stop:2413 : elapsed_time=3063 2025-04-15 06:02:30.844 | + functions-common:time_stop:2414 : total=0 2025-04-15 06:02:30.846 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:30.848 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3063 2025-04-15 06:02:30.850 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-15 06:02:30.864 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:30.866 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-15 06:02:30.868 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:02:30.870 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-15 06:02:30.872 | + stack.sh:main:1322 : start_placement 2025-04-15 06:02:30.874 | + lib/placement:start_placement:173 : start_placement_api 2025-04-15 06:02:30.876 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-15 06:02:30.879 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-15 06:02:30.882 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 06:02:30.884 | + functions-common:run_process:1654 : local service=placement-api 2025-04-15 06:02:30.886 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 06:02:30.888 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:30.890 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:30.893 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:30.895 | + functions-common:run_process:1660 : local name=placement-api 2025-04-15 06:02:30.897 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:30.899 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:30.901 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:30.903 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:30.906 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:30.909 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696950907 2025-04-15 06:02:30.911 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-15 06:02:30.925 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:30.927 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-15 06:02:30.929 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-15 06:02:30.931 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 06:02:30.933 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 06:02:30.935 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 06:02:30.937 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 06:02:30.939 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-15 06:02:30.942 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-15 06:02:30.944 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-15 06:02:30.946 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:02:30.948 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:02:30.950 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:02:30.952 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:02:30.954 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-15 06:02:30.956 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 06:02:30.958 | + 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-15 06:02:30.960 | + 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-15 06:02:30.962 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-15 06:02:30.963 | + 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-15 06:02:30.965 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 06:02:30.967 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 06:02:30.969 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 06:02:30.971 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-15 06:02:30.973 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 06:02:30.976 | + 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-15 06:02:31.023 | + 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-15 06:02:31.072 | + 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-15 06:02:31.113 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-15 06:02:31.154 | + 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-15 06:02:31.196 | + 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-15 06:02:31.236 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-15 06:02:31.277 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-15 06:02:31.317 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-15 06:02:31.357 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-15 06:02:31.397 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-15 06:02:31.439 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 06:02:31.441 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 06:02:31.443 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-15 06:02:31.492 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 06:02:31.742 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-15 06:02:31.758 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-15 06:02:31.988 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-15 06:02:32.044 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:32.047 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:32.049 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:32.051 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:32.054 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:32.057 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:32.059 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:32.061 | + functions-common:time_stop:2407 : start_time=1744696950907 2025-04-15 06:02:32.063 | + functions-common:time_stop:2409 : [[ -z 1744696950907 ]] 2025-04-15 06:02:32.065 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:32.069 | + functions-common:time_stop:2412 : end_time=1744696952067 2025-04-15 06:02:32.071 | + functions-common:time_stop:2413 : elapsed_time=1160 2025-04-15 06:02:32.073 | + functions-common:time_stop:2414 : total=3353 2025-04-15 06:02:32.075 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:32.077 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4513 2025-04-15 06:02:32.079 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-15 06:02:32.079 | Waiting for placement-api to start... 2025-04-15 06:02:32.081 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-15 06:02:32.083 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 06:02:32.085 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-15 06:02:32.087 | + functions:wait_for_service:470 : local rval=0 2025-04-15 06:02:32.089 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 06:02:32.091 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 06:02:32.093 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:32.095 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:32.098 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:32.101 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696952099 2025-04-15 06:02:32.103 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 06:02:32.107 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-15 06:02:33.265 | + :: : [[ 200 == 503 ]] 2025-04-15 06:02:33.266 | + :: : [[ 0 -eq 7 ]] 2025-04-15 06:02:33.269 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 06:02:33.271 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:33.273 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:33.275 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:33.277 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:33.279 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:33.281 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 06:02:33.283 | + functions-common:time_stop:2407 : start_time=1744696952099 2025-04-15 06:02:33.285 | + functions-common:time_stop:2409 : [[ -z 1744696952099 ]] 2025-04-15 06:02:33.288 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:33.291 | + functions-common:time_stop:2412 : end_time=1744696953289 2025-04-15 06:02:33.293 | + functions-common:time_stop:2413 : elapsed_time=1190 2025-04-15 06:02:33.295 | + functions-common:time_stop:2414 : total=4891 2025-04-15 06:02:33.297 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:33.299 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6081 2025-04-15 06:02:33.301 | + functions:wait_for_service:478 : return 0 2025-04-15 06:02:33.303 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-15 06:02:33.318 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:33.320 | + stack.sh:main:1326 : start_neutron 2025-04-15 06:02:33.322 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-15 06:02:33.324 | + 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-15 06:02:33.326 | + functions-common:run_process:1654 : local service=q-agt 2025-04-15 06:02:33.328 | + 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-15 06:02:33.330 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:33.332 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:33.334 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:33.336 | + functions-common:run_process:1660 : local name=q-agt 2025-04-15 06:02:33.338 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:33.340 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:33.342 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:33.344 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:33.347 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:33.350 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696953348 2025-04-15 06:02:33.352 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-15 06:02:33.366 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:33.368 | + 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-15 06:02:33.370 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-15 06:02:33.373 | + 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-15 06:02:33.375 | + 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-15 06:02:33.377 | + 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-15 06:02:33.379 | + 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-15 06:02:33.381 | + 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-15 06:02:33.383 | + 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-15 06:02:33.385 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-15 06:02:33.387 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:02:33.389 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:02:33.391 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:02:33.393 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:02:33.395 | + 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-15 06:02:33.398 | + 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-15 06:02:33.400 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-15 06:02:33.402 | + 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-15 06:02:33.405 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 06:02:33.407 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 06:02:33.409 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 06:02:33.411 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 06:02:33.413 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 06:02:33.415 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-15 06:02:33.419 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 06:02:33.422 | + 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-15 06:02:33.474 | + 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-15 06:02:33.522 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-15 06:02:33.563 | + 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-15 06:02:33.606 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-15 06:02:33.647 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-15 06:02:33.688 | + 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-15 06:02:33.729 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 06:02:33.731 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 06:02:33.733 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-15 06:02:33.782 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 06:02:34.030 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-15 06:02:34.039 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-15 06:02:34.266 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-15 06:02:34.289 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:34.292 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:34.294 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:34.296 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:34.298 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:34.300 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:34.302 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:34.304 | + functions-common:time_stop:2407 : start_time=1744696953348 2025-04-15 06:02:34.306 | + functions-common:time_stop:2409 : [[ -z 1744696953348 ]] 2025-04-15 06:02:34.309 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:34.313 | + functions-common:time_stop:2412 : end_time=1744696954310 2025-04-15 06:02:34.315 | + functions-common:time_stop:2413 : elapsed_time=962 2025-04-15 06:02:34.317 | + functions-common:time_stop:2414 : total=4513 2025-04-15 06:02:34.319 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:34.321 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5475 2025-04-15 06:02:34.323 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-15 06:02:34.325 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-15 06:02:34.327 | + functions-common:is_provider_network:2252 : return 1 2025-04-15 06:02:34.329 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-15 06:02:34.331 | + 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-15 06:02:34.333 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-15 06:02:34.335 | + 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-15 06:02:34.337 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:34.339 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:34.341 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:34.343 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-15 06:02:34.345 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:34.347 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:34.349 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:34.351 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:34.353 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:34.357 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696954355 2025-04-15 06:02:34.359 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-15 06:02:34.374 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:34.376 | + 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-15 06:02:34.378 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-15 06:02:34.379 | + 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-15 06:02:34.381 | + 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-15 06:02:34.383 | + 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-15 06:02:34.386 | + 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-15 06:02:34.388 | + 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-15 06:02:34.390 | + 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-15 06:02:34.392 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-15 06:02:34.394 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:02:34.396 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:02:34.398 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:02:34.400 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:02:34.402 | + 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-15 06:02:34.404 | + 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-15 06:02:34.406 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-15 06:02:34.408 | + 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-15 06:02:34.410 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 06:02:34.412 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 06:02:34.414 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 06:02:34.416 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 06:02:34.418 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 06:02:34.420 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-15 06:02:34.422 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 06:02:34.425 | + 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-15 06:02:34.478 | + 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-15 06:02:34.527 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-15 06:02:34.568 | + 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-15 06:02:34.611 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-15 06:02:34.654 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-15 06:02:34.696 | + 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-15 06:02:34.740 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 06:02:34.742 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 06:02:34.744 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-15 06:02:34.797 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 06:02:35.048 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-15 06:02:35.059 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-15 06:02:35.295 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-15 06:02:35.323 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:35.326 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:35.328 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:35.330 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:35.332 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:35.334 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:35.336 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:35.338 | + functions-common:time_stop:2407 : start_time=1744696954355 2025-04-15 06:02:35.340 | + functions-common:time_stop:2409 : [[ -z 1744696954355 ]] 2025-04-15 06:02:35.344 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:35.347 | + functions-common:time_stop:2412 : end_time=1744696955345 2025-04-15 06:02:35.349 | + functions-common:time_stop:2413 : elapsed_time=990 2025-04-15 06:02:35.351 | + functions-common:time_stop:2414 : total=5475 2025-04-15 06:02:35.353 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:35.355 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6465 2025-04-15 06:02:35.358 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-15 06:02:35.360 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-15 06:02:35.362 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-15 06:02:35.365 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-15 06:02:35.367 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 06:02:35.369 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 06:02:35.371 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 06:02:35.373 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-15 06:02:35.375 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 06:02:35.378 | + 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-15 06:02:35.380 | + functions-common:run_process:1654 : local service=q-l3 2025-04-15 06:02:35.382 | + 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-15 06:02:35.384 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:35.386 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:35.388 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:35.390 | + functions-common:run_process:1660 : local name=q-l3 2025-04-15 06:02:35.392 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:35.394 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:35.395 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:35.398 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:35.401 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:35.404 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696955401 2025-04-15 06:02:35.406 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-15 06:02:35.422 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:35.424 | + 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-15 06:02:35.426 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-15 06:02:35.428 | + 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-15 06:02:35.430 | + 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-15 06:02:35.432 | + 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-15 06:02:35.435 | + 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-15 06:02:35.437 | + 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-15 06:02:35.439 | + 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-15 06:02:35.441 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-15 06:02:35.443 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:02:35.445 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:02:35.448 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:02:35.450 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:02:35.452 | + 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-15 06:02:35.454 | + 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-15 06:02:35.456 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-15 06:02:35.458 | + 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-15 06:02:35.460 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 06:02:35.462 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 06:02:35.464 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 06:02:35.466 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 06:02:35.468 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 06:02:35.470 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-15 06:02:35.472 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 06:02:35.475 | + 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-15 06:02:35.527 | + 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-15 06:02:35.578 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-15 06:02:35.621 | + 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-15 06:02:35.664 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-15 06:02:35.706 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-15 06:02:35.749 | + 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-15 06:02:35.794 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 06:02:35.796 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 06:02:35.798 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-15 06:02:35.851 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 06:02:36.103 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-15 06:02:36.113 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-15 06:02:36.339 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-15 06:02:36.374 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:36.374 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:36.380 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:36.382 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:36.384 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:36.388 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:36.390 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:36.394 | + functions-common:time_stop:2407 : start_time=1744696955401 2025-04-15 06:02:36.394 | + functions-common:time_stop:2409 : [[ -z 1744696955401 ]] 2025-04-15 06:02:36.397 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:36.403 | + functions-common:time_stop:2412 : end_time=1744696956398 2025-04-15 06:02:36.405 | + functions-common:time_stop:2413 : elapsed_time=997 2025-04-15 06:02:36.408 | + functions-common:time_stop:2414 : total=6465 2025-04-15 06:02:36.415 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:36.417 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7462 2025-04-15 06:02:36.419 | + 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-15 06:02:36.421 | + functions-common:run_process:1654 : local service=q-meta 2025-04-15 06:02:36.424 | + 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-15 06:02:36.426 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:36.428 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:36.430 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:36.432 | + functions-common:run_process:1660 : local name=q-meta 2025-04-15 06:02:36.434 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:36.436 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:36.438 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:36.441 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:36.445 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:36.448 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696956445 2025-04-15 06:02:36.450 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-15 06:02:36.465 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:36.467 | + 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-15 06:02:36.469 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-15 06:02:36.471 | + 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-15 06:02:36.473 | + 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-15 06:02:36.475 | + 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-15 06:02:36.478 | + 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-15 06:02:36.480 | + 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-15 06:02:36.482 | + 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-15 06:02:36.484 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-15 06:02:36.486 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:02:36.488 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:02:36.490 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:02:36.492 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:02:36.494 | + 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-15 06:02:36.496 | + 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-15 06:02:36.498 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-15 06:02:36.500 | + 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-15 06:02:36.502 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 06:02:36.504 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 06:02:36.506 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 06:02:36.508 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 06:02:36.510 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 06:02:36.512 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-15 06:02:36.514 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 06:02:36.517 | + 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-15 06:02:36.567 | + 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-15 06:02:36.618 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-15 06:02:36.663 | + 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-15 06:02:36.705 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-15 06:02:36.748 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-15 06:02:36.790 | + 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-15 06:02:36.836 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 06:02:36.839 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 06:02:36.841 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-15 06:02:36.893 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 06:02:37.129 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-15 06:02:37.138 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-15 06:02:37.394 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-15 06:02:37.425 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:37.428 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:37.430 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:37.436 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:37.436 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:37.438 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:37.441 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:37.444 | + functions-common:time_stop:2407 : start_time=1744696956445 2025-04-15 06:02:37.450 | + functions-common:time_stop:2409 : [[ -z 1744696956445 ]] 2025-04-15 06:02:37.453 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:37.458 | + functions-common:time_stop:2412 : end_time=1744696957454 2025-04-15 06:02:37.460 | + functions-common:time_stop:2413 : elapsed_time=1009 2025-04-15 06:02:37.461 | + functions-common:time_stop:2414 : total=7462 2025-04-15 06:02:37.464 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:37.468 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8471 2025-04-15 06:02:37.472 | + 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-15 06:02:37.474 | + functions-common:run_process:1654 : local service=q-metering 2025-04-15 06:02:37.476 | + 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-15 06:02:37.478 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:37.480 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:37.482 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:37.484 | + functions-common:run_process:1660 : local name=q-metering 2025-04-15 06:02:37.486 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:37.488 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:37.490 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:37.492 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:37.495 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:37.499 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696957496 2025-04-15 06:02:37.501 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-15 06:02:37.515 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:37.517 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:37.519 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:37.522 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:37.524 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:37.526 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:37.528 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:37.530 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:37.532 | + functions-common:time_stop:2407 : start_time=1744696957496 2025-04-15 06:02:37.534 | + functions-common:time_stop:2409 : [[ -z 1744696957496 ]] 2025-04-15 06:02:37.537 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:37.540 | + functions-common:time_stop:2412 : end_time=1744696957538 2025-04-15 06:02:37.542 | + functions-common:time_stop:2413 : elapsed_time=42 2025-04-15 06:02:37.544 | + functions-common:time_stop:2414 : total=8471 2025-04-15 06:02:37.546 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:37.548 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8513 2025-04-15 06:02:37.550 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-15 06:02:37.565 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:37.567 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-15 06:02:37.569 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-15 06:02:37.571 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:02:37.573 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-15 06:02:37.575 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-15 06:02:37.577 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-15 06:02:37.580 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-15 06:02:37.582 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-15 06:02:37.584 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-15 06:02:37.587 | ++ 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-15 06:02:39.073 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:39.075 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 06:02:39.076 | address-scope 2025-04-15 06:02:39.076 | router-admin-state-down-before-update 2025-04-15 06:02:39.076 | agent 2025-04-15 06:02:39.076 | agent-resources-synced 2025-04-15 06:02:39.076 | allowed-address-pairs 2025-04-15 06:02:39.076 | auto-allocated-topology 2025-04-15 06:02:39.076 | availability_zone 2025-04-15 06:02:39.076 | availability_zone_filter 2025-04-15 06:02:39.076 | default-subnetpools 2025-04-15 06:02:39.076 | dhcp_agent_scheduler 2025-04-15 06:02:39.076 | dvr 2025-04-15 06:02:39.076 | empty-string-filtering 2025-04-15 06:02:39.076 | external-net 2025-04-15 06:02:39.076 | extra_dhcp_opt 2025-04-15 06:02:39.076 | extraroute 2025-04-15 06:02:39.076 | extraroute-atomic 2025-04-15 06:02:39.076 | filter-validation 2025-04-15 06:02:39.076 | floating-ip-port-forwarding-detail 2025-04-15 06:02:39.076 | fip-port-details 2025-04-15 06:02:39.076 | flavors 2025-04-15 06:02:39.076 | floatingip-pools 2025-04-15 06:02:39.076 | ip-substring-filtering 2025-04-15 06:02:39.076 | router 2025-04-15 06:02:39.076 | ext-gw-mode 2025-04-15 06:02:39.076 | l3-ha 2025-04-15 06:02:39.076 | l3-flavors 2025-04-15 06:02:39.076 | l3-port-ip-change-not-allowed 2025-04-15 06:02:39.076 | l3_agent_scheduler 2025-04-15 06:02:39.076 | multi-provider 2025-04-15 06:02:39.076 | net-mtu 2025-04-15 06:02:39.076 | net-mtu-writable 2025-04-15 06:02:39.076 | network_availability_zone 2025-04-15 06:02:39.076 | network_ha 2025-04-15 06:02:39.076 | network-ip-availability 2025-04-15 06:02:39.076 | pagination 2025-04-15 06:02:39.076 | port-device-profile 2025-04-15 06:02:39.076 | port-mac-override 2025-04-15 06:02:39.076 | port-mac-address-regenerate 2025-04-15 06:02:39.076 | port-numa-affinity-policy 2025-04-15 06:02:39.076 | binding 2025-04-15 06:02:39.076 | binding-extended 2025-04-15 06:02:39.076 | port-security 2025-04-15 06:02:39.076 | project-id 2025-04-15 06:02:39.076 | provider 2025-04-15 06:02:39.076 | quota-check-limit 2025-04-15 06:02:39.076 | quotas 2025-04-15 06:02:39.076 | quota_details 2025-04-15 06:02:39.076 | rbac-policies 2025-04-15 06:02:39.076 | rbac-address-group 2025-04-15 06:02:39.076 | rbac-address-scope 2025-04-15 06:02:39.076 | rbac-security-groups 2025-04-15 06:02:39.076 | rbac-subnetpool 2025-04-15 06:02:39.076 | revision-if-match 2025-04-15 06:02:39.076 | standard-attr-revisions 2025-04-15 06:02:39.076 | router_availability_zone 2025-04-15 06:02:39.076 | security-groups-default-rules 2025-04-15 06:02:39.076 | security-groups-normalized-cidr 2025-04-15 06:02:39.076 | port-security-groups-filtering 2025-04-15 06:02:39.076 | security-groups-remote-address-group 2025-04-15 06:02:39.076 | security-groups-shared-filtering 2025-04-15 06:02:39.076 | security-group 2025-04-15 06:02:39.076 | service-type 2025-04-15 06:02:39.076 | sorting 2025-04-15 06:02:39.076 | standard-attr-description 2025-04-15 06:02:39.076 | stateful-security-group 2025-04-15 06:02:39.076 | subnet_onboard 2025-04-15 06:02:39.076 | subnet-service-types 2025-04-15 06:02:39.076 | subnet_allocation 2025-04-15 06:02:39.076 | subnetpool-prefix-ops 2025-04-15 06:02:39.076 | standard-attr-tag 2025-04-15 06:02:39.076 | standard-attr-timestamp 2025-04-15 06:02:39.076 | nsxt-ops' 2025-04-15 06:02:39.078 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 06:02:39.078 | address-scope 2025-04-15 06:02:39.078 | router-admin-state-down-before-update 2025-04-15 06:02:39.078 | agent 2025-04-15 06:02:39.078 | agent-resources-synced 2025-04-15 06:02:39.078 | allowed-address-pairs 2025-04-15 06:02:39.078 | auto-allocated-topology 2025-04-15 06:02:39.078 | availability_zone 2025-04-15 06:02:39.078 | availability_zone_filter 2025-04-15 06:02:39.078 | default-subnetpools 2025-04-15 06:02:39.078 | dhcp_agent_scheduler 2025-04-15 06:02:39.078 | dvr 2025-04-15 06:02:39.078 | empty-string-filtering 2025-04-15 06:02:39.078 | external-net 2025-04-15 06:02:39.078 | extra_dhcp_opt 2025-04-15 06:02:39.078 | extraroute 2025-04-15 06:02:39.078 | extraroute-atomic 2025-04-15 06:02:39.078 | filter-validation 2025-04-15 06:02:39.078 | floating-ip-port-forwarding-detail 2025-04-15 06:02:39.078 | fip-port-details 2025-04-15 06:02:39.078 | flavors 2025-04-15 06:02:39.078 | floatingip-pools 2025-04-15 06:02:39.078 | ip-substring-filtering 2025-04-15 06:02:39.078 | router 2025-04-15 06:02:39.078 | ext-gw-mode 2025-04-15 06:02:39.078 | l3-ha 2025-04-15 06:02:39.078 | l3-flavors 2025-04-15 06:02:39.078 | l3-port-ip-change-not-allowed 2025-04-15 06:02:39.078 | l3_agent_scheduler 2025-04-15 06:02:39.078 | multi-provider 2025-04-15 06:02:39.078 | net-mtu 2025-04-15 06:02:39.078 | net-mtu-writable 2025-04-15 06:02:39.078 | network_availability_zone 2025-04-15 06:02:39.078 | network_ha 2025-04-15 06:02:39.078 | network-ip-availability 2025-04-15 06:02:39.078 | pagination 2025-04-15 06:02:39.078 | port-device-profile 2025-04-15 06:02:39.078 | port-mac-override 2025-04-15 06:02:39.078 | port-mac-address-regenerate 2025-04-15 06:02:39.078 | port-numa-affinity-policy 2025-04-15 06:02:39.078 | binding 2025-04-15 06:02:39.078 | binding-extended 2025-04-15 06:02:39.078 | port-security 2025-04-15 06:02:39.078 | project-id 2025-04-15 06:02:39.078 | provider 2025-04-15 06:02:39.078 | quota-check-limit 2025-04-15 06:02:39.078 | quotas 2025-04-15 06:02:39.078 | quota_details 2025-04-15 06:02:39.078 | rbac-policies 2025-04-15 06:02:39.078 | rbac-address-group 2025-04-15 06:02:39.078 | rbac-address-scope 2025-04-15 06:02:39.078 | rbac-security-groups 2025-04-15 06:02:39.078 | rbac-subnetpool 2025-04-15 06:02:39.078 | revision-if-match 2025-04-15 06:02:39.078 | standard-attr-revisions 2025-04-15 06:02:39.078 | router_availability_zone 2025-04-15 06:02:39.078 | security-groups-default-rules 2025-04-15 06:02:39.078 | security-groups-normalized-cidr 2025-04-15 06:02:39.078 | port-security-groups-filtering 2025-04-15 06:02:39.078 | security-groups-remote-address-group 2025-04-15 06:02:39.078 | security-groups-shared-filtering 2025-04-15 06:02:39.078 | security-group 2025-04-15 06:02:39.078 | service-type 2025-04-15 06:02:39.078 | sorting 2025-04-15 06:02:39.078 | standard-attr-description 2025-04-15 06:02:39.078 | stateful-security-group 2025-04-15 06:02:39.078 | subnet_onboard 2025-04-15 06:02:39.078 | subnet-service-types 2025-04-15 06:02:39.078 | subnet_allocation 2025-04-15 06:02:39.078 | subnetpool-prefix-ops 2025-04-15 06:02:39.078 | standard-attr-tag 2025-04-15 06:02:39.078 | standard-attr-timestamp 2025-04-15 06:02:39.078 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-15 06:02:39.080 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 06:02:39.082 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-15 06:02:39.085 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-15 06:02:39.087 | ++ 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-15 06:02:40.296 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:40.299 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=20af7d21-d251-4556-880d-00ddba394733 2025-04-15 06:02:40.301 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-15 06:02:40.304 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-15 06:02:40.306 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-15 06:02:40.308 | + functions-common:is_provider_network:2252 : return 1 2025-04-15 06:02:40.311 | ++ 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-15 06:02:41.785 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:41.788 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=e0dec7cc-2421-44c0-8350-da9ac43e75bc 2025-04-15 06:02:41.790 | + 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-15 06:02:41.792 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 06:02:41.806 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-15 06:02:41.809 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-15 06:02:41.811 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 20af7d21-d251-4556-880d-00ddba394733 ']' 2025-04-15 06:02:41.813 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-15 06:02:41.815 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-15 06:02:41.818 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 20af7d21-d251-4556-880d-00ddba394733 ' 2025-04-15 06:02:41.820 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-15 06:02:41.822 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network e0dec7cc-2421-44c0-8350-da9ac43e75bc private-subnet' 2025-04-15 06:02:41.824 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-15 06:02:41.827 | +++ 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 20af7d21-d251-4556-880d-00ddba394733 --network e0dec7cc-2421-44c0-8350-da9ac43e75bc private-subnet -f value -c id 2025-04-15 06:02:43.477 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:43.480 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=8346ac71-08dc-41db-ab13-eb0379ddd7db 2025-04-15 06:02:43.482 | ++ 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-15 06:02:43.484 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 06:02:43.497 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo 8346ac71-08dc-41db-ab13-eb0379ddd7db 2025-04-15 06:02:43.500 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=8346ac71-08dc-41db-ab13-eb0379ddd7db 2025-04-15 06:02:43.502 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-15 06:02:43.504 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-15 06:02:43.506 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-15 06:02:43.509 | ++ 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-15 06:02:44.683 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:44.686 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 06:02:44.686 | address-scope 2025-04-15 06:02:44.686 | router-admin-state-down-before-update 2025-04-15 06:02:44.686 | agent 2025-04-15 06:02:44.686 | agent-resources-synced 2025-04-15 06:02:44.686 | allowed-address-pairs 2025-04-15 06:02:44.686 | auto-allocated-topology 2025-04-15 06:02:44.686 | availability_zone 2025-04-15 06:02:44.686 | availability_zone_filter 2025-04-15 06:02:44.686 | default-subnetpools 2025-04-15 06:02:44.686 | dhcp_agent_scheduler 2025-04-15 06:02:44.686 | dvr 2025-04-15 06:02:44.686 | empty-string-filtering 2025-04-15 06:02:44.686 | external-net 2025-04-15 06:02:44.686 | extra_dhcp_opt 2025-04-15 06:02:44.686 | extraroute 2025-04-15 06:02:44.686 | extraroute-atomic 2025-04-15 06:02:44.686 | filter-validation 2025-04-15 06:02:44.686 | floating-ip-port-forwarding-detail 2025-04-15 06:02:44.686 | fip-port-details 2025-04-15 06:02:44.686 | flavors 2025-04-15 06:02:44.686 | floatingip-pools 2025-04-15 06:02:44.686 | ip-substring-filtering 2025-04-15 06:02:44.686 | router 2025-04-15 06:02:44.686 | ext-gw-mode 2025-04-15 06:02:44.686 | l3-ha 2025-04-15 06:02:44.686 | l3-flavors 2025-04-15 06:02:44.686 | l3-port-ip-change-not-allowed 2025-04-15 06:02:44.686 | l3_agent_scheduler 2025-04-15 06:02:44.686 | multi-provider 2025-04-15 06:02:44.686 | net-mtu 2025-04-15 06:02:44.686 | net-mtu-writable 2025-04-15 06:02:44.686 | network_availability_zone 2025-04-15 06:02:44.686 | network_ha 2025-04-15 06:02:44.686 | network-ip-availability 2025-04-15 06:02:44.686 | pagination 2025-04-15 06:02:44.686 | port-device-profile 2025-04-15 06:02:44.686 | port-mac-override 2025-04-15 06:02:44.686 | port-mac-address-regenerate 2025-04-15 06:02:44.686 | port-numa-affinity-policy 2025-04-15 06:02:44.686 | binding 2025-04-15 06:02:44.686 | binding-extended 2025-04-15 06:02:44.686 | port-security 2025-04-15 06:02:44.686 | project-id 2025-04-15 06:02:44.686 | provider 2025-04-15 06:02:44.686 | quota-check-limit 2025-04-15 06:02:44.686 | quotas 2025-04-15 06:02:44.686 | quota_details 2025-04-15 06:02:44.686 | rbac-policies 2025-04-15 06:02:44.686 | rbac-address-group 2025-04-15 06:02:44.686 | rbac-address-scope 2025-04-15 06:02:44.686 | rbac-security-groups 2025-04-15 06:02:44.686 | rbac-subnetpool 2025-04-15 06:02:44.686 | revision-if-match 2025-04-15 06:02:44.686 | standard-attr-revisions 2025-04-15 06:02:44.686 | router_availability_zone 2025-04-15 06:02:44.686 | security-groups-default-rules 2025-04-15 06:02:44.686 | security-groups-normalized-cidr 2025-04-15 06:02:44.686 | port-security-groups-filtering 2025-04-15 06:02:44.686 | security-groups-remote-address-group 2025-04-15 06:02:44.686 | security-groups-shared-filtering 2025-04-15 06:02:44.686 | security-group 2025-04-15 06:02:44.686 | service-type 2025-04-15 06:02:44.686 | sorting 2025-04-15 06:02:44.687 | standard-attr-description 2025-04-15 06:02:44.687 | stateful-security-group 2025-04-15 06:02:44.687 | subnet_onboard 2025-04-15 06:02:44.687 | subnet-service-types 2025-04-15 06:02:44.687 | subnet_allocation 2025-04-15 06:02:44.687 | subnetpool-prefix-ops 2025-04-15 06:02:44.687 | standard-attr-tag 2025-04-15 06:02:44.687 | standard-attr-timestamp 2025-04-15 06:02:44.687 | nsxt-ops' 2025-04-15 06:02:44.689 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 06:02:44.689 | address-scope 2025-04-15 06:02:44.689 | router-admin-state-down-before-update 2025-04-15 06:02:44.689 | agent 2025-04-15 06:02:44.689 | agent-resources-synced 2025-04-15 06:02:44.689 | allowed-address-pairs 2025-04-15 06:02:44.689 | auto-allocated-topology 2025-04-15 06:02:44.689 | availability_zone 2025-04-15 06:02:44.689 | availability_zone_filter 2025-04-15 06:02:44.689 | default-subnetpools 2025-04-15 06:02:44.689 | dhcp_agent_scheduler 2025-04-15 06:02:44.689 | dvr 2025-04-15 06:02:44.689 | empty-string-filtering 2025-04-15 06:02:44.689 | external-net 2025-04-15 06:02:44.690 | extra_dhcp_opt 2025-04-15 06:02:44.690 | extraroute 2025-04-15 06:02:44.690 | extraroute-atomic 2025-04-15 06:02:44.690 | filter-validation 2025-04-15 06:02:44.690 | floating-ip-port-forwarding-detail 2025-04-15 06:02:44.690 | fip-port-details 2025-04-15 06:02:44.690 | flavors 2025-04-15 06:02:44.690 | floatingip-pools 2025-04-15 06:02:44.690 | ip-substring-filtering 2025-04-15 06:02:44.690 | router 2025-04-15 06:02:44.690 | ext-gw-mode 2025-04-15 06:02:44.690 | l3-ha 2025-04-15 06:02:44.690 | l3-flavors 2025-04-15 06:02:44.690 | l3-port-ip-change-not-allowed 2025-04-15 06:02:44.690 | l3_agent_scheduler 2025-04-15 06:02:44.690 | multi-provider 2025-04-15 06:02:44.690 | net-mtu 2025-04-15 06:02:44.690 | net-mtu-writable 2025-04-15 06:02:44.690 | network_availability_zone 2025-04-15 06:02:44.690 | network_ha 2025-04-15 06:02:44.690 | network-ip-availability 2025-04-15 06:02:44.690 | pagination 2025-04-15 06:02:44.690 | port-device-profile 2025-04-15 06:02:44.690 | port-mac-override 2025-04-15 06:02:44.690 | port-mac-address-regenerate 2025-04-15 06:02:44.690 | port-numa-affinity-policy 2025-04-15 06:02:44.690 | binding 2025-04-15 06:02:44.690 | binding-extended 2025-04-15 06:02:44.690 | port-security 2025-04-15 06:02:44.690 | project-id 2025-04-15 06:02:44.690 | provider 2025-04-15 06:02:44.690 | quota-check-limit 2025-04-15 06:02:44.690 | quotas 2025-04-15 06:02:44.690 | quota_details 2025-04-15 06:02:44.690 | rbac-policies 2025-04-15 06:02:44.690 | rbac-address-group 2025-04-15 06:02:44.690 | rbac-address-scope 2025-04-15 06:02:44.690 | rbac-security-groups 2025-04-15 06:02:44.690 | rbac-subnetpool 2025-04-15 06:02:44.690 | revision-if-match 2025-04-15 06:02:44.690 | standard-attr-revisions 2025-04-15 06:02:44.690 | router_availability_zone 2025-04-15 06:02:44.690 | security-groups-default-rules 2025-04-15 06:02:44.691 | security-groups-normalized-cidr 2025-04-15 06:02:44.691 | port-security-groups-filtering 2025-04-15 06:02:44.691 | security-groups-remote-address-group 2025-04-15 06:02:44.691 | security-groups-shared-filtering 2025-04-15 06:02:44.691 | security-group 2025-04-15 06:02:44.691 | service-type 2025-04-15 06:02:44.691 | sorting 2025-04-15 06:02:44.691 | standard-attr-description 2025-04-15 06:02:44.691 | stateful-security-group 2025-04-15 06:02:44.691 | subnet_onboard 2025-04-15 06:02:44.691 | subnet-service-types 2025-04-15 06:02:44.691 | subnet_allocation 2025-04-15 06:02:44.691 | subnetpool-prefix-ops 2025-04-15 06:02:44.691 | standard-attr-tag 2025-04-15 06:02:44.691 | standard-attr-timestamp 2025-04-15 06:02:44.691 | nsxt-ops =~ router ]] 2025-04-15 06:02:44.691 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 06:02:44.693 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-15 06:02:44.695 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-15 06:02:44.698 | ++ 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-15 06:02:45.857 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:45.860 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 06:02:45.860 | address-scope 2025-04-15 06:02:45.860 | router-admin-state-down-before-update 2025-04-15 06:02:45.860 | agent 2025-04-15 06:02:45.860 | agent-resources-synced 2025-04-15 06:02:45.860 | allowed-address-pairs 2025-04-15 06:02:45.860 | auto-allocated-topology 2025-04-15 06:02:45.860 | availability_zone 2025-04-15 06:02:45.860 | availability_zone_filter 2025-04-15 06:02:45.860 | default-subnetpools 2025-04-15 06:02:45.860 | dhcp_agent_scheduler 2025-04-15 06:02:45.860 | dvr 2025-04-15 06:02:45.860 | empty-string-filtering 2025-04-15 06:02:45.860 | external-net 2025-04-15 06:02:45.860 | extra_dhcp_opt 2025-04-15 06:02:45.860 | extraroute 2025-04-15 06:02:45.860 | extraroute-atomic 2025-04-15 06:02:45.860 | filter-validation 2025-04-15 06:02:45.860 | floating-ip-port-forwarding-detail 2025-04-15 06:02:45.860 | fip-port-details 2025-04-15 06:02:45.860 | flavors 2025-04-15 06:02:45.860 | floatingip-pools 2025-04-15 06:02:45.860 | ip-substring-filtering 2025-04-15 06:02:45.860 | router 2025-04-15 06:02:45.860 | ext-gw-mode 2025-04-15 06:02:45.860 | l3-ha 2025-04-15 06:02:45.860 | l3-flavors 2025-04-15 06:02:45.860 | l3-port-ip-change-not-allowed 2025-04-15 06:02:45.860 | l3_agent_scheduler 2025-04-15 06:02:45.860 | multi-provider 2025-04-15 06:02:45.860 | net-mtu 2025-04-15 06:02:45.860 | net-mtu-writable 2025-04-15 06:02:45.860 | network_availability_zone 2025-04-15 06:02:45.860 | network_ha 2025-04-15 06:02:45.860 | network-ip-availability 2025-04-15 06:02:45.860 | pagination 2025-04-15 06:02:45.860 | port-device-profile 2025-04-15 06:02:45.860 | port-mac-override 2025-04-15 06:02:45.860 | port-mac-address-regenerate 2025-04-15 06:02:45.860 | port-numa-affinity-policy 2025-04-15 06:02:45.860 | binding 2025-04-15 06:02:45.860 | binding-extended 2025-04-15 06:02:45.860 | port-security 2025-04-15 06:02:45.860 | project-id 2025-04-15 06:02:45.860 | provider 2025-04-15 06:02:45.860 | quota-check-limit 2025-04-15 06:02:45.860 | quotas 2025-04-15 06:02:45.860 | quota_details 2025-04-15 06:02:45.860 | rbac-policies 2025-04-15 06:02:45.860 | rbac-address-group 2025-04-15 06:02:45.860 | rbac-address-scope 2025-04-15 06:02:45.860 | rbac-security-groups 2025-04-15 06:02:45.860 | rbac-subnetpool 2025-04-15 06:02:45.860 | revision-if-match 2025-04-15 06:02:45.860 | standard-attr-revisions 2025-04-15 06:02:45.860 | router_availability_zone 2025-04-15 06:02:45.860 | security-groups-default-rules 2025-04-15 06:02:45.860 | security-groups-normalized-cidr 2025-04-15 06:02:45.860 | port-security-groups-filtering 2025-04-15 06:02:45.860 | security-groups-remote-address-group 2025-04-15 06:02:45.860 | security-groups-shared-filtering 2025-04-15 06:02:45.860 | security-group 2025-04-15 06:02:45.860 | service-type 2025-04-15 06:02:45.860 | sorting 2025-04-15 06:02:45.860 | standard-attr-description 2025-04-15 06:02:45.860 | stateful-security-group 2025-04-15 06:02:45.860 | subnet_onboard 2025-04-15 06:02:45.860 | subnet-service-types 2025-04-15 06:02:45.860 | subnet_allocation 2025-04-15 06:02:45.860 | subnetpool-prefix-ops 2025-04-15 06:02:45.860 | standard-attr-tag 2025-04-15 06:02:45.860 | standard-attr-timestamp 2025-04-15 06:02:45.860 | nsxt-ops' 2025-04-15 06:02:45.862 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 06:02:45.862 | address-scope 2025-04-15 06:02:45.862 | router-admin-state-down-before-update 2025-04-15 06:02:45.862 | agent 2025-04-15 06:02:45.862 | agent-resources-synced 2025-04-15 06:02:45.862 | allowed-address-pairs 2025-04-15 06:02:45.862 | auto-allocated-topology 2025-04-15 06:02:45.862 | availability_zone 2025-04-15 06:02:45.862 | availability_zone_filter 2025-04-15 06:02:45.862 | default-subnetpools 2025-04-15 06:02:45.862 | dhcp_agent_scheduler 2025-04-15 06:02:45.862 | dvr 2025-04-15 06:02:45.862 | empty-string-filtering 2025-04-15 06:02:45.862 | external-net 2025-04-15 06:02:45.862 | extra_dhcp_opt 2025-04-15 06:02:45.862 | extraroute 2025-04-15 06:02:45.862 | extraroute-atomic 2025-04-15 06:02:45.862 | filter-validation 2025-04-15 06:02:45.862 | floating-ip-port-forwarding-detail 2025-04-15 06:02:45.862 | fip-port-details 2025-04-15 06:02:45.862 | flavors 2025-04-15 06:02:45.862 | floatingip-pools 2025-04-15 06:02:45.862 | ip-substring-filtering 2025-04-15 06:02:45.862 | router 2025-04-15 06:02:45.862 | ext-gw-mode 2025-04-15 06:02:45.862 | l3-ha 2025-04-15 06:02:45.862 | l3-flavors 2025-04-15 06:02:45.862 | l3-port-ip-change-not-allowed 2025-04-15 06:02:45.862 | l3_agent_scheduler 2025-04-15 06:02:45.862 | multi-provider 2025-04-15 06:02:45.862 | net-mtu 2025-04-15 06:02:45.862 | net-mtu-writable 2025-04-15 06:02:45.862 | network_availability_zone 2025-04-15 06:02:45.862 | network_ha 2025-04-15 06:02:45.862 | network-ip-availability 2025-04-15 06:02:45.862 | pagination 2025-04-15 06:02:45.862 | port-device-profile 2025-04-15 06:02:45.862 | port-mac-override 2025-04-15 06:02:45.862 | port-mac-address-regenerate 2025-04-15 06:02:45.862 | port-numa-affinity-policy 2025-04-15 06:02:45.862 | binding 2025-04-15 06:02:45.862 | binding-extended 2025-04-15 06:02:45.862 | port-security 2025-04-15 06:02:45.862 | project-id 2025-04-15 06:02:45.862 | provider 2025-04-15 06:02:45.862 | quota-check-limit 2025-04-15 06:02:45.862 | quotas 2025-04-15 06:02:45.863 | quota_details 2025-04-15 06:02:45.863 | rbac-policies 2025-04-15 06:02:45.863 | rbac-address-group 2025-04-15 06:02:45.863 | rbac-address-scope 2025-04-15 06:02:45.863 | rbac-security-groups 2025-04-15 06:02:45.863 | rbac-subnetpool 2025-04-15 06:02:45.863 | revision-if-match 2025-04-15 06:02:45.863 | standard-attr-revisions 2025-04-15 06:02:45.863 | router_availability_zone 2025-04-15 06:02:45.863 | security-groups-default-rules 2025-04-15 06:02:45.863 | security-groups-normalized-cidr 2025-04-15 06:02:45.863 | port-security-groups-filtering 2025-04-15 06:02:45.863 | security-groups-remote-address-group 2025-04-15 06:02:45.863 | security-groups-shared-filtering 2025-04-15 06:02:45.863 | security-group 2025-04-15 06:02:45.863 | service-type 2025-04-15 06:02:45.863 | sorting 2025-04-15 06:02:45.863 | standard-attr-description 2025-04-15 06:02:45.863 | stateful-security-group 2025-04-15 06:02:45.863 | subnet_onboard 2025-04-15 06:02:45.863 | subnet-service-types 2025-04-15 06:02:45.863 | subnet_allocation 2025-04-15 06:02:45.863 | subnetpool-prefix-ops 2025-04-15 06:02:45.863 | standard-attr-tag 2025-04-15 06:02:45.863 | standard-attr-timestamp 2025-04-15 06:02:45.863 | nsxt-ops =~ external-net ]] 2025-04-15 06:02:45.864 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 06:02:45.866 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-15 06:02:45.869 | ++ 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-15 06:02:47.155 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:47.157 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=5da1dc78-4842-4811-a621-b170260eabd7 2025-04-15 06:02:47.160 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-15 06:02:47.162 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 06:02:47.176 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-15 06:02:47.179 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-15 06:02:47.181 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-15 06:02:47.184 | ++ 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-15 06:02:48.362 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:48.364 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 06:02:48.365 | address-scope 2025-04-15 06:02:48.365 | router-admin-state-down-before-update 2025-04-15 06:02:48.365 | agent 2025-04-15 06:02:48.365 | agent-resources-synced 2025-04-15 06:02:48.365 | allowed-address-pairs 2025-04-15 06:02:48.365 | auto-allocated-topology 2025-04-15 06:02:48.365 | availability_zone 2025-04-15 06:02:48.365 | availability_zone_filter 2025-04-15 06:02:48.365 | default-subnetpools 2025-04-15 06:02:48.365 | dhcp_agent_scheduler 2025-04-15 06:02:48.365 | dvr 2025-04-15 06:02:48.365 | empty-string-filtering 2025-04-15 06:02:48.365 | external-net 2025-04-15 06:02:48.365 | extra_dhcp_opt 2025-04-15 06:02:48.365 | extraroute 2025-04-15 06:02:48.365 | extraroute-atomic 2025-04-15 06:02:48.365 | filter-validation 2025-04-15 06:02:48.365 | floating-ip-port-forwarding-detail 2025-04-15 06:02:48.365 | fip-port-details 2025-04-15 06:02:48.365 | flavors 2025-04-15 06:02:48.365 | floatingip-pools 2025-04-15 06:02:48.365 | ip-substring-filtering 2025-04-15 06:02:48.365 | router 2025-04-15 06:02:48.365 | ext-gw-mode 2025-04-15 06:02:48.365 | l3-ha 2025-04-15 06:02:48.365 | l3-flavors 2025-04-15 06:02:48.365 | l3-port-ip-change-not-allowed 2025-04-15 06:02:48.365 | l3_agent_scheduler 2025-04-15 06:02:48.365 | multi-provider 2025-04-15 06:02:48.365 | net-mtu 2025-04-15 06:02:48.365 | net-mtu-writable 2025-04-15 06:02:48.365 | network_availability_zone 2025-04-15 06:02:48.365 | network_ha 2025-04-15 06:02:48.365 | network-ip-availability 2025-04-15 06:02:48.365 | pagination 2025-04-15 06:02:48.365 | port-device-profile 2025-04-15 06:02:48.365 | port-mac-override 2025-04-15 06:02:48.365 | port-mac-address-regenerate 2025-04-15 06:02:48.365 | port-numa-affinity-policy 2025-04-15 06:02:48.365 | binding 2025-04-15 06:02:48.365 | binding-extended 2025-04-15 06:02:48.365 | port-security 2025-04-15 06:02:48.365 | project-id 2025-04-15 06:02:48.365 | provider 2025-04-15 06:02:48.365 | quota-check-limit 2025-04-15 06:02:48.365 | quotas 2025-04-15 06:02:48.365 | quota_details 2025-04-15 06:02:48.365 | rbac-policies 2025-04-15 06:02:48.365 | rbac-address-group 2025-04-15 06:02:48.365 | rbac-address-scope 2025-04-15 06:02:48.365 | rbac-security-groups 2025-04-15 06:02:48.365 | rbac-subnetpool 2025-04-15 06:02:48.365 | revision-if-match 2025-04-15 06:02:48.365 | standard-attr-revisions 2025-04-15 06:02:48.365 | router_availability_zone 2025-04-15 06:02:48.365 | security-groups-default-rules 2025-04-15 06:02:48.365 | security-groups-normalized-cidr 2025-04-15 06:02:48.365 | port-security-groups-filtering 2025-04-15 06:02:48.365 | security-groups-remote-address-group 2025-04-15 06:02:48.365 | security-groups-shared-filtering 2025-04-15 06:02:48.365 | security-group 2025-04-15 06:02:48.365 | service-type 2025-04-15 06:02:48.365 | sorting 2025-04-15 06:02:48.365 | standard-attr-description 2025-04-15 06:02:48.365 | stateful-security-group 2025-04-15 06:02:48.365 | subnet_onboard 2025-04-15 06:02:48.365 | subnet-service-types 2025-04-15 06:02:48.365 | subnet_allocation 2025-04-15 06:02:48.365 | subnetpool-prefix-ops 2025-04-15 06:02:48.365 | standard-attr-tag 2025-04-15 06:02:48.365 | standard-attr-timestamp 2025-04-15 06:02:48.365 | nsxt-ops' 2025-04-15 06:02:48.367 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 06:02:48.367 | address-scope 2025-04-15 06:02:48.367 | router-admin-state-down-before-update 2025-04-15 06:02:48.367 | agent 2025-04-15 06:02:48.367 | agent-resources-synced 2025-04-15 06:02:48.367 | allowed-address-pairs 2025-04-15 06:02:48.367 | auto-allocated-topology 2025-04-15 06:02:48.367 | availability_zone 2025-04-15 06:02:48.367 | availability_zone_filter 2025-04-15 06:02:48.367 | default-subnetpools 2025-04-15 06:02:48.367 | dhcp_agent_scheduler 2025-04-15 06:02:48.367 | dvr 2025-04-15 06:02:48.367 | empty-string-filtering 2025-04-15 06:02:48.367 | external-net 2025-04-15 06:02:48.367 | extra_dhcp_opt 2025-04-15 06:02:48.367 | extraroute 2025-04-15 06:02:48.367 | extraroute-atomic 2025-04-15 06:02:48.367 | filter-validation 2025-04-15 06:02:48.367 | floating-ip-port-forwarding-detail 2025-04-15 06:02:48.367 | fip-port-details 2025-04-15 06:02:48.367 | flavors 2025-04-15 06:02:48.367 | floatingip-pools 2025-04-15 06:02:48.367 | ip-substring-filtering 2025-04-15 06:02:48.367 | router 2025-04-15 06:02:48.367 | ext-gw-mode 2025-04-15 06:02:48.367 | l3-ha 2025-04-15 06:02:48.367 | l3-flavors 2025-04-15 06:02:48.367 | l3-port-ip-change-not-allowed 2025-04-15 06:02:48.367 | l3_agent_scheduler 2025-04-15 06:02:48.367 | multi-provider 2025-04-15 06:02:48.367 | net-mtu 2025-04-15 06:02:48.367 | net-mtu-writable 2025-04-15 06:02:48.367 | network_availability_zone 2025-04-15 06:02:48.367 | network_ha 2025-04-15 06:02:48.367 | network-ip-availability 2025-04-15 06:02:48.367 | pagination 2025-04-15 06:02:48.367 | port-device-profile 2025-04-15 06:02:48.367 | port-mac-override 2025-04-15 06:02:48.367 | port-mac-address-regenerate 2025-04-15 06:02:48.367 | port-numa-affinity-policy 2025-04-15 06:02:48.367 | binding 2025-04-15 06:02:48.367 | binding-extended 2025-04-15 06:02:48.367 | port-security 2025-04-15 06:02:48.367 | project-id 2025-04-15 06:02:48.367 | provider 2025-04-15 06:02:48.367 | quota-check-limit 2025-04-15 06:02:48.367 | quotas 2025-04-15 06:02:48.367 | quota_details 2025-04-15 06:02:48.367 | rbac-policies 2025-04-15 06:02:48.367 | rbac-address-group 2025-04-15 06:02:48.367 | rbac-address-scope 2025-04-15 06:02:48.367 | rbac-security-groups 2025-04-15 06:02:48.367 | rbac-subnetpool 2025-04-15 06:02:48.367 | revision-if-match 2025-04-15 06:02:48.367 | standard-attr-revisions 2025-04-15 06:02:48.367 | router_availability_zone 2025-04-15 06:02:48.367 | security-groups-default-rules 2025-04-15 06:02:48.367 | security-groups-normalized-cidr 2025-04-15 06:02:48.367 | port-security-groups-filtering 2025-04-15 06:02:48.367 | security-groups-remote-address-group 2025-04-15 06:02:48.367 | security-groups-shared-filtering 2025-04-15 06:02:48.367 | security-group 2025-04-15 06:02:48.367 | service-type 2025-04-15 06:02:48.367 | sorting 2025-04-15 06:02:48.367 | standard-attr-description 2025-04-15 06:02:48.367 | stateful-security-group 2025-04-15 06:02:48.367 | subnet_onboard 2025-04-15 06:02:48.367 | subnet-service-types 2025-04-15 06:02:48.367 | subnet_allocation 2025-04-15 06:02:48.367 | subnetpool-prefix-ops 2025-04-15 06:02:48.367 | standard-attr-tag 2025-04-15 06:02:48.367 | standard-attr-timestamp 2025-04-15 06:02:48.367 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-15 06:02:48.369 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 06:02:48.371 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-15 06:02:48.373 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-15 06:02:48.376 | ++ 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-15 06:02:49.711 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:49.714 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=b9130e8d-dddf-4308-a671-63c68413dde6 2025-04-15 06:02:49.717 | + 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-15 06:02:49.719 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 06:02:49.732 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-15 06:02:49.734 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-15 06:02:49.736 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 5da1dc78-4842-4811-a621-b170260eabd7 8346ac71-08dc-41db-ab13-eb0379ddd7db 2025-04-15 06:02:51.856 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-15 06:02:51.860 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 b9130e8d-dddf-4308-a671-63c68413dde6 2025-04-15 06:02:51.862 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-15 06:02:51.864 | ++ 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-15 06:02:51.866 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-15 06:02:51.868 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-15 06:02:51.869 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network b9130e8d-dddf-4308-a671-63c68413dde6 --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-15 06:02:51.872 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-15 06:02:51.873 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-15 06:02:51.877 | +++ 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 b9130e8d-dddf-4308-a671-63c68413dde6 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-15 06:02:51.877 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-15 06:02:53.280 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:53.282 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-15 06:02:53.283 | | id | 0a44a646-86e2-4f6c-8cfd-d9e097fdf6f7 |' 2025-04-15 06:02:53.284 | ++ 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-15 06:02:53.286 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 06:02:53.299 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 0a44a646-86e2-4f6c-8cfd-d9e097fdf6f7 '|' 2025-04-15 06:02:53.301 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 0a44a646-86e2-4f6c-8cfd-d9e097fdf6f7 |' 2025-04-15 06:02:53.303 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-15 06:02:53.306 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 0a44a646-86e2-4f6c-8cfd-d9e097fdf6f7 '|' 2025-04-15 06:02:53.306 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-15 06:02:53.308 | ++ functions-common:get_field:789 : local data field 2025-04-15 06:02:53.310 | ++ functions-common:get_field:790 : read data 2025-04-15 06:02:53.312 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-15 06:02:53.314 | ++ functions-common:get_field:794 : field='$3' 2025-04-15 06:02:53.316 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 0a44a646-86e2-4f6c-8cfd-d9e097fdf6f7 |' 2025-04-15 06:02:53.316 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-15 06:02:53.321 | ++ functions-common:get_field:790 : read data 2025-04-15 06:02:53.324 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-15 06:02:53.327 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 0a44a646-86e2-4f6c-8cfd-d9e097fdf6f7 '|' 2025-04-15 06:02:53.327 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-15 06:02:53.329 | ++ functions-common:get_field:789 : local data field 2025-04-15 06:02:53.330 | ++ functions-common:get_field:790 : read data 2025-04-15 06:02:53.332 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-15 06:02:53.334 | ++ functions-common:get_field:794 : field='$6' 2025-04-15 06:02:53.337 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 0a44a646-86e2-4f6c-8cfd-d9e097fdf6f7 |' 2025-04-15 06:02:53.337 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-15 06:02:53.341 | ++ functions-common:get_field:790 : read data 2025-04-15 06:02:53.344 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=0a44a646-86e2-4f6c-8cfd-d9e097fdf6f7 2025-04-15 06:02:53.346 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway b9130e8d-dddf-4308-a671-63c68413dde6 5da1dc78-4842-4811-a621-b170260eabd7 2025-04-15 06:02:55.329 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-15 06:02:55.332 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-15 06:02:55.345 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:55.348 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-15 06:02:55.350 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-15 06:02:55.352 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-15 06:02:55.354 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-15 06:02:55.356 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-15 06:02:55.358 | ++ 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-15 06:02:55.371 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-15 06:02:55.373 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-15 06:02:55.376 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-15 06:02:55.378 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-15 06:02:55.380 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-15 06:02:55.382 | + 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-15 06:02:55.384 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-15 06:02:55.386 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-15 06:02:55.387 | + functions-common:test_with_retry:2340 : local until=10 2025-04-15 06:02:55.390 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-15 06:02:55.391 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-15 06:02:55.393 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-15 06:02:55.395 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:55.397 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:55.400 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:55.403 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696975401 2025-04-15 06:02:55.405 | + 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-15 06:02:55.410 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-15 06:02:55.412 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:55.414 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:55.416 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:55.418 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:55.420 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:55.422 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-15 06:02:55.424 | + functions-common:time_stop:2407 : start_time=1744696975401 2025-04-15 06:02:55.426 | + functions-common:time_stop:2409 : [[ -z 1744696975401 ]] 2025-04-15 06:02:55.429 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:55.432 | + functions-common:time_stop:2412 : end_time=1744696975430 2025-04-15 06:02:55.434 | + functions-common:time_stop:2413 : elapsed_time=29 2025-04-15 06:02:55.436 | + functions-common:time_stop:2414 : total=3063 2025-04-15 06:02:55.438 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:55.440 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3092 2025-04-15 06:02:55.443 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-15 06:02:55.443 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-15 06:02:55.448 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-15 06:02:55.450 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-15 06:02:55.452 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-15 06:02:55.454 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-15 06:02:55.458 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-15 06:02:55.458 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-15 06:02:55.458 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-15 06:02:55.458 | ++ 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-15 06:02:56.630 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:02:56.634 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.143 ' 2025-04-15 06:02:56.636 | + 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-15 06:02:56.638 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 06:02:56.653 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-15 06:02:56.655 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-15 06:02:56.657 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-15 06:02:56.659 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-15 06:02:56.675 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:56.677 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-15 06:02:56.679 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:02:56.681 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-15 06:02:56.683 | + stack.sh:main:1343 : start_nova 2025-04-15 06:02:56.685 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-15 06:02:56.687 | + 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-15 06:02:56.690 | + 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-15 06:02:56.692 | + 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-15 06:02:56.694 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-15 06:02:56.696 | + 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-15 06:02:56.698 | + functions-common:run_process:1654 : local service=n-sch 2025-04-15 06:02:56.700 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 06:02:56.702 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:56.704 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:56.706 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:56.708 | + functions-common:run_process:1660 : local name=n-sch 2025-04-15 06:02:56.711 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:56.713 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:56.715 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:56.717 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:56.720 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:56.723 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696976721 2025-04-15 06:02:56.725 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-15 06:02:56.739 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:56.741 | + 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-15 06:02:56.743 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-15 06:02:56.746 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 06:02:56.748 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 06:02:56.750 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 06:02:56.752 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 06:02:56.754 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-15 06:02:56.756 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-15 06:02:56.758 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-15 06:02:56.761 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:02:56.763 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:02:56.765 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:02:56.767 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:02:56.769 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-15 06:02:56.772 | + 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-15 06:02:56.774 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-15 06:02:56.776 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 06:02:56.778 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 06:02:56.779 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 06:02:56.782 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 06:02:56.783 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 06:02:56.785 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 06:02:56.788 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-15 06:02:56.789 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 06:02:56.793 | + 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-15 06:02:56.844 | + 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-15 06:02:56.896 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-15 06:02:56.940 | + 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-15 06:02:56.982 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-15 06:02:57.026 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-15 06:02:57.068 | + 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-15 06:02:57.111 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 06:02:57.113 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 06:02:57.115 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-15 06:02:57.165 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 06:02:57.419 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-15 06:02:57.429 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-15 06:02:57.673 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-15 06:02:57.700 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:57.700 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:57.701 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:57.703 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:57.705 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:57.707 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:57.709 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:57.711 | + functions-common:time_stop:2407 : start_time=1744696976721 2025-04-15 06:02:57.713 | + functions-common:time_stop:2409 : [[ -z 1744696976721 ]] 2025-04-15 06:02:57.716 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:57.720 | + functions-common:time_stop:2412 : end_time=1744696977718 2025-04-15 06:02:57.722 | + functions-common:time_stop:2413 : elapsed_time=997 2025-04-15 06:02:57.724 | + functions-common:time_stop:2414 : total=8513 2025-04-15 06:02:57.726 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:57.729 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9510 2025-04-15 06:02:57.731 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-15 06:02:57.733 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-15 06:02:57.737 | + 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-15 06:02:57.739 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-15 06:02:57.741 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 06:02:57.743 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:57.745 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:57.748 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:57.750 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-15 06:02:57.752 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:57.754 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:57.756 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:57.758 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:57.761 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:57.764 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696977762 2025-04-15 06:02:57.766 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-15 06:02:57.782 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:57.784 | + 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-15 06:02:57.786 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-15 06:02:57.788 | + 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-15 06:02:57.790 | + 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-15 06:02:57.792 | + 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-15 06:02:57.795 | + 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-15 06:02:57.797 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-15 06:02:57.799 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-15 06:02:57.801 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-15 06:02:57.803 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:02:57.805 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:02:57.807 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:02:57.809 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:02:57.812 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-15 06:02:57.814 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 06:02:57.816 | + 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-15 06:02:57.818 | + 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-15 06:02:57.820 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-15 06:02:57.822 | + 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-15 06:02:57.824 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 06:02:57.826 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 06:02:57.828 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 06:02:57.830 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-15 06:02:57.832 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 06:02:57.835 | + 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-15 06:02:57.886 | + 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-15 06:02:57.935 | + 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-15 06:02:57.978 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-15 06:02:58.021 | + 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-15 06:02:58.066 | + 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-15 06:02:58.124 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-15 06:02:58.180 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-15 06:02:58.229 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-15 06:02:58.272 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-15 06:02:58.318 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-15 06:02:58.361 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 06:02:58.364 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 06:02:58.366 | + 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-15 06:02:58.421 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 06:02:58.672 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-15 06:02:58.681 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-15 06:02:58.916 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-15 06:02:58.966 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:58.969 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:58.971 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:58.973 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:58.975 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:58.977 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:58.979 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:58.981 | + functions-common:time_stop:2407 : start_time=1744696977762 2025-04-15 06:02:58.983 | + functions-common:time_stop:2409 : [[ -z 1744696977762 ]] 2025-04-15 06:02:58.985 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:58.990 | + functions-common:time_stop:2412 : end_time=1744696978987 2025-04-15 06:02:58.992 | + functions-common:time_stop:2413 : elapsed_time=1225 2025-04-15 06:02:58.994 | + functions-common:time_stop:2414 : total=9510 2025-04-15 06:02:58.996 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:58.998 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10735 2025-04-15 06:02:59.001 | + 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-15 06:02:59.003 | + 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-15 06:02:59.005 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-15 06:02:59.007 | + 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-15 06:02:59.009 | + 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-15 06:02:59.012 | + 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-15 06:02:59.014 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-15 06:02:59.016 | + 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-15 06:02:59.018 | + 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-15 06:02:59.020 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-15 06:02:59.022 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-15 06:02:59.024 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:59.026 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:59.028 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:59.030 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-15 06:02:59.032 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:59.034 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:59.036 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:59.038 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:59.041 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:59.044 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696979042 2025-04-15 06:02:59.046 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-15 06:02:59.060 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:59.062 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:59.063 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:59.066 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:59.068 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:59.070 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:59.072 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:59.074 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:59.075 | + functions-common:time_stop:2407 : start_time=1744696979042 2025-04-15 06:02:59.077 | + functions-common:time_stop:2409 : [[ -z 1744696979042 ]] 2025-04-15 06:02:59.080 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:59.084 | + functions-common:time_stop:2412 : end_time=1744696979081 2025-04-15 06:02:59.086 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-15 06:02:59.088 | + functions-common:time_stop:2414 : total=10735 2025-04-15 06:02:59.090 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:59.092 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10774 2025-04-15 06:02:59.094 | + 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-15 06:02:59.096 | + functions-common:run_process:1654 : local service=n-spice 2025-04-15 06:02:59.098 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-15 06:02:59.100 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:59.102 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:59.104 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:59.106 | + functions-common:run_process:1660 : local name=n-spice 2025-04-15 06:02:59.108 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:59.110 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:59.112 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:59.114 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:59.118 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:59.121 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696979119 2025-04-15 06:02:59.123 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-15 06:02:59.137 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:59.139 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:59.141 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:59.143 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:59.145 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:59.147 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:59.149 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:59.151 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:59.153 | + functions-common:time_stop:2407 : start_time=1744696979119 2025-04-15 06:02:59.155 | + functions-common:time_stop:2409 : [[ -z 1744696979119 ]] 2025-04-15 06:02:59.158 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:59.161 | + functions-common:time_stop:2412 : end_time=1744696979159 2025-04-15 06:02:59.163 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-15 06:02:59.165 | + functions-common:time_stop:2414 : total=10774 2025-04-15 06:02:59.168 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:59.170 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10814 2025-04-15 06:02:59.172 | + 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-15 06:02:59.174 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-15 06:02:59.176 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-15 06:02:59.178 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:59.180 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:59.182 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:59.184 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-15 06:02:59.186 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:59.188 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:59.190 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:59.192 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:59.194 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:59.198 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696979195 2025-04-15 06:02:59.200 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-15 06:02:59.214 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:02:59.216 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:02:59.218 | + functions-common:time_stop:2400 : local name 2025-04-15 06:02:59.220 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:02:59.222 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:02:59.224 | + functions-common:time_stop:2403 : local total 2025-04-15 06:02:59.226 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:02:59.228 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:02:59.230 | + functions-common:time_stop:2407 : start_time=1744696979195 2025-04-15 06:02:59.232 | + functions-common:time_stop:2409 : [[ -z 1744696979195 ]] 2025-04-15 06:02:59.235 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:02:59.238 | + functions-common:time_stop:2412 : end_time=1744696979236 2025-04-15 06:02:59.240 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-15 06:02:59.242 | + functions-common:time_stop:2414 : total=10814 2025-04-15 06:02:59.244 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:02:59.246 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10855 2025-04-15 06:02:59.249 | + 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-15 06:02:59.251 | + 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-15 06:02:59.254 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-15 06:02:59.256 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 06:02:59.258 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-15 06:02:59.258 | Starting nova-conductor in a cellsv1-compatible way 2025-04-15 06:02:59.260 | + 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-15 06:02:59.262 | + functions-common:run_process:1654 : local service=n-cond 2025-04-15 06:02:59.264 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 06:02:59.266 | + functions-common:run_process:1656 : local group= 2025-04-15 06:02:59.268 | + functions-common:run_process:1657 : local user= 2025-04-15 06:02:59.270 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:02:59.272 | + functions-common:run_process:1660 : local name=n-cond 2025-04-15 06:02:59.274 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:02:59.276 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:02:59.278 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:02:59.280 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:02:59.283 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:02:59.286 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696979284 2025-04-15 06:02:59.288 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-15 06:02:59.302 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:02:59.304 | + 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-15 06:02:59.307 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-15 06:02:59.309 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 06:02:59.312 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 06:02:59.314 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 06:02:59.319 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 06:02:59.322 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-15 06:02:59.324 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-15 06:02:59.326 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-15 06:02:59.329 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:02:59.331 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:02:59.332 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:02:59.335 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:02:59.337 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-15 06:02:59.340 | + 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-15 06:02:59.343 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-15 06:02:59.346 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 06:02:59.348 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 06:02:59.351 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 06:02:59.353 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 06:02:59.354 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 06:02:59.356 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 06:02:59.358 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-15 06:02:59.360 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 06:02:59.363 | + 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-15 06:02:59.421 | + 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-15 06:02:59.474 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-15 06:02:59.518 | + 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-15 06:02:59.560 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-15 06:02:59.602 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-15 06:02:59.644 | + 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-15 06:02:59.686 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 06:02:59.689 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 06:02:59.691 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-15 06:02:59.742 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 06:02:59.995 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-15 06:03:00.008 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-15 06:03:00.248 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-15 06:03:00.273 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:03:00.275 | + functions-common:time_stop:2400 : local name 2025-04-15 06:03:00.277 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:00.279 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:00.281 | + functions-common:time_stop:2403 : local total 2025-04-15 06:03:00.283 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:00.285 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:03:00.287 | + functions-common:time_stop:2407 : start_time=1744696979284 2025-04-15 06:03:00.289 | + functions-common:time_stop:2409 : [[ -z 1744696979284 ]] 2025-04-15 06:03:00.292 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:00.295 | + functions-common:time_stop:2412 : end_time=1744696980293 2025-04-15 06:03:00.297 | + functions-common:time_stop:2413 : elapsed_time=1009 2025-04-15 06:03:00.299 | + functions-common:time_stop:2414 : total=10855 2025-04-15 06:03:00.302 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:00.304 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11864 2025-04-15 06:03:00.306 | + lib/nova:start_nova_conductor:1157 : return 2025-04-15 06:03:00.308 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-15 06:03:00.311 | + 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-15 06:03:00.313 | + 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-15 06:03:00.316 | + 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-15 06:03:00.318 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-15 06:03:00.320 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-15 06:03:00.324 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-15 06:03:00.326 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:03:00.328 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 06:03:00.330 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-15 06:03:00.332 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 06:03:00.335 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-15 06:03:00.337 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-15 06:03:00.339 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-15 06:03:00.342 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-15 06:03:00.344 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-15 06:03:00.345 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-15 06:03:00.345 | BEGIN { 2025-04-15 06:03:00.345 | section = "" 2025-04-15 06:03:00.345 | last_section = "" 2025-04-15 06:03:00.345 | section_count = 0 2025-04-15 06:03:00.345 | } 2025-04-15 06:03:00.345 | /^\[.+\]/ { 2025-04-15 06:03:00.345 | gsub("[][]", "", $1); 2025-04-15 06:03:00.345 | section=$1 2025-04-15 06:03:00.345 | next 2025-04-15 06:03:00.345 | } 2025-04-15 06:03:00.345 | /^ *\#/ { 2025-04-15 06:03:00.345 | next 2025-04-15 06:03:00.345 | } 2025-04-15 06:03:00.345 | /^[^ \t]+/ { 2025-04-15 06:03:00.345 | # get offset of first = in $0 2025-04-15 06:03:00.345 | eq_idx = index($0, "=") 2025-04-15 06:03:00.345 | # extract attr & value from $0 2025-04-15 06:03:00.345 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 06:03:00.345 | value = substr($0, eq_idx + 1) 2025-04-15 06:03:00.345 | # only need to strip trailing whitespace from attr 2025-04-15 06:03:00.345 | sub(/[ \t]*$/, "", attr) 2025-04-15 06:03:00.345 | # need to strip leading & trailing whitespace from value 2025-04-15 06:03:00.345 | sub(/^[ \t]*/, "", value) 2025-04-15 06:03:00.345 | sub(/[ \t]*$/, "", value) 2025-04-15 06:03:00.345 | 2025-04-15 06:03:00.345 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 06:03:00.345 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 06:03:00.345 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 06:03:00.345 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 06:03:00.345 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 06:03:00.345 | if (section != last_section) { 2025-04-15 06:03:00.345 | cfg_section[section_count++] = section 2025-04-15 06:03:00.345 | last_section = section 2025-04-15 06:03:00.345 | } 2025-04-15 06:03:00.345 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 06:03:00.345 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 06:03:00.345 | 2025-04-15 06:03:00.345 | cfg_attr[section, attr, 0] = value 2025-04-15 06:03:00.345 | cfg_attr_count[section, attr] = 1 2025-04-15 06:03:00.345 | } else { 2025-04-15 06:03:00.346 | lno = cfg_attr_count[section, attr]++ 2025-04-15 06:03:00.346 | cfg_attr[section, attr, lno] = value 2025-04-15 06:03:00.346 | } 2025-04-15 06:03:00.346 | } 2025-04-15 06:03:00.346 | END { 2025-04-15 06:03:00.346 | # Process each section in order 2025-04-15 06:03:00.346 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 06:03:00.346 | section = cfg_section[sno] 2025-04-15 06:03:00.346 | # The ini routines simply append a config item immediately 2025-04-15 06:03:00.346 | # after the section header. To keep the same order as defined 2025-04-15 06:03:00.346 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 06:03:00.346 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 06:03:00.346 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 06:03:00.346 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 06:03:00.346 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 06:03:00.346 | else { 2025-04-15 06:03:00.346 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 06:03:00.346 | count = cfg_attr_count[section, attr] 2025-04-15 06:03:00.346 | print "inidelete " configfile " " section " " attr 2025-04-15 06:03:00.346 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 06:03:00.346 | for (l = count -2; l >= 0; l--) 2025-04-15 06:03:00.346 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 06:03:00.346 | } 2025-04-15 06:03:00.346 | } 2025-04-15 06:03:00.346 | } 2025-04-15 06:03:00.346 | } 2025-04-15 06:03:00.346 | ' 2025-04-15 06:03:00.346 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 06:03:00.346 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:03:00.346 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 06:03:00.348 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 06:03:00.350 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-15 06:03:00.352 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:03:00.355 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-15 06:03:00.357 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-15 06:03:00.357 | BEGIN { group = "" } 2025-04-15 06:03:00.357 | /^\[\[.+\|.*\]\]/ { 2025-04-15 06:03:00.357 | gsub("[][]", "", $1); 2025-04-15 06:03:00.357 | split($1, a, "|"); 2025-04-15 06:03:00.357 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 06:03:00.357 | group=a[1] 2025-04-15 06:03:00.357 | } else { 2025-04-15 06:03:00.357 | group="" 2025-04-15 06:03:00.357 | } 2025-04-15 06:03:00.357 | next 2025-04-15 06:03:00.357 | } 2025-04-15 06:03:00.357 | { 2025-04-15 06:03:00.357 | if (group != "") 2025-04-15 06:03:00.357 | print $0 2025-04-15 06:03:00.357 | } 2025-04-15 06:03:00.357 | ' /opt/stack/devstack/local.conf 2025-04-15 06:03:00.362 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 06:03:00.365 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-15 06:03:00.365 | Skipping multi-cell conductor fleet setup 2025-04-15 06:03:00.367 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-15 06:03:00.384 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-15 06:03:00.404 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-15 06:03:00.406 | + lib/nova:configure_console_compute:672 : local offset 2025-04-15 06:03:00.408 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-15 06:03:00.410 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-15 06:03:00.412 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-15 06:03:00.429 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-15 06:03:00.433 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-15 06:03:00.446 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:00.448 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-15 06:03:00.462 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:00.465 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-15 06:03:00.467 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-15 06:03:00.496 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-15 06:03:00.511 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:00.513 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-15 06:03:00.529 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:00.531 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-15 06:03:00.562 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-15 06:03:00.564 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-15 06:03:00.566 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-15 06:03:00.568 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-15 06:03:00.570 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-15 06:03:00.572 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-15 06:03:00.574 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-15 06:03:00.577 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-15 06:03:00.593 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:00.595 | + 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-15 06:03:00.603 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-15 06:03:00.607 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-15 06:03:00.609 | + functions-common:run_process:1656 : local group= 2025-04-15 06:03:00.611 | + functions-common:run_process:1657 : local user= 2025-04-15 06:03:00.614 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:03:00.617 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-15 06:03:00.619 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:03:00.621 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:03:00.623 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:00.625 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:00.628 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:00.632 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696980629 2025-04-15 06:03:00.634 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-15 06:03:00.649 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:00.651 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:03:00.653 | + functions-common:time_stop:2400 : local name 2025-04-15 06:03:00.655 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:00.657 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:00.659 | + functions-common:time_stop:2403 : local total 2025-04-15 06:03:00.661 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:00.663 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:03:00.665 | + functions-common:time_stop:2407 : start_time=1744696980629 2025-04-15 06:03:00.667 | + functions-common:time_stop:2409 : [[ -z 1744696980629 ]] 2025-04-15 06:03:00.670 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:00.674 | + functions-common:time_stop:2412 : end_time=1744696980671 2025-04-15 06:03:00.676 | + functions-common:time_stop:2413 : elapsed_time=42 2025-04-15 06:03:00.678 | + functions-common:time_stop:2414 : total=11864 2025-04-15 06:03:00.680 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:00.682 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11906 2025-04-15 06:03:00.684 | + 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-15 06:03:00.686 | + 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-15 06:03:00.689 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-15 06:03:00.703 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:00.705 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-15 06:03:00.705 | Dumping cells_v2 mapping 2025-04-15 06:03:00.707 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-15 06:03:01.185 | 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-15 06:03:02.396 | INFO dbcounter [None req-5d198d8e-a35d-4716-b040-eac8b07761a3 None None] Registered counter for database nova_api 2025-04-15 06:03:02.407 | DEBUG dbcounter [-] [60872] Writer thread running {{(pid=60872) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:03:02.431 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-15 06:03:02.431 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-15 06:03:02.431 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-15 06:03:02.431 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-04-15 06:03:02.431 | | cell1 | 66d8db0c-b367-47d9-a5ac-0eb6fb83feb6 | 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-15 06:03:02.431 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-15 06:03:02.753 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-15 06:03:02.756 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-15 06:03:02.812 | + inc/async:async_inner:63 : create_flavors 2025-04-15 06:03:02.843 | [3984 Async create_flavors:60945]: running: create_flavors 2025-04-15 06:03:02.844 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-15 06:03:02.858 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:02.861 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-15 06:03:02.863 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:03:02.865 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-15 06:03:02.867 | + stack.sh:main:1348 : start_cinder 2025-04-15 06:03:02.869 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-15 06:03:02.871 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-15 06:03:02.873 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-15 06:03:02.875 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-15 06:03:02.888 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:02.891 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-15 06:03:02.893 | + 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-15 06:03:02.895 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-15 06:03:02.897 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-15 06:03:02.901 | + 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-15 06:03:02.903 | + functions-common:run_process:1654 : local service=c-api 2025-04-15 06:03:02.905 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 06:03:02.907 | + functions-common:run_process:1656 : local group= 2025-04-15 06:03:02.909 | + functions-common:run_process:1657 : local user= 2025-04-15 06:03:02.911 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:03:02.913 | + functions-common:run_process:1660 : local name=c-api 2025-04-15 06:03:02.916 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:03:02.918 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:03:02.920 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:02.922 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:02.924 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:02.928 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696982925 2025-04-15 06:03:02.930 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-15 06:03:02.943 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:02.945 | + 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-15 06:03:02.948 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-15 06:03:02.950 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 06:03:02.952 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 06:03:02.955 | + 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-15 06:03:02.957 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 06:03:02.959 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-15 06:03:02.961 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-15 06:03:02.963 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-15 06:03:02.965 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:03:02.967 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:03:02.970 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:03:02.972 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:03:02.974 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-15 06:03:02.976 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 06:03:02.978 | + 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-15 06:03:02.980 | + 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-15 06:03:02.982 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-15 06:03:02.984 | + 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-15 06:03:02.986 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 06:03:02.988 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 06:03:02.989 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 06:03:02.991 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-15 06:03:02.993 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 06:03:02.996 | + 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-15 06:03:03.047 | + 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-15 06:03:03.096 | + 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-15 06:03:03.138 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-15 06:03:03.180 | + 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-15 06:03:03.222 | + 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-15 06:03:03.263 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-15 06:03:03.305 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-15 06:03:03.346 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-15 06:03:03.386 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-15 06:03:03.428 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-15 06:03:03.468 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 06:03:03.470 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 06:03:03.472 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-15 06:03:03.522 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 06:03:03.775 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-15 06:03:03.785 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-15 06:03:04.081 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-15 06:03:04.154 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:03:04.156 | + functions-common:time_stop:2400 : local name 2025-04-15 06:03:04.158 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:04.160 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:04.162 | + functions-common:time_stop:2403 : local total 2025-04-15 06:03:04.164 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:04.166 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:03:04.170 | + functions-common:time_stop:2407 : start_time=1744696982925 2025-04-15 06:03:04.172 | + functions-common:time_stop:2409 : [[ -z 1744696982925 ]] 2025-04-15 06:03:04.175 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:04.178 | + functions-common:time_stop:2412 : end_time=1744696984176 2025-04-15 06:03:04.180 | + functions-common:time_stop:2413 : elapsed_time=1251 2025-04-15 06:03:04.183 | + functions-common:time_stop:2414 : total=11906 2025-04-15 06:03:04.185 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:04.188 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13157 2025-04-15 06:03:04.190 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-15 06:03:04.192 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-15 06:03:04.192 | Waiting for Cinder API to start... 2025-04-15 06:03:04.194 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-15 06:03:04.196 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 06:03:04.199 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-15 06:03:04.200 | + functions:wait_for_service:470 : local rval=0 2025-04-15 06:03:04.203 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 06:03:04.204 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 06:03:04.206 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:04.208 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:04.212 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:04.215 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696984212 2025-04-15 06:03:04.217 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 06:03:04.220 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-15 06:03:06.135 | + :: : [[ 401 == 503 ]] 2025-04-15 06:03:06.136 | + :: : [[ 0 -eq 7 ]] 2025-04-15 06:03:06.139 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 06:03:06.141 | + functions-common:time_stop:2400 : local name 2025-04-15 06:03:06.144 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:06.146 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:06.148 | + functions-common:time_stop:2403 : local total 2025-04-15 06:03:06.151 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:06.153 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 06:03:06.155 | + functions-common:time_stop:2407 : start_time=1744696984212 2025-04-15 06:03:06.157 | + functions-common:time_stop:2409 : [[ -z 1744696984212 ]] 2025-04-15 06:03:06.161 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:06.165 | + functions-common:time_stop:2412 : end_time=1744696986162 2025-04-15 06:03:06.167 | + functions-common:time_stop:2413 : elapsed_time=1950 2025-04-15 06:03:06.170 | + functions-common:time_stop:2414 : total=6081 2025-04-15 06:03:06.171 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:06.174 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8031 2025-04-15 06:03:06.176 | + functions:wait_for_service:478 : return 0 2025-04-15 06:03:06.178 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:06.180 | + functions-common:run_process:1654 : local service=c-sch 2025-04-15 06:03:06.182 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:06.185 | + functions-common:run_process:1656 : local group= 2025-04-15 06:03:06.187 | + functions-common:run_process:1657 : local user= 2025-04-15 06:03:06.190 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:03:06.192 | + functions-common:run_process:1660 : local name=c-sch 2025-04-15 06:03:06.195 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:03:06.197 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:03:06.200 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:06.202 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:06.205 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:06.209 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696986207 2025-04-15 06:03:06.212 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-15 06:03:06.228 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:06.230 | + 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-15 06:03:06.232 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-15 06:03:06.235 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:06.237 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:06.240 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:06.242 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:06.244 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-15 06:03:06.247 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-15 06:03:06.249 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-15 06:03:06.251 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:03:06.253 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:03:06.256 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:03:06.258 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:03:06.260 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-15 06:03:06.262 | + 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-15 06:03:06.264 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-15 06:03:06.267 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:06.269 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 06:03:06.271 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 06:03:06.273 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 06:03:06.276 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 06:03:06.278 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 06:03:06.280 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-15 06:03:06.282 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 06:03:06.285 | + 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-15 06:03:06.339 | + 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-15 06:03:06.389 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-15 06:03:06.434 | + 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-15 06:03:06.476 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-15 06:03:06.521 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-15 06:03:06.564 | + 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-15 06:03:06.611 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 06:03:06.613 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 06:03:06.615 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-15 06:03:06.668 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 06:03:06.953 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-15 06:03:06.962 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-15 06:03:07.241 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-15 06:03:07.275 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:03:07.278 | + functions-common:time_stop:2400 : local name 2025-04-15 06:03:07.280 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:07.284 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:07.288 | + functions-common:time_stop:2403 : local total 2025-04-15 06:03:07.290 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:07.292 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:03:07.296 | + functions-common:time_stop:2407 : start_time=1744696986207 2025-04-15 06:03:07.300 | + functions-common:time_stop:2409 : [[ -z 1744696986207 ]] 2025-04-15 06:03:07.303 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:07.309 | + functions-common:time_stop:2412 : end_time=1744696987304 2025-04-15 06:03:07.311 | + functions-common:time_stop:2413 : elapsed_time=1097 2025-04-15 06:03:07.314 | + functions-common:time_stop:2414 : total=13157 2025-04-15 06:03:07.316 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:07.319 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14254 2025-04-15 06:03:07.320 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 06:03:07.322 | + 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-15 06:03:07.325 | + functions-common:run_process:1654 : local service=c-bak 2025-04-15 06:03:07.327 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:07.329 | + functions-common:run_process:1656 : local group= 2025-04-15 06:03:07.331 | + functions-common:run_process:1657 : local user= 2025-04-15 06:03:07.334 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 06:03:07.335 | + functions-common:run_process:1660 : local name=c-bak 2025-04-15 06:03:07.337 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:03:07.339 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:03:07.341 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:07.345 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:07.346 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:07.350 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696987347 2025-04-15 06:03:07.352 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-15 06:03:07.366 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:07.368 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:03:07.370 | + functions-common:time_stop:2400 : local name 2025-04-15 06:03:07.372 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:07.374 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:07.376 | + functions-common:time_stop:2403 : local total 2025-04-15 06:03:07.378 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:07.380 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:03:07.382 | + functions-common:time_stop:2407 : start_time=1744696987347 2025-04-15 06:03:07.384 | + functions-common:time_stop:2409 : [[ -z 1744696987347 ]] 2025-04-15 06:03:07.387 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:07.390 | + functions-common:time_stop:2412 : end_time=1744696987388 2025-04-15 06:03:07.393 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-15 06:03:07.395 | + functions-common:time_stop:2414 : total=14254 2025-04-15 06:03:07.397 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:07.399 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14295 2025-04-15 06:03:07.401 | + 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-15 06:03:07.403 | + functions-common:run_process:1654 : local service=c-vol 2025-04-15 06:03:07.405 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:07.407 | + functions-common:run_process:1656 : local group= 2025-04-15 06:03:07.409 | + functions-common:run_process:1657 : local user= 2025-04-15 06:03:07.411 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 06:03:07.413 | + functions-common:run_process:1660 : local name=c-vol 2025-04-15 06:03:07.415 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:03:07.417 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:03:07.419 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:07.421 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:07.424 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:07.428 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696987425 2025-04-15 06:03:07.430 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-15 06:03:07.444 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:07.446 | + 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-15 06:03:07.448 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-15 06:03:07.450 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:07.452 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:07.454 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:07.456 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:07.458 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-15 06:03:07.461 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-15 06:03:07.463 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-15 06:03:07.465 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:03:07.467 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:03:07.469 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:03:07.471 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 06:03:07.473 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-15 06:03:07.475 | + 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-15 06:03:07.477 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-15 06:03:07.480 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 06:03:07.482 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 06:03:07.484 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 06:03:07.486 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 06:03:07.488 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 06:03:07.490 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 06:03:07.492 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-15 06:03:07.494 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 06:03:07.497 | + 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-15 06:03:07.552 | + 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-15 06:03:07.604 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-15 06:03:07.647 | + 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-15 06:03:07.690 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-15 06:03:07.732 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-15 06:03:07.777 | + 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-15 06:03:07.821 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-15 06:03:07.823 | + 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-15 06:03:07.868 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 06:03:07.870 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-15 06:03:07.923 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 06:03:08.206 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-15 06:03:08.215 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-15 06:03:08.486 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-15 06:03:08.514 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:03:08.516 | + functions-common:time_stop:2400 : local name 2025-04-15 06:03:08.519 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:08.521 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:08.523 | + functions-common:time_stop:2403 : local total 2025-04-15 06:03:08.525 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:08.527 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:03:08.529 | + functions-common:time_stop:2407 : start_time=1744696987425 2025-04-15 06:03:08.531 | + functions-common:time_stop:2409 : [[ -z 1744696987425 ]] 2025-04-15 06:03:08.534 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:08.537 | + functions-common:time_stop:2412 : end_time=1744696988535 2025-04-15 06:03:08.539 | + functions-common:time_stop:2413 : elapsed_time=1110 2025-04-15 06:03:08.541 | + functions-common:time_stop:2414 : total=14295 2025-04-15 06:03:08.543 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:08.545 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15405 2025-04-15 06:03:08.547 | + stack.sh:main:1349 : create_volume_types 2025-04-15 06:03:08.549 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-15 06:03:08.563 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:08.566 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-15 06:03:08.568 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-15 06:03:08.570 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-15 06:03:08.572 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-15 06:03:08.574 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-15 06:03:08.576 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-15 06:03:08.578 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-15 06:03:08.580 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-15 06:03:08.582 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-15 06:03:08.596 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:08.598 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-15 06:03:10.495 | +-------------+--------------------------------------+ 2025-04-15 06:03:10.495 | | Field | Value | 2025-04-15 06:03:10.495 | +-------------+--------------------------------------+ 2025-04-15 06:03:10.495 | | description | None | 2025-04-15 06:03:10.495 | | id | 8042942d-0605-4cb2-9da0-9c49c57d75a3 | 2025-04-15 06:03:10.495 | | is_public | True | 2025-04-15 06:03:10.495 | | name | vsphere | 2025-04-15 06:03:10.495 | | properties | volume_backend_name='vsphere' | 2025-04-15 06:03:10.495 | +-------------+--------------------------------------+ 2025-04-15 06:03:10.642 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-15 06:03:10.644 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-15 06:03:10.646 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-15 06:03:10.649 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-15 06:03:10.664 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:10.666 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-15 06:03:10.668 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:03:10.671 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-15 06:03:10.673 | + stack.sh:main:1364 : start_glance 2025-04-15 06:03:10.675 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-15 06:03:10.677 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-15 06:03:10.692 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:10.694 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-15 06:03:10.698 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-15 06:03:10.701 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 06:03:10.703 | + functions-common:run_process:1654 : local service=g-api 2025-04-15 06:03:10.705 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 06:03:10.707 | + functions-common:run_process:1656 : local group= 2025-04-15 06:03:10.709 | + functions-common:run_process:1657 : local user= 2025-04-15 06:03:10.711 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 06:03:10.713 | + functions-common:run_process:1660 : local name=g-api 2025-04-15 06:03:10.715 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 06:03:10.717 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 06:03:10.720 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:10.722 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:10.724 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:10.728 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696990725 2025-04-15 06:03:10.730 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-15 06:03:10.744 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:10.747 | + 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-15 06:03:10.749 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-15 06:03:10.751 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 06:03:10.753 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 06:03:10.755 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 06:03:10.757 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 06:03:10.759 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-15 06:03:10.761 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-15 06:03:10.763 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-15 06:03:10.765 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 06:03:10.767 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 06:03:10.770 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 06:03:10.772 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 06:03:10.774 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-15 06:03:10.776 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 06:03:10.778 | + 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-15 06:03:10.781 | + 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-15 06:03:10.783 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-15 06:03:10.785 | + 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-15 06:03:10.788 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 06:03:10.790 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 06:03:10.792 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 06:03:10.801 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-15 06:03:10.804 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 06:03:10.808 | + 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-15 06:03:10.861 | + 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-15 06:03:10.913 | + 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-15 06:03:10.956 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-15 06:03:11.005 | + 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-15 06:03:11.048 | + 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-15 06:03:11.093 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-15 06:03:11.141 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-15 06:03:11.188 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-15 06:03:11.233 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-15 06:03:11.276 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-15 06:03:11.323 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 06:03:11.325 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 06:03:11.327 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-15 06:03:11.393 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 06:03:11.687 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-15 06:03:11.697 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-15 06:03:11.977 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-15 06:03:12.033 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 06:03:12.035 | + functions-common:time_stop:2400 : local name 2025-04-15 06:03:12.037 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:12.039 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:12.041 | + functions-common:time_stop:2403 : local total 2025-04-15 06:03:12.043 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:12.045 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 06:03:12.048 | + functions-common:time_stop:2407 : start_time=1744696990725 2025-04-15 06:03:12.050 | + functions-common:time_stop:2409 : [[ -z 1744696990725 ]] 2025-04-15 06:03:12.053 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:12.056 | + functions-common:time_stop:2412 : end_time=1744696992054 2025-04-15 06:03:12.058 | + functions-common:time_stop:2413 : elapsed_time=1329 2025-04-15 06:03:12.060 | + functions-common:time_stop:2414 : total=15405 2025-04-15 06:03:12.062 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:12.065 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16734 2025-04-15 06:03:12.067 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-15 06:03:12.081 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:12.083 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-15 06:03:12.083 | Waiting for g-api (10.180.1.21) to start... 2025-04-15 06:03:12.085 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-15 06:03:12.088 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 06:03:12.090 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-15 06:03:12.092 | + functions:wait_for_service:470 : local rval=0 2025-04-15 06:03:12.094 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 06:03:12.096 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 06:03:12.098 | + functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:12.100 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:12.103 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:12.106 | + functions-common:time_start:2391 : _TIME_START[$name]=1744696992104 2025-04-15 06:03:12.108 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 06:03:12.112 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-15 06:03:14.068 | + :: : [[ 300 == 503 ]] 2025-04-15 06:03:14.069 | + :: : [[ 0 -eq 7 ]] 2025-04-15 06:03:14.072 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 06:03:14.074 | + functions-common:time_stop:2400 : local name 2025-04-15 06:03:14.076 | + functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:14.078 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:14.080 | + functions-common:time_stop:2403 : local total 2025-04-15 06:03:14.082 | + functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:14.084 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 06:03:14.086 | + functions-common:time_stop:2407 : start_time=1744696992104 2025-04-15 06:03:14.089 | + functions-common:time_stop:2409 : [[ -z 1744696992104 ]] 2025-04-15 06:03:14.092 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:14.095 | + functions-common:time_stop:2412 : end_time=1744696994093 2025-04-15 06:03:14.097 | + functions-common:time_stop:2413 : elapsed_time=1989 2025-04-15 06:03:14.099 | + functions-common:time_stop:2414 : total=8031 2025-04-15 06:03:14.102 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:14.104 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10020 2025-04-15 06:03:14.106 | + functions:wait_for_service:478 : return 0 2025-04-15 06:03:14.108 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-15 06:03:14.123 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:14.125 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-15 06:03:14.139 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:14.141 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-15 06:03:14.143 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:03:14.145 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-15 06:03:14.147 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-15 06:03:14.149 | + 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-15 06:03:14.151 | + 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-15 06:03:14.153 | + functions:upload_image:134 : local image image_fname image_name 2025-04-15 06:03:14.155 | + functions:upload_image:136 : local max_attempts=5 2025-04-15 06:03:14.157 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-15 06:03:14.161 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 06:03:14.163 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 06:03:14.165 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-15 06:03:14.167 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-15 06:03:14.169 | ++ functions:upload_image:144 : seq 5 2025-04-15 06:03:14.172 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-15 06:03:14.174 | + functions:upload_image:145 : local rc=0 2025-04-15 06:03:14.176 | + 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-15 06:03:14.178 | --2025-04-15 06:03:14-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-15 06:03:14.184 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-15 06:03:14.185 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-15 06:03:14.218 | HTTP request sent, awaiting response... 200 OK 2025-04-15 06:03:14.218 | Length: 21318656 (20M) [application/octet-stream] 2025-04-15 06:03:14.218 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-15 06:03:14.233 | 2025-04-15 06:03:14.340 | 0K ........ ........ .... 100% 167M=0.1s 2025-04-15 06:03:14.340 | 2025-04-15 06:03:14.340 | 2025-04-15 06:03:14 (167 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-15 06:03:14.340 | 2025-04-15 06:03:14.343 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-15 06:03:14.346 | + functions:upload_image:155 : break 2025-04-15 06:03:14.347 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 06:03:14.349 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-15 06:03:14.351 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-15 06:03:14.353 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-15 06:03:14.355 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-15 06:03:14.357 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-15 06:03:14.360 | + functions:upload_image:196 : local path_len 2025-04-15 06:03:14.362 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-15 06:03:14.365 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 06:03:14.365 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 06:03:14.369 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-15 06:03:14.371 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-15 06:03:14.373 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-15 06:03:14.375 | + functions:upload_image:205 : local vmdk_create_type 2025-04-15 06:03:14.377 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 06:03:14.378 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 06:03:14.382 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-15 06:03:14.384 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-15 06:03:14.386 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-15 06:03:14.387 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-15 06:03:14.389 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-15 06:03:14.391 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-15 06:03:14.393 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-15 06:03:14.395 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-15 06:03:14.397 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-15 06:03:14.400 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-15 06:03:14.400 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-15 06:03:14.403 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-15 06:03:14.405 | + functions:upload_image:284 : IFS=':;' 2025-04-15 06:03:14.408 | + functions:upload_image:284 : read -a props 2025-04-15 06:03:14.410 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-15 06:03:14.412 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-15 06:03:14.414 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-15 06:03:14.415 | + 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-15 06:03:14.417 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-15 06:03:14.419 | + functions:_upload_image:105 : shift 2025-04-15 06:03:14.421 | + functions:_upload_image:106 : local container=bare 2025-04-15 06:03:14.422 | + functions:_upload_image:107 : shift 2025-04-15 06:03:14.424 | + functions:_upload_image:108 : local disk=vmdk 2025-04-15 06:03:14.426 | + functions:_upload_image:109 : shift 2025-04-15 06:03:14.428 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 06:03:14.429 | + functions:_upload_image:111 : shift 2025-04-15 06:03:14.431 | + functions:_upload_image:112 : local properties 2025-04-15 06:03:14.433 | + functions:_upload_image:113 : local useimport 2025-04-15 06:03:14.435 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-15 06:03:14.437 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-15 06:03:14.439 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-15 06:03:14.440 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-15 06:03:14.442 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-15 06:03:14.444 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-15 06:03:14.445 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-15 06:03:14.447 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-15 06:03:14.449 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-15 06:03:14.451 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-15 06:03:14.453 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-15 06:03:14.454 | + 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-15 06:03:16.798 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-15 06:03:16.798 | | Field | Value | 2025-04-15 06:03:16.798 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-15 06:03:16.798 | | container_format | bare | 2025-04-15 06:03:16.798 | | created_at | 2025-04-15T06:03:15Z | 2025-04-15 06:03:16.798 | | disk_format | vmdk | 2025-04-15 06:03:16.798 | | file | /v2/images/b0d1c28b-5c3d-4c47-808f-66751157cde6/file | 2025-04-15 06:03:16.798 | | id | b0d1c28b-5c3d-4c47-808f-66751157cde6 | 2025-04-15 06:03:16.798 | | min_disk | 0 | 2025-04-15 06:03:16.798 | | min_ram | 0 | 2025-04-15 06:03:16.798 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-15 06:03:16.798 | | owner | 5759c8ac0b114e32b09097edb04a3e9b | 2025-04-15 06:03:16.798 | | 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-15 06:03:16.798 | | protected | False | 2025-04-15 06:03:16.798 | | schema | /v2/schemas/image | 2025-04-15 06:03:16.798 | | status | queued | 2025-04-15 06:03:16.798 | | tags | | 2025-04-15 06:03:16.798 | | updated_at | 2025-04-15T06:03:15Z | 2025-04-15 06:03:16.798 | | visibility | public | 2025-04-15 06:03:16.798 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-15 06:03:16.927 | + functions:upload_image:291 : return 2025-04-15 06:03:16.929 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-15 06:03:16.968 | [3984 Async create_flavors:60945]: Waiting for completion of create_flavors running on PID 60945 (2 other jobs running) 2025-04-15 06:03:16.989 | [3984 Async create_flavors:60945]: Signaling child to exit 2025-04-15 06:03:17.469 | + inc/async:async_inner:64 : rc=0 2025-04-15 06:03:17.490 | [60945 Async create_flavors:60945]: finished successfully 2025-04-15 06:03:17.507 | WAKEUP 2025-04-15 06:03:17.525 | [3984 Async create_flavors:60945]: Signaled 2025-04-15 06:03:17.526 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-15 06:03:17.526 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:17.526 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-15 06:03:17.526 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-15 06:03:17.526 | + 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-15 06:03:17.526 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.526 | | Field | Value | 2025-04-15 06:03:17.526 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.526 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:17.526 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:17.526 | | description | None | 2025-04-15 06:03:17.526 | | disk | 1 | 2025-04-15 06:03:17.526 | | id | c1 | 2025-04-15 06:03:17.526 | | name | cirros256 | 2025-04-15 06:03:17.526 | | os-flavor-access:is_public | True | 2025-04-15 06:03:17.526 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:17.526 | | ram | 256 | 2025-04-15 06:03:17.526 | | rxtx_factor | 1.0 | 2025-04-15 06:03:17.526 | | swap | 0 | 2025-04-15 06:03:17.526 | | vcpus | 1 | 2025-04-15 06:03:17.526 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.526 | + 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-15 06:03:17.526 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.526 | | Field | Value | 2025-04-15 06:03:17.526 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.526 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:17.526 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:17.526 | | description | None | 2025-04-15 06:03:17.526 | | disk | 5 | 2025-04-15 06:03:17.526 | | id | d1 | 2025-04-15 06:03:17.526 | | name | ds512M | 2025-04-15 06:03:17.526 | | os-flavor-access:is_public | True | 2025-04-15 06:03:17.526 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:17.526 | | ram | 512 | 2025-04-15 06:03:17.526 | | rxtx_factor | 1.0 | 2025-04-15 06:03:17.526 | | swap | 0 | 2025-04-15 06:03:17.526 | | vcpus | 1 | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | + 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-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | Field | Value | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:17.527 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:17.527 | | description | None | 2025-04-15 06:03:17.527 | | disk | 10 | 2025-04-15 06:03:17.527 | | id | d2 | 2025-04-15 06:03:17.527 | | name | ds1G | 2025-04-15 06:03:17.527 | | os-flavor-access:is_public | True | 2025-04-15 06:03:17.527 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:17.527 | | ram | 1024 | 2025-04-15 06:03:17.527 | | rxtx_factor | 1.0 | 2025-04-15 06:03:17.527 | | swap | 0 | 2025-04-15 06:03:17.527 | | vcpus | 1 | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | + 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-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | Field | Value | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:17.527 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:17.527 | | description | None | 2025-04-15 06:03:17.527 | | disk | 10 | 2025-04-15 06:03:17.527 | | id | d3 | 2025-04-15 06:03:17.527 | | name | ds2G | 2025-04-15 06:03:17.527 | | os-flavor-access:is_public | True | 2025-04-15 06:03:17.527 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:17.527 | | ram | 2048 | 2025-04-15 06:03:17.527 | | rxtx_factor | 1.0 | 2025-04-15 06:03:17.527 | | swap | 0 | 2025-04-15 06:03:17.527 | | vcpus | 2 | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | + 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-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | Field | Value | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:17.527 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:17.527 | | description | None | 2025-04-15 06:03:17.527 | | disk | 20 | 2025-04-15 06:03:17.527 | | id | d4 | 2025-04-15 06:03:17.527 | | name | ds4G | 2025-04-15 06:03:17.527 | | os-flavor-access:is_public | True | 2025-04-15 06:03:17.527 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:17.527 | | ram | 4096 | 2025-04-15 06:03:17.527 | | rxtx_factor | 1.0 | 2025-04-15 06:03:17.527 | | swap | 0 | 2025-04-15 06:03:17.527 | | vcpus | 4 | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-15 06:03:17.527 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-15 06:03:17.527 | + 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-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | Field | Value | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:17.527 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:17.527 | | description | None | 2025-04-15 06:03:17.527 | | disk | 1 | 2025-04-15 06:03:17.527 | | id | 1 | 2025-04-15 06:03:17.527 | | name | m1.tiny | 2025-04-15 06:03:17.527 | | os-flavor-access:is_public | True | 2025-04-15 06:03:17.527 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:17.527 | | ram | 512 | 2025-04-15 06:03:17.527 | | rxtx_factor | 1.0 | 2025-04-15 06:03:17.527 | | swap | 0 | 2025-04-15 06:03:17.527 | | vcpus | 1 | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | + 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-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | Field | Value | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:17.527 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:17.527 | | description | None | 2025-04-15 06:03:17.527 | | disk | 20 | 2025-04-15 06:03:17.527 | | id | 2 | 2025-04-15 06:03:17.527 | | name | m1.small | 2025-04-15 06:03:17.527 | | os-flavor-access:is_public | True | 2025-04-15 06:03:17.527 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:17.527 | | ram | 2048 | 2025-04-15 06:03:17.527 | | rxtx_factor | 1.0 | 2025-04-15 06:03:17.527 | | swap | 0 | 2025-04-15 06:03:17.527 | | vcpus | 1 | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | + 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-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | Field | Value | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:17.527 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:17.527 | | description | None | 2025-04-15 06:03:17.527 | | disk | 40 | 2025-04-15 06:03:17.527 | | id | 3 | 2025-04-15 06:03:17.527 | | name | m1.medium | 2025-04-15 06:03:17.527 | | os-flavor-access:is_public | True | 2025-04-15 06:03:17.527 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:17.527 | | ram | 4096 | 2025-04-15 06:03:17.527 | | rxtx_factor | 1.0 | 2025-04-15 06:03:17.527 | | swap | 0 | 2025-04-15 06:03:17.527 | | vcpus | 2 | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | + 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-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | Field | Value | 2025-04-15 06:03:17.527 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.527 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:17.527 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:17.527 | | description | None | 2025-04-15 06:03:17.527 | | disk | 80 | 2025-04-15 06:03:17.527 | | id | 4 | 2025-04-15 06:03:17.527 | | name | m1.large | 2025-04-15 06:03:17.528 | | os-flavor-access:is_public | True | 2025-04-15 06:03:17.528 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:17.528 | | ram | 8192 | 2025-04-15 06:03:17.528 | | rxtx_factor | 1.0 | 2025-04-15 06:03:17.528 | | swap | 0 | 2025-04-15 06:03:17.528 | | vcpus | 4 | 2025-04-15 06:03:17.528 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.528 | + 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-15 06:03:17.528 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.528 | | Field | Value | 2025-04-15 06:03:17.528 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.528 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:17.528 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:17.528 | | description | None | 2025-04-15 06:03:17.528 | | disk | 160 | 2025-04-15 06:03:17.528 | | id | 5 | 2025-04-15 06:03:17.528 | | name | m1.xlarge | 2025-04-15 06:03:17.528 | | os-flavor-access:is_public | True | 2025-04-15 06:03:17.528 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:17.528 | | ram | 16384 | 2025-04-15 06:03:17.528 | | rxtx_factor | 1.0 | 2025-04-15 06:03:17.528 | | swap | 0 | 2025-04-15 06:03:17.528 | | vcpus | 8 | 2025-04-15 06:03:17.528 | +----------------------------+-----------------------+ 2025-04-15 06:03:17.559 | [3984 Async create_flavors:60945]: finished create_flavors with result 0 in 14 seconds 2025-04-15 06:03:17.562 | + inc/async:async_wait:197 : return 0 2025-04-15 06:03:17.565 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-15 06:03:17.579 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:17.581 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-15 06:03:17.595 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:17.597 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-15 06:03:17.611 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:17.613 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-15 06:03:17.615 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-15 06:03:17.617 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-15 06:03:17.621 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-15 06:03:17.622 | ++ 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-15 06:03:17.624 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-15 06:03:17.625 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-15 06:03:17.626 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-15 06:03:17.627 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-15 06:03:17.628 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-15 06:03:17.629 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-15 06:03:17.630 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-15 06:03:17.631 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-15 06:03:17.632 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-15 06:03:17.633 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-15 06:03:17.634 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-15 06:03:17.635 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 06:03:17.636 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-15 06:03:17.637 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 06:03:17.638 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-15 06:03:17.639 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 06:03:17.640 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-15 06:03:17.641 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 06:03:17.642 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-15 06:03:17.643 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 06:03:17.644 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-15 06:03:17.645 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-15 06:03:17.646 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 06:03:17.647 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-15 06:03:17.648 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 06:03:17.649 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-15 06:03:17.650 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-15 06:03:17.651 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-15 06:03:17.652 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 06:03:17.653 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-15 06:03:17.654 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 06:03:17.655 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-15 06:03:17.656 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-15 06:03:17.657 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-15 06:03:17.659 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-15 06:03:17.660 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-15 06:03:17.661 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-15 06:03:17.662 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-15 06:03:17.663 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-15 06:03:17.664 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-15 06:03:17.665 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-15 06:03:17.666 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-15 06:03:17.667 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-15 06:03:17.668 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-15 06:03:17.669 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-15 06:03:17.670 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-15 06:03:17.671 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-15 06:03:17.672 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-15 06:03:17.673 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-15 06:03:17.674 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-15 06:03:17.675 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-15 06:03:17.676 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-15 06:03:17.677 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-15 06:03:17.679 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-15 06:03:17.679 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-15 06:03:17.679 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-15 06:03:17.679 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-15 06:03:17.680 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-15 06:03:18.486 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-15 06:03:18.487 | 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-15 06:03:18.596 | + stack.sh:main:1414 : save_stackenv 2025-04-15 06:03:18.598 | + functions-common:save_stackenv:60 : local tag= 2025-04-15 06:03:18.601 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-15 06:03:18.604 | + functions-common:save_stackenv:62 : time_stamp=2025-04-15-060318 2025-04-15 06:03:18.606 | + functions-common:save_stackenv:63 : echo '# 2025-04-15-060318 ' 2025-04-15 06:03:18.609 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.611 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 06:03:18.613 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.615 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-15 06:03:18.617 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.619 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-15 06:03:18.621 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.623 | + 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-15 06:03:18.625 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.627 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-15 06:03:18.629 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.631 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-15 06:03:18.633 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.634 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-15-055528 2025-04-15 06:03:18.636 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.638 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-15 06:03:18.640 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.642 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-15 06:03:18.644 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.647 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-15 06:03:18.649 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.651 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-15 06:03:18.652 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.654 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-15 06:03:18.656 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.658 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-15 06:03:18.660 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.662 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-15 06:03:18.664 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 06:03:18.666 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-15 06:03:18.668 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-15 06:03:18.670 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 06:03:18.672 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 06:03:18.674 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-15 06:03:18.676 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:03:18.678 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 06:03:18.680 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 06:03:18.682 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-15 06:03:18.685 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:03:18.687 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-15 06:03:18.689 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:03:18.691 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-15 06:03:18.691 | /^\[\[.+\|.*\]\]/ { 2025-04-15 06:03:18.691 | gsub("[][]", "", $1); 2025-04-15 06:03:18.691 | split($1, a, "|"); 2025-04-15 06:03:18.691 | if (a[1] == matchgroup) 2025-04-15 06:03:18.691 | print a[2] 2025-04-15 06:03:18.691 | } 2025-04-15 06:03:18.691 | ' /opt/stack/devstack/local.conf 2025-04-15 06:03:18.695 | + stack.sh:main:1432 : run_phase stack extra 2025-04-15 06:03:18.698 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 06:03:18.699 | + functions-common:run_phase:1829 : local phase=extra 2025-04-15 06:03:18.701 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 06:03:18.703 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 06:03:18.706 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 06:03:18.708 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 06:03:18.710 | + functions-common:run_phase:1838 : local extra 2025-04-15 06:03:18.712 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 06:03:18.716 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 06:03:18.718 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 06:03:18.720 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 06:03:18.722 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-15 06:03:18.724 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 06:03:18.737 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:18.739 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 06:03:18.741 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:18.743 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-15 06:03:18.745 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:18.747 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 06:03:18.749 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:18.751 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-15 06:03:18.753 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-15 06:03:18.755 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 06:03:18.757 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 06:03:18.760 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 06:03:18.761 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 06:03:18.764 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-15 06:03:18.766 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 06:03:18.768 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-15 06:03:18.770 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 06:03:18.772 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 06:03:18.774 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 06:03:18.776 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 06:03:18.778 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 06:03:18.780 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-15 06:03:18.783 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 06:03:18.785 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:18.787 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-15 06:03:18.789 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:18.791 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 06:03:18.793 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:18.795 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-15 06:03:18.797 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-15 06:03:18.800 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:03:18.802 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-15 06:03:18.804 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-15 06:03:18.806 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 06:03:18.808 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 06:03:18.810 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-15 06:03:18.812 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:03:18.814 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 06:03:18.816 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 06:03:18.819 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-15 06:03:18.821 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:03:18.823 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-15 06:03:18.826 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:03:18.828 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-15 06:03:18.828 | /^\[\[.+\|.*\]\]/ { 2025-04-15 06:03:18.828 | gsub("[][]", "", $1); 2025-04-15 06:03:18.828 | split($1, a, "|"); 2025-04-15 06:03:18.828 | if (a[1] == matchgroup) 2025-04-15 06:03:18.828 | print a[2] 2025-04-15 06:03:18.828 | } 2025-04-15 06:03:18.828 | ' /opt/stack/devstack/local.conf 2025-04-15 06:03:18.832 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-15 06:03:18.846 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:18.848 | + stack.sh:main:1454 : service_check 2025-04-15 06:03:18.850 | + functions-common:service_check:1693 : local service 2025-04-15 06:03:18.853 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:18.855 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-15 06:03:18.864 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-15 06:03:18.867 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:18.869 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-15 06:03:18.878 | enabled 2025-04-15 06:03:18.882 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-15 06:03:18.912 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-15 06:03:18.912 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-15 06:03:18.912 | Active: active (running) since Tue 2025-04-15 06:02:23 UTC; 55s ago 2025-04-15 06:03:18.912 | Main PID: 54236 (uwsgi) 2025-04-15 06:03:18.912 | Status: "uWSGI is ready" 2025-04-15 06:03:18.912 | Tasks: 3 (limit: 19126) 2025-04-15 06:03:18.912 | Memory: 226.3M 2025-04-15 06:03:18.912 | CPU: 6.150s 2025-04-15 06:03:18.912 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-15 06:03:18.912 | ├─54236 "nova-apiuWSGI master" 2025-04-15 06:03:18.912 | ├─54237 "nova-apiuWSGI worker 1" 2025-04-15 06:03:18.912 | └─54238 "nova-apiuWSGI worker 2" 2025-04-15 06:03:18.912 | 2025-04-15 06:03:18.912 | Apr 15 06:03:16 devstack devstack@n-api.service[54237]: [pid: 54237|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Apr 15 06:03:16 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-15 06:03:18.912 | Apr 15 06:03:17 devstack devstack@n-api.service[54238]: DEBUG nova.api.openstack.wsgi [None req-9fd463b9-fcde-4d75-b6f8-20f3551bedab admin admin] Calling method '>' {{(pid=54238) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-15 06:03:18.912 | Apr 15 06:03:17 devstack devstack@n-api.service[54238]: INFO nova.api.openstack.requestlog [None req-9fd463b9-fcde-4d75-b6f8-20f3551bedab admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000970 2025-04-15 06:03:18.912 | Apr 15 06:03:17 devstack devstack@n-api.service[54238]: [pid: 54238|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Tue Apr 15 06:03:17 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-15 06:03:18.912 | Apr 15 06:03:17 devstack devstack@n-api.service[54237]: DEBUG nova.api.openstack.wsgi [None req-87ece4fb-ee09-4b5f-9af6-e55e6b88d181 admin admin] Action: 'create', calling method: >, body: {"flavor": {"swap": 0, "vcpus": 8, "disk": 160, "ram": 16384, "id": "5", "rxtx_factor": 1.0, "name": "m1.xlarge", "os-flavor-access:is_public": true, "OS-FLV-EXT-DATA:ephemeral": 0}} {{(pid=54237) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-15 06:03:18.912 | Apr 15 06:03:17 devstack devstack@n-api.service[54237]: INFO nova.api.openstack.requestlog [None req-87ece4fb-ee09-4b5f-9af6-e55e6b88d181 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.036304 2025-04-15 06:03:18.912 | Apr 15 06:03:17 devstack devstack@n-api.service[54237]: [pid: 54237|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Tue Apr 15 06:03:17 2025] POST /compute/v2.1/flavors => generated 408 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-04-15 06:03:18.912 | Apr 15 06:03:17 devstack devstack@n-api.service[54238]: DEBUG nova.api.openstack.wsgi [None req-6926ac4a-6d4c-4c5f-a684-0182609937eb admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=54238) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-15 06:03:18.912 | Apr 15 06:03:17 devstack devstack@n-api.service[54238]: INFO nova.api.openstack.requestlog [None req-6926ac4a-6d4c-4c5f-a684-0182609937eb admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015410 2025-04-15 06:03:18.913 | Apr 15 06:03:17 devstack devstack@n-api.service[54238]: [pid: 54238|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Apr 15 06:03:17 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-15 06:03:18.916 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:18.918 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-15 06:03:18.927 | enabled 2025-04-15 06:03:18.930 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-15 06:03:18.942 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-15 06:03:18.942 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-15 06:03:18.942 | Active: active (running) since Tue 2025-04-15 06:03:00 UTC; 18s ago 2025-04-15 06:03:18.942 | Main PID: 60459 (nova-conductor) 2025-04-15 06:03:18.942 | Tasks: 3 (limit: 19126) 2025-04-15 06:03:18.942 | Memory: 142.3M 2025-04-15 06:03:18.942 | CPU: 2.026s 2025-04-15 06:03:18.942 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-15 06:03:18.942 | ├─60459 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-15 06:03:18.942 | ├─60893 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-15 06:03:18.942 | └─60894 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-15 06:03:18.942 | 2025-04-15 06:03:18.942 | Apr 15 06:03:02 devstack nova-conductor[60459]: DEBUG oslo_service.service [None req-bba23397-63b6-4dff-b14d-450fdc0695f5 None None] oslo_limit.version = None {{(pid=60459) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:18.942 | Apr 15 06:03:02 devstack nova-conductor[60459]: DEBUG oslo_service.service [None req-bba23397-63b6-4dff-b14d-450fdc0695f5 None None] oslo_reports.file_event_handler = None {{(pid=60459) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:18.942 | Apr 15 06:03:02 devstack nova-conductor[60459]: DEBUG oslo_service.service [None req-bba23397-63b6-4dff-b14d-450fdc0695f5 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=60459) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:18.942 | Apr 15 06:03:02 devstack nova-conductor[60459]: DEBUG oslo_service.service [None req-bba23397-63b6-4dff-b14d-450fdc0695f5 None None] oslo_reports.log_dir = None {{(pid=60459) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:18.942 | Apr 15 06:03:02 devstack nova-conductor[60459]: DEBUG oslo_service.service [None req-bba23397-63b6-4dff-b14d-450fdc0695f5 None None] ******************************************************************************** {{(pid=60459) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 06:03:18.942 | Apr 15 06:03:11 devstack nova-conductor[60459]: DEBUG dbcounter [-] [60459] Writing DB stats nova_api:SELECT=3 {{(pid=60459) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:18.942 | Apr 15 06:03:11 devstack nova-conductor[60459]: DEBUG dbcounter [-] [60459] Writing DB stats nova_cell1:SELECT=3 {{(pid=60459) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:18.942 | Apr 15 06:03:11 devstack nova-conductor[60459]: DEBUG dbcounter [-] [60459] Writing DB stats nova_cell0:SELECT=3 {{(pid=60459) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:18.942 | Apr 15 06:03:16 devstack nova-conductor[60894]: DEBUG dbcounter [-] [60894] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60894) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:18.942 | Apr 15 06:03:16 devstack nova-conductor[60893]: DEBUG dbcounter [-] [60893] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=60893) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:18.945 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:18.947 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-15 06:03:18.956 | enabled 2025-04-15 06:03:18.959 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-15 06:03:18.971 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-15 06:03:18.971 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-15 06:03:18.971 | Active: active (running) since Tue 2025-04-15 06:02:57 UTC; 21s ago 2025-04-15 06:03:18.971 | Main PID: 59152 (nova-scheduler) 2025-04-15 06:03:18.971 | Tasks: 3 (limit: 19126) 2025-04-15 06:03:18.971 | Memory: 142.2M 2025-04-15 06:03:18.971 | CPU: 2.096s 2025-04-15 06:03:18.971 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-15 06:03:18.971 | ├─59152 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-15 06:03:18.971 | ├─60156 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-15 06:03:18.971 | └─60157 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-15 06:03:18.971 | 2025-04-15 06:03:18.971 | Apr 15 06:02:59 devstack nova-scheduler[59152]: DEBUG oslo_service.service [None req-0cd8d6d7-0c6f-4a7a-b5e6-c59e991a9afd None None] oslo_limit.version = None {{(pid=59152) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:18.971 | Apr 15 06:02:59 devstack nova-scheduler[59152]: DEBUG oslo_service.service [None req-0cd8d6d7-0c6f-4a7a-b5e6-c59e991a9afd None None] oslo_reports.file_event_handler = None {{(pid=59152) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:18.971 | Apr 15 06:02:59 devstack nova-scheduler[59152]: DEBUG oslo_service.service [None req-0cd8d6d7-0c6f-4a7a-b5e6-c59e991a9afd None None] oslo_reports.file_event_handler_interval = 1 {{(pid=59152) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:18.971 | Apr 15 06:02:59 devstack nova-scheduler[59152]: DEBUG oslo_service.service [None req-0cd8d6d7-0c6f-4a7a-b5e6-c59e991a9afd None None] oslo_reports.log_dir = None {{(pid=59152) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:18.971 | Apr 15 06:02:59 devstack nova-scheduler[59152]: DEBUG oslo_service.service [None req-0cd8d6d7-0c6f-4a7a-b5e6-c59e991a9afd None None] ******************************************************************************** {{(pid=59152) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 06:03:18.971 | Apr 15 06:03:09 devstack nova-scheduler[59152]: DEBUG dbcounter [-] [59152] Writing DB stats nova_api:SELECT=7 {{(pid=59152) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:18.971 | Apr 15 06:03:09 devstack nova-scheduler[59152]: DEBUG dbcounter [-] [59152] Writing DB stats nova_cell1:SELECT=5 {{(pid=59152) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:18.971 | Apr 15 06:03:09 devstack nova-scheduler[59152]: DEBUG dbcounter [-] [59152] Writing DB stats nova_cell0:SELECT=3 {{(pid=59152) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:18.971 | Apr 15 06:03:14 devstack nova-scheduler[60156]: DEBUG dbcounter [-] [60156] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60156) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:18.971 | Apr 15 06:03:14 devstack nova-scheduler[60157]: DEBUG dbcounter [-] [60157] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1 {{(pid=60157) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:18.974 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:18.976 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-15 06:03:18.985 | enabled 2025-04-15 06:03:18.988 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-15 06:03:18.999 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-15 06:03:18.999 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-15 06:03:18.999 | Active: active (running) since Tue 2025-04-15 06:02:58 UTC; 20s ago 2025-04-15 06:03:18.999 | Main PID: 59753 (uwsgi) 2025-04-15 06:03:18.999 | Status: "uWSGI is ready" 2025-04-15 06:03:18.999 | Tasks: 4 (limit: 19126) 2025-04-15 06:03:18.999 | Memory: 188.8M 2025-04-15 06:03:18.999 | CPU: 3.883s 2025-04-15 06:03:19.000 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-15 06:03:19.000 | ├─59753 "nova-api-metauWSGI master" 2025-04-15 06:03:19.000 | ├─59754 "nova-api-metauWSGI worker 1" 2025-04-15 06:03:19.000 | ├─59755 "nova-api-metauWSGI worker 2" 2025-04-15 06:03:19.000 | └─59756 "nova-api-metauWSGI http 1" 2025-04-15 06:03:19.000 | 2025-04-15 06:03:19.000 | Apr 15 06:03:00 devstack devstack@n-api-meta.service[59755]: INFO dbcounter [None req-37244b83-a06e-41a5-9d1e-7c79c8e90ba2 None None] Registered counter for database nova_cell1 2025-04-15 06:03:19.000 | Apr 15 06:03:00 devstack devstack@n-api-meta.service[59754]: INFO dbcounter [None req-2b6f730e-2150-4429-b429-dd8171af4bde None None] Registered counter for database nova_cell1 2025-04-15 06:03:19.000 | Apr 15 06:03:00 devstack devstack@n-api-meta.service[59755]: DEBUG oslo_db.sqlalchemy.engines [None req-37244b83-a06e-41a5-9d1e-7c79c8e90ba2 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=59755) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:03:19.000 | Apr 15 06:03:00 devstack devstack@n-api-meta.service[59754]: DEBUG oslo_db.sqlalchemy.engines [None req-2b6f730e-2150-4429-b429-dd8171af4bde 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=59754) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:03:19.000 | Apr 15 06:03:00 devstack devstack@n-api-meta.service[59755]: DEBUG dbcounter [-] [59755] Writer thread running {{(pid=59755) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:03:19.000 | Apr 15 06:03:00 devstack devstack@n-api-meta.service[59754]: DEBUG dbcounter [-] [59754] Writer thread running {{(pid=59754) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:03:19.000 | Apr 15 06:03:00 devstack devstack@n-api-meta.service[59755]: WARNING nova.api.metadata.handler [None req-37244b83-a06e-41a5-9d1e-7c79c8e90ba2 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-15 06:03:19.000 | Apr 15 06:03:00 devstack devstack@n-api-meta.service[59754]: WARNING nova.api.metadata.handler [None req-2b6f730e-2150-4429-b429-dd8171af4bde None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-15 06:03:19.000 | Apr 15 06:03:00 devstack devstack@n-api-meta.service[59755]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5b3943cad100 pid: 59755 (default app) 2025-04-15 06:03:19.000 | Apr 15 06:03:00 devstack devstack@n-api-meta.service[59754]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5b3943cad100 pid: 59754 (default app) 2025-04-15 06:03:19.002 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.004 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-15 06:03:19.013 | enabled 2025-04-15 06:03:19.016 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-15 06:03:19.028 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-15 06:03:19.028 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-15 06:03:19.028 | Active: active (running) since Tue 2025-04-15 06:02:32 UTC; 46s ago 2025-04-15 06:03:19.028 | Main PID: 55635 (uwsgi) 2025-04-15 06:03:19.028 | Status: "uWSGI is ready" 2025-04-15 06:03:19.028 | Tasks: 5 (limit: 19126) 2025-04-15 06:03:19.028 | Memory: 136.9M 2025-04-15 06:03:19.028 | CPU: 2.447s 2025-04-15 06:03:19.028 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-15 06:03:19.028 | ├─55635 "placementuWSGI master" 2025-04-15 06:03:19.028 | ├─55643 "placementuWSGI worker 1" 2025-04-15 06:03:19.028 | └─55644 "placementuWSGI worker 2" 2025-04-15 06:03:19.028 | 2025-04-15 06:03:19.028 | Apr 15 06:02:34 devstack devstack@placement-api.service[55643]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=55643) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2025-04-15 06:03:19.028 | Apr 15 06:02:34 devstack devstack@placement-api.service[55643]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x63d3c17e1b70 pid: 55643 (default app) 2025-04-15 06:03:19.028 | Apr 15 06:02:43 devstack devstack@placement-api.service[55644]: DEBUG dbcounter [-] [55644] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=55644) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:19.028 | Apr 15 06:02:44 devstack devstack@placement-api.service[55643]: DEBUG dbcounter [-] [55643] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=55643) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:19.028 | Apr 15 06:02:59 devstack devstack@placement-api.service[55644]: DEBUG placement.requestlog [None req-6cc6ca9b-0e8a-47a0-a3a3-48b1eda6e3de None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=55644) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-15 06:03:19.028 | Apr 15 06:02:59 devstack devstack@placement-api.service[55644]: INFO placement.requestlog [None req-6cc6ca9b-0e8a-47a0-a3a3-48b1eda6e3de None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-15 06:03:19.028 | Apr 15 06:02:59 devstack devstack@placement-api.service[55644]: [pid: 55644|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Tue Apr 15 06:02:59 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (2 switches on core 0) 2025-04-15 06:03:19.028 | Apr 15 06:03:01 devstack devstack@placement-api.service[55643]: DEBUG placement.requestlog [None req-f767098e-54e9-4170-93f6-53b2df440f28 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=55643) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-15 06:03:19.028 | Apr 15 06:03:01 devstack devstack@placement-api.service[55643]: INFO placement.requestlog [None req-f767098e-54e9-4170-93f6-53b2df440f28 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-15 06:03:19.028 | Apr 15 06:03:01 devstack devstack@placement-api.service[55643]: [pid: 55643|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Tue Apr 15 06:03:01 2025] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-15 06:03:19.030 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.032 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-15 06:03:19.040 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-15 06:03:19.043 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.045 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-15 06:03:19.054 | enabled 2025-04-15 06:03:19.057 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-15 06:03:19.068 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-15 06:03:19.068 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-15 06:03:19.068 | Active: active (running) since Tue 2025-04-15 06:03:12 UTC; 7s ago 2025-04-15 06:03:19.068 | Main PID: 63635 (uwsgi) 2025-04-15 06:03:19.068 | Status: "uWSGI is ready" 2025-04-15 06:03:19.068 | Tasks: 9 (limit: 19126) 2025-04-15 06:03:19.068 | Memory: 223.5M 2025-04-15 06:03:19.068 | CPU: 4.461s 2025-04-15 06:03:19.068 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-15 06:03:19.068 | ├─63635 "glance-apiuWSGI master" 2025-04-15 06:03:19.068 | ├─63636 "glance-apiuWSGI worker 1" 2025-04-15 06:03:19.068 | └─63637 "glance-apiuWSGI worker 2" 2025-04-15 06:03:19.068 | 2025-04-15 06:03:19.068 | Apr 15 06:03:15 devstack devstack@g-api.service[63637]: DEBUG glance.api.middleware.version_negotiation [None req-5df38698-1a4f-4704-b442-7fd83635531d None None] new path /v2/images/b0d1c28b-5c3d-4c47-808f-66751157cde6/file {{(pid=63637) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-15 06:03:19.068 | Apr 15 06:03:16 devstack devstack@g-api.service[63637]: INFO dbcounter [None req-8a32b94d-a03c-4654-bec9-c4cbe1b033af admin admin] Registered counter for database glance 2025-04-15 06:03:19.068 | Apr 15 06:03:16 devstack devstack@g-api.service[63637]: DEBUG oslo_db.sqlalchemy.engines [None req-8a32b94d-a03c-4654-bec9-c4cbe1b033af 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=63637) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:03:19.068 | Apr 15 06:03:16 devstack devstack@g-api.service[63637]: DEBUG dbcounter [-] [63637] Writer thread running {{(pid=63637) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 06:03:19.068 | Apr 15 06:03:16 devstack devstack@g-api.service[63637]: INFO glance.api.v2.image_data [None req-8a32b94d-a03c-4654-bec9-c4cbe1b033af admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-15 06:03:19.068 | Apr 15 06:03:16 devstack devstack@g-api.service[63637]: DEBUG glance.location [None req-8a32b94d-a03c-4654-bec9-c4cbe1b033af admin admin] Enabling in-flight format inspection for vmdk {{(pid=63637) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-15 06:03:19.069 | Apr 15 06:03:16 devstack devstack@g-api.service[63637]: DEBUG glance_store._drivers.filesystem [None req-8a32b94d-a03c-4654-bec9-c4cbe1b033af admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/b0d1c28b-5c3d-4c47-808f-66751157cde6 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=63637) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-15 06:03:19.069 | Apr 15 06:03:16 devstack devstack@g-api.service[63637]: INFO glance.location [None req-8a32b94d-a03c-4654-bec9-c4cbe1b033af admin admin] Image format matched and virtual size computed: 117440512 2025-04-15 06:03:19.069 | Apr 15 06:03:16 devstack devstack@g-api.service[63637]: DEBUG glance_store.backend [None req-8a32b94d-a03c-4654-bec9-c4cbe1b033af admin admin] Skipping store.set_acls... not implemented. {{(pid=63637) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-15 06:03:19.069 | Apr 15 06:03:16 devstack devstack@g-api.service[63637]: [pid: 63637|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Apr 15 06:03:15 2025] PUT /v2/images/b0d1c28b-5c3d-4c47-808f-66751157cde6/file => generated 0 bytes in 845 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-15 06:03:19.071 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.073 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-15 06:03:19.082 | enabled 2025-04-15 06:03:19.085 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-15 06:03:19.096 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-15 06:03:19.096 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-15 06:03:19.097 | Active: active (running) since Tue 2025-04-15 06:03:07 UTC; 11s ago 2025-04-15 06:03:19.097 | Main PID: 62407 (cinder-schedule) 2025-04-15 06:03:19.097 | Tasks: 1 (limit: 19126) 2025-04-15 06:03:19.097 | Memory: 93.8M 2025-04-15 06:03:19.097 | CPU: 1.764s 2025-04-15 06:03:19.097 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-15 06:03:19.097 | └─62407 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-15 06:03:19.097 | 2025-04-15 06:03:19.097 | Apr 15 06:03:08 devstack cinder-scheduler[62407]: DEBUG oslo_service.service [None req-1448ed60-4514-4f4f-a1a9-dfc9ce46f888 None None] nova.token_auth_url = None {{(pid=62407) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:19.097 | Apr 15 06:03:08 devstack cinder-scheduler[62407]: DEBUG oslo_service.service [None req-1448ed60-4514-4f4f-a1a9-dfc9ce46f888 None None] ******************************************************************************** {{(pid=62407) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 06:03:19.097 | Apr 15 06:03:08 devstack cinder-scheduler[62407]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-15 06:03:19.097 | Apr 15 06:03:08 devstack cinder-scheduler[62407]: INFO cinder.manager [None req-99c23fe0-f20e-4c3d-b121-3695d4a95ddf None None] Initiating service 1 cleanup 2025-04-15 06:03:19.097 | Apr 15 06:03:08 devstack cinder-scheduler[62407]: INFO cinder.manager [None req-99c23fe0-f20e-4c3d-b121-3695d4a95ddf None None] Service 1 cleanup completed. 2025-04-15 06:03:19.097 | Apr 15 06:03:08 devstack cinder-scheduler[62407]: DEBUG cinder.service [None req-99c23fe0-f20e-4c3d-b121-3695d4a95ddf None None] Creating RPC server for service cinder-scheduler {{(pid=62407) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-15 06:03:19.097 | Apr 15 06:03:08 devstack cinder-scheduler[62407]: DEBUG cinder.service [None req-99c23fe0-f20e-4c3d-b121-3695d4a95ddf None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=62407) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-15 06:03:19.097 | Apr 15 06:03:12 devstack cinder-scheduler[62407]: DEBUG cinder.scheduler.host_manager [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 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=62407) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-15 06:03:19.097 | Apr 15 06:03:12 devstack cinder-scheduler[62407]: DEBUG cinder.scheduler.host_manager [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 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, 15, 6, 3, 12, 753744)} {{(pid=62407) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-15 06:03:19.097 | Apr 15 06:03:12 devstack cinder-scheduler[62407]: DEBUG cinder.utils [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=62407) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-15 06:03:19.100 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.102 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-15 06:03:19.111 | enabled 2025-04-15 06:03:19.114 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-15 06:03:19.125 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-15 06:03:19.125 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-15 06:03:19.125 | Active: active (running) since Tue 2025-04-15 06:03:04 UTC; 14s ago 2025-04-15 06:03:19.125 | Main PID: 61571 (uwsgi) 2025-04-15 06:03:19.125 | Status: "uWSGI is ready" 2025-04-15 06:03:19.125 | Tasks: 7 (limit: 19126) 2025-04-15 06:03:19.125 | Memory: 213.5M 2025-04-15 06:03:19.125 | CPU: 4.776s 2025-04-15 06:03:19.125 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-15 06:03:19.125 | ├─61571 "cinder-apiuWSGI master" 2025-04-15 06:03:19.125 | ├─61585 "cinder-apiuWSGI worker 1" 2025-04-15 06:03:19.125 | └─61586 "cinder-apiuWSGI worker 2" 2025-04-15 06:03:19.125 | 2025-04-15 06:03:19.125 | Apr 15 06:03:10 devstack devstack@c-api.service[61585]: INFO cinder.api.openstack.wsgi [None req-a0c6c8cf-3fe8-4ada-835a-455dfbea5f87 admin admin] http://10.180.1.21/volume/v3/5759c8ac0b114e32b09097edb04a3e9b/types returned with HTTP 200 2025-04-15 06:03:19.125 | Apr 15 06:03:10 devstack devstack@c-api.service[61585]: [pid: 61585|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Tue Apr 15 06:03:09 2025] POST /volume/v3/5759c8ac0b114e32b09097edb04a3e9b/types => generated 182 bytes in 492 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-15 06:03:19.125 | Apr 15 06:03:10 devstack devstack@c-api.service[61586]: DEBUG cinder.api.middleware.request_id [req-a0c6c8cf-3fe8-4ada-835a-455dfbea5f87 req-c851e3d7-0b3f-4a3f-95a3-4e631c81c2bd None None] RequestId filter calling following filter/app {{(pid=61586) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-15 06:03:19.125 | Apr 15 06:03:10 devstack devstack@c-api.service[61586]: INFO cinder.api.openstack.wsgi [req-a0c6c8cf-3fe8-4ada-835a-455dfbea5f87 req-c851e3d7-0b3f-4a3f-95a3-4e631c81c2bd admin admin] POST http://10.180.1.21/volume/v3/5759c8ac0b114e32b09097edb04a3e9b/types/8042942d-0605-4cb2-9da0-9c49c57d75a3/extra_specs 2025-04-15 06:03:19.125 | Apr 15 06:03:10 devstack devstack@c-api.service[61586]: DEBUG cinder.api.openstack.wsgi [req-a0c6c8cf-3fe8-4ada-835a-455dfbea5f87 req-c851e3d7-0b3f-4a3f-95a3-4e631c81c2bd admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=61586) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-15 06:03:19.125 | Apr 15 06:03:10 devstack devstack@c-api.service[61586]: /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-15 06:03:19.125 | Apr 15 06:03:10 devstack devstack@c-api.service[61586]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-15 06:03:19.125 | Apr 15 06:03:10 devstack devstack@c-api.service[61586]: DEBUG oslo_db.sqlalchemy.engines [req-a0c6c8cf-3fe8-4ada-835a-455dfbea5f87 req-c851e3d7-0b3f-4a3f-95a3-4e631c81c2bd 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=61586) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 06:03:19.125 | Apr 15 06:03:10 devstack devstack@c-api.service[61586]: INFO cinder.api.openstack.wsgi [req-a0c6c8cf-3fe8-4ada-835a-455dfbea5f87 req-c851e3d7-0b3f-4a3f-95a3-4e631c81c2bd admin admin] http://10.180.1.21/volume/v3/5759c8ac0b114e32b09097edb04a3e9b/types/8042942d-0605-4cb2-9da0-9c49c57d75a3/extra_specs returned with HTTP 200 2025-04-15 06:03:19.125 | Apr 15 06:03:10 devstack devstack@c-api.service[61586]: [pid: 61586|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Tue Apr 15 06:03:10 2025] POST /volume/v3/5759c8ac0b114e32b09097edb04a3e9b/types/8042942d-0605-4cb2-9da0-9c49c57d75a3/extra_specs => generated 51 bytes in 421 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-15 06:03:19.128 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.130 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-15 06:03:19.139 | enabled 2025-04-15 06:03:19.142 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-15 06:03:19.154 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-15 06:03:19.154 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-15 06:03:19.154 | Active: active (running) since Tue 2025-04-15 06:03:08 UTC; 10s ago 2025-04-15 06:03:19.154 | Main PID: 62953 (cinder-volume) 2025-04-15 06:03:19.154 | Tasks: 3 (limit: 19126) 2025-04-15 06:03:19.154 | Memory: 242.8M 2025-04-15 06:03:19.154 | CPU: 4.225s 2025-04-15 06:03:19.154 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-15 06:03:19.154 | ├─62953 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-15 06:03:19.154 | └─63054 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-15 06:03:19.154 | 2025-04-15 06:03:19.154 | Apr 15 06:03:12 devstack cinder-volume[63054]: DEBUG cinder.image.image_utils [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=63054) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-15 06:03:19.154 | Apr 15 06:03:12 devstack cinder-volume[63054]: INFO cinder.keymgr.migration [None req-5c5a9093-428c-4699-956a-5e3caf8c0a94 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-15 06:03:19.154 | Apr 15 06:03:12 devstack cinder-volume[63054]: DEBUG cinder.manager [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 None None] Notifying Schedulers of capabilities ... {{(pid=63054) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-15 06:03:19.154 | Apr 15 06:03:12 devstack cinder-volume[63054]: INFO cinder.volume.manager [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 None None] Driver initialization completed successfully. 2025-04-15 06:03:19.154 | Apr 15 06:03:12 devstack cinder-volume[63054]: INFO cinder.manager [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 None None] Initiating service 2 cleanup 2025-04-15 06:03:19.154 | Apr 15 06:03:12 devstack cinder-volume[63054]: INFO cinder.manager [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 None None] Service 2 cleanup completed. 2025-04-15 06:03:19.154 | Apr 15 06:03:12 devstack cinder-volume[63054]: DEBUG cinder.service [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 None None] Creating RPC server for service cinder-volume {{(pid=63054) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-15 06:03:19.154 | Apr 15 06:03:12 devstack cinder-volume[63054]: DEBUG cinder.service [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=63054) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-15 06:03:19.154 | Apr 15 06:03:12 devstack cinder-volume[63054]: INFO cinder.volume.manager [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-15 06:03:19.154 | Apr 15 06:03:12 devstack cinder-volume[63054]: INFO cinder.volume.manager [None req-6263fcb1-bc80-4af1-b2cc-3dbbe950dc97 None None] Driver post RPC initialization completed successfully. 2025-04-15 06:03:19.156 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.159 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-15 06:03:19.167 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-15 06:03:19.170 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.172 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-15 06:03:19.180 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-15 06:03:19.183 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.185 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-15 06:03:19.194 | enabled 2025-04-15 06:03:19.197 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-15 06:03:19.208 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-15 06:03:19.208 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-15 06:03:19.208 | Active: active (running) since Tue 2025-04-15 06:02:27 UTC; 51s ago 2025-04-15 06:03:19.208 | Main PID: 54949 (/opt/stack/data) 2025-04-15 06:03:19.208 | Tasks: 5 (limit: 19126) 2025-04-15 06:03:19.208 | Memory: 373.4M 2025-04-15 06:03:19.208 | CPU: 10.226s 2025-04-15 06:03:19.208 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-15 06:03:19.208 | ├─54949 "/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-15 06:03:19.208 | ├─55052 "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-15 06:03:19.208 | ├─55053 "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-15 06:03:19.208 | ├─55054 "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-15 06:03:19.208 | └─55055 "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-15 06:03:19.208 | 2025-04-15 06:03:19.208 | Apr 15 06:02:59 devstack neutron-server[55052]: DEBUG dbcounter [-] [55052] Writing DB stats neutron:SELECT=102,neutron:INSERT=14,neutron:UPDATE=4,neutron:DELETE=2 {{(pid=55052) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:19.208 | Apr 15 06:03:02 devstack neutron-server[55055]: DEBUG dbcounter [-] [55055] Writing DB stats neutron:SELECT=233,neutron:UPDATE=2 {{(pid=55055) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:19.208 | Apr 15 06:03:02 devstack neutron-server[55055]: DEBUG dbcounter [-] [55055] Writing DB stats neutron:SELECT=225,neutron:UPDATE=5,neutron:INSERT=1 {{(pid=55055) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:19.208 | Apr 15 06:03:06 devstack neutron-server[55053]: DEBUG dbcounter [-] [55053] Writing DB stats neutron:SELECT=501,neutron:INSERT=27,neutron:UPDATE=10,neutron:DELETE=3 {{(pid=55053) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:19.208 | Apr 15 06:03:06 devstack neutron-server[55053]: DEBUG dbcounter [-] [55053] Writing DB stats neutron:INSERT=29,neutron:SELECT=528,neutron:DELETE=5,neutron:UPDATE=8 {{(pid=55053) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 06:03:19.208 | Apr 15 06:03:07 devstack neutron-server[55054]: DEBUG neutron_lib.callbacks.manager [None req-ceb13a1e-3fa4-4fd0-bf82-5e45192a24e7 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8314341908351', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1320319'] for agent (f33bab6b-6853-4517-8b45-6b709ae5434c), after_update {{(pid=55054) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 06:03:19.208 | Apr 15 06:03:08 devstack neutron-server[55054]: DEBUG neutron_lib.callbacks.manager [None req-ef5ef64b-3fc6-42b5-a1d0-4551ba6b0838 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8314341908351', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1320319'] for agent (c1b12f50-36e5-4843-9e07-ed89bd9b1bd0), after_update {{(pid=55054) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 06:03:19.208 | Apr 15 06:03:08 devstack neutron-server[55054]: DEBUG neutron_lib.callbacks.manager [None req-7cd308dd-3e70-456b-9af8-d39a2f3a18f8 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8314341908351', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1320319'] for agent (89357d12-9a5a-450b-9895-4b134c30dd03), after_update {{(pid=55054) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 06:03:19.208 | Apr 15 06:03:09 devstack neutron-server[55054]: DEBUG neutron_lib.callbacks.manager [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8314341908351', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1320319'] for agent (8c8d22fa-dc8f-4d0f-a5ed-905f938b8a84), after_update {{(pid=55054) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 06:03:19.208 | Apr 15 06:03:11 devstack neutron-server[55055]: DEBUG neutron.db.agents_db [None req-5d4ebddc-0e87-4e55-99b0-8df102bce207 None None] Agent healthcheck: found 4 active agents {{(pid=55055) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2025-04-15 06:03:19.211 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.213 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-15 06:03:19.222 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-15 06:03:19.224 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.226 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-15 06:03:19.234 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-15 06:03:19.237 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.239 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-15 06:03:19.248 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-15 06:03:19.251 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.253 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-15 06:03:19.261 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-15 06:03:19.263 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.265 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-15 06:03:19.274 | enabled 2025-04-15 06:03:19.277 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-15 06:03:19.288 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-15 06:03:19.288 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-15 06:03:19.288 | Active: active (running) since Tue 2025-04-15 06:02:34 UTC; 45s ago 2025-04-15 06:03:19.288 | Main PID: 56237 (neutron-openvsw) 2025-04-15 06:03:19.288 | Tasks: 4 (limit: 19126) 2025-04-15 06:03:19.288 | Memory: 153.2M 2025-04-15 06:03:19.288 | CPU: 3.689s 2025-04-15 06:03:19.288 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-15 06:03:19.288 | ├─56237 "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-15 06:03:19.288 | ├─57792 /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/tmpe2nd_83l/privsep.sock 2025-04-15 06:03:19.288 | └─57795 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-15 06:03:19.288 | 2025-04-15 06:03:19.288 | Apr 15 06:03:16 devstack neutron-openvswitch-agent[56237]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-bef084f4-9645-40e4-bb7d-8e90c6ff7f31 None None] Agent rpc_loop - iteration:18 started 2025-04-15 06:03:19.288 | Apr 15 06:03:16 devstack neutron-openvswitch-agent[56237]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-bef084f4-9645-40e4-bb7d-8e90c6ff7f31 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xb6336f22,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=6164442948584528428,duration_nsec=222000000,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=56237) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-15 06:03:19.288 | Apr 15 06:03:16 devstack neutron-openvswitch-agent[56237]: DEBUG neutron.agent.linux.utils [None req-bef084f4-9645-40e4-bb7d-8e90c6ff7f31 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57795. {{(pid=56237) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-15 06:03:19.288 | Apr 15 06:03:16 devstack neutron-openvswitch-agent[56237]: DEBUG neutron.agent.common.ovsdb_monitor [None req-bef084f4-9645-40e4-bb7d-8e90c6ff7f31 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=56237) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-15 06:03:19.288 | Apr 15 06:03:16 devstack neutron-openvswitch-agent[56237]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-bef084f4-9645-40e4-bb7d-8e90c6ff7f31 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-15 06:03:19.288 | Apr 15 06:03:18 devstack neutron-openvswitch-agent[56237]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-bef084f4-9645-40e4-bb7d-8e90c6ff7f31 None None] Agent rpc_loop - iteration:19 started 2025-04-15 06:03:19.288 | Apr 15 06:03:18 devstack neutron-openvswitch-agent[56237]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-bef084f4-9645-40e4-bb7d-8e90c6ff7f31 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xb6336f24,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=6164442948584528428,duration_nsec=223000000,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=56237) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-15 06:03:19.288 | Apr 15 06:03:18 devstack neutron-openvswitch-agent[56237]: DEBUG neutron.agent.linux.utils [None req-bef084f4-9645-40e4-bb7d-8e90c6ff7f31 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57795. {{(pid=56237) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-15 06:03:19.288 | Apr 15 06:03:18 devstack neutron-openvswitch-agent[56237]: DEBUG neutron.agent.common.ovsdb_monitor [None req-bef084f4-9645-40e4-bb7d-8e90c6ff7f31 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=56237) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-15 06:03:19.288 | Apr 15 06:03:18 devstack neutron-openvswitch-agent[56237]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-bef084f4-9645-40e4-bb7d-8e90c6ff7f31 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-04-15 06:03:19.291 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.293 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-15 06:03:19.302 | enabled 2025-04-15 06:03:19.305 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-15 06:03:19.316 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-15 06:03:19.316 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-15 06:03:19.316 | Active: active (running) since Tue 2025-04-15 06:02:35 UTC; 43s ago 2025-04-15 06:03:19.316 | Main PID: 56682 (neutron-dhcp-ag) 2025-04-15 06:03:19.316 | Tasks: 13 (limit: 19126) 2025-04-15 06:03:19.316 | Memory: 400.1M 2025-04-15 06:03:19.316 | CPU: 8.710s 2025-04-15 06:03:19.316 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-15 06:03:19.316 | ├─56682 "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-15 06:03:19.316 | ├─58038 /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/tmp9uzpv6po/privsep.sock 2025-04-15 06:03:19.316 | ├─58077 /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/tmpo1p_bux6/privsep.sock 2025-04-15 06:03:19.316 | ├─58138 /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/tmp00paia45/privsep.sock 2025-04-15 06:03:19.316 | ├─58256 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 06:03:19.316 | ├─58258 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 06:03:19.316 | └─58269 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/e0dec7cc-2421-44c0-8350-da9ac43e75bc/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/e0dec7cc-2421-44c0-8350-da9ac43e75bc/host --addn-hosts=/opt/stack/data/neutron/dhcp/e0dec7cc-2421-44c0-8350-da9ac43e75bc/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/e0dec7cc-2421-44c0-8350-da9ac43e75bc/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/e0dec7cc-2421-44c0-8350-da9ac43e75bc/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-8346ac71-08dc-41db-ab13-eb0379ddd7db,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-15 06:03:19.316 | 2025-04-15 06:03:19.316 | Apr 15 06:02:51 devstack neutron-dhcp-agent[56682]: INFO neutron.agent.dhcp.agent [None req-70f5c353-c031-41da-9d98-e25497f9a644 None None] DHCP configuration for ports {'251609a5-2471-4e71-85d5-8583bdabb841'} is completed 2025-04-15 06:03:19.316 | Apr 15 06:02:53 devstack neutron-dhcp-agent[56682]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'b9130e8d-dddf-4308-a671-63c68413dde6'}, 'priority': 0},) {} {{(pid=56682) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-15 06:03:19.316 | Apr 15 06:02:53 devstack neutron-dhcp-agent[56682]: DEBUG oslo_concurrency.lockutils [None req-79548cc8-3ee1-4480-b688-f8cfbb74c41d None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=56682) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-15 06:03:19.316 | Apr 15 06:02:53 devstack neutron-dhcp-agent[56682]: DEBUG oslo_concurrency.lockutils [None req-79548cc8-3ee1-4480-b688-f8cfbb74c41d None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=56682) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-15 06:03:19.316 | Apr 15 06:02:53 devstack neutron-dhcp-agent[56682]: DEBUG oslo_concurrency.lockutils [None req-79548cc8-3ee1-4480-b688-f8cfbb74c41d None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=56682) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-15 06:03:19.316 | Apr 15 06:02:53 devstack neutron-dhcp-agent[56682]: DEBUG neutron.agent.dhcp.agent [None req-79548cc8-3ee1-4480-b688-f8cfbb74c41d None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '0a44a646-86e2-4f6c-8cfd-d9e097fdf6f7', 'name': 'public-subnet', 'tenant_id': '5759c8ac0b114e32b09097edb04a3e9b', 'network_id': 'b9130e8d-dddf-4308-a671-63c68413dde6', '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-15T06:02:52Z', 'updated_at': '2025-04-15T06:02:52Z', 'revision_number': 0, 'project_id': '5759c8ac0b114e32b09097edb04a3e9b', 'network': {'id': 'b9130e8d-dddf-4308-a671-63c68413dde6', 'name': 'public', 'tenant_id': '5759c8ac0b114e32b09097edb04a3e9b', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['0a44a646-86e2-4f6c-8cfd-d9e097fdf6f7'], '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-15T06:02:49Z', 'updated_at': '2025-04-15T06:02:52Z', 'revision_number': 2, 'project_id': '5759c8ac0b114e32b09097edb04a3e9b', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=56682) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-15 06:03:19.316 | Apr 15 06:02:53 devstack neutron-dhcp-agent[56682]: DEBUG oslo_concurrency.lockutils [None req-4075454a-7c74-4ccf-a20b-eaba2f86cab8 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=56682) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-15 06:03:19.317 | Apr 15 06:02:53 devstack neutron-dhcp-agent[56682]: DEBUG oslo_concurrency.lockutils [None req-4075454a-7c74-4ccf-a20b-eaba2f86cab8 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=56682) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-15 06:03:19.317 | Apr 15 06:02:53 devstack neutron-dhcp-agent[56682]: DEBUG oslo_concurrency.lockutils [None req-4075454a-7c74-4ccf-a20b-eaba2f86cab8 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=56682) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-15 06:03:19.317 | Apr 15 06:02:54 devstack neutron-dhcp-agent[56682]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=56682) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-15 06:03:19.319 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.321 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-15 06:03:19.332 | enabled 2025-04-15 06:03:19.335 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-15 06:03:19.346 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-15 06:03:19.346 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-15 06:03:19.346 | Active: active (running) since Tue 2025-04-15 06:02:36 UTC; 42s ago 2025-04-15 06:03:19.346 | Main PID: 57140 (neutron-l3-agen) 2025-04-15 06:03:19.346 | Tasks: 22 (limit: 19126) 2025-04-15 06:03:19.346 | Memory: 405.4M 2025-04-15 06:03:19.346 | CPU: 8.639s 2025-04-15 06:03:19.346 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-15 06:03:19.346 | ├─57140 "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-15 06:03:19.346 | ├─57941 /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/tmp2ddvg5x1/privsep.sock 2025-04-15 06:03:19.346 | ├─58447 /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/tmpw649l89r/privsep.sock 2025-04-15 06:03:19.346 | ├─58459 /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/tmpmliumklb/privsep.sock 2025-04-15 06:03:19.346 | ├─58782 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 06:03:19.347 | ├─58788 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 06:03:19.347 | └─59020 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/5da1dc78-4842-4811-a621-b170260eabd7.conf 2025-04-15 06:03:19.347 | 2025-04-15 06:03:19.347 | Apr 15 06:02:59 devstack neutron-l3-agent[57140]: DEBUG oslo.privsep.daemon [-] privsep: reply[283f4f3f-0292-4bc2-ae4b-82045618ab29]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-419d9ea9-8c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58447) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:03:19.347 | Apr 15 06:03:00 devstack neutron-l3-agent[57140]: DEBUG oslo.privsep.daemon [-] privsep: reply[0ae0959a-ac4e-4ea8-89c7-7253efc352ea]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-419d9ea9-8c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58447) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:03:19.347 | Apr 15 06:03:01 devstack neutron-l3-agent[57140]: DEBUG oslo.privsep.daemon [-] privsep: reply[038e025e-3edb-465d-bf9c-1e2e681c4352]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-251609a5-24\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58447) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:03:19.347 | Apr 15 06:03:02 devstack neutron-l3-agent[57140]: DEBUG oslo.privsep.daemon [-] privsep: reply[409920a3-6628-4a60-9dd2-0d819776ff16]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-251609a5-24\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58447) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:03:19.347 | Apr 15 06:03:03 devstack neutron-l3-agent[57140]: DEBUG oslo.privsep.daemon [-] privsep: reply[a9545617-8eb8-4017-ba2e-61c09104979c]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-419d9ea9-8c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58447) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:03:19.347 | Apr 15 06:03:04 devstack neutron-l3-agent[57140]: DEBUG oslo.privsep.daemon [-] privsep: reply[a51467f1-4cf3-48e8-9670-1b86f2764ee5]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-419d9ea9-8c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58447) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:03:19.347 | Apr 15 06:03:05 devstack neutron-l3-agent[57140]: DEBUG oslo.privsep.daemon [-] privsep: reply[3160221a-b00c-42ce-88bc-8a7545ecc1cd]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-251609a5-24\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58447) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:03:19.347 | Apr 15 06:03:06 devstack neutron-l3-agent[57140]: DEBUG oslo.privsep.daemon [-] privsep: reply[634359a0-36f9-4bd9-b9f0-02300573f4f2]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-251609a5-24\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58447) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:03:19.347 | Apr 15 06:03:07 devstack neutron-l3-agent[57140]: DEBUG oslo.privsep.daemon [-] privsep: reply[0f5b3d2d-5d6c-4a9d-8070-effd5b1e1b42]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-419d9ea9-8c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58447) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:03:19.347 | Apr 15 06:03:08 devstack neutron-l3-agent[57140]: DEBUG oslo.privsep.daemon [-] privsep: reply[f652a464-acee-47b3-9bf5-1513a801825d]: (4, ('ARPING 10.180.180.143 from 10.180.180.143 qg-419d9ea9-8c\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58447) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 06:03:19.350 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 06:03:19.352 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-15 06:03:19.360 | enabled 2025-04-15 06:03:19.363 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-15 06:03:19.374 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-15 06:03:19.374 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-15 06:03:19.374 | Active: active (running) since Tue 2025-04-15 06:02:37 UTC; 41s ago 2025-04-15 06:03:19.374 | Main PID: 57582 (neutron-metadat) 2025-04-15 06:03:19.374 | Tasks: 3 (limit: 19126) 2025-04-15 06:03:19.374 | Memory: 117.1M 2025-04-15 06:03:19.374 | CPU: 1.912s 2025-04-15 06:03:19.374 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-15 06:03:19.374 | ├─57582 "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-15 06:03:19.374 | ├─57789 "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-15 06:03:19.374 | └─57790 "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-15 06:03:19.374 | 2025-04-15 06:03:19.374 | Apr 15 06:02:39 devstack neutron-metadata-agent[57582]: DEBUG oslo_service.service [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=57582) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:19.374 | Apr 15 06:02:39 devstack neutron-metadata-agent[57582]: DEBUG oslo_service.service [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=57582) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:19.374 | Apr 15 06:02:39 devstack neutron-metadata-agent[57582]: DEBUG oslo_service.service [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=57582) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:19.374 | Apr 15 06:02:39 devstack neutron-metadata-agent[57582]: DEBUG oslo_service.service [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=57582) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:19.374 | Apr 15 06:02:39 devstack neutron-metadata-agent[57582]: DEBUG oslo_service.service [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] oslo_messaging_rabbit.ssl_version = {{(pid=57582) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:19.374 | Apr 15 06:02:39 devstack neutron-metadata-agent[57582]: DEBUG oslo_service.service [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] oslo_messaging_notifications.driver = [] {{(pid=57582) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:19.374 | Apr 15 06:02:39 devstack neutron-metadata-agent[57582]: DEBUG oslo_service.service [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] oslo_messaging_notifications.retry = -1 {{(pid=57582) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:19.374 | Apr 15 06:02:39 devstack neutron-metadata-agent[57582]: DEBUG oslo_service.service [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=57582) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:19.374 | Apr 15 06:02:39 devstack neutron-metadata-agent[57582]: DEBUG oslo_service.service [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] oslo_messaging_notifications.transport_url = **** {{(pid=57582) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 06:03:19.374 | Apr 15 06:02:39 devstack neutron-metadata-agent[57582]: DEBUG oslo_service.service [None req-7d55d12a-7cf8-4ef0-9d6d-54e68fd3a181 None None] ******************************************************************************** {{(pid=57582) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 06:03:19.377 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-15 06:03:19.391 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:19.393 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-15 06:03:19.407 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:19.409 | + 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-15 06:03:19.411 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:03:19.413 | + 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-15 06:03:19.415 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-15 06:03:19.863 | 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-15 06:03:21.211 | +--------------------------------------------------------------------+ 2025-04-15 06:03:21.211 | | Upgrade Check Results | 2025-04-15 06:03:21.211 | +--------------------------------------------------------------------+ 2025-04-15 06:03:21.211 | | Check: Cells v2 | 2025-04-15 06:03:21.211 | | Result: Success | 2025-04-15 06:03:21.211 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-15 06:03:21.211 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-15 06:03:21.211 | | compute hosts are deployed. | 2025-04-15 06:03:21.211 | +--------------------------------------------------------------------+ 2025-04-15 06:03:21.211 | | Check: Placement API | 2025-04-15 06:03:21.211 | | Result: Success | 2025-04-15 06:03:21.211 | | Details: None | 2025-04-15 06:03:21.211 | +--------------------------------------------------------------------+ 2025-04-15 06:03:21.211 | | Check: Cinder API | 2025-04-15 06:03:21.211 | | Result: Success | 2025-04-15 06:03:21.211 | | Details: None | 2025-04-15 06:03:21.211 | +--------------------------------------------------------------------+ 2025-04-15 06:03:21.211 | | Check: Policy File JSON to YAML Migration | 2025-04-15 06:03:21.211 | | Result: Success | 2025-04-15 06:03:21.211 | | Details: None | 2025-04-15 06:03:21.212 | +--------------------------------------------------------------------+ 2025-04-15 06:03:21.212 | | Check: Older than N-1 computes | 2025-04-15 06:03:21.212 | | Result: Success | 2025-04-15 06:03:21.212 | | Details: None | 2025-04-15 06:03:21.212 | +--------------------------------------------------------------------+ 2025-04-15 06:03:21.212 | | Check: hw_machine_type unset | 2025-04-15 06:03:21.212 | | Result: Success | 2025-04-15 06:03:21.212 | | Details: None | 2025-04-15 06:03:21.212 | +--------------------------------------------------------------------+ 2025-04-15 06:03:21.212 | | Check: Service User Token Configuration | 2025-04-15 06:03:21.212 | | Result: Success | 2025-04-15 06:03:21.212 | | Details: None | 2025-04-15 06:03:21.212 | +--------------------------------------------------------------------+ 2025-04-15 06:03:21.539 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-15 06:03:21.542 | + stack.sh:main:1493 : command openstack complete 2025-04-15 06:03:21.542 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-15 06:03:22.851 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-15 06:03:22.866 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:22.868 | + stack.sh:main:1498 : is_ubuntu 2025-04-15 06:03:22.870 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 06:03:22.872 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 06:03:22.874 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-15 06:03:22.876 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:03:22.878 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-15 06:03:22.881 | + stack.sh:main:1500 : set_lvm_filter 2025-04-15 06:03:22.883 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-15 06:03:22.885 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-15 06:03:22.886 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-15 06:03:22.889 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-15 06:03:22.891 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-15 06:03:22.894 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-15 06:03:22.934 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-15 06:03:22.937 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-15 06:03:22.939 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-15 06:03:22.950 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-15 06:03:22.960 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-15 06:03:22.962 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:03:22.964 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-15 06:03:22.966 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-15 06:03:22.968 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 06:03:22.970 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-15 06:03:22.973 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 06:03:22.975 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 06:03:22.977 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 06:03:22.979 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 06:03:22.982 | + functions-common:run_phase:1838 : local extra 2025-04-15 06:03:22.984 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 06:03:22.988 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 06:03:22.990 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 06:03:22.992 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 06:03:22.994 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-15 06:03:22.996 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 06:03:23.009 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:23.011 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 06:03:23.013 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:23.016 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-15 06:03:23.017 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:23.019 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 06:03:23.022 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:23.024 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-15 06:03:23.025 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:23.027 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-15 06:03:23.029 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:03:23.032 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-15 06:03:23.034 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-15 06:03:23.070 | [3984 Async install_tempest:34865]: Waiting for completion of install_tempest running on PID 34865 (1 other jobs running) 2025-04-15 06:03:23.086 | [3984 Async install_tempest:34865]: Signaling child to exit 2025-04-15 06:03:23.086 | WAKEUP 2025-04-15 06:03:23.102 | [3984 Async install_tempest:34865]: Signaled 2025-04-15 06:03:23.103 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-15 06:03:23.103 | +++ functions-common:git_clone:576 : pwd 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 06:03:23.103 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:593 : echo master 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:680 : local count=0 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:684 : timeout=0 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-15 06:03:23.103 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-15 06:03:23.103 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:23.103 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:23.103 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:23.103 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744696799077 2025-04-15 06:03:23.103 | ++ 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-15 06:03:23.103 | Cloning into '/opt/stack//tempest'... 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2400 : local name 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2403 : local total 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2407 : start_time=1744696799077 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2409 : [[ -z 1744696799077 ]] 2025-04-15 06:03:23.103 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2412 : end_time=1744696801280 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2413 : elapsed_time=2203 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2414 : total=83794 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=85997 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-15 06:03:23.103 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:680 : local count=0 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:684 : timeout=0 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-15 06:03:23.103 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-15 06:03:23.103 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:23.103 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:23.103 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:23.103 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744696801311 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-15 06:03:23.103 | From https://opendev.org/openstack/tempest 2025-04-15 06:03:23.103 | * branch master -> FETCH_HEAD 2025-04-15 06:03:23.103 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2400 : local name 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2403 : local total 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2407 : start_time=1744696801311 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2409 : [[ -z 1744696801311 ]] 2025-04-15 06:03:23.103 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2412 : end_time=1744696802204 2025-04-15 06:03:23.103 | ++ functions-common:time_stop:2413 : elapsed_time=893 2025-04-15 06:03:23.104 | ++ functions-common:time_stop:2414 : total=85997 2025-04-15 06:03:23.104 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:23.104 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86890 2025-04-15 06:03:23.104 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 06:03:23.104 | ++ functions-common:git_timed:680 : local count=0 2025-04-15 06:03:23.104 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-15 06:03:23.104 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 06:03:23.104 | ++ functions-common:git_timed:684 : timeout=0 2025-04-15 06:03:23.104 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-15 06:03:23.104 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-15 06:03:23.104 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 06:03:23.104 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 06:03:23.104 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 06:03:23.104 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744696802233 2025-04-15 06:03:23.104 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 06:03:23.104 | Note: switching to 'FETCH_HEAD'. 2025-04-15 06:03:23.104 | 2025-04-15 06:03:23.104 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 06:03:23.104 | changes and commit them, and you can discard any commits you make in this 2025-04-15 06:03:23.104 | state without impacting any branches by switching back to a branch. 2025-04-15 06:03:23.104 | 2025-04-15 06:03:23.104 | If you want to create a new branch to retain commits you create, you may 2025-04-15 06:03:23.104 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 06:03:23.104 | 2025-04-15 06:03:23.104 | git switch -c 2025-04-15 06:03:23.104 | 2025-04-15 06:03:23.104 | Or undo this operation with: 2025-04-15 06:03:23.104 | 2025-04-15 06:03:23.104 | git switch - 2025-04-15 06:03:23.104 | 2025-04-15 06:03:23.104 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 06:03:23.105 | 2025-04-15 06:03:23.105 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-15 06:03:23.105 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2400 : local name 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2403 : local total 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2407 : start_time=1744696802233 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2409 : [[ -z 1744696802233 ]] 2025-04-15 06:03:23.105 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2412 : end_time=1744696802331 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2413 : elapsed_time=98 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2414 : total=86890 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:23.105 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86988 2025-04-15 06:03:23.105 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-15 06:03:23.105 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-15 06:03:23.105 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-15 06:03:23.105 | ++ functions-common:git_clone:656 : head -1 2025-04-15 06:03:23.105 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-15 06:03:23.105 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 06:03:23.105 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-15 06:03:23.105 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-15 06:03:23.105 | ++ 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-15 06:03:23.105 | Collecting tox!=2.8.0,<4.0.0 2025-04-15 06:03:23.105 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-15 06:03:23.105 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-15 06:03:23.105 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-15 06:03:23.105 | 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-15 06:03:23.105 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-15 06:03:23.105 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-15 06:03:23.106 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-15 06:03:23.106 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-15 06:03:23.106 | 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-15 06:03:23.106 | 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-15 06:03:23.106 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-15 06:03:23.106 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-15 06:03:23.106 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-15 06:03:23.106 | 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-15 06:03:23.106 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-15 06:03:23.106 | 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-15 06:03:23.106 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-15 06:03:23.106 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-15 06:03:23.106 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-15 06:03:23.106 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-15 06:03:23.106 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-15 06:03:23.106 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-15 06:03:23.106 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-15 06:03:23.106 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-15 06:03:23.106 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-15 06:03:23.106 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-15 06:03:23.106 | 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-15 06:03:23.106 | ++ inc/python:pip_install:222 : result=0 2025-04-15 06:03:23.106 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2400 : local name 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2403 : local total 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2407 : start_time=1744696802374 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2409 : [[ -z 1744696802374 ]] 2025-04-15 06:03:23.106 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2412 : end_time=1744696805818 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2413 : elapsed_time=3444 2025-04-15 06:03:23.106 | ++ functions-common:time_stop:2414 : total=83499 2025-04-15 06:03:23.107 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:23.107 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86943 2025-04-15 06:03:23.107 | ++ inc/python:pip_install:225 : return 0 2025-04-15 06:03:23.107 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-15 06:03:23.107 | ~/tempest ~/devstack 2025-04-15 06:03:23.107 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-15 06:03:23.107 | Switched to branch 'master' 2025-04-15 06:03:23.107 | Your branch is up to date with 'origin/master'. 2025-04-15 06:03:23.107 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-15 06:03:23.107 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-15 06:03:23.107 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.Vt7r3aVWPr 2025-04-15 06:03:23.107 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.Vt7r3aVWPr 2025-04-15 06:03:23.107 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-15 06:03:23.107 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.Vt7r3aVWPr 2025-04-15 06:03:23.107 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-15 06:03:23.107 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-15 06:03:23.107 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-15 06:03:23.107 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 06:03:23.107 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 06:03:23.107 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 06:03:23.107 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 06:03:23.107 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-15 06:03:23.107 | full create: /opt/stack/tempest/.tox/tempest 2025-04-15 06:03:23.107 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-15 06:03:23.107 | full develop-inst: /opt/stack/tempest 2025-04-15 06:03:23.107 | 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-15 06:03:23.107 | ___________________________________ summary ____________________________________ 2025-04-15 06:03:23.107 | full: skipped tests 2025-04-15 06:03:23.107 | congratulations :) 2025-04-15 06:03:23.107 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.Vt7r3aVWPr -r requirements.txt 2025-04-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.107 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | 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-15 06:03:23.108 | WARNING: There was an error checking the latest version of pip. 2025-04-15 06:03:23.108 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-15 06:03:23.108 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.Vt7r3aVWPr 2025-04-15 06:03:23.108 | ++ lib/tempest:install_tempest:882 : popd 2025-04-15 06:03:23.108 | ~/devstack 2025-04-15 06:03:23.133 | [3984 Async install_tempest:34865]: finished install_tempest with result 0 in 22 seconds 2025-04-15 06:03:23.136 | ++ inc/async:async_wait:197 : return 0 2025-04-15 06:03:23.138 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-15 06:03:23.140 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:03:23.142 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-15 06:03:23.144 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-15 06:03:23.146 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-15 06:03:23.148 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-15 06:03:23.150 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-15 06:03:23.151 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-15 06:03:23.154 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-15 06:03:23.156 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-15 06:03:23.158 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 06:03:23.160 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-15 06:03:23.161 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 06:03:23.164 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-15 06:03:23.165 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-15 06:03:23.167 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-15 06:03:23.169 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-15 06:03:23.170 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-15 06:03:23.185 | Using python 3.10 to install testrepository 2025-04-15 06:03:23.187 | ++ 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-15 06:03:24.211 | Collecting testrepository 2025-04-15 06:03:24.211 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-15 06:03:24.242 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-15 06:03:24.243 | 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-15 06:03:24.244 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-04-15 06:03:24.249 | 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-15 06:03:24.253 | 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-15 06:03:25.302 | Installing collected packages: testrepository 2025-04-15 06:03:25.406 | Successfully installed testrepository-0.0.20 2025-04-15 06:03:25.501 | ++ inc/python:pip_install:222 : result=0 2025-04-15 06:03:25.503 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-15 06:03:25.505 | ++ functions-common:time_stop:2400 : local name 2025-04-15 06:03:25.506 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 06:03:25.508 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 06:03:25.510 | ++ functions-common:time_stop:2403 : local total 2025-04-15 06:03:25.511 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 06:03:25.513 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-15 06:03:25.515 | ++ functions-common:time_stop:2407 : start_time=1744697003182 2025-04-15 06:03:25.517 | ++ functions-common:time_stop:2409 : [[ -z 1744697003182 ]] 2025-04-15 06:03:25.519 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 06:03:25.523 | ++ functions-common:time_stop:2412 : end_time=1744697005521 2025-04-15 06:03:25.524 | ++ functions-common:time_stop:2413 : elapsed_time=2339 2025-04-15 06:03:25.526 | ++ functions-common:time_stop:2414 : total=99980 2025-04-15 06:03:25.528 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 06:03:25.529 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=102319 2025-04-15 06:03:25.531 | ++ inc/python:pip_install:225 : return 0 2025-04-15 06:03:25.533 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-15 06:03:25.534 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-15 06:03:25.536 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-15 06:03:25.538 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-15 06:03:25.540 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-15 06:03:25.542 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-15 06:03:25.543 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-15 06:03:25.545 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-15 06:03:25.547 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-15 06:03:25.549 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-15 06:03:25.550 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-15 06:03:25.552 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-15 06:03:25.554 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-15 06:03:25.556 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-15 06:03:25.557 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-15 06:03:25.559 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-15 06:03:25.561 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-15 06:03:25.563 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-15 06:03:25.563 | ' 2025-04-15 06:03:25.564 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-15 06:03:25.566 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-15 06:03:25.578 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:25.580 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-15 06:03:25.582 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-15 06:03:25.584 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-15 06:03:25.586 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-15 06:03:25.588 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-15 06:03:25.589 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-15 06:03:25.590 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-15 06:03:26.751 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:03:26.754 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-15 06:03:26.756 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-15 06:03:26.758 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-15 06:03:26.759 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-15 06:03:26.761 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-15 06:03:26.763 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-15 06:03:26.765 | ++ lib/tempest:configure_tempest:251 : image_uuid=b0d1c28b-5c3d-4c47-808f-66751157cde6 2025-04-15 06:03:26.766 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=b0d1c28b-5c3d-4c47-808f-66751157cde6 2025-04-15 06:03:26.768 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-15 06:03:26.778 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-15 06:03:26.781 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-15 06:03:26.782 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-15 06:03:26.784 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-15 06:03:26.786 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-15 06:03:26.788 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-15 06:03:26.790 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-15 06:03:26.791 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-15 06:03:26.794 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-15 06:03:26.794 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-15 06:03:27.874 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:03:27.877 | ++ lib/tempest:configure_tempest:287 : admin_project_id=5759c8ac0b114e32b09097edb04a3e9b 2025-04-15 06:03:27.879 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-15 06:03:27.892 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:27.895 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-15 06:03:29.020 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:03:29.023 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 06:03:29.023 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-15 06:03:29.023 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 06:03:29.023 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-15 06:03:29.023 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-15 06:03:29.023 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-15 06:03:29.023 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-15 06:03:29.023 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-15 06:03:29.023 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-15 06:03:29.023 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-15 06:03:29.023 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-15 06:03:29.023 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-15 06:03:29.023 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-15 06:03:29.023 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-15 06:03:29.025 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-15 06:03:29.026 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 06:03:29.027 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-15 06:03:29.027 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 06:03:29.027 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-15 06:03:29.027 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-15 06:03:29.027 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-15 06:03:29.027 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-15 06:03:29.027 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-15 06:03:29.027 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-15 06:03:29.027 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-15 06:03:29.027 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-15 06:03:29.027 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-15 06:03:29.027 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-15 06:03:29.027 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-15 06:03:29.028 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib b0d1c28b-5c3d-4c47-808f-66751157cde6 2025-04-15 06:03:29.030 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-15 06:03:29.033 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show b0d1c28b-5c3d-4c47-808f-66751157cde6 -c size -f value 2025-04-15 06:03:30.192 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:03:30.194 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-15 06:03:30.197 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-15 06:03:30.197 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-15 06:03:30.224 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-15 06:03:30.226 | ++ 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-15 06:03:31.230 | +----------------------------+-----------------------+ 2025-04-15 06:03:31.231 | | Field | Value | 2025-04-15 06:03:31.231 | +----------------------------+-----------------------+ 2025-04-15 06:03:31.231 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:31.231 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:31.231 | | description | None | 2025-04-15 06:03:31.231 | | disk | 1 | 2025-04-15 06:03:31.231 | | id | 42 | 2025-04-15 06:03:31.231 | | name | m1.nano | 2025-04-15 06:03:31.231 | | os-flavor-access:is_public | True | 2025-04-15 06:03:31.231 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:31.231 | | ram | 128 | 2025-04-15 06:03:31.231 | | rxtx_factor | 1.0 | 2025-04-15 06:03:31.231 | | swap | 0 | 2025-04-15 06:03:31.231 | | vcpus | 1 | 2025-04-15 06:03:31.231 | +----------------------------+-----------------------+ 2025-04-15 06:03:31.383 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-15 06:03:31.385 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 06:03:31.385 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-15 06:03:31.385 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 06:03:31.385 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-15 06:03:31.385 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-15 06:03:31.385 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-15 06:03:31.385 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-15 06:03:31.385 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-15 06:03:31.385 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-15 06:03:31.385 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-15 06:03:31.385 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-15 06:03:31.385 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-15 06:03:31.385 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-15 06:03:31.385 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-15 06:03:31.387 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib b0d1c28b-5c3d-4c47-808f-66751157cde6 2025-04-15 06:03:31.389 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-15 06:03:31.391 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show b0d1c28b-5c3d-4c47-808f-66751157cde6 -c size -f value 2025-04-15 06:03:32.511 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:03:32.514 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-15 06:03:32.516 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-15 06:03:32.516 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-15 06:03:32.543 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-15 06:03:32.544 | ++ 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-15 06:03:33.533 | +----------------------------+-----------------------+ 2025-04-15 06:03:33.533 | | Field | Value | 2025-04-15 06:03:33.533 | +----------------------------+-----------------------+ 2025-04-15 06:03:33.533 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 06:03:33.533 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 06:03:33.533 | | description | None | 2025-04-15 06:03:33.533 | | disk | 1 | 2025-04-15 06:03:33.533 | | id | 84 | 2025-04-15 06:03:33.533 | | name | m1.micro | 2025-04-15 06:03:33.533 | | os-flavor-access:is_public | True | 2025-04-15 06:03:33.533 | | properties | hw_rng:allowed='True' | 2025-04-15 06:03:33.533 | | ram | 192 | 2025-04-15 06:03:33.533 | | rxtx_factor | 1.0 | 2025-04-15 06:03:33.533 | | swap | 0 | 2025-04-15 06:03:33.533 | | vcpus | 1 | 2025-04-15 06:03:33.533 | +----------------------------+-----------------------+ 2025-04-15 06:03:33.658 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-15 06:03:33.660 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-15 06:03:33.686 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-15 06:03:33.687 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-15 06:03:33.689 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-15 06:03:33.691 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-15 06:03:33.693 | +++ 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-15 06:03:34.834 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:03:34.836 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 06:03:34.836 | address-scope 2025-04-15 06:03:34.836 | router-admin-state-down-before-update 2025-04-15 06:03:34.836 | agent 2025-04-15 06:03:34.836 | agent-resources-synced 2025-04-15 06:03:34.836 | allowed-address-pairs 2025-04-15 06:03:34.836 | auto-allocated-topology 2025-04-15 06:03:34.836 | availability_zone 2025-04-15 06:03:34.836 | availability_zone_filter 2025-04-15 06:03:34.836 | default-subnetpools 2025-04-15 06:03:34.836 | dhcp_agent_scheduler 2025-04-15 06:03:34.836 | dvr 2025-04-15 06:03:34.836 | empty-string-filtering 2025-04-15 06:03:34.836 | external-net 2025-04-15 06:03:34.836 | extra_dhcp_opt 2025-04-15 06:03:34.837 | extraroute 2025-04-15 06:03:34.837 | extraroute-atomic 2025-04-15 06:03:34.837 | filter-validation 2025-04-15 06:03:34.837 | floating-ip-port-forwarding-detail 2025-04-15 06:03:34.837 | fip-port-details 2025-04-15 06:03:34.837 | flavors 2025-04-15 06:03:34.837 | floatingip-pools 2025-04-15 06:03:34.837 | ip-substring-filtering 2025-04-15 06:03:34.837 | router 2025-04-15 06:03:34.837 | ext-gw-mode 2025-04-15 06:03:34.837 | l3-ha 2025-04-15 06:03:34.837 | l3-flavors 2025-04-15 06:03:34.837 | l3-port-ip-change-not-allowed 2025-04-15 06:03:34.837 | l3_agent_scheduler 2025-04-15 06:03:34.837 | multi-provider 2025-04-15 06:03:34.837 | net-mtu 2025-04-15 06:03:34.837 | net-mtu-writable 2025-04-15 06:03:34.837 | network_availability_zone 2025-04-15 06:03:34.837 | network_ha 2025-04-15 06:03:34.837 | network-ip-availability 2025-04-15 06:03:34.837 | pagination 2025-04-15 06:03:34.837 | port-device-profile 2025-04-15 06:03:34.837 | port-mac-override 2025-04-15 06:03:34.837 | port-mac-address-regenerate 2025-04-15 06:03:34.837 | port-numa-affinity-policy 2025-04-15 06:03:34.837 | binding 2025-04-15 06:03:34.837 | binding-extended 2025-04-15 06:03:34.837 | port-security 2025-04-15 06:03:34.837 | project-id 2025-04-15 06:03:34.837 | provider 2025-04-15 06:03:34.837 | quota-check-limit 2025-04-15 06:03:34.837 | quotas 2025-04-15 06:03:34.837 | quota_details 2025-04-15 06:03:34.837 | rbac-policies 2025-04-15 06:03:34.837 | rbac-address-group 2025-04-15 06:03:34.837 | rbac-address-scope 2025-04-15 06:03:34.837 | rbac-security-groups 2025-04-15 06:03:34.837 | rbac-subnetpool 2025-04-15 06:03:34.837 | revision-if-match 2025-04-15 06:03:34.837 | standard-attr-revisions 2025-04-15 06:03:34.837 | router_availability_zone 2025-04-15 06:03:34.837 | security-groups-default-rules 2025-04-15 06:03:34.837 | security-groups-normalized-cidr 2025-04-15 06:03:34.837 | port-security-groups-filtering 2025-04-15 06:03:34.837 | security-groups-remote-address-group 2025-04-15 06:03:34.837 | security-groups-shared-filtering 2025-04-15 06:03:34.837 | security-group 2025-04-15 06:03:34.837 | service-type 2025-04-15 06:03:34.837 | sorting 2025-04-15 06:03:34.837 | standard-attr-description 2025-04-15 06:03:34.837 | stateful-security-group 2025-04-15 06:03:34.837 | subnet_onboard 2025-04-15 06:03:34.837 | subnet-service-types 2025-04-15 06:03:34.837 | subnet_allocation 2025-04-15 06:03:34.837 | subnetpool-prefix-ops 2025-04-15 06:03:34.837 | standard-attr-tag 2025-04-15 06:03:34.837 | standard-attr-timestamp 2025-04-15 06:03:34.837 | nsxt-ops' 2025-04-15 06:03:34.838 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 06:03:34.838 | address-scope 2025-04-15 06:03:34.838 | router-admin-state-down-before-update 2025-04-15 06:03:34.838 | agent 2025-04-15 06:03:34.838 | agent-resources-synced 2025-04-15 06:03:34.838 | allowed-address-pairs 2025-04-15 06:03:34.838 | auto-allocated-topology 2025-04-15 06:03:34.838 | availability_zone 2025-04-15 06:03:34.838 | availability_zone_filter 2025-04-15 06:03:34.838 | default-subnetpools 2025-04-15 06:03:34.838 | dhcp_agent_scheduler 2025-04-15 06:03:34.838 | dvr 2025-04-15 06:03:34.838 | empty-string-filtering 2025-04-15 06:03:34.838 | external-net 2025-04-15 06:03:34.838 | extra_dhcp_opt 2025-04-15 06:03:34.838 | extraroute 2025-04-15 06:03:34.838 | extraroute-atomic 2025-04-15 06:03:34.838 | filter-validation 2025-04-15 06:03:34.838 | floating-ip-port-forwarding-detail 2025-04-15 06:03:34.838 | fip-port-details 2025-04-15 06:03:34.838 | flavors 2025-04-15 06:03:34.838 | floatingip-pools 2025-04-15 06:03:34.838 | ip-substring-filtering 2025-04-15 06:03:34.838 | router 2025-04-15 06:03:34.838 | ext-gw-mode 2025-04-15 06:03:34.838 | l3-ha 2025-04-15 06:03:34.838 | l3-flavors 2025-04-15 06:03:34.838 | l3-port-ip-change-not-allowed 2025-04-15 06:03:34.838 | l3_agent_scheduler 2025-04-15 06:03:34.838 | multi-provider 2025-04-15 06:03:34.838 | net-mtu 2025-04-15 06:03:34.838 | net-mtu-writable 2025-04-15 06:03:34.838 | network_availability_zone 2025-04-15 06:03:34.838 | network_ha 2025-04-15 06:03:34.838 | network-ip-availability 2025-04-15 06:03:34.838 | pagination 2025-04-15 06:03:34.838 | port-device-profile 2025-04-15 06:03:34.838 | port-mac-override 2025-04-15 06:03:34.838 | port-mac-address-regenerate 2025-04-15 06:03:34.838 | port-numa-affinity-policy 2025-04-15 06:03:34.838 | binding 2025-04-15 06:03:34.838 | binding-extended 2025-04-15 06:03:34.838 | port-security 2025-04-15 06:03:34.838 | project-id 2025-04-15 06:03:34.838 | provider 2025-04-15 06:03:34.839 | quota-check-limit 2025-04-15 06:03:34.839 | quotas 2025-04-15 06:03:34.839 | quota_details 2025-04-15 06:03:34.839 | rbac-policies 2025-04-15 06:03:34.839 | rbac-address-group 2025-04-15 06:03:34.839 | rbac-address-scope 2025-04-15 06:03:34.839 | rbac-security-groups 2025-04-15 06:03:34.839 | rbac-subnetpool 2025-04-15 06:03:34.839 | revision-if-match 2025-04-15 06:03:34.839 | standard-attr-revisions 2025-04-15 06:03:34.839 | router_availability_zone 2025-04-15 06:03:34.839 | security-groups-default-rules 2025-04-15 06:03:34.839 | security-groups-normalized-cidr 2025-04-15 06:03:34.839 | port-security-groups-filtering 2025-04-15 06:03:34.839 | security-groups-remote-address-group 2025-04-15 06:03:34.839 | security-groups-shared-filtering 2025-04-15 06:03:34.839 | security-group 2025-04-15 06:03:34.839 | service-type 2025-04-15 06:03:34.839 | sorting 2025-04-15 06:03:34.839 | standard-attr-description 2025-04-15 06:03:34.839 | stateful-security-group 2025-04-15 06:03:34.839 | subnet_onboard 2025-04-15 06:03:34.839 | subnet-service-types 2025-04-15 06:03:34.839 | subnet_allocation 2025-04-15 06:03:34.839 | subnetpool-prefix-ops 2025-04-15 06:03:34.839 | standard-attr-tag 2025-04-15 06:03:34.839 | standard-attr-timestamp 2025-04-15 06:03:34.839 | nsxt-ops =~ external-net ]] 2025-04-15 06:03:34.840 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 06:03:34.842 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-15 06:03:36.021 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 06:03:36.023 | ++ lib/tempest:configure_tempest:363 : public_network_id=b9130e8d-dddf-4308-a671-63c68413dde6 2025-04-15 06:03:36.025 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-15 06:03:37.105 | +---------------------------+--------------------------------------+ 2025-04-15 06:03:37.105 | | Field | Value | 2025-04-15 06:03:37.105 | +---------------------------+--------------------------------------+ 2025-04-15 06:03:37.105 | | admin_state_up | UP | 2025-04-15 06:03:37.105 | | availability_zone_hints | | 2025-04-15 06:03:37.105 | | availability_zones | | 2025-04-15 06:03:37.105 | | created_at | 2025-04-15T06:03:37Z | 2025-04-15 06:03:37.105 | | description | | 2025-04-15 06:03:37.105 | | dns_domain | None | 2025-04-15 06:03:37.105 | | id | 95b5d2ca-650f-464b-8a37-1f13ca25def0 | 2025-04-15 06:03:37.105 | | ipv4_address_scope | None | 2025-04-15 06:03:37.105 | | ipv6_address_scope | None | 2025-04-15 06:03:37.105 | | is_default | False | 2025-04-15 06:03:37.105 | | is_vlan_transparent | None | 2025-04-15 06:03:37.105 | | mtu | 8950 | 2025-04-15 06:03:37.105 | | name | shared | 2025-04-15 06:03:37.105 | | port_security_enabled | True | 2025-04-15 06:03:37.105 | | project_id | 5759c8ac0b114e32b09097edb04a3e9b | 2025-04-15 06:03:37.105 | | provider:network_type | vlan | 2025-04-15 06:03:37.105 | | provider:physical_network | default | 2025-04-15 06:03:37.105 | | provider:segmentation_id | 261 | 2025-04-15 06:03:37.105 | | qos_policy_id | None | 2025-04-15 06:03:37.105 | | revision_number | 1 | 2025-04-15 06:03:37.105 | | router:external | Internal | 2025-04-15 06:03:37.105 | | segments | None | 2025-04-15 06:03:37.105 | | shared | True | 2025-04-15 06:03:37.105 | | status | ACTIVE | 2025-04-15 06:03:37.105 | | subnets | | 2025-04-15 06:03:37.105 | | tags | | 2025-04-15 06:03:37.105 | | tenant_id | 5759c8ac0b114e32b09097edb04a3e9b | 2025-04-15 06:03:37.105 | | updated_at | 2025-04-15T06:03:37Z | 2025-04-15 06:03:37.105 | +---------------------------+--------------------------------------+ 2025-04-15 06:03:37.241 | ++ 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-15 06:03:38.404 | +----------------------+--------------------------------------+ 2025-04-15 06:03:38.404 | | Field | Value | 2025-04-15 06:03:38.404 | +----------------------+--------------------------------------+ 2025-04-15 06:03:38.404 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-15 06:03:38.404 | | cidr | 192.168.233.0/24 | 2025-04-15 06:03:38.404 | | created_at | 2025-04-15T06:03:38Z | 2025-04-15 06:03:38.404 | | description | shared-subnet | 2025-04-15 06:03:38.404 | | dns_nameservers | | 2025-04-15 06:03:38.404 | | dns_publish_fixed_ip | None | 2025-04-15 06:03:38.404 | | enable_dhcp | True | 2025-04-15 06:03:38.404 | | gateway_ip | 192.168.233.1 | 2025-04-15 06:03:38.404 | | host_routes | | 2025-04-15 06:03:38.404 | | id | 307a72de-702d-4204-9a26-ca9c7b4a30b8 | 2025-04-15 06:03:38.404 | | ip_version | 4 | 2025-04-15 06:03:38.405 | | ipv6_address_mode | None | 2025-04-15 06:03:38.405 | | ipv6_ra_mode | None | 2025-04-15 06:03:38.405 | | name | shared-subnet | 2025-04-15 06:03:38.405 | | network_id | 95b5d2ca-650f-464b-8a37-1f13ca25def0 | 2025-04-15 06:03:38.405 | | project_id | 5759c8ac0b114e32b09097edb04a3e9b | 2025-04-15 06:03:38.405 | | revision_number | 0 | 2025-04-15 06:03:38.405 | | segment_id | None | 2025-04-15 06:03:38.405 | | service_types | | 2025-04-15 06:03:38.405 | | subnetpool_id | None | 2025-04-15 06:03:38.405 | | tags | | 2025-04-15 06:03:38.405 | | updated_at | 2025-04-15T06:03:38Z | 2025-04-15 06:03:38.405 | +----------------------+--------------------------------------+ 2025-04-15 06:03:38.543 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-15 06:03:38.569 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-15 06:03:38.594 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-15 06:03:38.597 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-15 06:03:38.620 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-15 06:03:38.643 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-15 06:03:38.666 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-15 06:03:38.691 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-15 06:03:38.717 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-15 06:03:38.742 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-15 06:03:38.765 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-15 06:03:38.790 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-15 06:03:38.814 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-15 06:03:38.838 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-15 06:03:38.840 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-15 06:03:38.865 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-15 06:03:38.888 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-15 06:03:38.910 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-15 06:03:38.933 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-15 06:03:38.935 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-15 06:03:38.961 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-15 06:03:38.985 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-15 06:03:38.987 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-15 06:03:39.012 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-15 06:03:39.025 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:39.028 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-15 06:03:39.030 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-15 06:03:39.054 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-15 06:03:39.067 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:39.069 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-15 06:03:39.094 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-15 06:03:39.116 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-15 06:03:39.140 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-15 06:03:39.142 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-15 06:03:39.167 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-15 06:03:39.190 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-15 06:03:39.203 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:39.204 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref b0d1c28b-5c3d-4c47-808f-66751157cde6 2025-04-15 06:03:39.229 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt b0d1c28b-5c3d-4c47-808f-66751157cde6 2025-04-15 06:03:39.255 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-15 06:03:39.278 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-15 06:03:39.302 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-15 06:03:39.326 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-15 06:03:39.339 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:39.341 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-15 06:03:39.342 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-15 06:03:39.345 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-15 06:03:39.346 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-15 06:03:39.348 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-15 06:03:39.350 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-15 06:03:39.364 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-15 06:03:39.366 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-15 06:03:39.389 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-15 06:03:39.413 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-15 06:03:39.437 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-15 06:03:39.460 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-15 06:03:39.485 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-15 06:03:39.509 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-15 06:03:39.534 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-15 06:03:39.557 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-15 06:03:39.581 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-15 06:03:39.583 | ++ 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-15 06:03:39.607 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-15 06:03:39.609 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-15 06:03:39.622 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:39.623 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-15 06:03:39.649 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id b9130e8d-dddf-4308-a671-63c68413dde6 2025-04-15 06:03:39.673 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-15 06:03:39.696 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-15 06:03:39.719 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-15 06:03:39.744 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-15 06:03:39.767 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-15 06:03:39.790 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-15 06:03:39.816 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-15 06:03:39.817 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-15 06:03:39.819 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-15 06:03:39.821 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-15 06:03:39.846 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-15 06:03:39.849 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-15 06:03:39.849 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-15 06:03:39.853 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-15 06:03:39.855 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-15 06:03:39.878 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-15 06:03:39.880 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-15 06:03:39.882 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-15 06:03:39.884 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-15 06:03:39.886 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-15 06:03:39.909 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-15 06:03:39.931 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-15 06:03:39.953 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-15 06:03:39.978 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-15 06:03:40.000 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-15 06:03:40.026 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 06:03:40.028 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-15 06:03:40.041 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-15 06:03:40.065 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 06:03:40.068 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-15 06:03:40.081 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-15 06:03:40.104 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 06:03:40.106 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-15 06:03:40.119 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-15 06:03:40.142 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 06:03:40.144 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-15 06:03:40.157 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-15 06:03:40.179 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-15 06:03:40.181 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-15 06:03:40.183 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-15 06:03:40.185 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-15 06:03:40.199 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-15 06:03:40.201 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-15 06:03:40.224 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-15 06:03:40.237 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:40.239 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-15 06:03:40.262 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-15 06:03:40.264 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-15 06:03:40.266 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-15 06:03:40.268 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-15 06:03:40.270 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-15 06:03:40.271 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-15 06:03:40.273 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-15 06:03:40.275 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-15 06:03:40.277 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-15 06:03:40.292 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-15 06:03:40.294 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-15 06:03:40.319 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-15 06:03:40.321 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-15 06:03:40.323 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-15 06:03:40.325 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-15 06:03:40.327 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 06:03:40.329 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-15 06:03:40.341 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:40.343 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-15 06:03:40.369 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 06:03:40.370 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-15 06:03:40.383 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:40.385 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-15 06:03:40.408 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 06:03:40.410 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-15 06:03:40.422 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:40.424 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-15 06:03:40.447 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 06:03:40.449 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-15 06:03:40.462 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:40.464 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-15 06:03:40.487 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 06:03:40.489 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-15 06:03:40.502 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:03:40.504 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-15 06:03:40.528 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 06:03:40.529 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-15 06:03:40.542 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:40.544 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-15 06:03:40.567 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 06:03:40.569 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-15 06:03:40.581 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:03:40.583 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-15 06:03:40.606 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-15 06:03:40.608 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-15 06:03:40.610 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-15 06:03:40.612 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-15 06:03:40.635 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-15 06:03:40.636 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-15 06:03:40.638 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-15 06:03:40.640 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-15 06:03:40.663 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-15 06:03:40.665 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-15 06:03:40.667 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-15 06:03:40.669 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-15 06:03:40.671 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-15 06:03:40.674 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.rIUGxKvd1y 2025-04-15 06:03:40.676 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-15 06:03:40.678 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-15 06:03:40.681 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-15 06:03:40.684 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.MCSIIZ01gA 2025-04-15 06:03:40.686 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.MCSIIZ01gA 2025-04-15 06:03:40.688 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-15 06:03:40.689 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.MCSIIZ01gA 2025-04-15 06:03:40.691 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-15 06:03:40.694 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-15 06:03:40.695 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-15 06:03:40.700 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 06:03:40.702 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 06:03:40.704 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 06:03:40.706 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 06:03:40.708 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-15 06:03:40.710 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-15 06:03:40.947 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-15 06:03:41.338 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-15 06:03:51.211 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-15 06:03:54.126 | 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-15 06:03:54.126 | ___________________________________ summary ____________________________________ 2025-04-15 06:03:54.126 | venv-tempest: skipped tests 2025-04-15 06:03:54.126 | congratulations :) 2025-04-15 06:03:54.146 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.MCSIIZ01gA -r requirements.txt 2025-04-15 06:03:54.569 | /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-15 06:03:54.569 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-15 06:03:54.643 | /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-15 06:03:54.643 | warnings.warn( 2025-04-15 06:03:54.643 | /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-15 06:03:54.643 | warnings.warn( 2025-04-15 06:03:54.704 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-15 06:03:56.829 | 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-15 06:03:56.829 | venv-tempest run-test-pre: PYTHONHASHSEED='3466869705' 2025-04-15 06:03:56.830 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.MCSIIZ01gA -r requirements.txt 2025-04-15 06:03:57.653 | 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-15 06:03:57.655 | 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-15 06:03:57.655 | 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-15 06:03:57.657 | 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-15 06:03:57.657 | 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-15 06:03:57.657 | 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-15 06:03:57.657 | 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-15 06:03:57.658 | 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-15 06:03:57.659 | 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-15 06:03:57.660 | 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-15 06:03:57.660 | 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-15 06:03:57.661 | 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-15 06:03:57.662 | 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-15 06:03:57.663 | 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-15 06:03:57.664 | 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-15 06:03:57.665 | 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-15 06:03:57.665 | 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-15 06:03:57.666 | 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-15 06:03:57.667 | 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-15 06:03:57.668 | 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-15 06:03:57.668 | 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-15 06:03:57.669 | 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-15 06:03:57.670 | 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-15 06:03:57.672 | 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-15 06:03:57.677 | 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-15 06:03:57.678 | 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-15 06:03:57.695 | 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-15 06:03:57.696 | 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-15 06:03:57.697 | 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-15 06:03:57.698 | 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-15 06:03:57.714 | 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-15 06:03:57.715 | 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-15 06:03:57.734 | 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-15 06:03:57.746 | 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-15 06:03:57.761 | 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-15 06:03:57.762 | 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-15 06:03:57.775 | 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-15 06:03:57.776 | 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-15 06:03:57.792 | 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-15 06:03:57.793 | 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-15 06:03:57.795 | 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-15 06:03:57.798 | 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-15 06:03:57.799 | 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-15 06:03:57.807 | 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-15 06:03:57.808 | 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-15 06:03:57.809 | 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-15 06:03:57.810 | 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-15 06:03:57.836 | 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-15 06:03:57.860 | 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-15 06:03:57.937 | 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-15 06:03:57.945 | 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-15 06:03:58.026 | 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-15 06:03:58.036 | 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-15 06:03:58.047 | 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-15 06:03:58.048 | 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-15 06:03:58.049 | 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-15 06:03:58.212 | WARNING: There was an error checking the latest version of pip. 2025-04-15 06:03:58.285 | ___________________________________ summary ____________________________________ 2025-04-15 06:03:58.285 | venv-tempest: commands succeeded 2025-04-15 06:03:58.285 | congratulations :) 2025-04-15 06:03:58.306 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.MCSIIZ01gA 2025-04-15 06:03:58.310 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-15 06:03:58.312 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-15 06:03:58.314 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-15 06:03:58.338 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.rIUGxKvd1y 2025-04-15 06:03:58.568 | venv create: /opt/stack/tempest/.tox/venv 2025-04-15 06:03:58.850 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-15 06:04:13.301 | venv develop-inst: /opt/stack/tempest 2025-04-15 06:04:16.793 | 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-15 06:04:16.793 | venv run-test-pre: PYTHONHASHSEED='1326665721' 2025-04-15 06:04:16.793 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.rIUGxKvd1y 2025-04-15 06:04:16.923 | /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-15 06:04:16.923 | debtcollector.deprecate( 2025-04-15 06:04:17.091 | /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-15 06:04:17.091 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-15 06:04:17.091 | /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-15 06:04:17.091 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-15 06:04:17.349 | /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-15 06:04:17.349 | warnings.warn( 2025-04-15 06:04:17.539 | /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-15 06:04:17.539 | for key, value in info.getheaders().items(): 2025-04-15 06:04:17.565 | /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-15 06:04:17.565 | for key, value in info.getheaders().items(): 2025-04-15 06:04:17.796 | /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-15 06:04:17.796 | for key, value in info.getheaders().items(): 2025-04-15 06:04:17.797 | /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-15 06:04:17.797 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-15 06:04:18.401 | ___________________________________ summary ____________________________________ 2025-04-15 06:04:18.401 | venv: commands succeeded 2025-04-15 06:04:18.401 | congratulations :) 2025-04-15 06:04:18.421 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-15 06:04:18.434 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 06:04:18.437 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-15 06:04:18.438 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-15 06:04:18.452 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 06:04:18.454 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-15 06:04:18.456 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-15 06:04:18.457 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-15 06:04:18.459 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-15 06:04:18.461 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-15 06:04:18.463 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-15 06:04:18.465 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-15 06:04:18.467 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-15 06:04:18.468 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-15 06:04:18.471 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-15 06:04:18.472 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-15 06:04:18.474 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-15 06:04:18.476 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-15 06:04:18.478 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-15 06:04:18.480 | ++ 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-15 06:04:18.482 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-15 06:04:18.484 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-15 06:04:18.486 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-15 06:04:18.487 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-15 06:04:18.490 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-15 06:04:18.492 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-15 06:04:18.493 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-15 06:04:18.495 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-15 06:04:18.497 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-15 06:04:18.499 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-15 06:04:18.501 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-15 06:04:18.503 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-15 06:04:18.505 | ++ 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-15 06:04:18.507 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-15 06:04:18.510 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.rIUGxKvd1y network-feature-enabled api_extensions 2025-04-15 06:04:18.510 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-15 06:04:18.526 | ++ 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-15 06:04:18.529 | +++ 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-15 06:04:18.530 | +++ 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-15 06:04:18.533 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-15 06:04:18.535 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-15 06:04:18.537 | +++ 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-15 06:04:18.551 | +++ 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-15 06:04:18.566 | ++ 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-15 06:04:18.568 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-15 06:04:18.570 | ++ 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-15 06:04:18.594 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-15 06:04:18.595 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-15 06:04:18.598 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-15 06:04:18.600 | ++ 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-15 06:04:18.602 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-15 06:04:18.604 | ++ 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-15 06:04:18.631 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-15 06:04:18.633 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-15 06:04:18.635 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-15 06:04:18.637 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-15 06:04:18.640 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-15 06:04:18.642 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-15 06:04:18.643 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-15 06:04:18.646 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-15 06:04:18.648 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-15 06:04:18.650 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-15 06:04:18.652 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-15 06:04:18.655 | ++ 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-15 06:04:18.657 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-15 06:04:18.659 | ++ 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-15 06:04:18.683 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-15 06:04:18.683 | ' 2025-04-15 06:04:18.685 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-15 06:04:18.687 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 06:04:18.689 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-15 06:04:18.691 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-15 06:04:18.693 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-15 06:04:18.693 | ~/tempest ~/tempest 2025-04-15 06:04:18.695 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-15 06:04:18.697 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-15 06:04:18.697 | ~/tempest 2025-04-15 06:04:18.699 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 06:04:18.701 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 06:04:18.703 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 06:04:18.705 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 06:04:18.708 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-15 06:04:18.710 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 06:04:18.712 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-15 06:04:18.714 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 06:04:18.716 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 06:04:18.719 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 06:04:18.721 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 06:04:18.723 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 06:04:18.725 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-15 06:04:18.728 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 06:04:18.730 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:04:18.732 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-15 06:04:18.734 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:04:18.736 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 06:04:18.738 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-15 06:04:18.740 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-15 06:04:18.743 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-15 06:04:18.745 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 06:04:18.747 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 06:04:18.749 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-15 06:04:18.751 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:04:18.753 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 06:04:18.755 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 06:04:18.758 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-15 06:04:18.760 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 06:04:18.763 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-15 06:04:18.765 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 06:04:18.767 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-15 06:04:18.767 | /^\[\[.+\|.*\]\]/ { 2025-04-15 06:04:18.767 | gsub("[][]", "", $1); 2025-04-15 06:04:18.767 | split($1, a, "|"); 2025-04-15 06:04:18.767 | if (a[1] == matchgroup) 2025-04-15 06:04:18.767 | print a[2] 2025-04-15 06:04:18.767 | } 2025-04-15 06:04:18.767 | ' /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 102 apt-get-update 30 run_process 16 git_timed 83 ------------------------- Unaccounted time 55 ========================= Total runtime 532 ================= Async summary ================= Time spent in the background minus waits: 179 sec Elapsed time: 532 sec Time if we did everything serially: 711 sec Speedup: 1.33647 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36772 | | keystone | UPDATE | 7 | | keystone | INSERT | 93 | | neutron | SELECT | 3456 | | 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 | 70 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 6 | | nova_cell1 | UPDATE | 2 | | cinder | SELECT | 121 | | cinder | INSERT | 5 | | cinder | UPDATE | 3 | | glance | SELECT | 47 | | glance | INSERT | 8 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | glance | UPDATE | 2 | | 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