2025-03-06 19:47:54.839 | + stack.sh:main:502 : exec 2025-03-06 19:47:54.839 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-03-06-194754' 2025-03-06 19:47:54.839 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-03-06-194754.summary.2025-03-06-194754 2025-03-06 19:47:54.839 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:47:54.839 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-03-06-194754 2025-03-06 19:47:54.839 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-03-06-194754 /opt/stack//logs/stack.sh.log 2025-03-06 19:47:54.839 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-03-06-194754.summary.2025-03-06-194754 /opt/stack//logs/stack.sh.log.summary 2025-03-06 19:47:54.839 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-03-06 19:47:54.839 | + functions:check_path_perm_sanity:607 : local real_path 2025-03-06 19:47:54.839 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-03-06 19:47:54.839 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-03-06 19:47:54.839 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-03-06 19:47:54.839 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-03-06 19:47:54.839 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-03-06 19:47:54.839 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-03-06 19:47:54.839 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-03-06 19:47:54.839 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-03-06 19:47:54.839 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-03-06 19:47:54.841 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-03-06 19:47:54.842 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-03-06 19:47:54.844 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-03-06 19:47:54.846 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-03-06 19:47:54.847 | + stack.sh:main:534 : trap exit_trap EXIT 2025-03-06 19:47:54.849 | + stack.sh:main:575 : trap err_trap ERR 2025-03-06 19:47:54.850 | + stack.sh:main:588 : set -o errexit 2025-03-06 19:47:54.851 | + stack.sh:main:591 : uname -a 2025-03-06 19:47:54.852 | 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-03-06 19:47:54.853 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-03-06 19:47:54.855 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-03-06 19:47:54.857 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-03-06 19:47:54.880 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-03-06 19:47:54.890 | + stack.sh:main:605 : fetch_plugins 2025-03-06 19:47:54.891 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-03-06 19:47:54.893 | + functions-common:fetch_plugins:1747 : local plugin 2025-03-06 19:47:54.894 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-03-06 19:47:54.895 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-03-06 19:47:54.895 | Fetching DevStack plugins 2025-03-06 19:47:54.897 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-03-06 19:47:54.898 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-03-06 19:47:54.899 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-03-06 19:47:54.901 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-03-06 19:47:54.902 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-03-06 19:47:54.903 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-03-06 19:47:54.904 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-03-06 19:47:54.906 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-03-06 19:47:54.907 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-03-06 19:47:54.908 | + functions-common:git_clone:574 : local git_ref=devstack 2025-03-06 19:47:54.910 | + functions-common:git_clone:575 : local orig_dir 2025-03-06 19:47:54.911 | ++ functions-common:git_clone:576 : pwd 2025-03-06 19:47:54.913 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-03-06 19:47:54.914 | + functions-common:git_clone:577 : local git_clone_flags= 2025-03-06 19:47:54.916 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-03-06 19:47:54.924 | + functions-common:git_clone:579 : RECLONE=False 2025-03-06 19:47:54.926 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-03-06 19:47:54.927 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-03-06 19:47:54.928 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-03-06 19:47:54.930 | + functions-common:git_clone:593 : echo devstack 2025-03-06 19:47:54.930 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-03-06 19:47:54.933 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-03-06 19:47:54.934 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-03-06 19:47:54.935 | + 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-03-06 19:47:54.937 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:47:54.938 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:47:54.939 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:47:54.941 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:47:54.942 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:47:54.943 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:47:54.944 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:47:54.946 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:47:54.947 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:47:54.949 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290474948 2025-03-06 19:47:54.951 | + 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-03-06 19:47:54.954 | Cloning into '/opt/stack/networking-nsx-t'... 2025-03-06 19:47:55.493 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:47:55.495 | + functions-common:time_stop:2400 : local name 2025-03-06 19:47:55.496 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:47:55.498 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:47:55.499 | + functions-common:time_stop:2403 : local total 2025-03-06 19:47:55.500 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:47:55.502 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:47:55.503 | + functions-common:time_stop:2407 : start_time=1741290474948 2025-03-06 19:47:55.504 | + functions-common:time_stop:2409 : [[ -z 1741290474948 ]] 2025-03-06 19:47:55.506 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:47:55.508 | + functions-common:time_stop:2412 : end_time=1741290475507 2025-03-06 19:47:55.510 | + functions-common:time_stop:2413 : elapsed_time=559 2025-03-06 19:47:55.511 | + functions-common:time_stop:2414 : total=0 2025-03-06 19:47:55.512 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:47:55.514 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=559 2025-03-06 19:47:55.515 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-03-06 19:47:55.516 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-03-06 19:47:55.518 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:47:55.519 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:47:55.520 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:47:55.522 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:47:55.523 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:47:55.524 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:47:55.526 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:47:55.527 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:47:55.529 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:47:55.531 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290475530 2025-03-06 19:47:55.532 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-03-06 19:47:55.961 | From https://github.com/sapcc/networking-nsx-t 2025-03-06 19:47:55.961 | * branch devstack -> FETCH_HEAD 2025-03-06 19:47:55.965 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:47:55.966 | + functions-common:time_stop:2400 : local name 2025-03-06 19:47:55.967 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:47:55.969 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:47:55.970 | + functions-common:time_stop:2403 : local total 2025-03-06 19:47:55.972 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:47:55.973 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:47:55.975 | + functions-common:time_stop:2407 : start_time=1741290475530 2025-03-06 19:47:55.976 | + functions-common:time_stop:2409 : [[ -z 1741290475530 ]] 2025-03-06 19:47:55.977 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:47:55.980 | + functions-common:time_stop:2412 : end_time=1741290475978 2025-03-06 19:47:55.981 | + functions-common:time_stop:2413 : elapsed_time=448 2025-03-06 19:47:55.982 | + functions-common:time_stop:2414 : total=559 2025-03-06 19:47:55.984 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:47:55.985 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1007 2025-03-06 19:47:55.986 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-03-06 19:47:55.987 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:47:55.989 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:47:55.990 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:47:55.991 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:47:55.993 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:47:55.994 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:47:55.995 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:47:55.997 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:47:55.998 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:47:56.001 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290475999 2025-03-06 19:47:56.002 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-06 19:47:56.011 | Note: switching to 'FETCH_HEAD'. 2025-03-06 19:47:56.011 | 2025-03-06 19:47:56.011 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-06 19:47:56.011 | changes and commit them, and you can discard any commits you make in this 2025-03-06 19:47:56.011 | state without impacting any branches by switching back to a branch. 2025-03-06 19:47:56.011 | 2025-03-06 19:47:56.011 | If you want to create a new branch to retain commits you create, you may 2025-03-06 19:47:56.011 | do so (now or later) by using -c with the switch command. Example: 2025-03-06 19:47:56.011 | 2025-03-06 19:47:56.011 | git switch -c 2025-03-06 19:47:56.011 | 2025-03-06 19:47:56.011 | Or undo this operation with: 2025-03-06 19:47:56.011 | 2025-03-06 19:47:56.011 | git switch - 2025-03-06 19:47:56.011 | 2025-03-06 19:47:56.011 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-06 19:47:56.011 | 2025-03-06 19:47:56.012 | HEAD is now at 29bc664 Delay agent initialization 2025-03-06 19:47:56.013 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:47:56.015 | + functions-common:time_stop:2400 : local name 2025-03-06 19:47:56.016 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:47:56.017 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:47:56.019 | + functions-common:time_stop:2403 : local total 2025-03-06 19:47:56.020 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:47:56.021 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:47:56.023 | + functions-common:time_stop:2407 : start_time=1741290475999 2025-03-06 19:47:56.024 | + functions-common:time_stop:2409 : [[ -z 1741290475999 ]] 2025-03-06 19:47:56.026 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:47:56.028 | + functions-common:time_stop:2412 : end_time=1741290476026 2025-03-06 19:47:56.029 | + functions-common:time_stop:2413 : elapsed_time=27 2025-03-06 19:47:56.030 | + functions-common:time_stop:2414 : total=1007 2025-03-06 19:47:56.032 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:47:56.033 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1034 2025-03-06 19:47:56.034 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-03-06 19:47:56.044 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-03-06 19:47:56.045 | + functions-common:git_clone:656 : git show --oneline 2025-03-06 19:47:56.046 | + functions-common:git_clone:656 : head -1 2025-03-06 19:47:56.048 | 29bc664 Delay agent initialization 2025-03-06 19:47:56.049 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-03-06 19:47:56.051 | + stack.sh:main:609 : run_phase override_defaults 2025-03-06 19:47:56.052 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-03-06 19:47:56.054 | + functions-common:run_phase:1829 : local phase= 2025-03-06 19:47:56.055 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-06 19:47:56.056 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-03-06 19:47:56.058 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-06 19:47:56.059 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-03-06 19:47:56.061 | + functions-common:run_phase:1838 : local extra 2025-03-06 19:47:56.062 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-06 19:47:56.065 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-03-06 19:47:56.066 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-06 19:47:56.068 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-06 19:47:56.069 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-03-06 19:47:56.070 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-06 19:47:56.079 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:47:56.081 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-03-06 19:47:56.082 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-06 19:47:56.083 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-06 19:47:56.085 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-06 19:47:56.086 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-06 19:47:56.087 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-03-06 19:47:56.089 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-03-06 19:47:56.090 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-03-06 19:47:56.091 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-03-06 19:47:56.093 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-06 19:47:56.094 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-03-06 19:47:56.095 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-03-06 19:47:56.097 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-03-06 19:47:56.098 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-03-06 19:47:56.100 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-03-06 19:47:56.100 | Overriding Configuration Defaults 2025-03-06 19:47:56.101 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-03-06 19:47:56.102 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-03-06 19:47:56.104 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-03-06 19:47:56.105 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-03-06 19:47:56.116 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-03-06 19:47:56.118 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-03-06 19:47:56.127 | ++ functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:47:56.128 | +++ lib/tls:source:43 : hostname -f 2025-03-06 19:47:56.131 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-03-06 19:47:56.132 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-03-06 19:47:56.133 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-03-06 19:47:56.135 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-03-06 19:47:56.136 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-03-06 19:47:56.137 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-03-06 19:47:56.139 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-03-06 19:47:56.140 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-03-06 19:47:56.141 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-03-06 19:47:56.143 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-03-06 19:47:56.145 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-03-06 19:47:56.154 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-03-06 19:47:56.165 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-03-06 19:47:56.173 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-03-06 19:47:56.182 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-03-06 19:47:56.205 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-03-06 19:47:56.243 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-03-06 19:47:56.288 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-03-06 19:47:56.307 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-03-06 19:47:56.340 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-03-06 19:47:56.371 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-03-06 19:47:56.373 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-03-06 19:47:56.382 | ++ functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:47:56.384 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-03-06 19:47:56.386 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-03-06 19:47:56.387 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-03-06 19:47:56.389 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-03-06 19:47:56.391 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-03-06 19:47:56.401 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-03-06 19:47:56.403 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-03-06 19:47:56.405 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-03-06 19:47:56.406 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-03-06 19:47:56.408 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-03-06 19:47:56.409 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-03-06 19:47:56.411 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-03-06 19:47:56.413 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-03-06 19:47:56.424 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-03-06 19:47:56.425 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-03-06 19:47:56.428 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-03-06 19:47:56.438 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-03-06 19:47:56.439 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-03-06 19:47:56.441 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-03-06 19:47:56.442 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-03-06 19:47:56.444 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-03-06 19:47:56.445 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-03-06 19:47:56.447 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-03-06 19:47:56.449 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-03-06 19:47:56.450 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-03-06 19:47:56.452 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-03-06 19:47:56.453 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-03-06 19:47:56.455 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-03-06 19:47:56.457 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-03-06 19:47:56.458 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-03-06 19:47:56.460 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-03-06 19:47:56.462 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-03-06 19:47:56.464 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-03-06 19:47:56.464 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-03-06 19:47:56.467 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-03-06 19:47:56.468 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-03-06 19:47:56.470 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-03-06 19:47:56.472 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-03-06 19:47:56.473 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-03-06 19:47:56.475 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-03-06 19:47:56.486 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-03-06 19:47:56.488 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-03-06 19:47:56.490 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-03-06 19:47:56.490 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-03-06 19:47:56.493 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-03-06 19:47:56.494 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-03-06 19:47:56.496 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-03-06 19:47:56.497 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-03-06 19:47:56.499 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-03-06 19:47:56.500 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-03-06 19:47:56.502 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-03-06 19:47:56.503 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-03-06 19:47:56.505 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-03-06 19:47:56.506 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-03-06 19:47:56.508 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-03-06 19:47:56.510 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-03-06 19:47:56.511 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-03-06 19:47:56.513 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:47:56.515 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-03-06 19:47:56.516 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-03-06 19:47:56.518 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-03-06 19:47:56.528 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-03-06 19:47:56.529 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-03-06 19:47:56.531 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-03-06 19:47:56.533 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-03-06 19:47:56.534 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-03-06 19:47:56.536 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-03-06 19:47:56.537 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-06 19:47:56.539 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-03-06 19:47:56.540 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-03-06 19:47:56.542 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-03-06 19:47:56.543 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-03-06 19:47:56.545 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-03-06 19:47:56.546 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-03-06 19:47:56.548 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-03-06 19:47:56.549 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-03-06 19:47:56.551 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-03-06 19:47:56.553 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-03-06 19:47:56.554 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-03-06 19:47:56.556 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-03-06 19:47:56.557 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-03-06 19:47:56.559 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-03-06 19:47:56.579 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-03-06 19:47:56.588 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-03-06 19:47:56.589 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-03-06 19:47:56.591 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-03-06 19:47:56.593 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-03-06 19:47:56.594 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-03-06 19:47:56.596 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-03-06 19:47:56.597 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-03-06 19:47:56.599 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-03-06 19:47:56.601 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-03-06 19:47:56.602 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-03-06 19:47:56.604 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-03-06 19:47:56.605 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-03-06 19:47:56.607 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-03-06 19:47:56.608 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-03-06 19:47:56.610 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-03-06 19:47:56.612 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-03-06 19:47:56.613 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-03-06 19:47:56.615 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-03-06 19:47:56.617 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-03-06 19:47:56.617 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-03-06 19:47:56.618 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-03-06 19:47:56.618 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-03-06 19:47:56.622 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=b7:d4c0:d5d3 2025-03-06 19:47:56.624 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-03-06 19:47:56.625 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-03-06 19:47:56.627 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-03-06 19:47:56.628 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-03-06 19:47:56.630 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fdb7:d4c0:d5d3::/56 2025-03-06 19:47:56.633 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-03-06 19:47:56.633 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fdb7:d4c0:d5d3::/56 2025-03-06 19:47:56.636 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fdb7:d4c0:d5d3::/64 2025-03-06 19:47:56.638 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-03-06 19:47:56.639 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-03-06 19:47:56.641 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-03-06 19:47:56.642 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-03-06 19:47:56.644 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-03-06 19:47:56.645 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-03-06 19:47:56.647 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-03-06 19:47:56.648 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-03-06 19:47:56.650 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-03-06 19:47:56.651 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-03-06 19:47:56.653 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-03-06 19:47:56.655 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-03-06 19:47:56.656 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fdb7:d4c0:d5d3::/56 2025-03-06 19:47:56.658 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-03-06 19:47:56.659 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-03-06 19:47:56.662 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-03-06 19:47:56.662 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-03-06 19:47:56.662 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-03-06 19:47:56.666 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-03-06 19:47:56.668 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-03-06 19:47:56.668 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-03-06 19:47:56.669 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-03-06 19:47:56.672 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-03-06 19:47:56.675 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-03-06 19:47:56.677 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-03-06 19:47:56.678 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-03-06 19:47:56.680 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-03-06 19:47:56.682 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-03-06 19:47:56.683 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-03-06 19:47:56.685 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-03-06 19:47:56.687 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-03-06 19:47:56.698 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-03-06 19:47:56.708 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-03-06 19:47:56.717 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-03-06 19:47:56.726 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-03-06 19:47:56.772 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-03-06 19:47:56.775 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-03-06 19:47:56.776 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-03-06 19:47:56.778 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-03-06 19:47:56.780 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-03-06 19:47:56.782 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-03-06 19:47:56.782 | False' 2025-03-06 19:47:56.784 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-03-06 19:47:56.795 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-03-06 19:47:56.797 | + stack.sh:main:639 : run_phase source 2025-03-06 19:47:56.798 | + functions-common:run_phase:1828 : local mode=source 2025-03-06 19:47:56.800 | + functions-common:run_phase:1829 : local phase= 2025-03-06 19:47:56.801 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-06 19:47:56.803 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-03-06 19:47:56.804 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-06 19:47:56.806 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-03-06 19:47:56.807 | + functions-common:run_phase:1838 : local extra 2025-03-06 19:47:56.810 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-06 19:47:56.812 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-03-06 19:47:56.814 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-06 19:47:56.815 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-06 19:47:56.817 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-03-06 19:47:56.818 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-06 19:47:56.829 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:47:56.831 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-03-06 19:47:56.832 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-03-06 19:47:56.858 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-03-06 19:47:56.860 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-03-06 19:47:56.862 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-03-06 19:47:56.863 | + functions-common:run_phase:1850 : load_plugin_settings 2025-03-06 19:47:56.865 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-03-06 19:47:56.867 | + functions-common:load_plugin_settings:1765 : local plugin 2025-03-06 19:47:56.868 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-03-06 19:47:56.870 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-03-06 19:47:56.870 | Loading plugin settings 2025-03-06 19:47:56.871 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-03-06 19:47:56.873 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-03-06 19:47:56.875 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-03-06 19:47:56.876 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-03-06 19:47:56.878 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-03-06 19:47:56.880 | ++ functions-common:define_plugin:1872 : : 2025-03-06 19:47:56.881 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-03-06 19:47:56.883 | + functions-common:run_phase:1851 : verify_disabled_services 2025-03-06 19:47:56.885 | + functions-common:verify_disabled_services:2111 : local service 2025-03-06 19:47:56.886 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.888 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-03-06 19:47:56.890 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.892 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-03-06 19:47:56.893 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.895 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-03-06 19:47:56.897 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.898 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-03-06 19:47:56.900 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.902 | + 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-03-06 19:47:56.904 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.905 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-03-06 19:47:56.907 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.909 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-03-06 19:47:56.910 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.912 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-03-06 19:47:56.914 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.915 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-03-06 19:47:56.917 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.919 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-03-06 19:47:56.921 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.922 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-03-06 19:47:56.924 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.926 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-03-06 19:47:56.927 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.929 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-03-06 19:47:56.931 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.933 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-03-06 19:47:56.934 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.936 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-03-06 19:47:56.938 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.939 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-03-06 19:47:56.941 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.943 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-03-06 19:47:56.945 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.946 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-03-06 19:47:56.948 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.950 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-03-06 19:47:56.951 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.953 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-03-06 19:47:56.955 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.957 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-03-06 19:47:56.958 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:47:56.960 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-03-06 19:47:56.962 | + stack.sh:main:710 : initialize_database_backends 2025-03-06 19:47:56.964 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-03-06 19:47:56.966 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-03-06 19:47:56.977 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:47:56.978 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-03-06 19:47:56.980 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-03-06 19:47:56.982 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-03-06 19:47:56.993 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:47:56.995 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-03-06 19:47:56.997 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-03-06 19:47:56.998 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-03-06 19:47:57.000 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-03-06 19:47:57.002 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-03-06 19:47:57.004 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-03-06 19:47:57.006 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-03-06 19:47:57.008 | + lib/database:initialize_database_backends:92 : return 0 2025-03-06 19:47:57.010 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-03-06 19:47:57.010 | Using mysql database backend 2025-03-06 19:47:57.012 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-03-06 19:47:57.024 | + stack.sh:main:716 : define_database_baseurl 2025-03-06 19:47:57.026 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-03-06 19:47:57.028 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-03-06 19:47:57.030 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-03-06 19:47:57.032 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-06 19:47:57.034 | + stack.sh:main:728 : is_service_enabled rabbit 2025-03-06 19:47:57.046 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:47:57.048 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-03-06 19:47:57.060 | + stack.sh:main:736 : is_service_enabled keystone 2025-03-06 19:47:57.072 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:47:57.074 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-03-06 19:47:57.086 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-03-06 19:47:57.098 | + stack.sh:main:751 : is_service_enabled ldap 2025-03-06 19:47:57.110 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:47:57.112 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-03-06 19:47:57.124 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:47:57.125 | + stack.sh:main:772 : save_stackenv 772 2025-03-06 19:47:57.127 | + functions-common:save_stackenv:60 : local tag=772 2025-03-06 19:47:57.130 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-03-06 19:47:57.133 | + functions-common:save_stackenv:62 : time_stamp=2025-03-06-194757 2025-03-06 19:47:57.134 | + functions-common:save_stackenv:63 : echo '# 2025-03-06-194757 772' 2025-03-06 19:47:57.136 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.138 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-06 19:47:57.140 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.142 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-03-06 19:47:57.143 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.145 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-03-06 19:47:57.147 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.149 | + 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-03-06 19:47:57.150 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.152 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-03-06 19:47:57.154 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.156 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-03-06 19:47:57.158 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.159 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-03-06-194754 2025-03-06 19:47:57.161 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.163 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-03-06 19:47:57.165 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.167 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-03-06 19:47:57.168 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.170 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-03-06 19:47:57.172 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.174 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-03-06 19:47:57.175 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.177 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-03-06 19:47:57.179 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.181 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-03-06 19:47:57.183 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.185 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-03-06 19:47:57.186 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:47:57.188 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-03-06 19:47:57.190 | + stack.sh:main:785 : GIT_DEPTH=0 2025-03-06 19:47:57.192 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-03-06 19:47:57.194 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-03-06 19:47:57.195 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-03-06 19:47:57.197 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-03-06 19:47:57.198 | + functions-common:git_clone:575 : local orig_dir 2025-03-06 19:47:57.201 | ++ functions-common:git_clone:576 : pwd 2025-03-06 19:47:57.203 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-03-06 19:47:57.204 | + functions-common:git_clone:577 : local git_clone_flags= 2025-03-06 19:47:57.206 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-03-06 19:47:57.217 | + functions-common:git_clone:579 : RECLONE=False 2025-03-06 19:47:57.219 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-03-06 19:47:57.221 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-03-06 19:47:57.223 | + functions-common:git_clone:593 : echo stable/2023.2 2025-03-06 19:47:57.223 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-03-06 19:47:57.226 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-03-06 19:47:57.228 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-03-06 19:47:57.230 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-03-06 19:47:57.232 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:47:57.233 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:47:57.235 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:47:57.237 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:47:57.238 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:47:57.240 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:47:57.241 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:47:57.243 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:47:57.245 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:47:57.248 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290477246 2025-03-06 19:47:57.249 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-03-06 19:47:57.252 | Cloning into '/opt/stack//requirements'... 2025-03-06 19:48:00.535 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:48:00.536 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:00.538 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:00.539 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:00.541 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:00.543 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:00.544 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:48:00.546 | + functions-common:time_stop:2407 : start_time=1741290477246 2025-03-06 19:48:00.547 | + functions-common:time_stop:2409 : [[ -z 1741290477246 ]] 2025-03-06 19:48:00.550 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:00.553 | + functions-common:time_stop:2412 : end_time=1741290480551 2025-03-06 19:48:00.554 | + functions-common:time_stop:2413 : elapsed_time=3305 2025-03-06 19:48:00.556 | + functions-common:time_stop:2414 : total=1034 2025-03-06 19:48:00.558 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:00.559 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4339 2025-03-06 19:48:00.561 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-03-06 19:48:00.563 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-03-06 19:48:00.564 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:48:00.566 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:48:00.567 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:48:00.569 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:48:00.571 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:48:00.572 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:48:00.574 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:48:00.576 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:48:00.578 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:48:00.581 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290480579 2025-03-06 19:48:00.582 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-03-06 19:48:01.243 | From https://opendev.org/openstack/requirements 2025-03-06 19:48:01.243 | * branch stable/2023.2 -> FETCH_HEAD 2025-03-06 19:48:01.250 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:48:01.252 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:01.254 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:01.256 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:01.257 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:01.259 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:01.261 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:48:01.262 | + functions-common:time_stop:2407 : start_time=1741290480579 2025-03-06 19:48:01.264 | + functions-common:time_stop:2409 : [[ -z 1741290480579 ]] 2025-03-06 19:48:01.266 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:01.269 | + functions-common:time_stop:2412 : end_time=1741290481267 2025-03-06 19:48:01.270 | + functions-common:time_stop:2413 : elapsed_time=688 2025-03-06 19:48:01.272 | + functions-common:time_stop:2414 : total=4339 2025-03-06 19:48:01.274 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:01.275 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5027 2025-03-06 19:48:01.277 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-03-06 19:48:01.279 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:48:01.280 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:48:01.282 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:48:01.284 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:48:01.285 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:48:01.287 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:48:01.289 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:48:01.290 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:48:01.293 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:48:01.295 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290481294 2025-03-06 19:48:01.297 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-06 19:48:01.306 | Note: switching to 'FETCH_HEAD'. 2025-03-06 19:48:01.306 | 2025-03-06 19:48:01.306 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-06 19:48:01.306 | changes and commit them, and you can discard any commits you make in this 2025-03-06 19:48:01.306 | state without impacting any branches by switching back to a branch. 2025-03-06 19:48:01.306 | 2025-03-06 19:48:01.306 | If you want to create a new branch to retain commits you create, you may 2025-03-06 19:48:01.306 | do so (now or later) by using -c with the switch command. Example: 2025-03-06 19:48:01.306 | 2025-03-06 19:48:01.306 | git switch -c 2025-03-06 19:48:01.306 | 2025-03-06 19:48:01.306 | Or undo this operation with: 2025-03-06 19:48:01.306 | 2025-03-06 19:48:01.306 | git switch - 2025-03-06 19:48:01.306 | 2025-03-06 19:48:01.306 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-06 19:48:01.306 | 2025-03-06 19:48:01.306 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-03-06 19:48:01.308 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:48:01.309 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:01.311 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:01.313 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:01.314 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:01.316 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:01.318 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:48:01.319 | + functions-common:time_stop:2407 : start_time=1741290481294 2025-03-06 19:48:01.321 | + functions-common:time_stop:2409 : [[ -z 1741290481294 ]] 2025-03-06 19:48:01.323 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:01.326 | + functions-common:time_stop:2412 : end_time=1741290481324 2025-03-06 19:48:01.327 | + functions-common:time_stop:2413 : elapsed_time=30 2025-03-06 19:48:01.329 | + functions-common:time_stop:2414 : total=5027 2025-03-06 19:48:01.330 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:01.332 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5057 2025-03-06 19:48:01.334 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-03-06 19:48:01.343 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-03-06 19:48:01.346 | + functions-common:git_clone:656 : git show --oneline 2025-03-06 19:48:01.346 | + functions-common:git_clone:656 : head -1 2025-03-06 19:48:01.348 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-03-06 19:48:01.350 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-03-06 19:48:01.352 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-03-06 19:48:01.354 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:48:01.356 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-03-06 19:48:01.358 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-03-06 19:48:01.360 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-03-06 19:48:01.362 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-03-06 19:48:01.364 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-03-06 19:48:01.366 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-03-06 19:48:01.367 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-03-06 19:48:01.369 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-03-06 19:48:01.372 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-03-06 19:48:01.375 | ++ tools/install_prereqs.sh:source:47 : NOW=1741290481 2025-03-06 19:48:01.377 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-03-06 19:48:01.380 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-03-06 19:48:01.382 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-03-06 19:48:01.384 | ++ tools/install_prereqs.sh:source:49 : DELTA=1741290481 2025-03-06 19:48:01.386 | ++ tools/install_prereqs.sh:source:50 : [[ 1741290481 -lt 7200 ]] 2025-03-06 19:48:01.388 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-03-06 19:48:01.390 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-03-06 19:48:01.391 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-03-06 19:48:01.393 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-03-06 19:48:01.395 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-03-06 19:48:01.397 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-03-06 19:48:01.399 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-03-06 19:48:01.401 | +++ 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-03-06 19:48:01.427 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-03-06 19:48:01.427 | apache2-dev 2025-03-06 19:48:01.427 | bc 2025-03-06 19:48:01.427 | bsdmainutils 2025-03-06 19:48:01.427 | curl 2025-03-06 19:48:01.427 | g++ 2025-03-06 19:48:01.427 | gawk 2025-03-06 19:48:01.427 | gcc 2025-03-06 19:48:01.427 | gettext 2025-03-06 19:48:01.427 | git 2025-03-06 19:48:01.427 | graphviz 2025-03-06 19:48:01.427 | iputils-ping 2025-03-06 19:48:01.427 | libapache2-mod-proxy-uwsgi 2025-03-06 19:48:01.427 | libffi-dev 2025-03-06 19:48:01.427 | libjpeg-dev 2025-03-06 19:48:01.427 | libpcre3-dev 2025-03-06 19:48:01.427 | libpq-dev 2025-03-06 19:48:01.427 | libssl-dev 2025-03-06 19:48:01.427 | libsystemd-dev 2025-03-06 19:48:01.427 | libxml2-dev 2025-03-06 19:48:01.427 | libxslt1-dev 2025-03-06 19:48:01.427 | libyaml-dev 2025-03-06 19:48:01.427 | lsof 2025-03-06 19:48:01.427 | openssh-server 2025-03-06 19:48:01.427 | openssl 2025-03-06 19:48:01.427 | pkg-config 2025-03-06 19:48:01.427 | psmisc 2025-03-06 19:48:01.427 | python3-dev 2025-03-06 19:48:01.427 | python3-pip 2025-03-06 19:48:01.427 | python3-systemd 2025-03-06 19:48:01.427 | python3-venv 2025-03-06 19:48:01.427 | tar 2025-03-06 19:48:01.427 | tcpdump 2025-03-06 19:48:01.427 | unzip 2025-03-06 19:48:01.427 | uuid-runtime 2025-03-06 19:48:01.427 | wget 2025-03-06 19:48:01.427 | wget 2025-03-06 19:48:01.427 | zlib1g-dev 2025-03-06 19:48:01.427 | libkrb5-dev 2025-03-06 19:48:01.427 | libldap2-dev 2025-03-06 19:48:01.427 | libsasl2-dev 2025-03-06 19:48:01.427 | memcached 2025-03-06 19:48:01.427 | python3-mysqldb 2025-03-06 19:48:01.427 | sqlite3 2025-03-06 19:48:01.427 | conntrack 2025-03-06 19:48:01.427 | curl 2025-03-06 19:48:01.427 | ebtables 2025-03-06 19:48:01.427 | genisoimage 2025-03-06 19:48:01.427 | iptables 2025-03-06 19:48:01.427 | iputils-arping 2025-03-06 19:48:01.427 | kpartx 2025-03-06 19:48:01.427 | libjs-jquery-tablesorter 2025-03-06 19:48:01.427 | parted 2025-03-06 19:48:01.427 | pm-utils 2025-03-06 19:48:01.427 | python3-mysqldb 2025-03-06 19:48:01.427 | socat 2025-03-06 19:48:01.427 | sqlite3 2025-03-06 19:48:01.427 | sudo 2025-03-06 19:48:01.427 | vlan 2025-03-06 19:48:01.427 | lsscsi 2025-03-06 19:48:01.427 | open-iscsi 2025-03-06 19:48:01.427 | lvm2 2025-03-06 19:48:01.427 | qemu-utils 2025-03-06 19:48:01.427 | thin-provisioning-tools 2025-03-06 19:48:01.427 | acl 2025-03-06 19:48:01.427 | dnsmasq-base 2025-03-06 19:48:01.427 | dnsmasq-utils 2025-03-06 19:48:01.427 | ebtables 2025-03-06 19:48:01.428 | haproxy 2025-03-06 19:48:01.428 | iptables 2025-03-06 19:48:01.428 | iputils-arping 2025-03-06 19:48:01.428 | iputils-ping 2025-03-06 19:48:01.428 | postgresql-server-dev-all 2025-03-06 19:48:01.428 | python3-mysqldb 2025-03-06 19:48:01.428 | sqlite3 2025-03-06 19:48:01.428 | sudo 2025-03-06 19:48:01.428 | vlan 2025-03-06 19:48:01.428 | ipset 2025-03-06 19:48:01.428 | conntrack 2025-03-06 19:48:01.428 | conntrackd 2025-03-06 19:48:01.428 | keepalived' 2025-03-06 19:48:01.429 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-03-06 19:48:01.444 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-03-06 19:48:01.444 | apache2-dev 2025-03-06 19:48:01.444 | bc 2025-03-06 19:48:01.444 | bsdmainutils 2025-03-06 19:48:01.444 | curl 2025-03-06 19:48:01.444 | g++ 2025-03-06 19:48:01.444 | gawk 2025-03-06 19:48:01.444 | gcc 2025-03-06 19:48:01.444 | gettext 2025-03-06 19:48:01.444 | git 2025-03-06 19:48:01.444 | graphviz 2025-03-06 19:48:01.444 | iputils-ping 2025-03-06 19:48:01.444 | libapache2-mod-proxy-uwsgi 2025-03-06 19:48:01.444 | libffi-dev 2025-03-06 19:48:01.444 | libjpeg-dev 2025-03-06 19:48:01.444 | libpcre3-dev 2025-03-06 19:48:01.444 | libpq-dev 2025-03-06 19:48:01.444 | libssl-dev 2025-03-06 19:48:01.444 | libsystemd-dev 2025-03-06 19:48:01.444 | libxml2-dev 2025-03-06 19:48:01.444 | libxslt1-dev 2025-03-06 19:48:01.444 | libyaml-dev 2025-03-06 19:48:01.444 | lsof 2025-03-06 19:48:01.444 | openssh-server 2025-03-06 19:48:01.444 | openssl 2025-03-06 19:48:01.444 | pkg-config 2025-03-06 19:48:01.444 | psmisc 2025-03-06 19:48:01.444 | python3-dev 2025-03-06 19:48:01.444 | python3-pip 2025-03-06 19:48:01.444 | python3-systemd 2025-03-06 19:48:01.444 | python3-venv 2025-03-06 19:48:01.444 | tar 2025-03-06 19:48:01.444 | tcpdump 2025-03-06 19:48:01.444 | unzip 2025-03-06 19:48:01.444 | uuid-runtime 2025-03-06 19:48:01.444 | wget 2025-03-06 19:48:01.444 | wget 2025-03-06 19:48:01.444 | zlib1g-dev 2025-03-06 19:48:01.444 | libkrb5-dev 2025-03-06 19:48:01.444 | libldap2-dev 2025-03-06 19:48:01.444 | libsasl2-dev 2025-03-06 19:48:01.444 | memcached 2025-03-06 19:48:01.444 | python3-mysqldb 2025-03-06 19:48:01.444 | sqlite3 2025-03-06 19:48:01.444 | conntrack 2025-03-06 19:48:01.444 | curl 2025-03-06 19:48:01.444 | ebtables 2025-03-06 19:48:01.444 | genisoimage 2025-03-06 19:48:01.444 | iptables 2025-03-06 19:48:01.444 | iputils-arping 2025-03-06 19:48:01.444 | kpartx 2025-03-06 19:48:01.444 | libjs-jquery-tablesorter 2025-03-06 19:48:01.444 | parted 2025-03-06 19:48:01.444 | pm-utils 2025-03-06 19:48:01.444 | python3-mysqldb 2025-03-06 19:48:01.444 | socat 2025-03-06 19:48:01.444 | sqlite3 2025-03-06 19:48:01.444 | sudo 2025-03-06 19:48:01.444 | vlan 2025-03-06 19:48:01.444 | lsscsi 2025-03-06 19:48:01.444 | open-iscsi 2025-03-06 19:48:01.444 | lvm2 2025-03-06 19:48:01.444 | qemu-utils 2025-03-06 19:48:01.444 | thin-provisioning-tools 2025-03-06 19:48:01.444 | acl 2025-03-06 19:48:01.444 | dnsmasq-base 2025-03-06 19:48:01.444 | dnsmasq-utils 2025-03-06 19:48:01.444 | ebtables 2025-03-06 19:48:01.444 | haproxy 2025-03-06 19:48:01.444 | iptables 2025-03-06 19:48:01.444 | iputils-arping 2025-03-06 19:48:01.444 | iputils-ping 2025-03-06 19:48:01.444 | postgresql-server-dev-all 2025-03-06 19:48:01.444 | python3-mysqldb 2025-03-06 19:48:01.444 | sqlite3 2025-03-06 19:48:01.444 | sudo 2025-03-06 19:48:01.444 | vlan 2025-03-06 19:48:01.444 | ipset 2025-03-06 19:48:01.445 | conntrack 2025-03-06 19:48:01.445 | conntrackd 2025-03-06 19:48:01.445 | keepalived ' 2025-03-06 19:48:01.446 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-03-06 19:48:01.448 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:01.449 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:01.452 | ++ 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-03-06 19:48:01.452 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-03-06 19:48:01.455 | ++ 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-03-06 19:48:01.457 | ++ functions-common:install_package:1421 : update_package_repo 2025-03-06 19:48:01.459 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-03-06 19:48:01.460 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-03-06 19:48:01.462 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-03-06 19:48:01.464 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-03-06 19:48:01.465 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-03-06 19:48:01.467 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:01.469 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:01.471 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-03-06 19:48:01.472 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-03-06 19:48:01.474 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-03-06 19:48:01.476 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-03-06 19:48:01.478 | +++ functions-common:apt_get_update:1157 : id -u 2025-03-06 19:48:01.481 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-03-06 19:48:01.482 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-03-06 19:48:01.484 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-03-06 19:48:01.486 | ++ functions-common:time_start:2387 : local start_time= 2025-03-06 19:48:01.487 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:48:01.490 | +++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:48:01.492 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1741290481491 2025-03-06 19:48:01.494 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-03-06 19:48:01.496 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-03-06 19:48:01.497 | ++ 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-03-06 19:48:01.677 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-03-06 19:48:01.679 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-03-06 19:48:01.697 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-03-06 19:48:01.842 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,378 kB] 2025-03-06 19:48:01.891 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [395 kB] 2025-03-06 19:48:01.907 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,057 kB] 2025-03-06 19:48:01.935 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [539 kB] 2025-03-06 19:48:01.946 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,193 kB] 2025-03-06 19:48:01.961 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [293 kB] 2025-03-06 19:48:01.979 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-03-06 19:48:01.995 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-03-06 19:48:02.413 | Get:12 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-03-06 19:48:02.893 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,137 kB] 2025-03-06 19:48:03.450 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [332 kB] 2025-03-06 19:48:03.460 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,952 kB] 2025-03-06 19:48:03.575 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [521 kB] 2025-03-06 19:48:03.584 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [966 kB] 2025-03-06 19:48:03.609 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [207 kB] 2025-03-06 19:48:07.670 | Fetched 15.4 MB in 3s (5,409 kB/s) 2025-03-06 19:48:08.722 | Reading package lists... 2025-03-06 19:48:08.746 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-03-06 19:48:08.748 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-03-06 19:48:08.750 | ++ functions-common:time_stop:2400 : local name 2025-03-06 19:48:08.751 | ++ functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:08.753 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:08.755 | ++ functions-common:time_stop:2403 : local total 2025-03-06 19:48:08.757 | ++ functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:08.758 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-03-06 19:48:08.760 | ++ functions-common:time_stop:2407 : start_time=1741290481491 2025-03-06 19:48:08.762 | ++ functions-common:time_stop:2409 : [[ -z 1741290481491 ]] 2025-03-06 19:48:08.764 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:08.767 | ++ functions-common:time_stop:2412 : end_time=1741290488765 2025-03-06 19:48:08.768 | ++ functions-common:time_stop:2413 : elapsed_time=7274 2025-03-06 19:48:08.770 | ++ functions-common:time_stop:2414 : total=0 2025-03-06 19:48:08.772 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:08.773 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7274 2025-03-06 19:48:08.775 | ++ 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-03-06 19:48:08.777 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-03-06 19:48:08.779 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:08.781 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:08.782 | ++ 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-03-06 19:48:08.797 | ++ 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-03-06 19:48:08.858 | Reading package lists... 2025-03-06 19:48:09.077 | Building dependency tree... 2025-03-06 19:48:09.079 | Reading state information... 2025-03-06 19:48:09.095 | acl is already the newest version (2.3.1-1). 2025-03-06 19:48:09.095 | bc is already the newest version (1.07.1-3build1). 2025-03-06 19:48:09.095 | bc set to manually installed. 2025-03-06 19:48:09.095 | conntrack is already the newest version (1:1.4.6-2build2). 2025-03-06 19:48:09.095 | ebtables is already the newest version (2.0.11-4build2). 2025-03-06 19:48:09.095 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-03-06 19:48:09.095 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-03-06 19:48:09.095 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-03-06 19:48:09.095 | gettext is already the newest version (0.21-4ubuntu4). 2025-03-06 19:48:09.095 | ipset is already the newest version (7.15-1build1). 2025-03-06 19:48:09.095 | iputils-arping is already the newest version (3:20211215-1). 2025-03-06 19:48:09.095 | iputils-ping is already the newest version (3:20211215-1). 2025-03-06 19:48:09.095 | iputils-ping set to manually installed. 2025-03-06 19:48:09.095 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-03-06 19:48:09.096 | libffi-dev is already the newest version (3.4.2-4). 2025-03-06 19:48:09.096 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-03-06 19:48:09.096 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-03-06 19:48:09.096 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-03-06 19:48:09.096 | lsof set to manually installed. 2025-03-06 19:48:09.096 | lsscsi is already the newest version (0.31-1build2). 2025-03-06 19:48:09.096 | parted is already the newest version (3.4-2build1). 2025-03-06 19:48:09.096 | parted set to manually installed. 2025-03-06 19:48:09.096 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-03-06 19:48:09.096 | psmisc is already the newest version (23.4-2build3). 2025-03-06 19:48:09.096 | psmisc set to manually installed. 2025-03-06 19:48:09.096 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-03-06 19:48:09.096 | python3-systemd is already the newest version (234-3ubuntu2). 2025-03-06 19:48:09.096 | python3-systemd set to manually installed. 2025-03-06 19:48:09.096 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-03-06 19:48:09.096 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-03-06 19:48:09.096 | thin-provisioning-tools set to manually installed. 2025-03-06 19:48:09.096 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-03-06 19:48:09.096 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-03-06 19:48:09.096 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-03-06 19:48:09.096 | pm-utils is already the newest version (1.4.1-19). 2025-03-06 19:48:09.096 | postgresql-server-dev-all is already the newest version (238). 2025-03-06 19:48:09.096 | vlan is already the newest version (2.0.5ubuntu5). 2025-03-06 19:48:09.096 | apache2 is already the newest version (2.4.52-1ubuntu4.13). 2025-03-06 19:48:09.096 | apache2-dev is already the newest version (2.4.52-1ubuntu4.13). 2025-03-06 19:48:09.096 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-03-06 19:48:09.096 | curl set to manually installed. 2025-03-06 19:48:09.096 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-03-06 19:48:09.096 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-03-06 19:48:09.096 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-03-06 19:48:09.096 | gawk set to manually installed. 2025-03-06 19:48:09.096 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-03-06 19:48:09.096 | git set to manually installed. 2025-03-06 19:48:09.096 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2025-03-06 19:48:09.096 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-03-06 19:48:09.096 | iptables set to manually installed. 2025-03-06 19:48:09.096 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-03-06 19:48:09.096 | kpartx set to manually installed. 2025-03-06 19:48:09.096 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-03-06 19:48:09.096 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-03-06 19:48:09.096 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2025-03-06 19:48:09.096 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2025-03-06 19:48:09.096 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-03-06 19:48:09.096 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-03-06 19:48:09.096 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-03-06 19:48:09.096 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-03-06 19:48:09.096 | sudo set to manually installed. 2025-03-06 19:48:09.096 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-03-06 19:48:09.096 | tar set to manually installed. 2025-03-06 19:48:09.096 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-03-06 19:48:09.096 | tcpdump set to manually installed. 2025-03-06 19:48:09.096 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-03-06 19:48:09.096 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-03-06 19:48:09.096 | uuid-runtime set to manually installed. 2025-03-06 19:48:09.096 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-03-06 19:48:09.096 | wget set to manually installed. 2025-03-06 19:48:09.096 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-03-06 19:48:09.096 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-03-06 19:48:09.096 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.13). 2025-03-06 19:48:09.096 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-03-06 19:48:09.273 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-03-06 19:48:09.273 | The following additional packages will be installed: 2025-03-06 19:48:09.273 | dmeventd dmsetup krb5-multidev libgssapi-krb5-2 libgssrpc4 libk5crypto3 2025-03-06 19:48:09.273 | libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5support0 libpq5 2025-03-06 19:48:09.274 | libssl3 libxml2 openssh-client openssh-sftp-server qemu-block-extra 2025-03-06 19:48:09.275 | Suggested packages: 2025-03-06 19:48:09.275 | krb5-doc krb5-user postgresql-doc-14 libssl-doc keychain libpam-ssh 2025-03-06 19:48:09.275 | monkeysphere ssh-askpass molly-guard debootstrap 2025-03-06 19:48:09.275 | Recommended packages: 2025-03-06 19:48:09.275 | krb5-locales 2025-03-06 19:48:09.308 | The following packages will be upgraded: 2025-03-06 19:48:09.308 | dmeventd dmsetup krb5-multidev libgssapi-krb5-2 libgssrpc4 libk5crypto3 2025-03-06 19:48:09.308 | libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev libkrb5support0 2025-03-06 19:48:09.309 | libldap2-dev libpq-dev libpq5 libssl-dev libssl3 libxml2 libxml2-dev lvm2 2025-03-06 19:48:09.309 | open-iscsi openssh-client openssh-server openssh-sftp-server openssl 2025-03-06 19:48:09.309 | qemu-block-extra qemu-utils 2025-03-06 19:48:09.705 | Preconfiguring packages ... 2025-03-06 19:48:09.785 | 26 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-06 19:48:09.785 | Need to get 0 B/12.8 MB of archives. 2025-03-06 19:48:09.785 | After this operation, 21.5 kB of additional disk space will be used. 2025-03-06 19:48:10.297 | (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-03-06 19:48:10.304 | Preparing to unpack .../dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-03-06 19:48:10.326 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-03-06 19:48:10.406 | Preparing to unpack .../dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-03-06 19:48:10.424 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-03-06 19:48:10.495 | Preparing to unpack .../lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-03-06 19:48:10.521 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-03-06 19:48:10.637 | Preparing to unpack .../libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-03-06 19:48:10.648 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-03-06 19:48:10.814 | Preparing to unpack .../libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-03-06 19:48:10.826 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-03-06 19:48:10.935 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-03-06 19:48:11.171 | (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-03-06 19:48:11.177 | Preparing to unpack .../open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-03-06 19:48:11.434 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-03-06 19:48:11.509 | Preparing to unpack .../libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-06 19:48:11.521 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-06 19:48:11.580 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-06 19:48:11.692 | (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-03-06 19:48:11.697 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-06 19:48:11.709 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-06 19:48:11.767 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-06 19:48:11.886 | (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-03-06 19:48:11.892 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-06 19:48:11.904 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-06 19:48:11.970 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-06 19:48:12.085 | (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-03-06 19:48:12.091 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-06 19:48:12.103 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-06 19:48:12.166 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-06 19:48:12.281 | (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-03-06 19:48:12.287 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-06 19:48:12.298 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-06 19:48:12.355 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-06 19:48:12.367 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-06 19:48:12.423 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-06 19:48:12.434 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-06 19:48:12.485 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-06 19:48:12.496 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-06 19:48:12.559 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-03-06 19:48:12.570 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-03-06 19:48:12.634 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-03-06 19:48:12.645 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-03-06 19:48:12.707 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-03-06 19:48:12.736 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-03-06 19:48:12.825 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-03-06 19:48:12.847 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-03-06 19:48:12.929 | Preparing to unpack .../08-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-03-06 19:48:12.940 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-03-06 19:48:13.027 | Preparing to unpack .../09-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-03-06 19:48:13.038 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-03-06 19:48:13.110 | Preparing to unpack .../10-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-03-06 19:48:13.121 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-03-06 19:48:13.231 | Preparing to unpack .../11-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-03-06 19:48:13.243 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-03-06 19:48:13.310 | Preparing to unpack .../12-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-03-06 19:48:13.321 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-03-06 19:48:13.380 | Preparing to unpack .../13-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.25_amd64.deb ... 2025-03-06 19:48:13.401 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.25) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-03-06 19:48:13.454 | Preparing to unpack .../14-qemu-utils_1%3a6.2+dfsg-2ubuntu6.25_amd64.deb ... 2025-03-06 19:48:13.465 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.25) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-03-06 19:48:13.567 | Preparing to unpack .../15-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-03-06 19:48:13.579 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-03-06 19:48:13.641 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-03-06 19:48:13.720 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-03-06 19:48:13.730 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-03-06 19:48:14.782 | iscsid.service is a disabled or a static unit, not starting it. 2025-03-06 19:48:15.573 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-03-06 19:48:15.584 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-06 19:48:15.595 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-03-06 19:48:15.605 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-03-06 19:48:15.618 | update-initramfs: deferring update (trigger activated) 2025-03-06 19:48:15.623 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-03-06 19:48:15.998 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-03-06 19:48:16.071 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-06 19:48:16.089 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.25) ... 2025-03-06 19:48:16.104 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-03-06 19:48:16.129 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-03-06 19:48:16.143 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.25) ... 2025-03-06 19:48:16.822 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-06 19:48:16.833 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-06 19:48:16.844 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-03-06 19:48:16.855 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-03-06 19:48:17.687 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-03-06 19:48:18.146 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-03-06 19:48:18.185 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-03-06 19:48:18.196 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-03-06 19:48:18.304 | update-initramfs: deferring update (trigger activated) 2025-03-06 19:48:19.676 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-03-06 19:48:19.686 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-03-06 19:48:19.698 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-03-06 19:48:19.736 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-03-06 19:48:19.812 | Processing triggers for man-db (2.10.2-1) ... 2025-03-06 19:48:20.113 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-03-06 19:48:20.149 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-03-06 19:48:26.887 | NEEDRESTART-VER: 3.5 2025-03-06 19:48:27.642 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-03-06 19:48:27.642 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-03-06 19:48:27.642 | NEEDRESTART-KSTA: 1 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: apt-news.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: esm-cache.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: haproxy.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: mariadb.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: memcached.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: open-vm-tools.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: ovsdb-server.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: packagekit.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: pmproxy.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: rabbitmq-server.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: systemd-journald.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: systemd-logind.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: systemd-manager 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: systemd-networkd.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: systemd-resolved.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: systemd-timesyncd.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: systemd-udevd.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: udisks2.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: user@1001.service 2025-03-06 19:48:27.642 | NEEDRESTART-SVC: vgauth.service 2025-03-06 19:48:29.254 | ++ functions-common:apt_get:1194 : result=0 2025-03-06 19:48:29.256 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-03-06 19:48:29.258 | ++ functions-common:time_stop:2400 : local name 2025-03-06 19:48:29.260 | ++ functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:29.261 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:29.263 | ++ functions-common:time_stop:2403 : local total 2025-03-06 19:48:29.265 | ++ functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:29.267 | ++ functions-common:time_stop:2406 : name=apt-get 2025-03-06 19:48:29.269 | ++ functions-common:time_stop:2407 : start_time=1741290488795 2025-03-06 19:48:29.270 | ++ functions-common:time_stop:2409 : [[ -z 1741290488795 ]] 2025-03-06 19:48:29.273 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:29.275 | ++ functions-common:time_stop:2412 : end_time=1741290509273 2025-03-06 19:48:29.277 | ++ functions-common:time_stop:2413 : elapsed_time=20478 2025-03-06 19:48:29.279 | ++ functions-common:time_stop:2414 : total=504 2025-03-06 19:48:29.281 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:29.282 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20982 2025-03-06 19:48:29.284 | ++ functions-common:apt_get:1198 : return 0 2025-03-06 19:48:29.286 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-03-06 19:48:29.288 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-03-06 19:48:29.290 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-03-06 19:48:29.294 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-03-06 19:48:29.296 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-03-06 19:48:29.298 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-03-06 19:48:29.301 | ++ tools/install_prereqs.sh:source:89 : date 2025-03-06 19:48:29.304 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-03-06 19:48:29.306 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-03-06 19:48:29.308 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-03-06 19:48:29.617 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-03-06 19:48:29.618 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-03-06 19:48:29.619 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-03-06 19:48:29.621 | + tools/install_pip.sh:main:43 : GetDistro 2025-03-06 19:48:29.622 | + functions-common:GetDistro:449 : GetOSVersion 2025-03-06 19:48:29.623 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-03-06 19:48:29.625 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-03-06 19:48:29.626 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-03-06 19:48:29.627 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-03-06 19:48:29.629 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-03-06 19:48:29.630 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-03-06 19:48:29.631 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-03-06 19:48:29.633 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-03-06 19:48:29.634 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-03-06 19:48:29.635 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-03-06 19:48:29.636 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-03-06 19:48:29.638 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-03-06 19:48:29.639 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-03-06 19:48:29.640 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-03-06 19:48:29.642 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-03-06 19:48:29.643 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-03-06 19:48:29.644 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-03-06 19:48:29.646 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-03-06 19:48:29.647 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-03-06 19:48:29.649 | + functions-common:_ensure_lsb_release:394 : return 2025-03-06 19:48:29.651 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-03-06 19:48:29.684 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-03-06 19:48:29.686 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-03-06 19:48:29.719 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-03-06 19:48:29.721 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-03-06 19:48:29.754 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-03-06 19:48:29.756 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-03-06 19:48:29.757 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-03-06 19:48:29.759 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-03-06 19:48:29.760 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-03-06 19:48:29.762 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-03-06 19:48:29.763 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-03-06 19:48:29.764 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-03-06 19:48:29.766 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-03-06 19:48:29.767 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-03-06 19:48:29.769 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-03-06 19:48:29.769 | Distro: jammy 2025-03-06 19:48:29.770 | + tools/install_pip.sh:main:124 : get_versions 2025-03-06 19:48:29.772 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-03-06 19:48:29.774 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-03-06 19:48:29.776 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-03-06 19:48:29.778 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-03-06 19:48:29.778 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-03-06 19:48:29.835 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-03-06 19:48:29.836 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-03-06 19:48:29.836 | pip: 0.1.15 2025-03-06 19:48:29.837 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-03-06 19:48:29.839 | + tools/install_pip.sh:main:130 : is_fedora 2025-03-06 19:48:29.840 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-03-06 19:48:29.842 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-03-06 19:48:29.843 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-03-06 19:48:29.844 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-03-06 19:48:29.845 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-06 19:48:29.847 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-06 19:48:29.848 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-03-06 19:48:29.850 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-03-06 19:48:29.851 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-03-06 19:48:29.852 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-03-06 19:48:29.854 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-03-06 19:48:29.855 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-03-06 19:48:29.856 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-03-06 19:48:29.857 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-03-06 19:48:29.859 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:29.860 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:29.862 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-03-06 19:48:29.865 | + tools/install_pip.sh:main:153 : set -x 2025-03-06 19:48:29.866 | + tools/install_pip.sh:main:156 : get_versions 2025-03-06 19:48:29.868 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-03-06 19:48:29.871 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-03-06 19:48:29.872 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-03-06 19:48:29.874 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-03-06 19:48:29.874 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-03-06 19:48:29.882 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-03-06 19:48:29.883 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-03-06 19:48:29.883 | pip: 0.1.15 2025-03-06 19:48:29.886 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-03-06 19:48:29.888 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-03-06 19:48:29.890 | + stack.sh:main:811 : fixup_all 2025-03-06 19:48:29.892 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-03-06 19:48:29.894 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-03-06 19:48:29.895 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:29.897 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:29.899 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-03-06 19:48:29.908 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-03-06 19:48:29.917 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-03-06 19:48:29.926 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-03-06 19:48:29.927 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-03-06 19:48:29.929 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-03-06 19:48:29.931 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-03-06 19:48:29.932 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-03-06 19:48:29.934 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-03-06 19:48:29.936 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-06 19:48:29.937 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-06 19:48:29.939 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-03-06 19:48:29.941 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-03-06 19:48:29.942 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-03-06 19:48:29.944 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-03-06 19:48:29.946 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-03-06 19:48:29.947 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-03-06 19:48:29.949 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-03-06 19:48:29.951 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-03-06 19:48:29.953 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-03-06 19:48:29.954 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-03-06 19:48:29.963 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-03-06 19:48:29.971 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-03-06 19:48:29.980 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-03-06 19:48:29.988 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-03-06 19:48:29.996 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-03-06 19:48:30.004 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-03-06 19:48:30.012 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-03-06 19:48:30.014 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-03-06 19:48:30.016 | + 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-03-06 19:48:30.018 | + 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-03-06 19:48:30.020 | + 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-03-06 19:48:30.021 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-03-06 19:48:30.023 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-03-06 19:48:30.025 | + stack.sh:main:827 : pip_install -U os-testr 2025-03-06 19:48:30.043 | Using python 3.10 to install os-testr 2025-03-06 19:48:30.046 | + 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-03-06 19:48:31.744 | Collecting os-testr 2025-03-06 19:48:31.750 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-03-06 19:48:31.793 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-03-06 19:48:31.794 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-03-06 19:48:31.816 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-03-06 19:48:31.818 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-03-06 19:48:31.843 | Collecting testtools>=2.2.0 (from os-testr) 2025-03-06 19:48:31.845 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-03-06 19:48:31.870 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-03-06 19:48:31.871 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-03-06 19:48:31.913 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-03-06 19:48:31.913 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-03-06 19:48:31.941 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-03-06 19:48:31.943 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-03-06 19:48:31.946 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-03-06 19:48:31.949 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-03-06 19:48:31.953 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-03-06 19:48:32.019 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-03-06 19:48:32.363 | 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-03-06 19:48:32.442 | + inc/python:pip_install:222 : result=0 2025-03-06 19:48:32.444 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:48:32.446 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:32.448 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:32.449 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:32.451 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:32.453 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:32.455 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:48:32.456 | + functions-common:time_stop:2407 : start_time=1741290510039 2025-03-06 19:48:32.458 | + functions-common:time_stop:2409 : [[ -z 1741290510039 ]] 2025-03-06 19:48:32.461 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:32.464 | + functions-common:time_stop:2412 : end_time=1741290512461 2025-03-06 19:48:32.465 | + functions-common:time_stop:2413 : elapsed_time=2422 2025-03-06 19:48:32.467 | + functions-common:time_stop:2414 : total=0 2025-03-06 19:48:32.469 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:32.470 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2422 2025-03-06 19:48:32.472 | + inc/python:pip_install:225 : return 0 2025-03-06 19:48:32.474 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-03-06 19:48:32.515 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-03-06 19:48:32.569 | + stack.sh:main:838 : install_infra 2025-03-06 19:48:32.571 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-03-06 19:48:32.573 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-03-06 19:48:32.575 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-03-06 19:48:35.705 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-03-06 19:48:35.707 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-03-06 19:48:35.724 | + 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-03-06 19:48:36.682 | Collecting pbr 2025-03-06 19:48:36.688 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-03-06 19:48:36.714 | Installing collected packages: pbr 2025-03-06 19:48:36.781 | Successfully installed pbr-5.11.1 2025-03-06 19:48:36.873 | + inc/python:pip_install:222 : result=0 2025-03-06 19:48:36.876 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:48:36.878 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:36.880 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:36.881 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:36.883 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:36.885 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:36.887 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:48:36.889 | + functions-common:time_stop:2407 : start_time=1741290515718 2025-03-06 19:48:36.891 | + functions-common:time_stop:2409 : [[ -z 1741290515718 ]] 2025-03-06 19:48:36.893 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:36.897 | + functions-common:time_stop:2412 : end_time=1741290516895 2025-03-06 19:48:36.898 | + functions-common:time_stop:2413 : elapsed_time=1177 2025-03-06 19:48:36.900 | + functions-common:time_stop:2414 : total=2422 2025-03-06 19:48:36.902 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:36.904 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3599 2025-03-06 19:48:36.906 | + inc/python:pip_install:225 : return 0 2025-03-06 19:48:36.908 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-03-06 19:48:36.910 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-03-06 19:48:36.928 | + 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-03-06 19:48:37.800 | Processing /opt/stack/requirements 2025-03-06 19:48:37.801 | Preparing metadata (setup.py): started 2025-03-06 19:48:38.491 | Preparing metadata (setup.py): finished with status 'done' 2025-03-06 19:48:38.587 | Collecting Parsley>=1.2 2025-03-06 19:48:38.589 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-03-06 19:48:38.686 | Collecting PyYAML>=3.12 2025-03-06 19:48:38.693 | 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-03-06 19:48:38.805 | Collecting beagle>=0.2.1 2025-03-06 19:48:38.807 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-03-06 19:48:38.834 | Collecting fixtures>=3.0.0 2025-03-06 19:48:38.834 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-03-06 19:48:38.876 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-03-06 19:48:38.879 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-03-06 19:48:38.931 | Collecting requests>=2.14.2 2025-03-06 19:48:38.935 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-03-06 19:48:38.961 | Collecting six>=1.10.0 2025-03-06 19:48:38.963 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-03-06 19:48:39.015 | Collecting cliff>=2.11.0 2025-03-06 19:48:39.020 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-03-06 19:48:39.020 | 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-03-06 19:48:39.073 | Collecting certifi>=2017.4.17 2025-03-06 19:48:39.076 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-03-06 19:48:39.141 | Collecting urllib3<1.27,>=1.21.1 2025-03-06 19:48:39.144 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-03-06 19:48:39.171 | Collecting idna<4,>=2.5 2025-03-06 19:48:39.173 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-03-06 19:48:39.376 | Collecting charset-normalizer<4,>=2 2025-03-06 19:48:39.380 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-03-06 19:48:39.423 | Collecting PrettyTable>=0.7.2 2025-03-06 19:48:39.426 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-03-06 19:48:39.508 | Collecting cmd2>=1.0.0 2025-03-06 19:48:39.511 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-03-06 19:48:39.533 | Collecting autopage>=0.4.0 2025-03-06 19:48:39.535 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-03-06 19:48:39.618 | Collecting importlib-metadata>=4.4 2025-03-06 19:48:39.620 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-03-06 19:48:39.665 | Collecting stevedore>=2.0.1 2025-03-06 19:48:39.667 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-03-06 19:48:39.733 | Collecting wcwidth>=0.1.7 2025-03-06 19:48:39.735 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-03-06 19:48:39.758 | Collecting pyperclip>=1.6 2025-03-06 19:48:39.758 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-03-06 19:48:39.789 | Collecting attrs>=16.3.0 2025-03-06 19:48:39.792 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-03-06 19:48:39.856 | Collecting zipp>=0.5 2025-03-06 19:48:39.858 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-03-06 19:48:39.915 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-03-06 19:48:40.057 | 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-03-06 19:48:40.839 | Running setup.py install for openstack-requirements: started 2025-03-06 19:48:42.244 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-03-06 19:48:42.253 | 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-03-06 19:48:42.350 | + inc/python:pip_install:222 : result=0 2025-03-06 19:48:42.353 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:48:42.355 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:42.357 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:42.358 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:42.360 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:42.362 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:42.363 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:48:42.365 | + functions-common:time_stop:2407 : start_time=1741290516922 2025-03-06 19:48:42.367 | + functions-common:time_stop:2409 : [[ -z 1741290516922 ]] 2025-03-06 19:48:42.369 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:42.372 | + functions-common:time_stop:2412 : end_time=1741290522369 2025-03-06 19:48:42.373 | + functions-common:time_stop:2413 : elapsed_time=5447 2025-03-06 19:48:42.375 | + functions-common:time_stop:2414 : total=3599 2025-03-06 19:48:42.376 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:42.378 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9046 2025-03-06 19:48:42.380 | + inc/python:pip_install:225 : return 0 2025-03-06 19:48:42.382 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-03-06 19:48:42.384 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-03-06 19:48:42.386 | + inc/python:use_library_from_git:272 : local name=pbr 2025-03-06 19:48:42.387 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:42.389 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:42.391 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-03-06 19:48:42.393 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:42.395 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-03-06 19:48:42.410 | Using python 3.10 to install pbr 2025-03-06 19:48:42.412 | + 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-03-06 19:48:43.185 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-03-06 19:48:43.423 | + inc/python:pip_install:222 : result=0 2025-03-06 19:48:43.425 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:48:43.427 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:43.429 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:43.430 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:43.432 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:43.433 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:43.435 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:48:43.437 | + functions-common:time_stop:2407 : start_time=1741290522406 2025-03-06 19:48:43.438 | + functions-common:time_stop:2409 : [[ -z 1741290522406 ]] 2025-03-06 19:48:43.440 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:43.443 | + functions-common:time_stop:2412 : end_time=1741290523441 2025-03-06 19:48:43.445 | + functions-common:time_stop:2413 : elapsed_time=1035 2025-03-06 19:48:43.447 | + functions-common:time_stop:2414 : total=9046 2025-03-06 19:48:43.448 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:43.450 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10081 2025-03-06 19:48:43.452 | + inc/python:pip_install:225 : return 0 2025-03-06 19:48:43.454 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-03-06 19:48:46.562 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-03-06 19:48:47.067 | Collecting bindep 2025-03-06 19:48:47.070 | Using cached bindep-2.12.0-py3-none-any.whl (33 kB) 2025-03-06 19:48:47.118 | Collecting packaging 2025-03-06 19:48:47.120 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-03-06 19:48:47.168 | Collecting pbr>=2.0.0 2025-03-06 19:48:47.170 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-03-06 19:48:47.193 | Collecting distro>=1.7.0 2025-03-06 19:48:47.194 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-03-06 19:48:47.211 | Collecting Parsley 2025-03-06 19:48:47.212 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-03-06 19:48:47.216 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2.0.0->bindep) (59.6.0) 2025-03-06 19:48:47.250 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-03-06 19:48:47.488 | Successfully installed Parsley-1.3 bindep-2.12.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-03-06 19:48:47.555 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-03-06 19:48:47.557 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-03-06 19:48:47.560 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-03-06 19:48:47.574 | + stack.sh:main:847 : pkgs= 2025-03-06 19:48:47.576 | + stack.sh:main:848 : [[ -n '' ]] 2025-03-06 19:48:47.577 | + stack.sh:main:855 : run_phase stack pre-install 2025-03-06 19:48:47.579 | + functions-common:run_phase:1828 : local mode=stack 2025-03-06 19:48:47.581 | + functions-common:run_phase:1829 : local phase=pre-install 2025-03-06 19:48:47.583 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-06 19:48:47.584 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-03-06 19:48:47.586 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-06 19:48:47.588 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-03-06 19:48:47.590 | + functions-common:run_phase:1838 : local extra 2025-03-06 19:48:47.592 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-06 19:48:47.595 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-03-06 19:48:47.596 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-06 19:48:47.598 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-06 19:48:47.600 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-03-06 19:48:47.601 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-06 19:48:47.612 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:48:47.613 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:48:47.616 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:48:47.617 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-03-06 19:48:47.619 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:48:47.620 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-06 19:48:47.622 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:48:47.624 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-03-06 19:48:47.625 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:48:47.627 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-03-06 19:48:47.628 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:48:47.630 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-03-06 19:48:47.631 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-06 19:48:47.633 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-06 19:48:47.635 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:48:47.636 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-06 19:48:47.638 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-03-06 19:48:47.640 | + functions-common:run_plugins:1814 : local mode=stack 2025-03-06 19:48:47.641 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-03-06 19:48:47.643 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-03-06 19:48:47.645 | + functions-common:run_plugins:1818 : local plugin 2025-03-06 19:48:47.646 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-03-06 19:48:47.648 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-03-06 19:48:47.650 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-06 19:48:47.651 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-03-06 19:48:47.653 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:48:47.655 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:48:47.656 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-03-06 19:48:47.658 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:48:47.659 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-06 19:48:47.661 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:48:47.663 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-03-06 19:48:47.665 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-03-06 19:48:47.667 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-03-06 19:48:47.668 | + functions:set_systemd_override:832 : local value=2048 2025-03-06 19:48:47.670 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-03-06 19:48:47.672 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-03-06 19:48:47.713 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-03-06 19:48:47.713 | Set systemd system override for DefaultLimitNOFILE=2048 2025-03-06 19:48:47.715 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-03-06 19:48:47.943 | + stack.sh:main:860 : install_rpc_backend 2025-03-06 19:48:47.945 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-03-06 19:48:47.958 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:48:47.959 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-03-06 19:48:47.961 | + functions-common:install_package:1421 : update_package_repo 2025-03-06 19:48:47.963 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-03-06 19:48:47.965 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-03-06 19:48:47.966 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-03-06 19:48:47.968 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-03-06 19:48:47.970 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-03-06 19:48:47.971 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:47.973 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:47.975 | + functions-common:update_package_repo:1404 : apt_get_update 2025-03-06 19:48:47.977 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-03-06 19:48:47.979 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-03-06 19:48:47.981 | + functions-common:apt_get_update:1150 : return 2025-03-06 19:48:47.982 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-03-06 19:48:47.984 | + functions-common:real_install_package:1409 : is_ubuntu 2025-03-06 19:48:47.986 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:47.988 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:47.990 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-03-06 19:48:48.006 | + 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-03-06 19:48:48.065 | Reading package lists... 2025-03-06 19:48:48.284 | Building dependency tree... 2025-03-06 19:48:48.285 | Reading state information... 2025-03-06 19:48:48.492 | rabbitmq-server is already the newest version (3.9.27-0ubuntu0.1). 2025-03-06 19:48:48.492 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-06 19:48:48.497 | + functions-common:apt_get:1194 : result=0 2025-03-06 19:48:48.499 | + functions-common:apt_get:1197 : time_stop apt-get 2025-03-06 19:48:48.501 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:48.503 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:48.505 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:48.507 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:48.508 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:48.510 | + functions-common:time_stop:2406 : name=apt-get 2025-03-06 19:48:48.512 | + functions-common:time_stop:2407 : start_time=1741290528003 2025-03-06 19:48:48.514 | + functions-common:time_stop:2409 : [[ -z 1741290528003 ]] 2025-03-06 19:48:48.517 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:48.520 | + functions-common:time_stop:2412 : end_time=1741290528517 2025-03-06 19:48:48.521 | + functions-common:time_stop:2413 : elapsed_time=514 2025-03-06 19:48:48.523 | + functions-common:time_stop:2414 : total=20982 2025-03-06 19:48:48.525 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:48.527 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21496 2025-03-06 19:48:48.529 | + functions-common:apt_get:1198 : return 0 2025-03-06 19:48:48.531 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-03-06 19:48:48.533 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-03-06 19:48:48.535 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-03-06 19:48:48.536 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-03-06 19:48:48.538 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-03-06 19:48:48.540 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-06 19:48:48.542 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-06 19:48:48.544 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-03-06 19:48:48.546 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-03-06 19:48:48.547 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-03-06 19:48:48.549 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-03-06 19:48:48.551 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-03-06 19:48:48.553 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-03-06 19:48:48.555 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-03-06 19:48:48.557 | + stack.sh:main:861 : restart_rpc_backend 2025-03-06 19:48:48.559 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-03-06 19:48:48.571 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:48:48.573 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-03-06 19:48:48.575 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:48:48.577 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-03-06 19:48:48.579 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-03-06 19:48:48.581 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-03-06 19:48:48.584 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-03-06 19:48:48.586 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-03-06 19:48:48.588 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-03-06 19:48:48.590 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-03-06 19:48:48.591 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-03-06 19:48:48.593 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-03-06 19:48:48.596 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-03-06 19:48:49.055 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-03-06 19:48:49.055 | user tags 2025-03-06 19:48:49.055 | guest [administrator]' 2025-03-06 19:48:49.058 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-03-06 19:48:49.058 | user tags 2025-03-06 19:48:49.058 | guest [administrator]' 2025-03-06 19:48:49.058 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-03-06 19:48:49.063 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-03-06 19:48:49.065 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-03-06 19:48:49.067 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-03-06 19:48:49.494 | Adding user "stackrabbit" ... 2025-03-06 19:48:49.500 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-03-06 19:48:49.512 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-03-06 19:48:49.939 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-03-06 19:48:49.958 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-03-06 19:48:49.959 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-03-06 19:48:50.384 | Changing password for user "stackrabbit" ... 2025-03-06 19:48:50.401 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-03-06 19:48:50.403 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-03-06 19:48:50.406 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-03-06 19:48:50.843 | Deleting user "guest" ... 2025-03-06 19:48:50.865 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-03-06 19:48:50.879 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:48:50.880 | + stack.sh:main:864 : install_database 2025-03-06 19:48:50.882 | + lib/database:install_database:118 : install_database_mysql 2025-03-06 19:48:50.884 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-03-06 19:48:50.886 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:50.888 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:50.890 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-03-06 19:48:51.007 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-03-06 19:48:51.009 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-03-06 19:48:51.013 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-03-06 19:48:51.015 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:51.017 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:51.018 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-03-06 19:48:51.020 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-03-06 19:48:51.023 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-03-06 19:48:51.025 | + stack.sh:main:866 : '[' -n mysql ']' 2025-03-06 19:48:51.027 | + stack.sh:main:867 : install_database_python 2025-03-06 19:48:51.029 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-03-06 19:48:51.031 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-03-06 19:48:51.033 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-03-06 19:48:51.035 | + inc/python:pip_install_gr:95 : local clean_name 2025-03-06 19:48:51.037 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-03-06 19:48:51.039 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-03-06 19:48:51.041 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-03-06 19:48:51.044 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-03-06 19:48:51.044 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-03-06 19:48:51.048 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-03-06 19:48:51.050 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-03-06 19:48:51.051 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-03-06 19:48:51.054 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-03-06 19:48:51.056 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-03-06 19:48:51.071 | Using python 3.10 to install PyMySQL 2025-03-06 19:48:51.073 | + 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-03-06 19:48:51.960 | Collecting PyMySQL 2025-03-06 19:48:51.962 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-03-06 19:48:51.968 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-03-06 19:48:52.031 | Installing collected packages: PyMySQL 2025-03-06 19:48:52.068 | Successfully installed PyMySQL-1.0.3 2025-03-06 19:48:52.141 | + inc/python:pip_install:222 : result=0 2025-03-06 19:48:52.143 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:48:52.145 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:52.146 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:52.148 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:52.150 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:52.152 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:52.154 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:48:52.156 | + functions-common:time_stop:2407 : start_time=1741290531067 2025-03-06 19:48:52.158 | + functions-common:time_stop:2409 : [[ -z 1741290531067 ]] 2025-03-06 19:48:52.160 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:52.163 | + functions-common:time_stop:2412 : end_time=1741290532161 2025-03-06 19:48:52.165 | + functions-common:time_stop:2413 : elapsed_time=1094 2025-03-06 19:48:52.166 | + functions-common:time_stop:2414 : total=10081 2025-03-06 19:48:52.168 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:52.170 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11175 2025-03-06 19:48:52.172 | + inc/python:pip_install:225 : return 0 2025-03-06 19:48:52.174 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-03-06 19:48:52.176 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-03-06 19:48:52.178 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-03-06 19:48:52.180 | + stack.sh:main:870 : is_service_enabled neutron 2025-03-06 19:48:52.193 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:48:52.195 | + stack.sh:main:871 : install_neutron_agent_packages 2025-03-06 19:48:52.196 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-03-06 19:48:52.210 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:48:52.211 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-03-06 19:48:52.213 | + functions-common:install_package:1421 : update_package_repo 2025-03-06 19:48:52.215 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-03-06 19:48:52.217 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-03-06 19:48:52.219 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-03-06 19:48:52.220 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-03-06 19:48:52.222 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-03-06 19:48:52.224 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:52.226 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:52.228 | + functions-common:update_package_repo:1404 : apt_get_update 2025-03-06 19:48:52.230 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-03-06 19:48:52.231 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-03-06 19:48:52.233 | + functions-common:apt_get_update:1150 : return 2025-03-06 19:48:52.235 | + functions-common:install_package:1422 : real_install_package radvd 2025-03-06 19:48:52.237 | + functions-common:real_install_package:1409 : is_ubuntu 2025-03-06 19:48:52.239 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:52.241 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:52.243 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-03-06 19:48:52.258 | + 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-03-06 19:48:52.317 | Reading package lists... 2025-03-06 19:48:52.532 | Building dependency tree... 2025-03-06 19:48:52.533 | Reading state information... 2025-03-06 19:48:52.743 | radvd is already the newest version (1:2.18-3build2). 2025-03-06 19:48:52.743 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-06 19:48:52.747 | + functions-common:apt_get:1194 : result=0 2025-03-06 19:48:52.749 | + functions-common:apt_get:1197 : time_stop apt-get 2025-03-06 19:48:52.751 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:52.753 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:52.755 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:52.757 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:52.759 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:52.760 | + functions-common:time_stop:2406 : name=apt-get 2025-03-06 19:48:52.762 | + functions-common:time_stop:2407 : start_time=1741290532256 2025-03-06 19:48:52.764 | + functions-common:time_stop:2409 : [[ -z 1741290532256 ]] 2025-03-06 19:48:52.767 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:52.770 | + functions-common:time_stop:2412 : end_time=1741290532768 2025-03-06 19:48:52.772 | + functions-common:time_stop:2413 : elapsed_time=512 2025-03-06 19:48:52.773 | + functions-common:time_stop:2414 : total=21496 2025-03-06 19:48:52.775 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:52.777 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22008 2025-03-06 19:48:52.779 | + functions-common:apt_get:1198 : return 0 2025-03-06 19:48:52.781 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-03-06 19:48:52.795 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:48:52.796 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-03-06 19:48:52.798 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-03-06 19:48:52.800 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-03-06 19:48:52.803 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-03-06 19:48:52.818 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-03-06 19:48:52.820 | + functions-common:install_package:1421 : update_package_repo 2025-03-06 19:48:52.821 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-03-06 19:48:52.823 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-03-06 19:48:52.825 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-03-06 19:48:52.827 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-03-06 19:48:52.829 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-03-06 19:48:52.831 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:52.832 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:52.834 | + functions-common:update_package_repo:1404 : apt_get_update 2025-03-06 19:48:52.836 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-03-06 19:48:52.838 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-03-06 19:48:52.840 | + functions-common:apt_get_update:1150 : return 2025-03-06 19:48:52.841 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-03-06 19:48:52.843 | + functions-common:real_install_package:1409 : is_ubuntu 2025-03-06 19:48:52.845 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:52.847 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:52.849 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-03-06 19:48:52.864 | + 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-03-06 19:48:52.924 | Reading package lists... 2025-03-06 19:48:53.146 | Building dependency tree... 2025-03-06 19:48:53.148 | Reading state information... 2025-03-06 19:48:53.369 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-03-06 19:48:53.369 | fakeroot set to manually installed. 2025-03-06 19:48:53.369 | make is already the newest version (4.3-4.1build1). 2025-03-06 19:48:53.369 | make set to manually installed. 2025-03-06 19:48:53.369 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-03-06 19:48:53.369 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-06 19:48:53.373 | + functions-common:apt_get:1194 : result=0 2025-03-06 19:48:53.376 | + functions-common:apt_get:1197 : time_stop apt-get 2025-03-06 19:48:53.377 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:53.379 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:53.381 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:53.383 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:53.384 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:53.386 | + functions-common:time_stop:2406 : name=apt-get 2025-03-06 19:48:53.388 | + functions-common:time_stop:2407 : start_time=1741290532862 2025-03-06 19:48:53.389 | + functions-common:time_stop:2409 : [[ -z 1741290532862 ]] 2025-03-06 19:48:53.392 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:53.395 | + functions-common:time_stop:2412 : end_time=1741290533393 2025-03-06 19:48:53.397 | + functions-common:time_stop:2413 : elapsed_time=531 2025-03-06 19:48:53.398 | + functions-common:time_stop:2414 : total=22008 2025-03-06 19:48:53.400 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:53.402 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22539 2025-03-06 19:48:53.404 | + functions-common:apt_get:1198 : return 0 2025-03-06 19:48:53.406 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-03-06 19:48:53.408 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:53.410 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:53.412 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-03-06 19:48:53.414 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-03-06 19:48:53.417 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-03-06 19:48:53.420 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-03-06 19:48:53.421 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-03-06 19:48:53.424 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-03-06 19:48:53.425 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-03-06 19:48:53.428 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-03-06 19:48:53.430 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-03-06 19:48:53.432 | + functions:vercmp:639 : local v1=6.8 2025-03-06 19:48:53.433 | + functions:vercmp:640 : local 'op=<' 2025-03-06 19:48:53.435 | + functions:vercmp:641 : local v2=3.13 2025-03-06 19:48:53.437 | + functions:vercmp:642 : local result 2025-03-06 19:48:53.440 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-03-06 19:48:53.440 | ++ functions:vercmp:646 : sort -V 2025-03-06 19:48:53.441 | ++ functions:vercmp:646 : head -1 2025-03-06 19:48:53.444 | + functions:vercmp:646 : result=3.13 2025-03-06 19:48:53.445 | + functions:vercmp:648 : case $op in 2025-03-06 19:48:53.447 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-03-06 19:48:53.449 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-03-06 19:48:53.450 | + functions:vercmp:659 : return 2025-03-06 19:48:53.452 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-03-06 19:48:53.454 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:48:53.455 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-03-06 19:48:53.925 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-03-06 19:48:53.926 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-03-06 19:48:53.928 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:53.930 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:53.932 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-03-06 19:48:53.934 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:53.936 | + stack.sh:main:874 : is_service_enabled etcd3 2025-03-06 19:48:53.948 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:48:53.950 | + stack.sh:main:875 : install_etcd3 2025-03-06 19:48:53.952 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-03-06 19:48:53.952 | Installing etcd 2025-03-06 19:48:53.954 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-03-06 19:48:53.963 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-03-06 19:48:53.971 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-03-06 19:48:53.973 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-03-06 19:48:53.982 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-03-06 19:48:53.985 | ++ 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-03-06 19:48:53.986 | ++ 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-03-06 19:48:53.989 | +++ 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-03-06 19:48:53.992 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-03-06 19:48:53.994 | ++ 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-03-06 19:48:53.995 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-03-06 19:48:53.997 | ++ 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-03-06 19:48:54.004 | --2025-03-06 19:48:54-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-03-06 19:48:54.009 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-03-06 19:48:54.010 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-03-06 19:48:54.057 | HTTP request sent, awaiting response... 200 OK 2025-03-06 19:48:54.057 | Length: 16171146 (15M) [application/gzip] 2025-03-06 19:48:54.057 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-03-06 19:48:54.064 | 2025-03-06 19:48:54.129 | 0K ........ ....... 100% 215M=0.07s 2025-03-06 19:48:54.129 | 2025-03-06 19:48:54.129 | 2025-03-06 19:48:54 (215 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-03-06 19:48:54.129 | 2025-03-06 19:48:54.133 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-03-06 19:48:54.135 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-03-06 19:48:54.137 | ++ functions:get_extra_file:74 : return 2025-03-06 19:48:54.139 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-03-06 19:48:54.141 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-03-06 19:48:54.143 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-03-06 19:48:54.145 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-03-06 19:48:54.236 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-03-06 19:48:54.239 | + 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-03-06 19:48:54.242 | etcd-v3.4.27-linux-amd64/ 2025-03-06 19:48:54.242 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-03-06 19:48:54.242 | etcd-v3.4.27-linux-amd64/etcdctl 2025-03-06 19:48:54.372 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-03-06 19:48:54.372 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-03-06 19:48:54.372 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-03-06 19:48:54.373 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-03-06 19:48:54.373 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-03-06 19:48:54.373 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-03-06 19:48:54.373 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-03-06 19:48:54.373 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-03-06 19:48:54.373 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-03-06 19:48:54.373 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-03-06 19:48:54.373 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-03-06 19:48:54.373 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-03-06 19:48:54.373 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-03-06 19:48:54.374 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-03-06 19:48:54.375 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-03-06 19:48:54.376 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-03-06 19:48:54.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-03-06 19:48:54.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-03-06 19:48:54.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-03-06 19:48:54.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-03-06 19:48:54.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-03-06 19:48:54.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-03-06 19:48:54.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-03-06 19:48:54.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-03-06 19:48:54.377 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-03-06 19:48:54.378 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-03-06 19:48:54.379 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-03-06 19:48:54.379 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-03-06 19:48:54.379 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-03-06 19:48:54.379 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-03-06 19:48:54.379 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-03-06 19:48:54.379 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-03-06 19:48:54.379 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-03-06 19:48:54.379 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-03-06 19:48:54.379 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-03-06 19:48:54.380 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-03-06 19:48:54.380 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-03-06 19:48:54.380 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-03-06 19:48:54.380 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-03-06 19:48:54.380 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-03-06 19:48:54.380 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-03-06 19:48:54.380 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-03-06 19:48:54.380 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-03-06 19:48:54.381 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-03-06 19:48:54.381 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-03-06 19:48:54.381 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-03-06 19:48:54.381 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-03-06 19:48:54.381 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-03-06 19:48:54.381 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-03-06 19:48:54.381 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-03-06 19:48:54.381 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-03-06 19:48:54.382 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-03-06 19:48:54.382 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-03-06 19:48:54.382 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-03-06 19:48:54.382 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-03-06 19:48:54.382 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-03-06 19:48:54.382 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-03-06 19:48:54.382 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-03-06 19:48:54.383 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-03-06 19:48:54.383 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-03-06 19:48:54.383 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-03-06 19:48:54.383 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-03-06 19:48:54.383 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-03-06 19:48:54.383 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-03-06 19:48:54.383 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-03-06 19:48:54.383 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-03-06 19:48:54.383 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-03-06 19:48:54.383 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-03-06 19:48:54.384 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-03-06 19:48:54.384 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-03-06 19:48:54.384 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-03-06 19:48:54.384 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-03-06 19:48:54.384 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-03-06 19:48:54.384 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-03-06 19:48:54.384 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-03-06 19:48:54.385 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-03-06 19:48:54.385 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-03-06 19:48:54.386 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-03-06 19:48:54.387 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-03-06 19:48:54.388 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-03-06 19:48:54.388 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-03-06 19:48:54.389 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-03-06 19:48:54.390 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-03-06 19:48:54.391 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-03-06 19:48:54.392 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-03-06 19:48:54.393 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-03-06 19:48:54.393 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-03-06 19:48:54.394 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-03-06 19:48:54.395 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-03-06 19:48:54.396 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-03-06 19:48:54.397 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-03-06 19:48:54.397 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-03-06 19:48:54.399 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-03-06 19:48:54.400 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-03-06 19:48:54.400 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-03-06 19:48:54.401 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-03-06 19:48:54.403 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-03-06 19:48:54.403 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-03-06 19:48:54.403 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-03-06 19:48:54.403 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-03-06 19:48:54.403 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-03-06 19:48:54.403 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-03-06 19:48:54.403 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-03-06 19:48:54.403 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-03-06 19:48:54.404 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-03-06 19:48:54.405 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-03-06 19:48:54.405 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-03-06 19:48:54.405 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-03-06 19:48:54.405 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-03-06 19:48:54.405 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-03-06 19:48:54.405 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-03-06 19:48:54.405 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-03-06 19:48:54.405 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-03-06 19:48:54.406 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-03-06 19:48:54.407 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-03-06 19:48:54.408 | etcd-v3.4.27-linux-amd64/README.md 2025-03-06 19:48:54.408 | etcd-v3.4.27-linux-amd64/etcd 2025-03-06 19:48:54.581 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-03-06 19:48:54.604 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-03-06 19:48:54.624 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-03-06 19:48:54.626 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-03-06 19:48:54.640 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:48:54.642 | + stack.sh:main:894 : install_dstat 2025-03-06 19:48:54.644 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-03-06 19:48:54.657 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:48:54.660 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-03-06 19:48:54.663 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:48:54.664 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-03-06 19:48:54.667 | + stack.sh:main:903 : install_libs 2025-03-06 19:48:54.669 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-03-06 19:48:54.670 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-03-06 19:48:54.672 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-03-06 19:48:54.674 | + inc/python:use_library_from_git:272 : local name=automaton 2025-03-06 19:48:54.676 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.678 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.680 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-03-06 19:48:54.682 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.684 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-03-06 19:48:54.686 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-03-06 19:48:54.687 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-03-06 19:48:54.689 | + inc/python:use_library_from_git:272 : local name=castellan 2025-03-06 19:48:54.691 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.693 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.694 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-03-06 19:48:54.696 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.698 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-03-06 19:48:54.701 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-03-06 19:48:54.702 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-03-06 19:48:54.704 | + inc/python:use_library_from_git:272 : local name=cliff 2025-03-06 19:48:54.706 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.708 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.710 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-03-06 19:48:54.712 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.713 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-03-06 19:48:54.715 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-03-06 19:48:54.717 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-03-06 19:48:54.719 | + inc/python:use_library_from_git:272 : local name=cursive 2025-03-06 19:48:54.721 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.722 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.724 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-03-06 19:48:54.726 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.728 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-03-06 19:48:54.730 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-03-06 19:48:54.732 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-03-06 19:48:54.733 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-03-06 19:48:54.735 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.737 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.739 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-03-06 19:48:54.740 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.742 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-03-06 19:48:54.744 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-03-06 19:48:54.746 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-03-06 19:48:54.748 | + inc/python:use_library_from_git:272 : local name=futurist 2025-03-06 19:48:54.749 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.751 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.753 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-03-06 19:48:54.755 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.757 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-03-06 19:48:54.758 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-03-06 19:48:54.760 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-03-06 19:48:54.762 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-03-06 19:48:54.764 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.766 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.768 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-03-06 19:48:54.770 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.771 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-03-06 19:48:54.773 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-03-06 19:48:54.775 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-03-06 19:48:54.777 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-03-06 19:48:54.779 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.781 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.783 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-03-06 19:48:54.784 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.786 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-03-06 19:48:54.788 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-03-06 19:48:54.790 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-03-06 19:48:54.792 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-03-06 19:48:54.794 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.796 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.798 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-03-06 19:48:54.800 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.801 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-03-06 19:48:54.803 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-03-06 19:48:54.805 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-03-06 19:48:54.807 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-03-06 19:48:54.809 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.811 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.813 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-03-06 19:48:54.814 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.816 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-03-06 19:48:54.818 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-03-06 19:48:54.820 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-03-06 19:48:54.822 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-03-06 19:48:54.823 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.825 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.827 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-03-06 19:48:54.829 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.831 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-03-06 19:48:54.833 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-03-06 19:48:54.834 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-03-06 19:48:54.836 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-03-06 19:48:54.838 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.840 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.841 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-03-06 19:48:54.843 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.845 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-03-06 19:48:54.847 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-03-06 19:48:54.849 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-03-06 19:48:54.851 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-03-06 19:48:54.852 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.854 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.856 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-03-06 19:48:54.858 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.860 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-03-06 19:48:54.862 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-03-06 19:48:54.863 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-03-06 19:48:54.865 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-03-06 19:48:54.867 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.869 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.871 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-03-06 19:48:54.873 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.874 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-03-06 19:48:54.876 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-03-06 19:48:54.878 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-03-06 19:48:54.880 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-03-06 19:48:54.882 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.884 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.886 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-03-06 19:48:54.888 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.889 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-03-06 19:48:54.891 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-03-06 19:48:54.893 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-03-06 19:48:54.896 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-03-06 19:48:54.898 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.899 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.901 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-03-06 19:48:54.903 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.905 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-03-06 19:48:54.907 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-03-06 19:48:54.909 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-03-06 19:48:54.911 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-03-06 19:48:54.912 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.914 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.916 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-03-06 19:48:54.918 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.920 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-03-06 19:48:54.922 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-03-06 19:48:54.924 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-03-06 19:48:54.925 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-03-06 19:48:54.927 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.929 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.931 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-03-06 19:48:54.933 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.934 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-03-06 19:48:54.936 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-03-06 19:48:54.938 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-03-06 19:48:54.940 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-03-06 19:48:54.942 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.943 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.945 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-03-06 19:48:54.947 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.949 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-03-06 19:48:54.951 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-03-06 19:48:54.953 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-03-06 19:48:54.955 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-03-06 19:48:54.957 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.958 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.960 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-03-06 19:48:54.962 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.964 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-03-06 19:48:54.966 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-03-06 19:48:54.968 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-03-06 19:48:54.970 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-03-06 19:48:54.972 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.974 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.975 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-03-06 19:48:54.977 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.979 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-03-06 19:48:54.981 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-03-06 19:48:54.983 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-03-06 19:48:54.985 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-03-06 19:48:54.986 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:54.988 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:54.990 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-03-06 19:48:54.992 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:54.994 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-03-06 19:48:54.996 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-03-06 19:48:54.997 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-03-06 19:48:54.999 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-03-06 19:48:55.001 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.003 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.005 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-03-06 19:48:55.006 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.008 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-03-06 19:48:55.010 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-03-06 19:48:55.012 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-03-06 19:48:55.014 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-03-06 19:48:55.016 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.018 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.019 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-03-06 19:48:55.021 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.023 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-03-06 19:48:55.025 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-03-06 19:48:55.027 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-03-06 19:48:55.028 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-03-06 19:48:55.030 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.032 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.034 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-03-06 19:48:55.036 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.038 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-03-06 19:48:55.040 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-03-06 19:48:55.041 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-03-06 19:48:55.043 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-03-06 19:48:55.045 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.047 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.049 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-03-06 19:48:55.051 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.052 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-03-06 19:48:55.054 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-03-06 19:48:55.056 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-03-06 19:48:55.058 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-03-06 19:48:55.060 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.061 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.063 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-03-06 19:48:55.065 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.067 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-03-06 19:48:55.069 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-03-06 19:48:55.070 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-03-06 19:48:55.072 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-03-06 19:48:55.074 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.076 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.078 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-03-06 19:48:55.080 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.081 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-03-06 19:48:55.083 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-03-06 19:48:55.085 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-03-06 19:48:55.087 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-03-06 19:48:55.089 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.090 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.092 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-03-06 19:48:55.094 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.096 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-03-06 19:48:55.098 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-03-06 19:48:55.100 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-03-06 19:48:55.102 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-03-06 19:48:55.104 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.105 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.107 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-03-06 19:48:55.109 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.111 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-03-06 19:48:55.113 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-03-06 19:48:55.115 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-03-06 19:48:55.117 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-03-06 19:48:55.118 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.120 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.122 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-03-06 19:48:55.124 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.126 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-03-06 19:48:55.128 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-03-06 19:48:55.129 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-03-06 19:48:55.131 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-03-06 19:48:55.133 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.135 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.137 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-03-06 19:48:55.139 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.141 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-03-06 19:48:55.143 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-03-06 19:48:55.145 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-03-06 19:48:55.147 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-03-06 19:48:55.149 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.151 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.153 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-03-06 19:48:55.155 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.157 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-03-06 19:48:55.158 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-03-06 19:48:55.160 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-03-06 19:48:55.162 | + inc/python:use_library_from_git:272 : local name=tooz 2025-03-06 19:48:55.164 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.166 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.168 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-03-06 19:48:55.169 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.171 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-03-06 19:48:55.173 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-03-06 19:48:55.175 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-03-06 19:48:55.177 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-03-06 19:48:55.179 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.180 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.182 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-03-06 19:48:55.184 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.186 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-03-06 19:48:55.188 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-03-06 19:48:55.190 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-03-06 19:48:55.191 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-03-06 19:48:55.193 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.195 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.197 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-03-06 19:48:55.199 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.200 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-03-06 19:48:55.202 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-03-06 19:48:55.204 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-03-06 19:48:55.206 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-03-06 19:48:55.208 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.210 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.212 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-03-06 19:48:55.214 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.216 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-03-06 19:48:55.218 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-03-06 19:48:55.220 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-03-06 19:48:55.221 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-03-06 19:48:55.223 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:48:55.225 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:48:55.228 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-03-06 19:48:55.230 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:48:55.231 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-03-06 19:48:55.247 | Using python 3.10 to install etcd3 2025-03-06 19:48:55.249 | + 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-03-06 19:48:56.209 | Collecting etcd3 2025-03-06 19:48:56.209 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-03-06 19:48:56.878 | Collecting grpcio>=1.27.1 (from etcd3) 2025-03-06 19:48:56.880 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-03-06 19:48:57.098 | Collecting protobuf>=3.6.1 (from etcd3) 2025-03-06 19:48:57.101 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-03-06 19:48:57.126 | Collecting six>=1.12.0 (from etcd3) 2025-03-06 19:48:57.127 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-03-06 19:48:57.155 | Collecting tenacity>=6.1.0 (from etcd3) 2025-03-06 19:48:57.233 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-03-06 19:48:57.249 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-03-06 19:48:57.282 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-03-06 19:48:57.286 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-03-06 19:48:57.288 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-03-06 19:48:57.377 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-03-06 19:48:57.773 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-03-06 19:48:57.951 | + inc/python:pip_install:222 : result=0 2025-03-06 19:48:57.953 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:48:57.955 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:57.957 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:57.959 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:57.961 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:57.963 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:57.964 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:48:57.966 | + functions-common:time_stop:2407 : start_time=1741290535243 2025-03-06 19:48:57.968 | + functions-common:time_stop:2409 : [[ -z 1741290535243 ]] 2025-03-06 19:48:57.970 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:57.973 | + functions-common:time_stop:2412 : end_time=1741290537971 2025-03-06 19:48:57.975 | + functions-common:time_stop:2413 : elapsed_time=2728 2025-03-06 19:48:57.977 | + functions-common:time_stop:2414 : total=11175 2025-03-06 19:48:57.979 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:57.980 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13903 2025-03-06 19:48:57.982 | + inc/python:pip_install:225 : return 0 2025-03-06 19:48:57.984 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-03-06 19:48:58.001 | Using python 3.10 to install etcd3gw 2025-03-06 19:48:58.003 | + 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-03-06 19:48:58.977 | Collecting etcd3gw 2025-03-06 19:48:58.979 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-03-06 19:48:59.010 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-03-06 19:48:59.012 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-03-06 19:48:59.014 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-03-06 19:48:59.058 | Collecting requests>=2.20.0 (from etcd3gw) 2025-03-06 19:48:59.060 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-03-06 19:48:59.169 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-03-06 19:48:59.172 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-03-06 19:48:59.196 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-03-06 19:48:59.198 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-03-06 19:48:59.251 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-03-06 19:48:59.253 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-03-06 19:48:59.286 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-03-06 19:48:59.287 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-03-06 19:48:59.312 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-03-06 19:48:59.315 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-03-06 19:48:59.318 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-03-06 19:48:59.320 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-03-06 19:48:59.323 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-03-06 19:48:59.327 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-03-06 19:48:59.330 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-03-06 19:48:59.432 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-03-06 19:48:59.727 | 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-03-06 19:48:59.811 | + inc/python:pip_install:222 : result=0 2025-03-06 19:48:59.813 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:48:59.814 | + functions-common:time_stop:2400 : local name 2025-03-06 19:48:59.816 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:48:59.818 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:48:59.820 | + functions-common:time_stop:2403 : local total 2025-03-06 19:48:59.822 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:48:59.824 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:48:59.826 | + functions-common:time_stop:2407 : start_time=1741290537996 2025-03-06 19:48:59.828 | + functions-common:time_stop:2409 : [[ -z 1741290537996 ]] 2025-03-06 19:48:59.830 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:48:59.833 | + functions-common:time_stop:2412 : end_time=1741290539831 2025-03-06 19:48:59.835 | + functions-common:time_stop:2413 : elapsed_time=1835 2025-03-06 19:48:59.837 | + functions-common:time_stop:2414 : total=13903 2025-03-06 19:48:59.838 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:48:59.840 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15738 2025-03-06 19:48:59.842 | + inc/python:pip_install:225 : return 0 2025-03-06 19:48:59.844 | + stack.sh:main:906 : install_apache_uwsgi 2025-03-06 19:48:59.846 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-03-06 19:48:59.847 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-03-06 19:48:59.849 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-03-06 19:48:59.851 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-03-06 19:48:59.853 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-03-06 19:48:59.855 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-03-06 19:48:59.857 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-06 19:48:59.859 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-06 19:48:59.861 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-03-06 19:48:59.862 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-03-06 19:48:59.864 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-03-06 19:48:59.866 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-03-06 19:48:59.868 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-03-06 19:48:59.870 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-03-06 19:48:59.871 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-03-06 19:48:59.873 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-03-06 19:48:59.875 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:59.877 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:59.879 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-03-06 19:48:59.881 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-03-06 19:48:59.882 | + functions-common:install_package:1421 : update_package_repo 2025-03-06 19:48:59.884 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-03-06 19:48:59.886 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-03-06 19:48:59.888 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-03-06 19:48:59.890 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-03-06 19:48:59.892 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-03-06 19:48:59.894 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:59.895 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:59.897 | + functions-common:update_package_repo:1404 : apt_get_update 2025-03-06 19:48:59.899 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-03-06 19:48:59.901 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-03-06 19:48:59.903 | + functions-common:apt_get_update:1150 : return 2025-03-06 19:48:59.905 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-03-06 19:48:59.907 | + functions-common:real_install_package:1409 : is_ubuntu 2025-03-06 19:48:59.909 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:48:59.911 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:48:59.913 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-03-06 19:48:59.929 | + 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-03-06 19:48:59.988 | Reading package lists... 2025-03-06 19:49:00.208 | Building dependency tree... 2025-03-06 19:49:00.209 | Reading state information... 2025-03-06 19:49:00.418 | uwsgi is already the newest version (2.0.20-4). 2025-03-06 19:49:00.418 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-03-06 19:49:00.418 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.13). 2025-03-06 19:49:00.418 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-06 19:49:00.422 | + functions-common:apt_get:1194 : result=0 2025-03-06 19:49:00.424 | + functions-common:apt_get:1197 : time_stop apt-get 2025-03-06 19:49:00.426 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:00.428 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:00.430 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:00.432 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:00.434 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:00.436 | + functions-common:time_stop:2406 : name=apt-get 2025-03-06 19:49:00.437 | + functions-common:time_stop:2407 : start_time=1741290539927 2025-03-06 19:49:00.439 | + functions-common:time_stop:2409 : [[ -z 1741290539927 ]] 2025-03-06 19:49:00.442 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:00.445 | + functions-common:time_stop:2412 : end_time=1741290540442 2025-03-06 19:49:00.446 | + functions-common:time_stop:2413 : elapsed_time=515 2025-03-06 19:49:00.448 | + functions-common:time_stop:2414 : total=22539 2025-03-06 19:49:00.450 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:00.452 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=23054 2025-03-06 19:49:00.454 | + functions-common:apt_get:1198 : return 0 2025-03-06 19:49:00.456 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-03-06 19:49:00.458 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:49:00.459 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:49:00.461 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-03-06 19:49:00.497 | Enabling module proxy. 2025-03-06 19:49:00.501 | To activate the new configuration, you need to run: 2025-03-06 19:49:00.501 | systemctl restart apache2 2025-03-06 19:49:00.505 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-03-06 19:49:00.537 | Considering dependency proxy for proxy_uwsgi: 2025-03-06 19:49:00.537 | Module proxy already enabled 2025-03-06 19:49:00.537 | Enabling module proxy_uwsgi. 2025-03-06 19:49:00.541 | To activate the new configuration, you need to run: 2025-03-06 19:49:00.541 | systemctl restart apache2 2025-03-06 19:49:00.544 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-03-06 19:49:00.546 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-03-06 19:49:00.548 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:49:00.550 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-03-06 19:49:00.652 | + stack.sh:main:909 : install_keystoneauth 2025-03-06 19:49:00.654 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-03-06 19:49:00.656 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-03-06 19:49:00.658 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:00.660 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:00.661 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-03-06 19:49:00.663 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:00.665 | + stack.sh:main:910 : install_keystoneclient 2025-03-06 19:49:00.667 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-03-06 19:49:00.669 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-03-06 19:49:00.670 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:00.673 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:00.675 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-03-06 19:49:00.676 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:00.678 | + stack.sh:main:911 : install_glanceclient 2025-03-06 19:49:00.680 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-03-06 19:49:00.682 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-03-06 19:49:00.683 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:00.685 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:00.687 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-03-06 19:49:00.689 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:00.691 | + stack.sh:main:912 : install_cinderclient 2025-03-06 19:49:00.693 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-03-06 19:49:00.695 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-03-06 19:49:00.696 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:00.698 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:00.700 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-03-06 19:49:00.702 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:00.703 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-03-06 19:49:00.705 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-03-06 19:49:00.707 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:00.709 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:00.711 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-03-06 19:49:00.713 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:00.715 | + stack.sh:main:913 : install_novaclient 2025-03-06 19:49:00.717 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-03-06 19:49:00.719 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-03-06 19:49:00.721 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:00.723 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:00.725 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-03-06 19:49:00.727 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:00.729 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-03-06 19:49:00.741 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:00.743 | + stack.sh:main:915 : install_swiftclient 2025-03-06 19:49:00.745 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-03-06 19:49:00.747 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-03-06 19:49:00.749 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:00.751 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:00.753 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-03-06 19:49:00.755 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:00.757 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-03-06 19:49:00.769 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:00.771 | + stack.sh:main:918 : install_neutronclient 2025-03-06 19:49:00.773 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-03-06 19:49:00.775 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-03-06 19:49:00.777 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:00.779 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:00.781 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-03-06 19:49:00.783 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:00.784 | + stack.sh:main:922 : install_keystonemiddleware 2025-03-06 19:49:00.786 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-03-06 19:49:00.788 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-03-06 19:49:00.790 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:00.792 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:00.794 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-03-06 19:49:00.796 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:00.798 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-03-06 19:49:00.800 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-03-06 19:49:00.802 | + inc/python:pip_install_gr:95 : local clean_name 2025-03-06 19:49:00.804 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-03-06 19:49:00.807 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-03-06 19:49:00.809 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-03-06 19:49:00.812 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-03-06 19:49:00.812 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-03-06 19:49:00.816 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-03-06 19:49:00.818 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-03-06 19:49:00.819 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-03-06 19:49:00.822 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-03-06 19:49:00.824 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-03-06 19:49:00.839 | Using python 3.10 to install keystonemiddleware 2025-03-06 19:49:00.841 | + 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-03-06 19:49:01.840 | Collecting keystonemiddleware 2025-03-06 19:49:01.843 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-03-06 19:49:01.901 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-03-06 19:49:01.903 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-03-06 19:49:01.940 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-03-06 19:49:01.942 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-03-06 19:49:02.078 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-03-06 19:49:02.080 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-03-06 19:49:02.125 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-03-06 19:49:02.127 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-03-06 19:49:02.165 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-03-06 19:49:02.167 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-03-06 19:49:02.198 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-03-06 19:49:02.201 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-03-06 19:49:02.250 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-03-06 19:49:02.251 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-03-06 19:49:02.289 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-03-06 19:49:02.291 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-03-06 19:49:02.337 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-03-06 19:49:02.340 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-03-06 19:49:02.341 | 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-03-06 19:49:02.456 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-03-06 19:49:02.458 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-03-06 19:49:02.492 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-03-06 19:49:02.494 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-03-06 19:49:02.496 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-03-06 19:49:02.542 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-03-06 19:49:02.544 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-03-06 19:49:02.562 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-03-06 19:49:02.563 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-03-06 19:49:02.597 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-03-06 19:49:02.598 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-03-06 19:49:02.644 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-03-06 19:49:02.645 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-03-06 19:49:02.737 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-03-06 19:49:02.739 | 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-03-06 19:49:02.766 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-03-06 19:49:02.768 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-03-06 19:49:02.807 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-03-06 19:49:02.811 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-03-06 19:49:02.852 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-03-06 19:49:02.855 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-03-06 19:49:03.023 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-03-06 19:49:03.035 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-03-06 19:49:03.119 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-03-06 19:49:03.119 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-03-06 19:49:03.262 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-03-06 19:49:03.265 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-03-06 19:49:03.329 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-03-06 19:49:03.331 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-03-06 19:49:03.358 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-03-06 19:49:03.360 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-03-06 19:49:03.394 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-03-06 19:49:03.395 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-03-06 19:49:03.426 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-03-06 19:49:03.428 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-03-06 19:49:03.473 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-03-06 19:49:03.475 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-03-06 19:49:03.485 | 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-03-06 19:49:03.510 | 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-03-06 19:49:03.511 | 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-03-06 19:49:03.511 | 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-03-06 19:49:03.512 | 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-03-06 19:49:03.655 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-03-06 19:49:03.657 | 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-03-06 19:49:03.689 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-03-06 19:49:03.691 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-03-06 19:49:03.826 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-03-06 19:49:03.829 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-03-06 19:49:03.834 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-03-06 19:49:03.837 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-03-06 19:49:03.839 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-03-06 19:49:03.842 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-03-06 19:49:03.845 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-03-06 19:49:03.848 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-03-06 19:49:03.850 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-03-06 19:49:03.854 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-03-06 19:49:03.856 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-03-06 19:49:03.860 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-03-06 19:49:03.863 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-03-06 19:49:03.866 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-03-06 19:49:03.868 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-03-06 19:49:03.871 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-03-06 19:49:03.876 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-03-06 19:49:03.888 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-03-06 19:49:03.890 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-03-06 19:49:03.893 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-03-06 19:49:03.895 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-03-06 19:49:03.899 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-03-06 19:49:03.904 | 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-03-06 19:49:03.910 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-03-06 19:49:03.912 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-03-06 19:49:03.915 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-03-06 19:49:03.919 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-03-06 19:49:03.921 | 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-03-06 19:49:04.211 | 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-03-06 19:49:05.857 | 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-03-06 19:49:06.004 | + inc/python:pip_install:222 : result=0 2025-03-06 19:49:06.007 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:49:06.009 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:06.011 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:06.013 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:06.014 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:06.016 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:06.018 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:49:06.020 | + functions-common:time_stop:2407 : start_time=1741290540835 2025-03-06 19:49:06.022 | + functions-common:time_stop:2409 : [[ -z 1741290540835 ]] 2025-03-06 19:49:06.024 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:06.027 | + functions-common:time_stop:2412 : end_time=1741290546025 2025-03-06 19:49:06.029 | + functions-common:time_stop:2413 : elapsed_time=5190 2025-03-06 19:49:06.030 | + functions-common:time_stop:2414 : total=15738 2025-03-06 19:49:06.032 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:06.034 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20928 2025-03-06 19:49:06.036 | + inc/python:pip_install:225 : return 0 2025-03-06 19:49:06.038 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-03-06 19:49:06.040 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-03-06 19:49:06.041 | + inc/python:pip_install_gr:95 : local clean_name 2025-03-06 19:49:06.044 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-03-06 19:49:06.046 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-03-06 19:49:06.048 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-03-06 19:49:06.051 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-03-06 19:49:06.051 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-03-06 19:49:06.055 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-03-06 19:49:06.057 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-03-06 19:49:06.059 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-03-06 19:49:06.061 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-03-06 19:49:06.063 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-03-06 19:49:06.080 | Using python 3.10 to install python-memcached 2025-03-06 19:49:06.082 | + 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-03-06 19:49:06.966 | Collecting python-memcached 2025-03-06 19:49:06.968 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-03-06 19:49:06.971 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2025-03-06 19:49:06.973 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-03-06 19:49:07.174 | Installing collected packages: python-memcached 2025-03-06 19:49:07.197 | Successfully installed python-memcached-1.59 2025-03-06 19:49:07.269 | + inc/python:pip_install:222 : result=0 2025-03-06 19:49:07.272 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:49:07.274 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:07.277 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:07.279 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:07.281 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:07.282 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:07.284 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:49:07.286 | + functions-common:time_stop:2407 : start_time=1741290546076 2025-03-06 19:49:07.288 | + functions-common:time_stop:2409 : [[ -z 1741290546076 ]] 2025-03-06 19:49:07.291 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:07.294 | + functions-common:time_stop:2412 : end_time=1741290547292 2025-03-06 19:49:07.296 | + functions-common:time_stop:2413 : elapsed_time=1216 2025-03-06 19:49:07.297 | + functions-common:time_stop:2414 : total=20928 2025-03-06 19:49:07.299 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:07.301 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22144 2025-03-06 19:49:07.303 | + inc/python:pip_install:225 : return 0 2025-03-06 19:49:07.305 | + stack.sh:main:924 : is_service_enabled keystone 2025-03-06 19:49:07.318 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:07.320 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-03-06 19:49:07.321 | + stack.sh:main:926 : stack_install_service keystone 2025-03-06 19:49:07.323 | + lib/stack:stack_install_service:20 : local service=keystone 2025-03-06 19:49:07.325 | + lib/stack:stack_install_service:21 : type install_keystone 2025-03-06 19:49:07.327 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-06 19:49:07.329 | + lib/stack:stack_install_service:32 : install_keystone 2025-03-06 19:49:07.330 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-03-06 19:49:07.342 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:49:07.344 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-03-06 19:49:07.346 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-03-06 19:49:07.347 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-03-06 19:49:07.349 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-03-06 19:49:07.351 | + functions-common:git_clone:575 : local orig_dir 2025-03-06 19:49:07.352 | ++ functions-common:git_clone:576 : pwd 2025-03-06 19:49:07.355 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-03-06 19:49:07.356 | + functions-common:git_clone:577 : local git_clone_flags= 2025-03-06 19:49:07.358 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-03-06 19:49:07.370 | + functions-common:git_clone:579 : RECLONE=False 2025-03-06 19:49:07.372 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-03-06 19:49:07.374 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-03-06 19:49:07.375 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-03-06 19:49:07.377 | + functions-common:git_clone:593 : echo stable/2023.2 2025-03-06 19:49:07.377 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-03-06 19:49:07.381 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-03-06 19:49:07.383 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-03-06 19:49:07.385 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-03-06 19:49:07.386 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:49:07.388 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:49:07.390 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:49:07.391 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:49:07.393 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:49:07.395 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:49:07.397 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:49:07.398 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:49:07.401 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:49:07.404 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290547402 2025-03-06 19:49:07.405 | + 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-03-06 19:49:07.408 | Cloning into '/opt/stack//keystone'... 2025-03-06 19:49:17.906 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:49:17.908 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:17.909 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:17.911 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:17.912 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:17.914 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:17.915 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:49:17.917 | + functions-common:time_stop:2407 : start_time=1741290547402 2025-03-06 19:49:17.919 | + functions-common:time_stop:2409 : [[ -z 1741290547402 ]] 2025-03-06 19:49:17.921 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:17.924 | + functions-common:time_stop:2412 : end_time=1741290557922 2025-03-06 19:49:17.925 | + functions-common:time_stop:2413 : elapsed_time=10520 2025-03-06 19:49:17.927 | + functions-common:time_stop:2414 : total=5057 2025-03-06 19:49:17.928 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:17.930 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15577 2025-03-06 19:49:17.932 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-03-06 19:49:17.933 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-03-06 19:49:17.935 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:49:17.936 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:49:17.938 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:49:17.939 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:49:17.941 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:49:17.943 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:49:17.944 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:49:17.946 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:49:17.948 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:49:17.951 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290557949 2025-03-06 19:49:17.953 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-03-06 19:49:20.400 | From https://opendev.org/openstack/keystone 2025-03-06 19:49:20.400 | * branch stable/2023.2 -> FETCH_HEAD 2025-03-06 19:49:20.404 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:49:20.406 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:20.408 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:20.409 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:20.411 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:20.412 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:20.414 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:49:20.416 | + functions-common:time_stop:2407 : start_time=1741290557949 2025-03-06 19:49:20.417 | + functions-common:time_stop:2409 : [[ -z 1741290557949 ]] 2025-03-06 19:49:20.420 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:20.422 | + functions-common:time_stop:2412 : end_time=1741290560420 2025-03-06 19:49:20.424 | + functions-common:time_stop:2413 : elapsed_time=2471 2025-03-06 19:49:20.425 | + functions-common:time_stop:2414 : total=15577 2025-03-06 19:49:20.427 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:20.429 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=18048 2025-03-06 19:49:20.430 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-03-06 19:49:20.432 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:49:20.434 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:49:20.435 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:49:20.437 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:49:20.438 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:49:20.440 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:49:20.442 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:49:20.443 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:49:20.446 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:49:20.448 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290560446 2025-03-06 19:49:20.450 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-06 19:49:20.540 | Note: switching to 'FETCH_HEAD'. 2025-03-06 19:49:20.540 | 2025-03-06 19:49:20.540 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-06 19:49:20.540 | changes and commit them, and you can discard any commits you make in this 2025-03-06 19:49:20.540 | state without impacting any branches by switching back to a branch. 2025-03-06 19:49:20.540 | 2025-03-06 19:49:20.540 | If you want to create a new branch to retain commits you create, you may 2025-03-06 19:49:20.540 | do so (now or later) by using -c with the switch command. Example: 2025-03-06 19:49:20.540 | 2025-03-06 19:49:20.540 | git switch -c 2025-03-06 19:49:20.540 | 2025-03-06 19:49:20.540 | Or undo this operation with: 2025-03-06 19:49:20.540 | 2025-03-06 19:49:20.540 | git switch - 2025-03-06 19:49:20.540 | 2025-03-06 19:49:20.540 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-06 19:49:20.540 | 2025-03-06 19:49:20.540 | HEAD is now at 1829ce0 Add keystone-manage reset_last_active command 2025-03-06 19:49:20.543 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:49:20.545 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:20.547 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:20.548 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:20.550 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:20.552 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:20.553 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:49:20.555 | + functions-common:time_stop:2407 : start_time=1741290560446 2025-03-06 19:49:20.556 | + functions-common:time_stop:2409 : [[ -z 1741290560446 ]] 2025-03-06 19:49:20.558 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:20.561 | + functions-common:time_stop:2412 : end_time=1741290560559 2025-03-06 19:49:20.563 | + functions-common:time_stop:2413 : elapsed_time=113 2025-03-06 19:49:20.565 | + functions-common:time_stop:2414 : total=18048 2025-03-06 19:49:20.567 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:20.568 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=18161 2025-03-06 19:49:20.570 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-03-06 19:49:20.580 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-03-06 19:49:20.582 | + functions-common:git_clone:656 : git show --oneline 2025-03-06 19:49:20.583 | + functions-common:git_clone:656 : head -1 2025-03-06 19:49:20.587 | 1829ce0 Add keystone-manage reset_last_active command 2025-03-06 19:49:20.589 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-03-06 19:49:20.591 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-03-06 19:49:20.593 | + inc/python:setup_develop:360 : local bindep 2025-03-06 19:49:20.595 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-03-06 19:49:20.597 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-03-06 19:49:20.599 | + inc/python:setup_develop:366 : local extras= 2025-03-06 19:49:20.601 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-03-06 19:49:20.603 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-03-06 19:49:20.605 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-03-06 19:49:20.607 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-03-06 19:49:20.608 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-03-06 19:49:20.610 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-03-06 19:49:20.613 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-03-06 19:49:20.614 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-03-06 19:49:20.617 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-03-06 19:49:20.619 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-03-06 19:49:20.620 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-03-06 19:49:20.623 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-03-06 19:49:20.627 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-03-06 19:49:20.629 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-03-06 19:49:20.953 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-03-06 19:49:20.955 | + inc/python:setup_package:440 : local bindep=0 2025-03-06 19:49:20.957 | + inc/python:setup_package:441 : local bindep_flag= 2025-03-06 19:49:20.959 | + inc/python:setup_package:442 : local bindep_profiles= 2025-03-06 19:49:20.961 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-03-06 19:49:20.963 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-03-06 19:49:20.965 | + inc/python:setup_package:449 : local flags=-e 2025-03-06 19:49:20.967 | + inc/python:setup_package:450 : local extras= 2025-03-06 19:49:20.968 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-03-06 19:49:20.970 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-03-06 19:49:20.972 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-03-06 19:49:20.974 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-03-06 19:49:20.976 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-03-06 19:49:20.977 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-03-06 19:49:20.993 | Using python 3.10 to install /opt/stack/keystone 2025-03-06 19:49:20.994 | + 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-03-06 19:49:21.785 | Obtaining file:///opt/stack/keystone 2025-03-06 19:49:21.787 | Preparing metadata (setup.py): started 2025-03-06 19:49:22.423 | Preparing metadata (setup.py): finished with status 'done' 2025-03-06 19:49:22.479 | 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-03-06 19:49:22.480 | 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-03-06 19:49:22.577 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-03-06 19:49:22.579 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-03-06 19:49:22.599 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-03-06 19:49:22.601 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-03-06 19:49:22.833 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-03-06 19:49:22.835 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-03-06 19:49:23.252 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:23.254 | 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-03-06 19:49:23.257 | 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-03-06 19:49:23.276 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:23.277 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-03-06 19:49:23.280 | 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-03-06 19:49:23.280 | 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-03-06 19:49:23.334 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-03-06 19:49:23.336 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-03-06 19:49:23.483 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:23.485 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-03-06 19:49:23.487 | 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-03-06 19:49:23.489 | 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-03-06 19:49:23.489 | 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-03-06 19:49:23.650 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:23.653 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-03-06 19:49:23.789 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:23.791 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-03-06 19:49:23.793 | 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-03-06 19:49:23.794 | 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-03-06 19:49:23.925 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:23.927 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-03-06 19:49:24.061 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:24.064 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-03-06 19:49:24.066 | 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-03-06 19:49:24.177 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:24.180 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-03-06 19:49:24.181 | 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-03-06 19:49:24.204 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-03-06 19:49:24.206 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-03-06 19:49:24.235 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:24.237 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-03-06 19:49:24.267 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-03-06 19:49:24.269 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-03-06 19:49:24.271 | 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-03-06 19:49:24.312 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:24.316 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-03-06 19:49:24.318 | 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-03-06 19:49:24.319 | 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-03-06 19:49:24.346 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-03-06 19:49:24.347 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-03-06 19:49:24.351 | 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-03-06 19:49:24.542 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-03-06 19:49:24.545 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-03-06 19:49:24.549 | 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-03-06 19:49:24.593 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-03-06 19:49:24.595 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-03-06 19:49:24.621 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-03-06 19:49:24.623 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-03-06 19:49:24.642 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-03-06 19:49:24.644 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-03-06 19:49:24.671 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-03-06 19:49:24.673 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-03-06 19:49:24.697 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-03-06 19:49:24.698 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-03-06 19:49:24.705 | 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-03-06 19:49:24.752 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-03-06 19:49:24.754 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-03-06 19:49:24.796 | 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-03-06 19:49:24.798 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-03-06 19:49:24.822 | 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-03-06 19:49:24.824 | 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-03-06 19:49:24.868 | 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-03-06 19:49:24.869 | 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-03-06 19:49:24.870 | 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-03-06 19:49:24.871 | 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-03-06 19:49:24.940 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-03-06 19:49:24.942 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-03-06 19:49:24.960 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-03-06 19:49:24.962 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-03-06 19:49:24.979 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-03-06 19:49:24.980 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-03-06 19:49:25.005 | 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-03-06 19:49:25.007 | 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-03-06 19:49:25.068 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.070 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-03-06 19:49:25.097 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.099 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-03-06 19:49:25.101 | 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-03-06 19:49:25.155 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.156 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-03-06 19:49:25.272 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.274 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-03-06 19:49:25.405 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.409 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-03-06 19:49:25.443 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.445 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-03-06 19:49:25.463 | 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-03-06 19:49:25.494 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.496 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-03-06 19:49:25.512 | 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-03-06 19:49:25.513 | 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-03-06 19:49:25.514 | 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-03-06 19:49:25.515 | 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-03-06 19:49:25.579 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.581 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-03-06 19:49:25.726 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.728 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-03-06 19:49:25.754 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.755 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-03-06 19:49:25.800 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-03-06 19:49:25.801 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-03-06 19:49:26.056 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-03-06 19:49:26.058 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-03-06 19:49:26.141 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-03-06 19:49:26.143 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-03-06 19:49:26.177 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-03-06 19:49:26.179 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-03-06 19:49:26.257 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-03-06 19:49:26.258 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-03-06 19:49:26.281 | 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-03-06 19:49:26.410 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-03-06 19:49:26.412 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-03-06 19:49:26.447 | 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-03-06 19:49:26.543 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-03-06 19:49:26.544 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-03-06 19:49:26.588 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-03-06 19:49:26.590 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-03-06 19:49:26.641 | 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-03-06 19:49:26.643 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-03-06 19:49:26.664 | 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-03-06 19:49:26.666 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-03-06 19:49:26.687 | 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-03-06 19:49:26.688 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-03-06 19:49:26.726 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-03-06 19:49:26.728 | 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-03-06 19:49:26.758 | 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-03-06 19:49:26.760 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-03-06 19:49:26.762 | 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-03-06 19:49:26.820 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-03-06 19:49:26.822 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-03-06 19:49:26.903 | 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-03-06 19:49:26.907 | 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-03-06 19:49:26.907 | 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-03-06 19:49:26.907 | 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-03-06 19:49:26.971 | 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-03-06 19:49:27.063 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-03-06 19:49:27.065 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-03-06 19:49:27.206 | 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-03-06 19:49:27.208 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-03-06 19:49:27.304 | 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-03-06 19:49:27.441 | 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-03-06 19:49:27.444 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-03-06 19:49:27.705 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-03-06 19:49:27.711 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-03-06 19:49:27.733 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-03-06 19:49:27.736 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-03-06 19:49:27.739 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-03-06 19:49:27.741 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-03-06 19:49:27.744 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-03-06 19:49:27.748 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-03-06 19:49:27.753 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-03-06 19:49:27.756 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-03-06 19:49:27.759 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-03-06 19:49:27.761 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-03-06 19:49:27.764 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-03-06 19:49:27.768 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-03-06 19:49:27.771 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-03-06 19:49:27.775 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-06 19:49:27.782 | 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-03-06 19:49:27.793 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-03-06 19:49:27.797 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-03-06 19:49:27.800 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-03-06 19:49:27.803 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-03-06 19:49:27.806 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-03-06 19:49:27.808 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-03-06 19:49:27.813 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-03-06 19:49:27.817 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-03-06 19:49:27.822 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-03-06 19:49:27.824 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-03-06 19:49:27.828 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-03-06 19:49:27.831 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-03-06 19:49:27.834 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-03-06 19:49:27.836 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-03-06 19:49:27.839 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-03-06 19:49:27.842 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-03-06 19:49:27.844 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-03-06 19:49:27.846 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-03-06 19:49:27.849 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-03-06 19:49:27.851 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-03-06 19:49:27.854 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-03-06 19:49:27.858 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-03-06 19:49:27.861 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-03-06 19:49:27.864 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-03-06 19:49:27.873 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-03-06 19:49:27.881 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-03-06 19:49:27.884 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-03-06 19:49:27.886 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-03-06 19:49:27.891 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-03-06 19:49:27.894 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-03-06 19:49:27.896 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-03-06 19:49:27.899 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-03-06 19:49:27.901 | 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-03-06 19:49:27.903 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-03-06 19:49:27.905 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-03-06 19:49:27.908 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-03-06 19:49:27.910 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-03-06 19:49:27.913 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-03-06 19:49:28.413 | 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-03-06 19:49:32.716 | Running setup.py develop for keystone 2025-03-06 19:49:33.808 | 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-03-06 19:49:34.211 | + inc/python:pip_install:222 : result=0 2025-03-06 19:49:34.213 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:49:34.215 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:34.217 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:34.219 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:34.220 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:34.222 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:34.224 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:49:34.225 | + functions-common:time_stop:2407 : start_time=1741290560989 2025-03-06 19:49:34.227 | + functions-common:time_stop:2409 : [[ -z 1741290560989 ]] 2025-03-06 19:49:34.229 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:34.232 | + functions-common:time_stop:2412 : end_time=1741290574230 2025-03-06 19:49:34.234 | + functions-common:time_stop:2413 : elapsed_time=13241 2025-03-06 19:49:34.235 | + functions-common:time_stop:2414 : total=22144 2025-03-06 19:49:34.237 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:34.239 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=35385 2025-03-06 19:49:34.240 | + inc/python:pip_install:225 : return 0 2025-03-06 19:49:34.242 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-03-06 19:49:34.244 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:49:34.246 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-03-06 19:49:34.248 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-03-06 19:49:34.249 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:34.251 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:34.253 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-03-06 19:49:34.255 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:34.257 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-03-06 19:49:34.270 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:49:34.271 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-03-06 19:49:34.273 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-06 19:49:34.275 | + stack.sh:main:927 : configure_keystone 2025-03-06 19:49:34.277 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-03-06 19:49:34.287 | + 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-03-06 19:49:34.289 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-03-06 19:49:34.292 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-03-06 19:49:34.304 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:49:34.306 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-03-06 19:49:34.330 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-03-06 19:49:34.353 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-03-06 19:49:34.377 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-03-06 19:49:34.401 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-03-06 19:49:34.426 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-03-06 19:49:34.451 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-03-06 19:49:34.473 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-03-06 19:49:34.496 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-03-06 19:49:34.497 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-03-06 19:49:34.499 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-03-06 19:49:34.501 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-03-06 19:49:34.503 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-03-06 19:49:34.505 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-03-06 19:49:34.516 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:34.519 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-03-06 19:49:34.521 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-03-06 19:49:34.523 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-03-06 19:49:34.534 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:34.536 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-06 19:49:34.538 | + 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-03-06 19:49:34.562 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-03-06 19:49:34.564 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-03-06 19:49:34.565 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-03-06 19:49:34.567 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-03-06 19:49:34.580 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:49:34.582 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-03-06 19:49:34.607 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-03-06 19:49:34.608 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-03-06 19:49:34.633 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-03-06 19:49:34.635 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-03-06 19:49:34.638 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-03-06 19:49:34.639 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-03-06 19:49:34.641 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-03-06 19:49:34.643 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-03-06 19:49:34.645 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-03-06 19:49:34.657 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:34.659 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-03-06 19:49:34.661 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-03-06 19:49:34.663 | + 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-03-06 19:49:34.689 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-03-06 19:49:34.690 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-03-06 19:49:34.692 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-03-06 19:49:34.694 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-03-06 19:49:34.697 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-06 19:49:34.709 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-06 19:49:34.711 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-06 19:49:34.713 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-06 19:49:34.715 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-06 19:49:34.717 | + 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-03-06 19:49:34.739 | + 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-03-06 19:49:34.762 | + 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-03-06 19:49:34.784 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-06 19:49:34.808 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-03-06 19:49:34.831 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-03-06 19:49:34.833 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2025-03-06 19:49:34.834 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-03-06 19:49:34.836 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-03-06 19:49:34.838 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-03-06 19:49:34.840 | + lib/apache:write_uwsgi_config:244 : local http= 2025-03-06 19:49:34.842 | + lib/apache:write_uwsgi_config:245 : local name= 2025-03-06 19:49:34.844 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-03-06 19:49:34.847 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-03-06 19:49:34.849 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-03-06 19:49:34.851 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-06 19:49:34.860 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-06 19:49:34.860 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-06 19:49:34.866 | d /var/run/uwsgi 0755 stack root 2025-03-06 19:49:34.869 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-06 19:49:34.877 | /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-03-06 19:49:34.880 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-03-06 19:49:34.882 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-03-06 19:49:34.885 | + 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-03-06 19:49:34.909 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-03-06 19:49:34.930 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-03-06 19:49:34.953 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-03-06 19:49:34.974 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-03-06 19:49:34.997 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-03-06 19:49:35.019 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-03-06 19:49:35.041 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-03-06 19:49:35.063 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-03-06 19:49:35.085 | + 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-03-06 19:49:35.107 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-03-06 19:49:35.128 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-03-06 19:49:35.150 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-03-06 19:49:35.172 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-03-06 19:49:35.174 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-03-06 19:49:35.177 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-03-06 19:49:35.178 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-03-06 19:49:35.180 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-03-06 19:49:35.182 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:49:35.184 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:49:35.185 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-03-06 19:49:35.188 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-03-06 19:49:35.189 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-03-06 19:49:35.212 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-03-06 19:49:35.235 | + 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-03-06 19:49:35.235 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-03-06 19:49:35.241 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-03-06 19:49:35.244 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-03-06 19:49:35.246 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-03-06 19:49:35.248 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-03-06 19:49:35.250 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-03-06 19:49:35.251 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-03-06 19:49:35.253 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:49:35.255 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:49:35.257 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-06 19:49:35.259 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-03-06 19:49:35.260 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:49:35.262 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:49:35.264 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-03-06 19:49:35.296 | Enabling site keystone-wsgi-public. 2025-03-06 19:49:35.300 | To activate the new configuration, you need to run: 2025-03-06 19:49:35.300 | systemctl reload apache2 2025-03-06 19:49:35.303 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-03-06 19:49:35.305 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-03-06 19:49:35.307 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:49:35.309 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-03-06 19:49:35.398 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-03-06 19:49:35.422 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-03-06 19:49:35.447 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-03-06 19:49:35.473 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-03-06 19:49:35.475 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-03-06 19:49:35.499 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-03-06 19:49:35.522 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-03-06 19:49:35.545 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-03-06 19:49:35.570 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-03-06 19:49:35.572 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-03-06 19:49:35.574 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-03-06 19:49:35.597 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-03-06 19:49:35.620 | + stack.sh:main:931 : is_service_enabled swift 2025-03-06 19:49:35.633 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:49:35.635 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-03-06 19:49:35.647 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:35.649 | + stack.sh:main:947 : stack_install_service glance 2025-03-06 19:49:35.651 | + lib/stack:stack_install_service:20 : local service=glance 2025-03-06 19:49:35.653 | + lib/stack:stack_install_service:21 : type install_glance 2025-03-06 19:49:35.655 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-06 19:49:35.656 | + lib/stack:stack_install_service:32 : install_glance 2025-03-06 19:49:35.658 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-03-06 19:49:35.660 | + lib/glance:install_glance:510 : local glance_store_extras 2025-03-06 19:49:35.662 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-03-06 19:49:35.675 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:35.677 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-03-06 19:49:35.679 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-03-06 19:49:35.691 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:49:35.693 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-03-06 19:49:35.695 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-03-06 19:49:35.697 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:35.699 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:35.701 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-03-06 19:49:35.703 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:35.705 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-03-06 19:49:35.707 | ++ inc/python:join_extras:28 : local IFS=, 2025-03-06 19:49:35.709 | ++ inc/python:join_extras:29 : echo cinder 2025-03-06 19:49:35.711 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-03-06 19:49:35.713 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-03-06 19:49:35.715 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-03-06 19:49:35.717 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-03-06 19:49:35.719 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-03-06 19:49:35.721 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-03-06 19:49:35.723 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-03-06 19:49:35.726 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-03-06 19:49:35.726 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-03-06 19:49:35.730 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-03-06 19:49:35.732 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-03-06 19:49:35.734 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-03-06 19:49:35.736 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-03-06 19:49:35.738 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-03-06 19:49:35.754 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-03-06 19:49:35.756 | + 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-03-06 19:49:36.697 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-03-06 19:49:36.700 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-03-06 19:49:36.735 | 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-03-06 19:49:36.735 | 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-03-06 19:49:36.736 | 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-03-06 19:49:36.737 | 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-03-06 19:49:36.738 | 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-03-06 19:49:36.739 | 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-03-06 19:49:36.739 | 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-03-06 19:49:36.740 | 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-03-06 19:49:36.741 | 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-03-06 19:49:36.742 | 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-03-06 19:49:36.742 | 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-03-06 19:49:36.890 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-03-06 19:49:36.892 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-03-06 19:49:37.016 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-03-06 19:49:37.019 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-03-06 19:49:37.150 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-03-06 19:49:37.152 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-03-06 19:49:37.189 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-03-06 19:49:37.191 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-03-06 19:49:37.198 | 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-03-06 19:49:37.199 | 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-03-06 19:49:37.199 | 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-03-06 19:49:37.219 | 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-03-06 19:49:37.219 | 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-03-06 19:49:37.244 | 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-03-06 19:49:37.245 | 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-03-06 19:49:37.246 | 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-03-06 19:49:37.380 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-03-06 19:49:37.382 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-03-06 19:49:37.384 | 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-03-06 19:49:37.385 | 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-03-06 19:49:37.391 | 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-03-06 19:49:37.393 | 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-03-06 19:49:37.397 | 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-03-06 19:49:37.417 | 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-03-06 19:49:37.417 | 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-03-06 19:49:37.418 | 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-03-06 19:49:37.419 | 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-03-06 19:49:37.429 | 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-03-06 19:49:37.430 | 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-03-06 19:49:37.439 | 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-03-06 19:49:37.440 | 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-03-06 19:49:37.447 | 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-03-06 19:49:37.448 | 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-03-06 19:49:37.449 | 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-03-06 19:49:37.458 | 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-03-06 19:49:37.479 | 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-03-06 19:49:37.480 | 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-03-06 19:49:37.481 | 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-03-06 19:49:37.481 | 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-03-06 19:49:37.516 | 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-03-06 19:49:37.528 | 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-03-06 19:49:37.659 | 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-03-06 19:49:37.661 | 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-03-06 19:49:37.675 | 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-03-06 19:49:37.676 | 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-03-06 19:49:37.677 | 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-03-06 19:49:37.678 | 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-03-06 19:49:37.678 | 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-03-06 19:49:37.679 | 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-03-06 19:49:37.705 | 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-03-06 19:49:37.816 | 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-03-06 19:49:37.859 | 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-03-06 19:49:37.975 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-03-06 19:49:37.980 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-03-06 19:49:37.985 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-03-06 19:49:37.988 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-03-06 19:49:37.990 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-03-06 19:49:37.993 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-03-06 19:49:38.366 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-03-06 19:49:39.124 | 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-03-06 19:49:39.252 | + inc/python:pip_install:222 : result=0 2025-03-06 19:49:39.254 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:49:39.256 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:39.258 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:39.260 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:39.262 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:39.264 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:39.266 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:49:39.268 | + functions-common:time_stop:2407 : start_time=1741290575750 2025-03-06 19:49:39.269 | + functions-common:time_stop:2409 : [[ -z 1741290575750 ]] 2025-03-06 19:49:39.272 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:39.275 | + functions-common:time_stop:2412 : end_time=1741290579273 2025-03-06 19:49:39.277 | + functions-common:time_stop:2413 : elapsed_time=3523 2025-03-06 19:49:39.279 | + functions-common:time_stop:2414 : total=35385 2025-03-06 19:49:39.281 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:39.282 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38908 2025-03-06 19:49:39.284 | + inc/python:pip_install:225 : return 0 2025-03-06 19:49:39.287 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-03-06 19:49:39.288 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-03-06 19:49:39.290 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-03-06 19:49:39.301 | + 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-03-06 19:49:39.304 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-03-06 19:49:39.306 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-03-06 19:49:39.308 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-03-06 19:49:39.310 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-03-06 19:49:39.312 | + functions-common:git_clone:575 : local orig_dir 2025-03-06 19:49:39.314 | ++ functions-common:git_clone:576 : pwd 2025-03-06 19:49:39.316 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-03-06 19:49:39.318 | + functions-common:git_clone:577 : local git_clone_flags= 2025-03-06 19:49:39.320 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-03-06 19:49:39.333 | + functions-common:git_clone:579 : RECLONE=False 2025-03-06 19:49:39.334 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-03-06 19:49:39.336 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-03-06 19:49:39.338 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-03-06 19:49:39.340 | + functions-common:git_clone:593 : echo stable/2023.2 2025-03-06 19:49:39.341 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-03-06 19:49:39.344 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-03-06 19:49:39.346 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-03-06 19:49:39.348 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-03-06 19:49:39.350 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:49:39.351 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:49:39.353 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:49:39.355 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:49:39.356 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:49:39.358 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:49:39.360 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:49:39.362 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:49:39.364 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:49:39.367 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290579365 2025-03-06 19:49:39.368 | + 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-03-06 19:49:39.371 | Cloning into '/opt/stack//glance'... 2025-03-06 19:49:41.493 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:49:41.496 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:41.498 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:41.499 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:41.501 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:41.503 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:41.505 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:49:41.507 | + functions-common:time_stop:2407 : start_time=1741290579365 2025-03-06 19:49:41.508 | + functions-common:time_stop:2409 : [[ -z 1741290579365 ]] 2025-03-06 19:49:41.511 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:41.514 | + functions-common:time_stop:2412 : end_time=1741290581512 2025-03-06 19:49:41.516 | + functions-common:time_stop:2413 : elapsed_time=2147 2025-03-06 19:49:41.517 | + functions-common:time_stop:2414 : total=18161 2025-03-06 19:49:41.519 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:41.521 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20308 2025-03-06 19:49:41.522 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-03-06 19:49:41.524 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-03-06 19:49:41.526 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:49:41.527 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:49:41.529 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:49:41.531 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:49:41.533 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:49:41.534 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:49:41.536 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:49:41.538 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:49:41.540 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:49:41.543 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290581541 2025-03-06 19:49:41.545 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-03-06 19:49:43.398 | From https://opendev.org/openstack/glance 2025-03-06 19:49:43.398 | * branch stable/2023.2 -> FETCH_HEAD 2025-03-06 19:49:43.403 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:49:43.404 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:43.406 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:43.408 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:43.409 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:43.411 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:43.412 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:49:43.414 | + functions-common:time_stop:2407 : start_time=1741290581541 2025-03-06 19:49:43.416 | + functions-common:time_stop:2409 : [[ -z 1741290581541 ]] 2025-03-06 19:49:43.418 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:43.420 | + functions-common:time_stop:2412 : end_time=1741290583419 2025-03-06 19:49:43.422 | + functions-common:time_stop:2413 : elapsed_time=1878 2025-03-06 19:49:43.424 | + functions-common:time_stop:2414 : total=20308 2025-03-06 19:49:43.425 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:43.427 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22186 2025-03-06 19:49:43.429 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-03-06 19:49:43.430 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:49:43.432 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:49:43.434 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:49:43.435 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:49:43.437 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:49:43.439 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:49:43.441 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:49:43.442 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:49:43.445 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:49:43.447 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290583445 2025-03-06 19:49:43.449 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-06 19:49:43.516 | Note: switching to 'FETCH_HEAD'. 2025-03-06 19:49:43.516 | 2025-03-06 19:49:43.516 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-06 19:49:43.516 | changes and commit them, and you can discard any commits you make in this 2025-03-06 19:49:43.516 | state without impacting any branches by switching back to a branch. 2025-03-06 19:49:43.516 | 2025-03-06 19:49:43.516 | If you want to create a new branch to retain commits you create, you may 2025-03-06 19:49:43.516 | do so (now or later) by using -c with the switch command. Example: 2025-03-06 19:49:43.516 | 2025-03-06 19:49:43.516 | git switch -c 2025-03-06 19:49:43.516 | 2025-03-06 19:49:43.516 | Or undo this operation with: 2025-03-06 19:49:43.516 | 2025-03-06 19:49:43.516 | git switch - 2025-03-06 19:49:43.516 | 2025-03-06 19:49:43.516 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-06 19:49:43.516 | 2025-03-06 19:49:43.516 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-03-06 19:49:43.519 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:49:43.521 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:43.523 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:43.525 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:43.527 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:43.528 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:43.530 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:49:43.532 | + functions-common:time_stop:2407 : start_time=1741290583445 2025-03-06 19:49:43.533 | + functions-common:time_stop:2409 : [[ -z 1741290583445 ]] 2025-03-06 19:49:43.536 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:43.539 | + functions-common:time_stop:2412 : end_time=1741290583537 2025-03-06 19:49:43.540 | + functions-common:time_stop:2413 : elapsed_time=92 2025-03-06 19:49:43.542 | + functions-common:time_stop:2414 : total=22186 2025-03-06 19:49:43.544 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:43.546 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22278 2025-03-06 19:49:43.547 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-03-06 19:49:43.558 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-03-06 19:49:43.560 | + functions-common:git_clone:656 : git show --oneline 2025-03-06 19:49:43.560 | + functions-common:git_clone:656 : head -1 2025-03-06 19:49:43.562 | 18453f8 Fixed typo in discovery.py 2025-03-06 19:49:43.564 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-03-06 19:49:43.566 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-03-06 19:49:43.568 | + inc/python:setup_develop:360 : local bindep 2025-03-06 19:49:43.570 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-03-06 19:49:43.572 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-03-06 19:49:43.574 | + inc/python:setup_develop:366 : local extras= 2025-03-06 19:49:43.576 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-03-06 19:49:43.578 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-03-06 19:49:43.580 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-03-06 19:49:43.581 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-03-06 19:49:43.583 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-03-06 19:49:43.585 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-03-06 19:49:43.588 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-03-06 19:49:43.589 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-03-06 19:49:43.591 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-03-06 19:49:43.593 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-03-06 19:49:43.595 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-03-06 19:49:43.598 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-03-06 19:49:43.602 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-03-06 19:49:43.604 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-03-06 19:49:43.928 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-03-06 19:49:43.930 | + inc/python:setup_package:440 : local bindep=0 2025-03-06 19:49:43.932 | + inc/python:setup_package:441 : local bindep_flag= 2025-03-06 19:49:43.934 | + inc/python:setup_package:442 : local bindep_profiles= 2025-03-06 19:49:43.936 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-03-06 19:49:43.938 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-03-06 19:49:43.940 | + inc/python:setup_package:449 : local flags=-e 2025-03-06 19:49:43.941 | + inc/python:setup_package:450 : local extras= 2025-03-06 19:49:43.943 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-03-06 19:49:43.945 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-03-06 19:49:43.947 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-03-06 19:49:43.949 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-03-06 19:49:43.951 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-03-06 19:49:43.953 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-03-06 19:49:43.969 | Using python 3.10 to install /opt/stack/glance 2025-03-06 19:49:43.970 | + 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-03-06 19:49:44.767 | Obtaining file:///opt/stack/glance 2025-03-06 19:49:44.767 | Preparing metadata (setup.py): started 2025-03-06 19:49:45.139 | Preparing metadata (setup.py): finished with status 'done' 2025-03-06 19:49:45.198 | 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-03-06 19:49:45.198 | 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-03-06 19:49:45.200 | 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-03-06 19:49:45.200 | 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-03-06 19:49:45.200 | 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-03-06 19:49:45.201 | 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-03-06 19:49:45.202 | 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-03-06 19:49:45.294 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-03-06 19:49:45.296 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-03-06 19:49:45.298 | 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-03-06 19:49:45.325 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-03-06 19:49:45.327 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-03-06 19:49:45.328 | 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-03-06 19:49:45.329 | 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-03-06 19:49:45.330 | 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-03-06 19:49:45.331 | 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-03-06 19:49:45.332 | 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-03-06 19:49:45.332 | 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-03-06 19:49:45.333 | 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-03-06 19:49:45.467 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-03-06 19:49:45.469 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-03-06 19:49:45.471 | 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-03-06 19:49:45.472 | 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-03-06 19:49:45.615 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-03-06 19:49:45.617 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-03-06 19:49:45.620 | 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-03-06 19:49:45.620 | 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-03-06 19:49:45.620 | 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-03-06 19:49:45.621 | 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-03-06 19:49:45.621 | 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-03-06 19:49:45.622 | 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-03-06 19:49:45.623 | 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-03-06 19:49:45.733 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-03-06 19:49:45.736 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-03-06 19:49:45.738 | 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-03-06 19:49:45.739 | 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-03-06 19:49:45.740 | 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-03-06 19:49:45.863 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-03-06 19:49:45.865 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-03-06 19:49:45.867 | 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-03-06 19:49:45.886 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-03-06 19:49:45.888 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-03-06 19:49:45.889 | 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-03-06 19:49:45.890 | 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-03-06 19:49:45.891 | 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-03-06 19:49:45.892 | 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-03-06 19:49:45.998 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-03-06 19:49:46.000 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-03-06 19:49:46.001 | 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-03-06 19:49:46.002 | 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-03-06 19:49:46.132 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-03-06 19:49:46.134 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-03-06 19:49:46.141 | 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-03-06 19:49:46.175 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-03-06 19:49:46.177 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-03-06 19:49:46.180 | 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-03-06 19:49:46.199 | 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-03-06 19:49:46.211 | 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-03-06 19:49:46.215 | 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-03-06 19:49:46.223 | 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-03-06 19:49:46.223 | 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-03-06 19:49:46.226 | 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-03-06 19:49:46.263 | 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-03-06 19:49:46.284 | 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-03-06 19:49:46.285 | 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-03-06 19:49:46.310 | 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-03-06 19:49:46.333 | 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-03-06 19:49:46.335 | 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-03-06 19:49:46.350 | 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-03-06 19:49:46.371 | 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-03-06 19:49:46.371 | 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-03-06 19:49:46.373 | 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-03-06 19:49:46.423 | 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-03-06 19:49:46.424 | 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-03-06 19:49:46.482 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-03-06 19:49:46.484 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-03-06 19:49:46.508 | 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-03-06 19:49:46.510 | 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-03-06 19:49:46.536 | 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-03-06 19:49:46.537 | 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-03-06 19:49:46.538 | 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-03-06 19:49:46.539 | 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-03-06 19:49:46.540 | 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-03-06 19:49:46.551 | 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-03-06 19:49:46.552 | 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-03-06 19:49:46.554 | 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-03-06 19:49:46.680 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-03-06 19:49:46.682 | 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-03-06 19:49:46.707 | 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-03-06 19:49:46.711 | 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-03-06 19:49:46.711 | 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-03-06 19:49:46.711 | 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-03-06 19:49:46.742 | 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-03-06 19:49:46.771 | 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-03-06 19:49:46.822 | 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-03-06 19:49:47.091 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-03-06 19:49:47.093 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-03-06 19:49:47.138 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-03-06 19:49:47.140 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-03-06 19:49:47.197 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-03-06 19:49:47.199 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-03-06 19:49:47.202 | 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-03-06 19:49:47.249 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-03-06 19:49:47.249 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-03-06 19:49:47.316 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-03-06 19:49:47.318 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-03-06 19:49:47.332 | 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-03-06 19:49:47.402 | 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-03-06 19:49:47.513 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-03-06 19:49:47.515 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-03-06 19:49:47.530 | 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-03-06 19:49:47.648 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-03-06 19:49:47.650 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-03-06 19:49:47.669 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-03-06 19:49:47.671 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-03-06 19:49:47.699 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-03-06 19:49:47.701 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-03-06 19:49:47.702 | 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-03-06 19:49:47.725 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-03-06 19:49:47.727 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-03-06 19:49:47.730 | 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-03-06 19:49:47.805 | 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-03-06 19:49:47.820 | 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-03-06 19:49:47.841 | 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-03-06 19:49:47.842 | 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-03-06 19:49:48.010 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-03-06 19:49:48.013 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-03-06 19:49:48.099 | 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-03-06 19:49:48.099 | 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-03-06 19:49:48.100 | 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-03-06 19:49:48.101 | 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-03-06 19:49:48.206 | 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-03-06 19:49:48.436 | 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-03-06 19:49:48.444 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-03-06 19:49:48.531 | 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-03-06 19:49:48.533 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-03-06 19:49:48.676 | 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-03-06 19:49:48.678 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-03-06 19:49:49.014 | 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-03-06 19:49:49.017 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-03-06 19:49:49.078 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-03-06 19:49:49.081 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-03-06 19:49:49.083 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-03-06 19:49:49.086 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-03-06 19:49:49.089 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-03-06 19:49:49.092 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-03-06 19:49:49.094 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-03-06 19:49:49.096 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-03-06 19:49:49.101 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-03-06 19:49:49.104 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-03-06 19:49:49.115 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-03-06 19:49:49.117 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-03-06 19:49:49.130 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-03-06 19:49:49.141 | 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-03-06 19:49:49.146 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-03-06 19:49:49.149 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-03-06 19:49:49.152 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-03-06 19:49:49.154 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-03-06 19:49:49.156 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-03-06 19:49:49.159 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-03-06 19:49:49.161 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-03-06 19:49:49.163 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-03-06 19:49:49.165 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-03-06 19:49:49.167 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-03-06 19:49:49.170 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-03-06 19:49:49.499 | 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-03-06 19:49:52.610 | Running setup.py develop for glance 2025-03-06 19:49:53.815 | 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-03-06 19:49:53.961 | + inc/python:pip_install:222 : result=0 2025-03-06 19:49:53.963 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:49:53.965 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:53.967 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:53.968 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:53.970 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:53.972 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:53.973 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:49:53.975 | + functions-common:time_stop:2407 : start_time=1741290583964 2025-03-06 19:49:53.977 | + functions-common:time_stop:2409 : [[ -z 1741290583964 ]] 2025-03-06 19:49:53.979 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:53.982 | + functions-common:time_stop:2412 : end_time=1741290593980 2025-03-06 19:49:53.984 | + functions-common:time_stop:2413 : elapsed_time=10016 2025-03-06 19:49:53.986 | + functions-common:time_stop:2414 : total=38908 2025-03-06 19:49:53.987 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:53.989 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=48924 2025-03-06 19:49:53.991 | + inc/python:pip_install:225 : return 0 2025-03-06 19:49:53.993 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-03-06 19:49:53.995 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:49:53.997 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-03-06 19:49:53.998 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-03-06 19:49:54.000 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:49:54.002 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:49:54.004 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-03-06 19:49:54.006 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:49:54.008 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-06 19:49:54.010 | + stack.sh:main:948 : configure_glance 2025-03-06 19:49:54.012 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-03-06 19:49:54.021 | + lib/glance:configure_glance:325 : local dburl 2025-03-06 19:49:54.024 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-03-06 19:49:54.025 | ++ lib/database:database_connection_url:134 : local db=glance 2025-03-06 19:49:54.027 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-03-06 19:49:54.029 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-03-06 19:49:54.031 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-03-06 19:49:54.032 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-03-06 19:49:54.034 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-03-06 19:49:54.045 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:54.047 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-03-06 19:49:54.049 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-03-06 19:49:54.051 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-03-06 19:49:54.053 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-03-06 19:49:54.077 | + 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-03-06 19:49:54.100 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-03-06 19:49:54.122 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-03-06 19:49:54.143 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-03-06 19:49:54.167 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-03-06 19:49:54.191 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-03-06 19:49:54.193 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-03-06 19:49:54.194 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-03-06 19:49:54.196 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-06 19:49:54.198 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-03-06 19:49:54.221 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-03-06 19:49:54.243 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-06 19:49:54.266 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-03-06 19:49:54.288 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-03-06 19:49:54.309 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-03-06 19:49:54.331 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-03-06 19:49:54.353 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-03-06 19:49:54.375 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-06 19:49:54.397 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-03-06 19:49:54.418 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-03-06 19:49:54.442 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-03-06 19:49:54.444 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-03-06 19:49:54.446 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-03-06 19:49:54.448 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-03-06 19:49:54.450 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-03-06 19:49:54.451 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-03-06 19:49:54.464 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:54.466 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-03-06 19:49:54.468 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-03-06 19:49:54.470 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-03-06 19:49:54.482 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:54.484 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-06 19:49:54.486 | + 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-03-06 19:49:54.510 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-03-06 19:49:54.511 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-03-06 19:49:54.513 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-03-06 19:49:54.516 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-03-06 19:49:54.540 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-03-06 19:49:54.563 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-03-06 19:49:54.564 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-03-06 19:49:54.567 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-03-06 19:49:54.568 | + lib/glance:configure_glance_store:253 : local be 2025-03-06 19:49:54.570 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-03-06 19:49:54.572 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-03-06 19:49:54.574 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-03-06 19:49:54.598 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-03-06 19:49:54.600 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-03-06 19:49:54.625 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-03-06 19:49:54.627 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-03-06 19:49:54.639 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:49:54.641 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-03-06 19:49:54.664 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-03-06 19:49:54.677 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:49:54.679 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-03-06 19:49:54.680 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-03-06 19:49:54.682 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-03-06 19:49:54.685 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-06 19:49:54.697 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-06 19:49:54.699 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-06 19:49:54.700 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-06 19:49:54.702 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-06 19:49:54.704 | + 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-03-06 19:49:54.726 | + 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-03-06 19:49:54.748 | + 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-03-06 19:49:54.771 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-06 19:49:54.793 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-03-06 19:49:54.796 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-03-06 19:49:54.820 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-03-06 19:49:54.843 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-03-06 19:49:54.865 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-03-06 19:49:54.889 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-03-06 19:49:54.912 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-03-06 19:49:54.934 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-03-06 19:49:54.956 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-03-06 19:49:54.980 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-03-06 19:49:55.004 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-03-06 19:49:55.028 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-03-06 19:49:55.050 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-03-06 19:49:55.054 | + 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-03-06 19:49:55.058 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-03-06 19:49:55.070 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:49:55.072 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-03-06 19:49:55.074 | + 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-03-06 19:49:55.076 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-03-06 19:49:55.077 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-03-06 19:49:55.079 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-03-06 19:49:55.081 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-03-06 19:49:55.084 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-03-06 19:49:55.086 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-03-06 19:49:55.088 | + 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-03-06 19:49:55.111 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-03-06 19:49:55.113 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-03-06 19:49:55.115 | ++ functions:get_random_port:848 : true 2025-03-06 19:49:55.117 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-03-06 19:49:55.118 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-03-06 19:49:55.120 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-03-06 19:49:55.161 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-03-06 19:49:55.162 | ++ functions:get_random_port:852 : break 2 2025-03-06 19:49:55.164 | ++ functions:get_random_port:856 : echo 60999 2025-03-06 19:49:55.166 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-03-06 19:49:55.168 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-03-06 19:49:55.190 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-03-06 19:49:55.212 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-03-06 19:49:55.234 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-03-06 19:49:55.256 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-03-06 19:49:55.278 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-03-06 19:49:55.299 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-03-06 19:49:55.321 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-03-06 19:49:55.343 | + 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-03-06 19:49:55.365 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-06 19:49:55.386 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-03-06 19:49:55.408 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-06 19:49:55.429 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-03-06 19:49:55.452 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-03-06 19:49:55.473 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-03-06 19:49:55.495 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-03-06 19:49:55.517 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-03-06 19:49:55.538 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-03-06 19:49:55.560 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-03-06 19:49:55.581 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-03-06 19:49:55.583 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-03-06 19:49:55.585 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-03-06 19:49:55.587 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:49:55.589 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:49:55.590 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-03-06 19:49:55.592 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-03-06 19:49:55.621 | proxy (enabled by site administrator) 2025-03-06 19:49:55.623 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-03-06 19:49:55.625 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-03-06 19:49:55.627 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-03-06 19:49:55.628 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:49:55.630 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:49:55.632 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-03-06 19:49:55.634 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-03-06 19:49:55.661 | No module matches proxy_http 2025-03-06 19:49:55.664 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-03-06 19:49:55.696 | Considering dependency proxy for proxy_http: 2025-03-06 19:49:55.696 | Module proxy already enabled 2025-03-06 19:49:55.696 | Enabling module proxy_http. 2025-03-06 19:49:55.700 | To activate the new configuration, you need to run: 2025-03-06 19:49:55.700 | systemctl restart apache2 2025-03-06 19:49:55.703 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-03-06 19:49:55.705 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-03-06 19:49:55.706 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:49:55.708 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-03-06 19:49:55.803 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-03-06 19:49:55.806 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-03-06 19:49:55.808 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-03-06 19:49:55.810 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-03-06 19:49:55.811 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:49:55.813 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:49:55.815 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-06 19:49:55.817 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-06 19:49:55.820 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-03-06 19:49:55.820 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-06 19:49:55.826 | KeepAlive Off 2025-03-06 19:49:55.830 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-06 19:49:55.830 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-03-06 19:49:55.836 | SetEnv proxy-sendchunked 1 2025-03-06 19:49:55.839 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-03-06 19:49:55.839 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-03-06 19:49:55.846 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-03-06 19:49:55.848 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-03-06 19:49:55.850 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-03-06 19:49:55.852 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-03-06 19:49:55.854 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-03-06 19:49:55.856 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-03-06 19:49:55.857 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:49:55.859 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:49:55.861 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-06 19:49:55.863 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-03-06 19:49:55.865 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:49:55.867 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:49:55.869 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-03-06 19:49:55.901 | Enabling site glance-wsgi-api. 2025-03-06 19:49:55.905 | To activate the new configuration, you need to run: 2025-03-06 19:49:55.905 | systemctl reload apache2 2025-03-06 19:49:55.909 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-03-06 19:49:55.911 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-03-06 19:49:55.913 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:49:55.915 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-03-06 19:49:56.016 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-03-06 19:49:56.020 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-03-06 19:49:56.044 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-03-06 19:49:56.046 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-03-06 19:49:56.070 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-03-06 19:49:56.093 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-03-06 19:49:56.116 | + stack.sh:main:951 : is_service_enabled cinder 2025-03-06 19:49:56.129 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:49:56.131 | + stack.sh:main:953 : stack_install_service cinder 2025-03-06 19:49:56.133 | + lib/stack:stack_install_service:20 : local service=cinder 2025-03-06 19:49:56.135 | + lib/stack:stack_install_service:21 : type install_cinder 2025-03-06 19:49:56.137 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-06 19:49:56.139 | + lib/stack:stack_install_service:32 : install_cinder 2025-03-06 19:49:56.141 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-03-06 19:49:56.143 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-03-06 19:49:56.145 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-03-06 19:49:56.147 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-03-06 19:49:56.148 | + functions-common:git_clone:575 : local orig_dir 2025-03-06 19:49:56.150 | ++ functions-common:git_clone:576 : pwd 2025-03-06 19:49:56.153 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-03-06 19:49:56.154 | + functions-common:git_clone:577 : local git_clone_flags= 2025-03-06 19:49:56.157 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-03-06 19:49:56.169 | + functions-common:git_clone:579 : RECLONE=False 2025-03-06 19:49:56.170 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-03-06 19:49:56.172 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-03-06 19:49:56.174 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-03-06 19:49:56.176 | + functions-common:git_clone:593 : echo stable/2023.2 2025-03-06 19:49:56.176 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-03-06 19:49:56.180 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-03-06 19:49:56.182 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-03-06 19:49:56.183 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-03-06 19:49:56.185 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:49:56.186 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:49:56.188 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:49:56.190 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:49:56.192 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:49:56.193 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:49:56.195 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:49:56.197 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:49:56.199 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:49:56.201 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290596200 2025-03-06 19:49:56.203 | + 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-03-06 19:49:56.205 | Cloning into '/opt/stack//cinder'... 2025-03-06 19:49:59.439 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:49:59.441 | + functions-common:time_stop:2400 : local name 2025-03-06 19:49:59.443 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:49:59.445 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:49:59.447 | + functions-common:time_stop:2403 : local total 2025-03-06 19:49:59.449 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:49:59.450 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:49:59.452 | + functions-common:time_stop:2407 : start_time=1741290596200 2025-03-06 19:49:59.454 | + functions-common:time_stop:2409 : [[ -z 1741290596200 ]] 2025-03-06 19:49:59.457 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:49:59.459 | + functions-common:time_stop:2412 : end_time=1741290599458 2025-03-06 19:49:59.461 | + functions-common:time_stop:2413 : elapsed_time=3258 2025-03-06 19:49:59.463 | + functions-common:time_stop:2414 : total=22278 2025-03-06 19:49:59.465 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:49:59.467 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=25536 2025-03-06 19:49:59.468 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-03-06 19:49:59.470 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-03-06 19:49:59.472 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:49:59.474 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:49:59.475 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:49:59.477 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:49:59.479 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:49:59.481 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:49:59.483 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:49:59.484 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:49:59.487 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:49:59.490 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290599488 2025-03-06 19:49:59.492 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-03-06 19:50:02.209 | From https://opendev.org/openstack/cinder 2025-03-06 19:50:02.209 | * branch stable/2023.2 -> FETCH_HEAD 2025-03-06 19:50:02.214 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:50:02.215 | + functions-common:time_stop:2400 : local name 2025-03-06 19:50:02.217 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:50:02.219 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:50:02.221 | + functions-common:time_stop:2403 : local total 2025-03-06 19:50:02.223 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:50:02.224 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:50:02.226 | + functions-common:time_stop:2407 : start_time=1741290599488 2025-03-06 19:50:02.228 | + functions-common:time_stop:2409 : [[ -z 1741290599488 ]] 2025-03-06 19:50:02.231 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:50:02.233 | + functions-common:time_stop:2412 : end_time=1741290602231 2025-03-06 19:50:02.235 | + functions-common:time_stop:2413 : elapsed_time=2743 2025-03-06 19:50:02.237 | + functions-common:time_stop:2414 : total=25536 2025-03-06 19:50:02.239 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:50:02.240 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28279 2025-03-06 19:50:02.242 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-03-06 19:50:02.244 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:50:02.246 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:50:02.248 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:50:02.249 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:50:02.251 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:50:02.253 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:50:02.255 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:50:02.257 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:50:02.259 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:50:02.262 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290602260 2025-03-06 19:50:02.264 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-06 19:50:02.502 | Note: switching to 'FETCH_HEAD'. 2025-03-06 19:50:02.502 | 2025-03-06 19:50:02.502 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-06 19:50:02.502 | changes and commit them, and you can discard any commits you make in this 2025-03-06 19:50:02.502 | state without impacting any branches by switching back to a branch. 2025-03-06 19:50:02.502 | 2025-03-06 19:50:02.502 | If you want to create a new branch to retain commits you create, you may 2025-03-06 19:50:02.502 | do so (now or later) by using -c with the switch command. Example: 2025-03-06 19:50:02.502 | 2025-03-06 19:50:02.502 | git switch -c 2025-03-06 19:50:02.502 | 2025-03-06 19:50:02.502 | Or undo this operation with: 2025-03-06 19:50:02.502 | 2025-03-06 19:50:02.502 | git switch - 2025-03-06 19:50:02.502 | 2025-03-06 19:50:02.502 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-06 19:50:02.502 | 2025-03-06 19:50:02.502 | HEAD is now at 0480073 NFS update volume attachment format during volume snapshot 2025-03-06 19:50:02.506 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:50:02.508 | + functions-common:time_stop:2400 : local name 2025-03-06 19:50:02.510 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:50:02.512 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:50:02.514 | + functions-common:time_stop:2403 : local total 2025-03-06 19:50:02.516 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:50:02.517 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:50:02.519 | + functions-common:time_stop:2407 : start_time=1741290602260 2025-03-06 19:50:02.521 | + functions-common:time_stop:2409 : [[ -z 1741290602260 ]] 2025-03-06 19:50:02.524 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:50:02.527 | + functions-common:time_stop:2412 : end_time=1741290602525 2025-03-06 19:50:02.529 | + functions-common:time_stop:2413 : elapsed_time=265 2025-03-06 19:50:02.530 | + functions-common:time_stop:2414 : total=28279 2025-03-06 19:50:02.532 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:50:02.534 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28544 2025-03-06 19:50:02.536 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-03-06 19:50:02.547 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-03-06 19:50:02.549 | + functions-common:git_clone:656 : git show --oneline 2025-03-06 19:50:02.549 | + functions-common:git_clone:656 : head -1 2025-03-06 19:50:02.554 | 0480073 NFS update volume attachment format during volume snapshot 2025-03-06 19:50:02.558 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-03-06 19:50:02.560 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-03-06 19:50:02.562 | + inc/python:setup_develop:360 : local bindep 2025-03-06 19:50:02.564 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-03-06 19:50:02.566 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-03-06 19:50:02.568 | + inc/python:setup_develop:366 : local extras= 2025-03-06 19:50:02.570 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-03-06 19:50:02.571 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-03-06 19:50:02.573 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-03-06 19:50:02.575 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-03-06 19:50:02.577 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-03-06 19:50:02.579 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-03-06 19:50:02.582 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-03-06 19:50:02.584 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-03-06 19:50:02.586 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-03-06 19:50:02.588 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-03-06 19:50:02.590 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-03-06 19:50:02.593 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-03-06 19:50:02.597 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-03-06 19:50:02.599 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-03-06 19:50:02.939 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-03-06 19:50:02.941 | + inc/python:setup_package:440 : local bindep=0 2025-03-06 19:50:02.943 | + inc/python:setup_package:441 : local bindep_flag= 2025-03-06 19:50:02.945 | + inc/python:setup_package:442 : local bindep_profiles= 2025-03-06 19:50:02.947 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-03-06 19:50:02.949 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-03-06 19:50:02.951 | + inc/python:setup_package:449 : local flags=-e 2025-03-06 19:50:02.953 | + inc/python:setup_package:450 : local extras= 2025-03-06 19:50:02.955 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-03-06 19:50:02.956 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-03-06 19:50:02.958 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-03-06 19:50:02.960 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-03-06 19:50:02.962 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-03-06 19:50:02.964 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-03-06 19:50:02.980 | Using python 3.10 to install /opt/stack/cinder 2025-03-06 19:50:02.981 | + 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-03-06 19:50:03.809 | Obtaining file:///opt/stack/cinder 2025-03-06 19:50:03.810 | Preparing metadata (setup.py): started 2025-03-06 19:50:04.357 | Preparing metadata (setup.py): finished with status 'done' 2025-03-06 19:50:04.444 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.11.1) 2025-03-06 19:50:04.446 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.1.1) 2025-03-06 19:50:04.446 | 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.dev31) (0.33.3) 2025-03-06 19:50:04.446 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (2.0.2) 2025-03-06 19:50:04.447 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (0.22.0) 2025-03-06 19:50:04.448 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (6.0.1) 2025-03-06 19:50:04.448 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (1.1.0) 2025-03-06 19:50:04.449 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (4.17.3) 2025-03-06 19:50:04.450 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.3.0) 2025-03-06 19:50:04.451 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (10.4.1) 2025-03-06 19:50:04.756 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev31) 2025-03-06 19:50:04.759 | 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-03-06 19:50:04.785 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev31) 2025-03-06 19:50:04.787 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-03-06 19:50:04.789 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (9.2.0) 2025-03-06 19:50:04.790 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.2.0) 2025-03-06 19:50:04.791 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.2.0) 2025-03-06 19:50:04.792 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (14.1.1) 2025-03-06 19:50:04.793 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.3.2) 2025-03-06 19:50:04.793 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (14.4.2) 2025-03-06 19:50:04.794 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.2.0) 2025-03-06 19:50:04.795 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (4.2.1) 2025-03-06 19:50:04.796 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.2.0) 2025-03-06 19:50:04.797 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.1.0) 2025-03-06 19:50:04.797 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (7.1.0) 2025-03-06 19:50:04.798 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.2.1) 2025-03-06 19:50:04.799 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.2.1) 2025-03-06 19:50:04.800 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (2.2.0) 2025-03-06 19:50:04.800 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (6.2.1) 2025-03-06 19:50:04.926 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev31) 2025-03-06 19:50:04.927 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-03-06 19:50:04.929 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (4.1.0) 2025-03-06 19:50:04.931 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (23.1) 2025-03-06 19:50:04.974 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev31) 2025-03-06 19:50:04.976 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-03-06 19:50:04.980 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.5.2) 2025-03-06 19:50:04.980 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.0.1) 2025-03-06 19:50:04.980 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.9.5) 2025-03-06 19:50:04.981 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (3.0.9) 2025-03-06 19:50:04.982 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.6.1) 2025-03-06 19:50:05.019 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev31) 2025-03-06 19:50:05.021 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-03-06 19:50:05.023 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.2.0) 2025-03-06 19:50:05.068 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev31) 2025-03-06 19:50:05.070 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-03-06 19:50:05.099 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev31) 2025-03-06 19:50:05.101 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-03-06 19:50:05.103 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (2023.3) 2025-03-06 19:50:05.104 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (2.28.2) 2025-03-06 19:50:05.104 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (2.5.1) 2025-03-06 19:50:05.105 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.4.0) 2025-03-06 19:50:05.219 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev31) 2025-03-06 19:50:05.219 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-03-06 19:50:05.225 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (1.16.0) 2025-03-06 19:50:05.226 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (1.4.41) 2025-03-06 19:50:05.227 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.1.0) 2025-03-06 19:50:05.262 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev31) 2025-03-06 19:50:05.268 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-06 19:50:05.278 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (6.3.1) 2025-03-06 19:50:05.279 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (1.8.7) 2025-03-06 19:50:05.280 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (6.1.1) 2025-03-06 19:50:05.429 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev31) 2025-03-06 19:50:05.431 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-03-06 19:50:05.435 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (6.4.2) 2025-03-06 19:50:05.435 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (5.9.0) 2025-03-06 19:50:05.599 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev31) 2025-03-06 19:50:05.602 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-03-06 19:50:05.703 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev31) 2025-03-06 19:50:05.705 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-03-06 19:50:05.709 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (4.3.0) 2025-03-06 19:50:05.709 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (40.0.2) 2025-03-06 19:50:05.709 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev31) (0.2.3) 2025-03-06 19:50:05.799 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev31) 2025-03-06 19:50:05.802 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-03-06 19:50:06.322 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev31) 2025-03-06 19:50:06.324 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-03-06 19:50:06.943 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev31) 2025-03-06 19:50:06.946 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-03-06 19:50:06.948 | 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.dev31) (1.0.1) 2025-03-06 19:50:06.976 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev31) 2025-03-06 19:50:06.978 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-03-06 19:50:07.008 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev31) (1.15.1) 2025-03-06 19:50:07.022 | 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.dev31) (2.3.0) 2025-03-06 19:50:07.128 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev31) 2025-03-06 19:50:07.130 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-03-06 19:50:07.149 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev31) 2025-03-06 19:50:07.151 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-03-06 19:50:07.298 | 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.dev31) 2025-03-06 19:50:07.313 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-03-06 19:50:07.334 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev31) 2025-03-06 19:50:07.336 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-03-06 19:50:07.369 | 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.dev31) (3.15.0) 2025-03-06 19:50:07.390 | 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.dev31) (23.1.0) 2025-03-06 19:50:07.391 | 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.dev31) (0.19.3) 2025-03-06 19:50:07.416 | 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.dev31) (1.7.0) 2025-03-06 19:50:07.439 | 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.dev31) (3.5.0) 2025-03-06 19:50:07.440 | 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.dev31) (3.1.1) 2025-03-06 19:50:07.490 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev31) 2025-03-06 19:50:07.492 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-03-06 19:50:07.524 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev31) 2025-03-06 19:50:07.526 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-03-06 19:50:07.552 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev31) 2025-03-06 19:50:07.554 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-03-06 19:50:07.581 | 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.dev31) (0.18) 2025-03-06 19:50:07.602 | 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.dev31) (6.0) 2025-03-06 19:50:07.602 | 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.dev31) (2.5.0) 2025-03-06 19:50:07.603 | 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.dev31) (0.8.0) 2025-03-06 19:50:07.604 | 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.dev31) (2.0.0) 2025-03-06 19:50:07.630 | 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.dev31) (1.9.4) 2025-03-06 19:50:07.632 | 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.dev31) (2.0.1) 2025-03-06 19:50:07.633 | 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.dev31) (0.5.0) 2025-03-06 19:50:07.659 | 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.dev31) (2.8.2) 2025-03-06 19:50:07.661 | 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.dev31) (0.9.6) 2025-03-06 19:50:07.687 | 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.dev31) (5.1.1) 2025-03-06 19:50:07.688 | 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.dev31) (5.3.0) 2025-03-06 19:50:07.688 | 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.dev31) (2.4.1) 2025-03-06 19:50:07.689 | 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.dev31) (5.2.4) 2025-03-06 19:50:07.690 | 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.dev31) (0.7.0) 2025-03-06 19:50:07.702 | 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.dev31) (3.1.2) 2025-03-06 19:50:07.702 | 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.dev31) (4.0.1) 2025-03-06 19:50:07.704 | 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.dev31) (4.0.1) 2025-03-06 19:50:07.725 | 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.dev31) (1.0.5) 2025-03-06 19:50:07.749 | 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.dev31) (2023.3) 2025-03-06 19:50:07.764 | 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.dev31) (1.4.0) 2025-03-06 19:50:07.766 | 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.dev31) (4.0.1) 2025-03-06 19:50:07.777 | 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.dev31) (3.7.0) 2025-03-06 19:50:07.789 | 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.dev31) (0.11.0) 2025-03-06 19:50:07.820 | 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.dev31) (0.7.1) 2025-03-06 19:50:07.850 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev31) 2025-03-06 19:50:07.852 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-03-06 19:50:07.853 | 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.dev31) (1.26.15) 2025-03-06 19:50:07.939 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev31) 2025-03-06 19:50:07.941 | 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-03-06 19:50:07.955 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev31) (69.1.1) 2025-03-06 19:50:08.023 | 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.dev31) (4.3.0) 2025-03-06 19:50:08.041 | 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.dev31) (23.1.1) 2025-03-06 19:50:08.066 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev31) 2025-03-06 19:50:08.068 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-03-06 19:50:08.069 | 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.dev31) (1.15.0) 2025-03-06 19:50:08.155 | 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.dev31) (3.1.0) 2025-03-06 19:50:08.155 | 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.dev31) (3.4) 2025-03-06 19:50:08.156 | 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.dev31) (2025.1.31) 2025-03-06 19:50:08.173 | 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.dev31) (0.7) 2025-03-06 19:50:08.209 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev31) 2025-03-06 19:50:08.211 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-03-06 19:50:08.362 | 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.dev31) (3.2.0) 2025-03-06 19:50:08.363 | 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.dev31) (3.1) 2025-03-06 19:50:08.365 | 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.dev31) (1.4.2) 2025-03-06 19:50:08.448 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev31) 2025-03-06 19:50:08.450 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-03-06 19:50:08.507 | 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.dev31) (1.2.4) 2025-03-06 19:50:08.524 | 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.dev31) (5.0.0) 2025-03-06 19:50:08.656 | 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.dev31) (2.21) 2025-03-06 19:50:08.691 | 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.dev31) (0.5.1) 2025-03-06 19:50:08.695 | 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.dev31) (2.4.3) 2025-03-06 19:50:08.872 | 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.dev31) 2025-03-06 19:50:08.874 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-03-06 19:50:08.876 | 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.dev31) (4.22.3) 2025-03-06 19:50:08.983 | 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.dev31) (2.1.2) 2025-03-06 19:50:09.182 | 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.dev31) (1.1.8) 2025-03-06 19:50:09.208 | 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.dev31) (0.16.0) 2025-03-06 19:50:09.231 | 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.dev31) (0.2.6) 2025-03-06 19:50:09.915 | 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.dev31) (2.6.0) 2025-03-06 19:50:10.044 | 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.dev31) (1.32) 2025-03-06 19:50:10.258 | 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.dev31) (1.8.2) 2025-03-06 19:50:10.338 | 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.dev31) (2.3) 2025-03-06 19:50:10.611 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-03-06 19:50:10.615 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-03-06 19:50:10.671 | 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-03-06 19:50:10.705 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-03-06 19:50:10.708 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-03-06 19:50:10.711 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-03-06 19:50:10.716 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-03-06 19:50:10.719 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-03-06 19:50:10.723 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-03-06 19:50:10.727 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-03-06 19:50:10.730 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-06 19:50:10.732 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-03-06 19:50:10.735 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-03-06 19:50:10.744 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-03-06 19:50:10.803 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-03-06 19:50:10.808 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-03-06 19:50:10.813 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-03-06 19:50:10.816 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-03-06 19:50:10.819 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-03-06 19:50:10.822 | 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-03-06 19:50:10.828 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-03-06 19:50:10.831 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-03-06 19:50:10.833 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-03-06 19:50:10.836 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-03-06 19:50:10.839 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-03-06 19:50:10.841 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-03-06 19:50:10.844 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-03-06 19:50:10.846 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-03-06 19:50:11.395 | 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-03-06 19:50:14.381 | Running setup.py develop for cinder 2025-03-06 19:50:15.840 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev31 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-03-06 19:50:16.181 | + inc/python:pip_install:222 : result=0 2025-03-06 19:50:16.183 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:50:16.185 | + functions-common:time_stop:2400 : local name 2025-03-06 19:50:16.187 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:50:16.189 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:50:16.191 | + functions-common:time_stop:2403 : local total 2025-03-06 19:50:16.192 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:50:16.194 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:50:16.196 | + functions-common:time_stop:2407 : start_time=1741290602975 2025-03-06 19:50:16.197 | + functions-common:time_stop:2409 : [[ -z 1741290602975 ]] 2025-03-06 19:50:16.200 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:50:16.202 | + functions-common:time_stop:2412 : end_time=1741290616200 2025-03-06 19:50:16.204 | + functions-common:time_stop:2413 : elapsed_time=13225 2025-03-06 19:50:16.206 | + functions-common:time_stop:2414 : total=48924 2025-03-06 19:50:16.208 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:50:16.209 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=62149 2025-03-06 19:50:16.211 | + inc/python:pip_install:225 : return 0 2025-03-06 19:50:16.213 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-03-06 19:50:16.215 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:50:16.216 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-03-06 19:50:16.218 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-03-06 19:50:16.220 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:50:16.222 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:50:16.223 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-03-06 19:50:16.225 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:50:16.227 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-03-06 19:50:16.229 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-03-06 19:50:16.231 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-03-06 19:50:16.232 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:50:16.234 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:50:16.236 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-03-06 19:50:16.245 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-03-06 19:50:16.247 | + functions-common:install_package:1421 : update_package_repo 2025-03-06 19:50:16.249 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-03-06 19:50:16.250 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-03-06 19:50:16.252 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-03-06 19:50:16.254 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-03-06 19:50:16.255 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-03-06 19:50:16.257 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:50:16.259 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:50:16.261 | + functions-common:update_package_repo:1404 : apt_get_update 2025-03-06 19:50:16.263 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-03-06 19:50:16.264 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-03-06 19:50:16.266 | + functions-common:apt_get_update:1150 : return 2025-03-06 19:50:16.268 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-03-06 19:50:16.270 | + functions-common:real_install_package:1409 : is_ubuntu 2025-03-06 19:50:16.272 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:50:16.274 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:50:16.275 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-03-06 19:50:16.292 | + 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-03-06 19:50:16.351 | Reading package lists... 2025-03-06 19:50:16.551 | Building dependency tree... 2025-03-06 19:50:16.555 | Reading state information... 2025-03-06 19:50:16.754 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-03-06 19:50:16.754 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-06 19:50:16.758 | + functions-common:apt_get:1194 : result=0 2025-03-06 19:50:16.761 | + functions-common:apt_get:1197 : time_stop apt-get 2025-03-06 19:50:16.763 | + functions-common:time_stop:2400 : local name 2025-03-06 19:50:16.765 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:50:16.767 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:50:16.769 | + functions-common:time_stop:2403 : local total 2025-03-06 19:50:16.771 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:50:16.773 | + functions-common:time_stop:2406 : name=apt-get 2025-03-06 19:50:16.775 | + functions-common:time_stop:2407 : start_time=1741290616290 2025-03-06 19:50:16.777 | + functions-common:time_stop:2409 : [[ -z 1741290616290 ]] 2025-03-06 19:50:16.779 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:50:16.783 | + functions-common:time_stop:2412 : end_time=1741290616781 2025-03-06 19:50:16.785 | + functions-common:time_stop:2413 : elapsed_time=491 2025-03-06 19:50:16.786 | + functions-common:time_stop:2414 : total=23054 2025-03-06 19:50:16.788 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:50:16.791 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=23545 2025-03-06 19:50:16.793 | + functions-common:apt_get:1198 : return 0 2025-03-06 19:50:16.795 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-06 19:50:16.797 | + stack.sh:main:954 : configure_cinder 2025-03-06 19:50:16.799 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-03-06 19:50:16.809 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-03-06 19:50:16.812 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-03-06 19:50:16.814 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-03-06 19:50:16.816 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-03-06 19:50:16.818 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-03-06 19:50:16.819 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-03-06 19:50:16.822 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-03-06 19:50:16.824 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-03-06 19:50:16.826 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-03-06 19:50:16.828 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-03-06 19:50:16.829 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-03-06 19:50:16.831 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-03-06 19:50:16.833 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-03-06 19:50:16.835 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-03-06 19:50:16.843 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-03-06 19:50:16.852 | + 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-03-06 19:50:16.861 | + 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-03-06 19:50:16.870 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-03-06 19:50:16.879 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-03-06 19:50:16.888 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-03-06 19:50:16.890 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-03-06 19:50:16.893 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.KwJpuMSb1X 2025-03-06 19:50:16.895 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-03-06 19:50:16.897 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-03-06 19:50:16.899 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-03-06 19:50:16.901 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.KwJpuMSb1X 2025-03-06 19:50:16.904 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.KwJpuMSb1X 2025-03-06 19:50:16.912 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.KwJpuMSb1X /etc/sudoers.d/cinder-rootwrap 2025-03-06 19:50:16.922 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-03-06 19:50:16.925 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-03-06 19:50:16.927 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-03-06 19:50:16.928 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-03-06 19:50:16.931 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-03-06 19:50:16.932 | + 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-03-06 19:50:16.934 | + 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-03-06 19:50:16.936 | + 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-03-06 19:50:16.936 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-03-06 19:50:16.942 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-03-06 19:50:16.945 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-03-06 19:50:16.953 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-03-06 19:50:16.962 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-03-06 19:50:16.964 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-03-06 19:50:16.967 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-03-06 19:50:16.970 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-03-06 19:50:16.984 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-03-06 19:50:16.998 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-03-06 19:50:17.012 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-03-06 19:50:17.025 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-03-06 19:50:17.039 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-03-06 19:50:17.052 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-03-06 19:50:17.067 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-03-06 19:50:17.081 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-03-06 19:50:17.083 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-03-06 19:50:17.085 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-03-06 19:50:17.086 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-06 19:50:17.088 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-03-06 19:50:17.112 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-03-06 19:50:17.134 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-06 19:50:17.156 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-03-06 19:50:17.178 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-03-06 19:50:17.200 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-03-06 19:50:17.222 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-03-06 19:50:17.244 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-03-06 19:50:17.266 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-06 19:50:17.289 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-03-06 19:50:17.311 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-03-06 19:50:17.336 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-03-06 19:50:17.360 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-03-06 19:50:17.362 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-03-06 19:50:17.364 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-03-06 19:50:17.366 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-03-06 19:50:17.368 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-03-06 19:50:17.370 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-03-06 19:50:17.372 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-03-06 19:50:17.384 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:50:17.386 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-03-06 19:50:17.387 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-03-06 19:50:17.390 | + 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-03-06 19:50:17.414 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-03-06 19:50:17.436 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-03-06 19:50:17.459 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-03-06 19:50:17.484 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-03-06 19:50:17.507 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-03-06 19:50:17.529 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-03-06 19:50:17.554 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-03-06 19:50:17.577 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-03-06 19:50:17.602 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-03-06 19:50:17.608 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 3ff6a6f18f850255b96980126506dccb 2025-03-06 19:50:17.630 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-03-06 19:50:17.632 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-03-06 19:50:17.654 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-03-06 19:50:17.676 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-03-06 19:50:17.698 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-03-06 19:50:17.721 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-03-06 19:50:17.744 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-03-06 19:50:17.766 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-03-06 19:50:17.778 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:50:17.780 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-03-06 19:50:17.782 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-03-06 19:50:17.784 | + lib/cinder:configure_cinder:338 : local default_name= 2025-03-06 19:50:17.786 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-03-06 19:50:17.787 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-03-06 19:50:17.789 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-03-06 19:50:17.791 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-03-06 19:50:17.793 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-03-06 19:50:17.795 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-03-06 19:50:17.797 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-03-06 19:50:17.798 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-03-06 19:50:17.823 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-03-06 19:50:17.845 | + 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-03-06 19:50:17.867 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-03-06 19:50:17.889 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-03-06 19:50:17.912 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-03-06 19:50:17.914 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-03-06 19:50:17.916 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-03-06 19:50:17.918 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-03-06 19:50:17.942 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-03-06 19:50:17.944 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-03-06 19:50:17.967 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-03-06 19:50:17.969 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-03-06 19:50:17.971 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-03-06 19:50:17.973 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-03-06 19:50:17.996 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-03-06 19:50:17.998 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-03-06 19:50:17.999 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-03-06 19:50:18.012 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:50:18.014 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-03-06 19:50:18.026 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:50:18.028 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-03-06 19:50:18.041 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:50:18.043 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-03-06 19:50:18.045 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-03-06 19:50:18.047 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-03-06 19:50:18.049 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-03-06 19:50:18.050 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-03-06 19:50:18.052 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-03-06 19:50:18.054 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-03-06 19:50:18.067 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:50:18.069 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-03-06 19:50:18.071 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-03-06 19:50:18.073 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-03-06 19:50:18.085 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:50:18.087 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-06 19:50:18.089 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-06 19:50:18.112 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-03-06 19:50:18.114 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-03-06 19:50:18.116 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-03-06 19:50:18.118 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-03-06 19:50:18.120 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-03-06 19:50:18.122 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-06 19:50:18.135 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-06 19:50:18.137 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-06 19:50:18.139 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-06 19:50:18.141 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-06 19:50:18.143 | + 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-03-06 19:50:18.166 | + 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-03-06 19:50:18.189 | + 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-03-06 19:50:18.212 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-06 19:50:18.235 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-03-06 19:50:18.247 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:50:18.249 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-03-06 19:50:18.251 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-03-06 19:50:18.253 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-03-06 19:50:18.255 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-03-06 19:50:18.257 | + lib/apache:write_uwsgi_config:244 : local http= 2025-03-06 19:50:18.258 | + lib/apache:write_uwsgi_config:245 : local name= 2025-03-06 19:50:18.261 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-03-06 19:50:18.264 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-03-06 19:50:18.265 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-03-06 19:50:18.267 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-06 19:50:18.277 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-06 19:50:18.277 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-06 19:50:18.283 | d /var/run/uwsgi 0755 stack root 2025-03-06 19:50:18.286 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-06 19:50:18.293 | /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-03-06 19:50:18.296 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-03-06 19:50:18.298 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-03-06 19:50:18.301 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2025-03-06 19:50:18.324 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-03-06 19:50:18.346 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-03-06 19:50:18.368 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-03-06 19:50:18.389 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-03-06 19:50:18.411 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-06 19:50:18.433 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-03-06 19:50:18.455 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-03-06 19:50:18.478 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-03-06 19:50:18.500 | + 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-03-06 19:50:18.522 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-03-06 19:50:18.545 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-06 19:50:18.567 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-03-06 19:50:18.590 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-03-06 19:50:18.592 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-03-06 19:50:18.594 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-03-06 19:50:18.596 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-03-06 19:50:18.598 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-03-06 19:50:18.600 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:50:18.602 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:50:18.604 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-03-06 19:50:18.606 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-03-06 19:50:18.608 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-03-06 19:50:18.630 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-03-06 19:50:18.652 | + 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-03-06 19:50:18.653 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-03-06 19:50:18.659 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-03-06 19:50:18.662 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-03-06 19:50:18.664 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-03-06 19:50:18.665 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-03-06 19:50:18.667 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-03-06 19:50:18.669 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-03-06 19:50:18.671 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:50:18.673 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:50:18.674 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-06 19:50:18.676 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-03-06 19:50:18.678 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:50:18.680 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:50:18.681 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-03-06 19:50:18.713 | Enabling site cinder-wsgi. 2025-03-06 19:50:18.716 | To activate the new configuration, you need to run: 2025-03-06 19:50:18.716 | systemctl reload apache2 2025-03-06 19:50:18.720 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-03-06 19:50:18.722 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-03-06 19:50:18.724 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:50:18.725 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-03-06 19:50:18.819 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-03-06 19:50:18.821 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-03-06 19:50:18.823 | + 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-03-06 19:50:18.846 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-03-06 19:50:18.869 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-03-06 19:50:18.893 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-03-06 19:50:18.916 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-03-06 19:50:18.939 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-03-06 19:50:18.961 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-03-06 19:50:18.974 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:50:18.976 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-03-06 19:50:18.977 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-03-06 19:50:18.979 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-03-06 19:50:18.981 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-03-06 19:50:18.983 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-03-06 19:50:19.007 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-03-06 19:50:19.029 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-03-06 19:50:19.051 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-03-06 19:50:19.073 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-03-06 19:50:19.096 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-03-06 19:50:19.118 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-03-06 19:50:19.141 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-03-06 19:50:19.164 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-03-06 19:50:19.186 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-03-06 19:50:19.209 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-03-06 19:50:19.232 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-03-06 19:50:19.254 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-03-06 19:50:19.256 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-03-06 19:50:19.268 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:50:19.270 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2025-03-06 19:50:19.294 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-03-06 19:50:19.296 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-03-06 19:50:19.298 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-03-06 19:50:19.322 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-03-06 19:50:19.345 | + stack.sh:main:957 : is_service_enabled neutron 2025-03-06 19:50:19.358 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:50:19.360 | + stack.sh:main:959 : stack_install_service neutron 2025-03-06 19:50:19.362 | + lib/stack:stack_install_service:20 : local service=neutron 2025-03-06 19:50:19.364 | + lib/stack:stack_install_service:21 : type install_neutron 2025-03-06 19:50:19.366 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-06 19:50:19.367 | + lib/stack:stack_install_service:32 : install_neutron 2025-03-06 19:50:19.369 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-03-06 19:50:19.371 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-03-06 19:50:19.373 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:50:19.375 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:50:19.377 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-03-06 19:50:19.379 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:50:19.381 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-03-06 19:50:19.383 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-03-06 19:50:19.385 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-03-06 19:50:19.387 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-03-06 19:50:19.389 | + functions-common:git_clone:575 : local orig_dir 2025-03-06 19:50:19.391 | ++ functions-common:git_clone:576 : pwd 2025-03-06 19:50:19.394 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-03-06 19:50:19.395 | + functions-common:git_clone:577 : local git_clone_flags= 2025-03-06 19:50:19.398 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-03-06 19:50:19.410 | + functions-common:git_clone:579 : RECLONE=False 2025-03-06 19:50:19.412 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-03-06 19:50:19.414 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-03-06 19:50:19.415 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-03-06 19:50:19.418 | + functions-common:git_clone:593 : echo stable/2023.2 2025-03-06 19:50:19.418 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-03-06 19:50:19.422 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-03-06 19:50:19.424 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-03-06 19:50:19.426 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-03-06 19:50:19.427 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:50:19.429 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:50:19.431 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:50:19.433 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:50:19.435 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:50:19.436 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:50:19.438 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:50:19.440 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:50:19.442 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:50:19.445 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290619443 2025-03-06 19:50:19.447 | + 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-03-06 19:50:19.449 | Cloning into '/opt/stack//neutron'... 2025-03-06 19:50:23.492 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:50:23.494 | + functions-common:time_stop:2400 : local name 2025-03-06 19:50:23.496 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:50:23.498 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:50:23.500 | + functions-common:time_stop:2403 : local total 2025-03-06 19:50:23.501 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:50:23.503 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:50:23.505 | + functions-common:time_stop:2407 : start_time=1741290619443 2025-03-06 19:50:23.507 | + functions-common:time_stop:2409 : [[ -z 1741290619443 ]] 2025-03-06 19:50:23.509 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:50:23.512 | + functions-common:time_stop:2412 : end_time=1741290623510 2025-03-06 19:50:23.514 | + functions-common:time_stop:2413 : elapsed_time=4067 2025-03-06 19:50:23.516 | + functions-common:time_stop:2414 : total=28544 2025-03-06 19:50:23.518 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:50:23.520 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=32611 2025-03-06 19:50:23.522 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-03-06 19:50:23.524 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-03-06 19:50:23.525 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:50:23.527 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:50:23.529 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:50:23.531 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:50:23.533 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:50:23.534 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:50:23.536 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:50:23.538 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:50:23.540 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:50:23.543 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290623541 2025-03-06 19:50:23.545 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-03-06 19:50:26.936 | From https://opendev.org/openstack/neutron 2025-03-06 19:50:26.936 | * branch stable/2023.2 -> FETCH_HEAD 2025-03-06 19:50:26.941 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:50:26.943 | + functions-common:time_stop:2400 : local name 2025-03-06 19:50:26.945 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:50:26.947 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:50:26.949 | + functions-common:time_stop:2403 : local total 2025-03-06 19:50:26.951 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:50:26.953 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:50:26.954 | + functions-common:time_stop:2407 : start_time=1741290623541 2025-03-06 19:50:26.956 | + functions-common:time_stop:2409 : [[ -z 1741290623541 ]] 2025-03-06 19:50:26.959 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:50:26.962 | + functions-common:time_stop:2412 : end_time=1741290626960 2025-03-06 19:50:26.964 | + functions-common:time_stop:2413 : elapsed_time=3419 2025-03-06 19:50:26.965 | + functions-common:time_stop:2414 : total=32611 2025-03-06 19:50:26.967 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:50:26.969 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=36030 2025-03-06 19:50:26.971 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-03-06 19:50:26.973 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:50:26.975 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:50:26.977 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:50:26.978 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:50:26.980 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:50:26.982 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:50:26.984 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:50:26.986 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:50:26.988 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:50:26.991 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290626989 2025-03-06 19:50:26.993 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-06 19:50:27.249 | Note: switching to 'FETCH_HEAD'. 2025-03-06 19:50:27.249 | 2025-03-06 19:50:27.249 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-06 19:50:27.249 | changes and commit them, and you can discard any commits you make in this 2025-03-06 19:50:27.249 | state without impacting any branches by switching back to a branch. 2025-03-06 19:50:27.249 | 2025-03-06 19:50:27.249 | If you want to create a new branch to retain commits you create, you may 2025-03-06 19:50:27.249 | do so (now or later) by using -c with the switch command. Example: 2025-03-06 19:50:27.249 | 2025-03-06 19:50:27.249 | git switch -c 2025-03-06 19:50:27.249 | 2025-03-06 19:50:27.249 | Or undo this operation with: 2025-03-06 19:50:27.249 | 2025-03-06 19:50:27.249 | git switch - 2025-03-06 19:50:27.249 | 2025-03-06 19:50:27.249 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-06 19:50:27.249 | 2025-03-06 19:50:27.249 | HEAD is now at 7807f10 Merge "Update Nova aggregates on changed host mappings" into stable/2023.2 2025-03-06 19:50:27.254 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:50:27.256 | + functions-common:time_stop:2400 : local name 2025-03-06 19:50:27.258 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:50:27.260 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:50:27.261 | + functions-common:time_stop:2403 : local total 2025-03-06 19:50:27.263 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:50:27.265 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:50:27.267 | + functions-common:time_stop:2407 : start_time=1741290626989 2025-03-06 19:50:27.269 | + functions-common:time_stop:2409 : [[ -z 1741290626989 ]] 2025-03-06 19:50:27.271 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:50:27.275 | + functions-common:time_stop:2412 : end_time=1741290627272 2025-03-06 19:50:27.276 | + functions-common:time_stop:2413 : elapsed_time=283 2025-03-06 19:50:27.278 | + functions-common:time_stop:2414 : total=36030 2025-03-06 19:50:27.280 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:50:27.282 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=36313 2025-03-06 19:50:27.284 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-03-06 19:50:27.294 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-03-06 19:50:27.296 | + functions-common:git_clone:656 : git show --oneline 2025-03-06 19:50:27.296 | + functions-common:git_clone:656 : head -1 2025-03-06 19:50:27.298 | 7807f10 Merge "Update Nova aggregates on changed host mappings" into stable/2023.2 2025-03-06 19:50:27.300 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-03-06 19:50:27.302 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-03-06 19:50:27.304 | + inc/python:setup_develop:360 : local bindep 2025-03-06 19:50:27.306 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-03-06 19:50:27.308 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-03-06 19:50:27.310 | + inc/python:setup_develop:366 : local extras= 2025-03-06 19:50:27.312 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-03-06 19:50:27.314 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-03-06 19:50:27.316 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-03-06 19:50:27.317 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-03-06 19:50:27.319 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-03-06 19:50:27.321 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-03-06 19:50:27.324 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-03-06 19:50:27.326 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-03-06 19:50:27.329 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-03-06 19:50:27.331 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-03-06 19:50:27.332 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-03-06 19:50:27.335 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-03-06 19:50:27.339 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-03-06 19:50:27.341 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-03-06 19:50:27.661 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-03-06 19:50:27.663 | + inc/python:setup_package:440 : local bindep=0 2025-03-06 19:50:27.665 | + inc/python:setup_package:441 : local bindep_flag= 2025-03-06 19:50:27.667 | + inc/python:setup_package:442 : local bindep_profiles= 2025-03-06 19:50:27.669 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-03-06 19:50:27.671 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-03-06 19:50:27.674 | + inc/python:setup_package:449 : local flags=-e 2025-03-06 19:50:27.676 | + inc/python:setup_package:450 : local extras= 2025-03-06 19:50:27.678 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-03-06 19:50:27.680 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-03-06 19:50:27.682 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-03-06 19:50:27.684 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-03-06 19:50:27.686 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-03-06 19:50:27.688 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-03-06 19:50:27.703 | Using python 3.10 to install /opt/stack/neutron 2025-03-06 19:50:27.705 | + 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-03-06 19:50:28.534 | Obtaining file:///opt/stack/neutron 2025-03-06 19:50:28.535 | Preparing metadata (setup.py): started 2025-03-06 19:50:29.128 | Preparing metadata (setup.py): finished with status 'done' 2025-03-06 19:50:29.201 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (5.11.1) 2025-03-06 19:50:29.201 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (3.5.2) 2025-03-06 19:50:29.204 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (3.0.1) 2025-03-06 19:50:29.204 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (2.5.1) 2025-03-06 19:50:29.204 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (2.5.0) 2025-03-06 19:50:29.204 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (5.1.1) 2025-03-06 19:50:29.205 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (0.33.3) 2025-03-06 19:50:29.304 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev11) 2025-03-06 19:50:29.304 | Using cached pecan-1.4.2-py3-none-any.whl 2025-03-06 19:50:29.312 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (0.22.0) 2025-03-06 19:50:29.312 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (2.28.2) 2025-03-06 19:50:29.313 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (3.1.2) 2025-03-06 19:50:29.314 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (10.4.1) 2025-03-06 19:50:29.315 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (0.8.0) 2025-03-06 19:50:29.316 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (0.11.0) 2025-03-06 19:50:29.361 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev11) 2025-03-06 19:50:29.363 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-03-06 19:50:29.401 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev11) 2025-03-06 19:50:29.403 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-03-06 19:50:29.404 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (6.3.1) 2025-03-06 19:50:29.405 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (1.4.41) 2025-03-06 19:50:29.406 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (1.8.7) 2025-03-06 19:50:29.407 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (5.3.0) 2025-03-06 19:50:29.408 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (1.9.4) 2025-03-06 19:50:29.409 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (5.1.0) 2025-03-06 19:50:29.409 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (3.5.0) 2025-03-06 19:50:29.410 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (5.2.0) 2025-03-06 19:50:29.411 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (9.2.0) 2025-03-06 19:50:29.412 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (5.2.0) 2025-03-06 19:50:29.413 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (14.1.1) 2025-03-06 19:50:29.413 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (6.1.1) 2025-03-06 19:50:29.414 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (5.3.2) 2025-03-06 19:50:29.415 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (14.4.2) 2025-03-06 19:50:29.416 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (5.2.0) 2025-03-06 19:50:29.417 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (4.2.1) 2025-03-06 19:50:29.418 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (3.2.0) 2025-03-06 19:50:29.418 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (3.1.0) 2025-03-06 19:50:29.419 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (7.1.0) 2025-03-06 19:50:29.421 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (5.2.1) 2025-03-06 19:50:29.421 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (3.2.1) 2025-03-06 19:50:29.423 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (2.2.0) 2025-03-06 19:50:29.423 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (6.2.1) 2025-03-06 19:50:29.423 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (3.2.0) 2025-03-06 19:50:29.424 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (4.1.0) 2025-03-06 19:50:29.453 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev11) 2025-03-06 19:50:29.455 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-03-06 19:50:29.476 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev11) 2025-03-06 19:50:29.478 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-03-06 19:50:29.502 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev11) 2025-03-06 19:50:29.503 | Using cached ovs-2.17.7-py3-none-any.whl 2025-03-06 19:50:29.544 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev11) 2025-03-06 19:50:29.546 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-03-06 19:50:29.548 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (23.1) 2025-03-06 19:50:29.548 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (5.9.5) 2025-03-06 19:50:29.577 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev11) 2025-03-06 19:50:29.579 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-03-06 19:50:29.581 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (23.1.1) 2025-03-06 19:50:29.582 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (18.4.0) 2025-03-06 19:50:29.583 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (1.5.1) 2025-03-06 19:50:29.613 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev11) 2025-03-06 19:50:29.615 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-03-06 19:50:29.654 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev11) 2025-03-06 19:50:29.656 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-03-06 19:50:29.657 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (2.4.1) 2025-03-06 19:50:29.658 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev11) (4.2.0) 2025-03-06 19:50:29.665 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev11) (1.2.4) 2025-03-06 19:50:29.668 | 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.dev11) (1.15.0) 2025-03-06 19:50:29.674 | 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.dev11) (2.3.0) 2025-03-06 19:50:29.674 | 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.dev11) (2.0.2) 2025-03-06 19:50:29.675 | 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.dev11) (1.16.0) 2025-03-06 19:50:29.682 | 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.dev11) (3.0.9) 2025-03-06 19:50:29.686 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev11) (2.1.2) 2025-03-06 19:50:29.711 | 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.dev11) (1.1.0) 2025-03-06 19:50:29.712 | 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.dev11) (1.7.0) 2025-03-06 19:50:29.736 | 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.dev11) (3.1.1) 2025-03-06 19:50:29.737 | 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.dev11) (5.2.0) 2025-03-06 19:50:29.787 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev11) 2025-03-06 19:50:29.789 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-03-06 19:50:29.855 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev11) 2025-03-06 19:50:29.857 | 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-03-06 19:50:29.871 | 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.dev11) (6.0) 2025-03-06 19:50:29.871 | 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.dev11) (1.4.4) 2025-03-06 19:50:29.875 | 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.dev11) (1.4.0) 2025-03-06 19:50:29.875 | 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.dev11) (1.32) 2025-03-06 19:50:29.875 | 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.dev11) (1.0.1) 2025-03-06 19:50:29.875 | 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.dev11) (1.1.8) 2025-03-06 19:50:29.876 | 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.dev11) (40.0.2) 2025-03-06 19:50:29.884 | 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.dev11) (1.0.5) 2025-03-06 19:50:29.913 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev11) 2025-03-06 19:50:29.914 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-03-06 19:50:29.994 | 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.dev11) (0.18) 2025-03-06 19:50:30.015 | 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.dev11) (2.0.0) 2025-03-06 19:50:30.043 | 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.dev11) (2.0.1) 2025-03-06 19:50:30.043 | 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.dev11) (0.5.0) 2025-03-06 19:50:30.070 | 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.dev11) (2.8.2) 2025-03-06 19:50:30.072 | 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.dev11) (0.9.6) 2025-03-06 19:50:30.097 | 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.dev11) (5.1.1) 2025-03-06 19:50:30.098 | 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.dev11) (5.3.0) 2025-03-06 19:50:30.099 | 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.dev11) (5.2.4) 2025-03-06 19:50:30.101 | 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.dev11) (0.7.0) 2025-03-06 19:50:30.112 | 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.dev11) (4.0.1) 2025-03-06 19:50:30.114 | 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.dev11) (4.0.1) 2025-03-06 19:50:30.134 | 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.dev11) (1.15.1) 2025-03-06 19:50:30.159 | 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.dev11) (2023.3) 2025-03-06 19:50:30.160 | 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.dev11) (2023.3) 2025-03-06 19:50:30.173 | 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.dev11) (1.4.0) 2025-03-06 19:50:30.175 | 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.dev11) (4.0.1) 2025-03-06 19:50:30.185 | 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.dev11) (3.7.0) 2025-03-06 19:50:30.271 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev11) 2025-03-06 19:50:30.273 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-03-06 19:50:30.306 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev11) (69.1.1) 2025-03-06 19:50:30.362 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev11) 2025-03-06 19:50:30.362 | Using cached logutils-0.3.5-py3-none-any.whl 2025-03-06 19:50:30.424 | 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.dev11) (4.3.0) 2025-03-06 19:50:30.425 | 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.dev11) (4.17.3) 2025-03-06 19:50:30.455 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev11) 2025-03-06 19:50:30.457 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-03-06 19:50:30.513 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev11) 2025-03-06 19:50:30.514 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-03-06 19:50:30.635 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev11) 2025-03-06 19:50:30.638 | 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-03-06 19:50:30.674 | 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.dev11) (3.1.0) 2025-03-06 19:50:30.675 | 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.dev11) (3.4) 2025-03-06 19:50:30.709 | 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.dev11) (1.26.15) 2025-03-06 19:50:30.710 | 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.dev11) (2025.1.31) 2025-03-06 19:50:30.727 | 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.dev11) (0.7) 2025-03-06 19:50:30.870 | 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.dev11) (0.13.1) 2025-03-06 19:50:30.904 | 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.dev11) (5.0.0) 2025-03-06 19:50:30.975 | 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.dev11) (2.21) 2025-03-06 19:50:31.007 | 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.dev11) (0.5.1) 2025-03-06 19:50:31.008 | 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.dev11) (2.4.3) 2025-03-06 19:50:31.009 | 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.dev11) (6.0.1) 2025-03-06 19:50:31.196 | 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.dev11) (2.3) 2025-03-06 19:50:31.229 | 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.dev11) (23.1.0) 2025-03-06 19:50:31.230 | 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.dev11) (0.19.3) 2025-03-06 19:50:31.350 | 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.dev11) (3.1.0) 2025-03-06 19:50:31.352 | 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.dev11) (4.9.2) 2025-03-06 19:50:31.449 | 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.dev11) (0.16.0) 2025-03-06 19:50:31.471 | 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.dev11) (0.2.6) 2025-03-06 19:50:31.852 | 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.dev11) (2.6.0) 2025-03-06 19:50:32.085 | 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.dev11) (1.8.2) 2025-03-06 19:50:32.127 | 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.dev11) (3.15.0) 2025-03-06 19:50:32.202 | 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.dev11) (1.5.0) 2025-03-06 19:50:32.438 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-03-06 19:50:32.444 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-03-06 19:50:32.456 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-03-06 19:50:32.458 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-03-06 19:50:32.461 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-03-06 19:50:32.465 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-03-06 19:50:32.469 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-03-06 19:50:32.471 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-03-06 19:50:32.475 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-03-06 19:50:32.477 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-03-06 19:50:32.480 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-03-06 19:50:32.482 | 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-03-06 19:50:32.485 | 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-03-06 19:50:32.488 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-03-06 19:50:32.911 | 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-03-06 19:50:35.642 | Running setup.py develop for neutron 2025-03-06 19:50:37.131 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev11 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-03-06 19:50:37.332 | + inc/python:pip_install:222 : result=0 2025-03-06 19:50:37.334 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:50:37.336 | + functions-common:time_stop:2400 : local name 2025-03-06 19:50:37.338 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:50:37.340 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:50:37.342 | + functions-common:time_stop:2403 : local total 2025-03-06 19:50:37.344 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:50:37.346 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:50:37.348 | + functions-common:time_stop:2407 : start_time=1741290627699 2025-03-06 19:50:37.349 | + functions-common:time_stop:2409 : [[ -z 1741290627699 ]] 2025-03-06 19:50:37.352 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:50:37.355 | + functions-common:time_stop:2412 : end_time=1741290637353 2025-03-06 19:50:37.357 | + functions-common:time_stop:2413 : elapsed_time=9654 2025-03-06 19:50:37.360 | + functions-common:time_stop:2414 : total=62149 2025-03-06 19:50:37.362 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:50:37.364 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=71803 2025-03-06 19:50:37.366 | + inc/python:pip_install:225 : return 0 2025-03-06 19:50:37.368 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-03-06 19:50:37.371 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:50:37.373 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-03-06 19:50:37.375 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-03-06 19:50:37.377 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:50:37.379 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:50:37.382 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-03-06 19:50:37.384 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:50:37.387 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-03-06 19:50:37.389 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-06 19:50:37.391 | + stack.sh:main:962 : is_service_enabled nova 2025-03-06 19:50:37.407 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:50:37.410 | + stack.sh:main:964 : stack_install_service nova 2025-03-06 19:50:37.412 | + lib/stack:stack_install_service:20 : local service=nova 2025-03-06 19:50:37.414 | + lib/stack:stack_install_service:21 : type install_nova 2025-03-06 19:50:37.417 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-06 19:50:37.419 | + lib/stack:stack_install_service:32 : install_nova 2025-03-06 19:50:37.421 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-03-06 19:50:37.424 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-03-06 19:50:37.426 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:50:37.428 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:50:37.431 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-03-06 19:50:37.433 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:50:37.435 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-03-06 19:50:37.450 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:50:37.452 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-03-06 19:50:37.466 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:50:37.469 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-03-06 19:50:37.483 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:50:37.486 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova c9bc74e05877428eed2b7744f4f4123ee5649139 2025-03-06 19:50:37.488 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-03-06 19:50:37.490 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-03-06 19:50:37.492 | + functions-common:git_clone:574 : local git_ref=c9bc74e05877428eed2b7744f4f4123ee5649139 2025-03-06 19:50:37.494 | + functions-common:git_clone:575 : local orig_dir 2025-03-06 19:50:37.496 | ++ functions-common:git_clone:576 : pwd 2025-03-06 19:50:37.498 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-03-06 19:50:37.500 | + functions-common:git_clone:577 : local git_clone_flags= 2025-03-06 19:50:37.503 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-03-06 19:50:37.516 | + functions-common:git_clone:579 : RECLONE=False 2025-03-06 19:50:37.518 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-03-06 19:50:37.520 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-03-06 19:50:37.522 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-03-06 19:50:37.524 | + functions-common:git_clone:593 : echo c9bc74e05877428eed2b7744f4f4123ee5649139 2025-03-06 19:50:37.525 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-03-06 19:50:37.528 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-03-06 19:50:37.530 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-03-06 19:50:37.532 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-03-06 19:50:37.534 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:50:37.536 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:50:37.538 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:50:37.540 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:50:37.542 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:50:37.543 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:50:37.545 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:50:37.547 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:50:37.549 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:50:37.553 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290637551 2025-03-06 19:50:37.555 | + 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-03-06 19:50:37.557 | Cloning into '/opt/stack//nova'... 2025-03-06 19:51:06.995 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:51:06.997 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:06.999 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:07.001 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:07.003 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:07.005 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:07.006 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:51:07.008 | + functions-common:time_stop:2407 : start_time=1741290637551 2025-03-06 19:51:07.010 | + functions-common:time_stop:2409 : [[ -z 1741290637551 ]] 2025-03-06 19:51:07.012 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:07.015 | + functions-common:time_stop:2412 : end_time=1741290667013 2025-03-06 19:51:07.017 | + functions-common:time_stop:2413 : elapsed_time=29462 2025-03-06 19:51:07.019 | + functions-common:time_stop:2414 : total=36313 2025-03-06 19:51:07.020 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:07.022 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=65775 2025-03-06 19:51:07.024 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-03-06 19:51:07.026 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin c9bc74e05877428eed2b7744f4f4123ee5649139 2025-03-06 19:51:07.028 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:51:07.029 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:51:07.031 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:51:07.033 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:51:07.035 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:51:07.036 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:51:07.038 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:51:07.040 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:51:07.043 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:51:07.045 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290667044 2025-03-06 19:51:07.047 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin c9bc74e05877428eed2b7744f4f4123ee5649139 2025-03-06 19:51:12.341 | From https://opendev.org/openstack/nova 2025-03-06 19:51:12.341 | * branch c9bc74e05877428eed2b7744f4f4123ee5649139 -> FETCH_HEAD 2025-03-06 19:51:12.376 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:51:12.378 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:12.379 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:12.381 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:12.383 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:12.385 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:12.386 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:51:12.388 | + functions-common:time_stop:2407 : start_time=1741290667044 2025-03-06 19:51:12.390 | + functions-common:time_stop:2409 : [[ -z 1741290667044 ]] 2025-03-06 19:51:12.392 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:12.395 | + functions-common:time_stop:2412 : end_time=1741290672393 2025-03-06 19:51:12.397 | + functions-common:time_stop:2413 : elapsed_time=5349 2025-03-06 19:51:12.399 | + functions-common:time_stop:2414 : total=65775 2025-03-06 19:51:12.400 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:12.402 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=71124 2025-03-06 19:51:12.404 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-03-06 19:51:12.406 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:51:12.407 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:51:12.409 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:51:12.411 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:51:12.413 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:51:12.415 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:51:12.416 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:51:12.418 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:51:12.420 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:51:12.423 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290672421 2025-03-06 19:51:12.425 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-06 19:51:12.717 | Note: switching to 'FETCH_HEAD'. 2025-03-06 19:51:12.717 | 2025-03-06 19:51:12.717 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-06 19:51:12.717 | changes and commit them, and you can discard any commits you make in this 2025-03-06 19:51:12.717 | state without impacting any branches by switching back to a branch. 2025-03-06 19:51:12.717 | 2025-03-06 19:51:12.717 | If you want to create a new branch to retain commits you create, you may 2025-03-06 19:51:12.717 | do so (now or later) by using -c with the switch command. Example: 2025-03-06 19:51:12.717 | 2025-03-06 19:51:12.717 | git switch -c 2025-03-06 19:51:12.717 | 2025-03-06 19:51:12.717 | Or undo this operation with: 2025-03-06 19:51:12.717 | 2025-03-06 19:51:12.717 | git switch - 2025-03-06 19:51:12.717 | 2025-03-06 19:51:12.717 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-06 19:51:12.717 | 2025-03-06 19:51:12.718 | HEAD is now at c9bc74e Reproducer for bug 2098892 2025-03-06 19:51:12.722 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:51:12.724 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:12.725 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:12.727 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:12.729 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:12.731 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:12.733 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:51:12.735 | + functions-common:time_stop:2407 : start_time=1741290672421 2025-03-06 19:51:12.737 | + functions-common:time_stop:2409 : [[ -z 1741290672421 ]] 2025-03-06 19:51:12.739 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:12.742 | + functions-common:time_stop:2412 : end_time=1741290672740 2025-03-06 19:51:12.744 | + functions-common:time_stop:2413 : elapsed_time=319 2025-03-06 19:51:12.745 | + functions-common:time_stop:2414 : total=71124 2025-03-06 19:51:12.747 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:12.749 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=71443 2025-03-06 19:51:12.751 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-03-06 19:51:12.761 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-03-06 19:51:12.763 | + functions-common:git_clone:656 : git show --oneline 2025-03-06 19:51:12.764 | + functions-common:git_clone:656 : head -1 2025-03-06 19:51:12.766 | c9bc74e Reproducer for bug 2098892 2025-03-06 19:51:12.769 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-03-06 19:51:12.771 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-03-06 19:51:12.772 | + inc/python:setup_develop:360 : local bindep 2025-03-06 19:51:12.774 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-03-06 19:51:12.776 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-03-06 19:51:12.778 | + inc/python:setup_develop:366 : local extras= 2025-03-06 19:51:12.780 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-03-06 19:51:12.782 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-03-06 19:51:12.784 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-03-06 19:51:12.786 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-03-06 19:51:12.787 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-03-06 19:51:12.789 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-03-06 19:51:12.792 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-03-06 19:51:12.793 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-03-06 19:51:12.796 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-03-06 19:51:12.798 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-03-06 19:51:12.800 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-03-06 19:51:12.802 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-03-06 19:51:12.807 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-03-06 19:51:12.808 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-03-06 19:51:13.127 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-03-06 19:51:13.129 | + inc/python:setup_package:440 : local bindep=0 2025-03-06 19:51:13.131 | + inc/python:setup_package:441 : local bindep_flag= 2025-03-06 19:51:13.133 | + inc/python:setup_package:442 : local bindep_profiles= 2025-03-06 19:51:13.135 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-03-06 19:51:13.137 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-03-06 19:51:13.139 | + inc/python:setup_package:449 : local flags=-e 2025-03-06 19:51:13.141 | + inc/python:setup_package:450 : local extras= 2025-03-06 19:51:13.143 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-03-06 19:51:13.144 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-03-06 19:51:13.147 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-03-06 19:51:13.148 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-03-06 19:51:13.150 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-03-06 19:51:13.152 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-03-06 19:51:13.168 | Using python 3.10 to install /opt/stack/nova 2025-03-06 19:51:13.170 | + 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-03-06 19:51:13.996 | Obtaining file:///opt/stack/nova 2025-03-06 19:51:13.997 | Preparing metadata (setup.py): started 2025-03-06 19:51:14.607 | Preparing metadata (setup.py): finished with status 'done' 2025-03-06 19:51:14.693 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.11.1) 2025-03-06 19:51:14.695 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.4.41) 2025-03-06 19:51:14.695 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.1.1) 2025-03-06 19:51:14.695 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.33.3) 2025-03-06 19:51:14.696 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.2) 2025-03-06 19:51:14.697 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (10.4.1) 2025-03-06 19:51:14.698 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.9.2) 2025-03-06 19:51:14.698 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.5.1) 2025-03-06 19:51:14.699 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (40.0.2) 2025-03-06 19:51:14.700 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.8.7) 2025-03-06 19:51:14.701 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.0.2) 2025-03-06 19:51:14.701 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.0.1) 2025-03-06 19:51:14.702 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.5.2) 2025-03-06 19:51:14.703 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.7.0) 2025-03-06 19:51:14.704 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.9.4) 2025-03-06 19:51:14.705 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.8.0) 2025-03-06 19:51:14.705 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.11.0) 2025-03-06 19:51:14.706 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.0) 2025-03-06 19:51:14.707 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.1.0) 2025-03-06 19:51:14.708 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.17.3) 2025-03-06 19:51:14.708 | 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.dev17) (9.4.0) 2025-03-06 19:51:14.710 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.3.0) 2025-03-06 19:51:14.710 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (11.0.0) 2025-03-06 19:51:14.713 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.4.1) 2025-03-06 19:51:14.713 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.28.2) 2025-03-06 19:51:14.713 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.1.0) 2025-03-06 19:51:14.904 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev17) 2025-03-06 19:51:14.905 | Using cached websockify-0.10.0-py3-none-any.whl 2025-03-06 19:51:14.912 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.5.0) 2025-03-06 19:51:14.912 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-03-06 19:51:14.913 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (9.2.0) 2025-03-06 19:51:14.914 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-03-06 19:51:14.915 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.3.2) 2025-03-06 19:51:14.916 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.2.0) 2025-03-06 19:51:14.916 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.1.0) 2025-03-06 19:51:14.917 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.1) 2025-03-06 19:51:14.918 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.2.0) 2025-03-06 19:51:14.919 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.2.1) 2025-03-06 19:51:14.920 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (14.1.1) 2025-03-06 19:51:14.920 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (7.1.0) 2025-03-06 19:51:14.921 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (14.4.2) 2025-03-06 19:51:14.922 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.2.1) 2025-03-06 19:51:14.923 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-03-06 19:51:14.924 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.1.1) 2025-03-06 19:51:14.925 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.1) 2025-03-06 19:51:14.925 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.0.0) 2025-03-06 19:51:14.926 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.2.0) 2025-03-06 19:51:14.927 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (5.9.5) 2025-03-06 19:51:14.928 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-03-06 19:51:14.928 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.4.2) 2025-03-06 19:51:14.929 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.1.0) 2025-03-06 19:51:14.930 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.0.0) 2025-03-06 19:51:14.931 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (3.2.0) 2025-03-06 19:51:14.932 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.3.0) 2025-03-06 19:51:15.042 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev17) 2025-03-06 19:51:15.044 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-03-06 19:51:15.046 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (4.2.0) 2025-03-06 19:51:15.047 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (0.2.3) 2025-03-06 19:51:15.047 | 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.dev17) (1.3.4) 2025-03-06 19:51:15.048 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.7.0) 2025-03-06 19:51:15.049 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.8.2) 2025-03-06 19:51:15.050 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (2.4.1) 2025-03-06 19:51:15.051 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (1.5.1) 2025-03-06 19:51:15.052 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (6.0) 2025-03-06 19:51:15.055 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev17) (23.1) 2025-03-06 19:51:15.058 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev17) (1.2.4) 2025-03-06 19:51:15.068 | 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.dev17) (5.6.1) 2025-03-06 19:51:15.088 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev17) (1.15.1) 2025-03-06 19:51:15.100 | 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.dev17) (2.3.0) 2025-03-06 19:51:15.101 | 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.dev17) (1.16.0) 2025-03-06 19:51:15.113 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev17) (2.1.2) 2025-03-06 19:51:15.132 | 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.dev17) (23.1.0) 2025-03-06 19:51:15.133 | 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.dev17) (0.19.3) 2025-03-06 19:51:15.180 | 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.dev17) (3.1.1) 2025-03-06 19:51:15.181 | 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.dev17) (5.2.0) 2025-03-06 19:51:15.206 | 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.dev17) (1.4.4) 2025-03-06 19:51:15.207 | 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.dev17) (1.4.0) 2025-03-06 19:51:15.207 | 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.dev17) (1.32) 2025-03-06 19:51:15.209 | 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.dev17) (1.0.1) 2025-03-06 19:51:15.209 | 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.dev17) (1.1.8) 2025-03-06 19:51:15.220 | 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.dev17) (5.9.0) 2025-03-06 19:51:15.223 | 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.dev17) (6.3.1) 2025-03-06 19:51:15.244 | 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.dev17) (2.5.0) 2025-03-06 19:51:15.246 | 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.dev17) (2.4.2) 2025-03-06 19:51:15.248 | 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.dev17) (0.7.7) 2025-03-06 19:51:15.273 | 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.dev17) (0.18) 2025-03-06 19:51:15.343 | 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.dev17) (2.0.1) 2025-03-06 19:51:15.343 | 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.dev17) (0.5.0) 2025-03-06 19:51:15.379 | 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.dev17) (0.9.6) 2025-03-06 19:51:15.406 | 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.dev17) (5.1.1) 2025-03-06 19:51:15.407 | 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.dev17) (5.3.0) 2025-03-06 19:51:15.408 | 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.dev17) (5.2.4) 2025-03-06 19:51:15.409 | 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.dev17) (0.7.0) 2025-03-06 19:51:15.421 | 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.dev17) (4.0.1) 2025-03-06 19:51:15.423 | 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.dev17) (4.0.1) 2025-03-06 19:51:15.445 | 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.dev17) (1.0.5) 2025-03-06 19:51:15.472 | 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.dev17) (2023.3) 2025-03-06 19:51:15.473 | 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.dev17) (2023.3) 2025-03-06 19:51:15.487 | 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.dev17) (1.4.0) 2025-03-06 19:51:15.488 | 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.dev17) (4.0.1) 2025-03-06 19:51:15.512 | 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.dev17) (3.0.9) 2025-03-06 19:51:15.557 | 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.dev17) (1.5.0) 2025-03-06 19:51:15.570 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev17) (69.1.1) 2025-03-06 19:51:15.607 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev17) (0.2.6) 2025-03-06 19:51:15.669 | 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.dev17) (23.1.1) 2025-03-06 19:51:15.670 | 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.dev17) (2.0.1) 2025-03-06 19:51:15.672 | 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.dev17) (1.15.0) 2025-03-06 19:51:15.691 | 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.dev17) (4.3.0) 2025-03-06 19:51:15.693 | 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.dev17) (2.1.0) 2025-03-06 19:51:15.693 | 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.dev17) (2.8.1) 2025-03-06 19:51:15.697 | 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.dev17) (3.19.1) 2025-03-06 19:51:15.725 | 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.dev17) (3.1.0) 2025-03-06 19:51:15.726 | 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.dev17) (3.4) 2025-03-06 19:51:15.727 | 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.dev17) (1.26.15) 2025-03-06 19:51:15.728 | 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.dev17) (2025.1.31) 2025-03-06 19:51:15.772 | 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.dev17) (0.7) 2025-03-06 19:51:15.897 | 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.dev17) (0.13.1) 2025-03-06 19:51:16.195 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev17) 2025-03-06 19:51:16.198 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-03-06 19:51:16.215 | 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.dev17) (5.0.0) 2025-03-06 19:51:16.321 | 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.dev17) (2.21) 2025-03-06 19:51:16.355 | 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.dev17) (0.5.1) 2025-03-06 19:51:16.356 | 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.dev17) (2.4.3) 2025-03-06 19:51:16.356 | 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.dev17) (6.0.1) 2025-03-06 19:51:16.499 | 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.dev17) (2.3) 2025-03-06 19:51:16.649 | 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.dev17) (0.16.0) 2025-03-06 19:51:16.669 | 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.dev17) (2.17.7) 2025-03-06 19:51:17.042 | 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.dev17) (2.6.0) 2025-03-06 19:51:17.364 | 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.dev17) (1.8.2) 2025-03-06 19:51:17.405 | 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.dev17) (3.15.0) 2025-03-06 19:51:17.449 | 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.dev17) (2.4.0) 2025-03-06 19:51:17.639 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-03-06 19:51:17.641 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-03-06 19:51:18.170 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-03-06 19:51:20.047 | Running setup.py develop for nova 2025-03-06 19:51:21.534 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev17 numpy-1.24.2 websockify-0.10.0 2025-03-06 19:51:21.684 | + inc/python:pip_install:222 : result=0 2025-03-06 19:51:21.686 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:51:21.688 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:21.689 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:21.691 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:21.693 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:21.694 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:21.696 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:51:21.698 | + functions-common:time_stop:2407 : start_time=1741290673164 2025-03-06 19:51:21.699 | + functions-common:time_stop:2409 : [[ -z 1741290673164 ]] 2025-03-06 19:51:21.701 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:21.704 | + functions-common:time_stop:2412 : end_time=1741290681702 2025-03-06 19:51:21.706 | + functions-common:time_stop:2413 : elapsed_time=8538 2025-03-06 19:51:21.708 | + functions-common:time_stop:2414 : total=71803 2025-03-06 19:51:21.709 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:21.711 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=80341 2025-03-06 19:51:21.712 | + inc/python:pip_install:225 : return 0 2025-03-06 19:51:21.714 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-03-06 19:51:21.716 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:51:21.718 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-03-06 19:51:21.720 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-03-06 19:51:21.721 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:51:21.723 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:51:21.725 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-03-06 19:51:21.727 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:51:21.729 | + 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-03-06 19:51:21.739 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-06 19:51:21.742 | + stack.sh:main:965 : configure_nova 2025-03-06 19:51:21.744 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-03-06 19:51:21.753 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-03-06 19:51:21.755 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-03-06 19:51:21.757 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-03-06 19:51:21.760 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-03-06 19:51:21.760 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-03-06 19:51:21.763 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-03-06 19:51:21.765 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-03-06 19:51:21.767 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-03-06 19:51:21.769 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-03-06 19:51:21.771 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-03-06 19:51:21.772 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-03-06 19:51:21.774 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-03-06 19:51:21.776 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-03-06 19:51:21.784 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-03-06 19:51:21.794 | + 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-03-06 19:51:21.803 | + 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-03-06 19:51:21.812 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-03-06 19:51:21.822 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-03-06 19:51:21.831 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-03-06 19:51:21.833 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-03-06 19:51:21.836 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.lGbrnrdh9P 2025-03-06 19:51:21.838 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-03-06 19:51:21.840 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-03-06 19:51:21.842 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-03-06 19:51:21.844 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-03-06 19:51:21.845 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-03-06 19:51:21.847 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.lGbrnrdh9P 2025-03-06 19:51:21.850 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.lGbrnrdh9P 2025-03-06 19:51:21.859 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.lGbrnrdh9P /etc/sudoers.d/nova-rootwrap 2025-03-06 19:51:21.869 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-03-06 19:51:21.872 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-03-06 19:51:21.874 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-03-06 19:51:21.875 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-03-06 19:51:21.877 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-03-06 19:51:21.879 | + 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-03-06 19:51:21.881 | + 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-03-06 19:51:21.884 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-03-06 19:51:21.884 | + 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-03-06 19:51:21.890 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-03-06 19:51:21.893 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-03-06 19:51:21.902 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-03-06 19:51:21.910 | + 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-03-06 19:51:21.912 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-03-06 19:51:21.915 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-03-06 19:51:21.928 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:21.930 | + lib/nova:configure_nova:361 : create_nova_conf 2025-03-06 19:51:21.932 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-03-06 19:51:21.934 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-03-06 19:51:21.937 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-03-06 19:51:21.960 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-03-06 19:51:21.962 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-03-06 19:51:21.982 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-03-06 19:51:22.004 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-03-06 19:51:22.026 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-03-06 19:51:22.050 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-03-06 19:51:22.073 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-03-06 19:51:22.096 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-03-06 19:51:22.118 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-03-06 19:51:22.139 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-03-06 19:51:22.161 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-03-06 19:51:22.183 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-03-06 19:51:22.205 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-03-06 19:51:22.228 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-03-06 19:51:22.250 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-03-06 19:51:22.271 | + lib/nova:create_nova_conf:459 : is_fedora 2025-03-06 19:51:22.273 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-03-06 19:51:22.274 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-03-06 19:51:22.276 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-03-06 19:51:22.278 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-03-06 19:51:22.280 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-06 19:51:22.281 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-06 19:51:22.283 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-03-06 19:51:22.285 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-03-06 19:51:22.286 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-03-06 19:51:22.288 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-03-06 19:51:22.290 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-03-06 19:51:22.291 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-03-06 19:51:22.293 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-03-06 19:51:22.295 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-03-06 19:51:22.307 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:22.308 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-06 19:51:22.310 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-03-06 19:51:22.312 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-03-06 19:51:22.314 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-03-06 19:51:22.316 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-03-06 19:51:22.318 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-03-06 19:51:22.319 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-03-06 19:51:22.321 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-03-06 19:51:22.323 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-03-06 19:51:22.334 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:22.336 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-03-06 19:51:22.337 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-03-06 19:51:22.340 | + 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-03-06 19:51:22.363 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-03-06 19:51:22.365 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-03-06 19:51:22.367 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-03-06 19:51:22.369 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-03-06 19:51:22.370 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-03-06 19:51:22.372 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-03-06 19:51:22.374 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-03-06 19:51:22.386 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:22.387 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-03-06 19:51:22.389 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-03-06 19:51:22.391 | + 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-03-06 19:51:22.415 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-03-06 19:51:22.438 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-03-06 19:51:22.460 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-03-06 19:51:22.482 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-03-06 19:51:22.493 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:22.495 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-03-06 19:51:22.507 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:22.510 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-03-06 19:51:22.510 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-03-06 19:51:22.513 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-03-06 19:51:22.515 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-03-06 19:51:22.537 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-03-06 19:51:22.539 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-03-06 19:51:22.562 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-03-06 19:51:22.585 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-03-06 19:51:22.597 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:22.599 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-03-06 19:51:22.600 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-03-06 19:51:22.602 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-03-06 19:51:22.604 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-06 19:51:22.606 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-03-06 19:51:22.629 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-03-06 19:51:22.651 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-06 19:51:22.673 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-03-06 19:51:22.694 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-03-06 19:51:22.716 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-03-06 19:51:22.739 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-03-06 19:51:22.761 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-03-06 19:51:22.783 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-06 19:51:22.805 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-03-06 19:51:22.827 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-03-06 19:51:22.839 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:22.841 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-03-06 19:51:22.843 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-03-06 19:51:22.866 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-03-06 19:51:22.888 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-03-06 19:51:22.911 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-03-06 19:51:22.932 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-03-06 19:51:22.954 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-03-06 19:51:22.976 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-03-06 19:51:22.997 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-03-06 19:51:23.019 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-03-06 19:51:23.031 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:23.033 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-03-06 19:51:23.035 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-03-06 19:51:23.057 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-03-06 19:51:23.081 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-03-06 19:51:23.082 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-03-06 19:51:23.104 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-03-06 19:51:23.106 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-03-06 19:51:23.108 | + lib/nova:create_nova_conf:534 : is_fedora 2025-03-06 19:51:23.110 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-03-06 19:51:23.111 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-03-06 19:51:23.113 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-03-06 19:51:23.115 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-03-06 19:51:23.117 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-06 19:51:23.119 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-06 19:51:23.120 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-03-06 19:51:23.122 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-03-06 19:51:23.124 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-03-06 19:51:23.125 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-03-06 19:51:23.127 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-03-06 19:51:23.129 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-03-06 19:51:23.131 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-03-06 19:51:23.132 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-03-06 19:51:23.134 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-03-06 19:51:23.136 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-03-06 19:51:23.138 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-06 19:51:23.150 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-06 19:51:23.152 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-06 19:51:23.154 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-06 19:51:23.156 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-06 19:51:23.158 | + 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-03-06 19:51:23.180 | + 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-03-06 19:51:23.202 | + 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-03-06 19:51:23.224 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-06 19:51:23.246 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-03-06 19:51:23.269 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-03-06 19:51:23.282 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:23.284 | + 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-03-06 19:51:23.285 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-03-06 19:51:23.287 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-03-06 19:51:23.289 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-03-06 19:51:23.291 | + lib/apache:write_uwsgi_config:244 : local http= 2025-03-06 19:51:23.292 | + lib/apache:write_uwsgi_config:245 : local name= 2025-03-06 19:51:23.295 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-03-06 19:51:23.298 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-03-06 19:51:23.299 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-03-06 19:51:23.301 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-06 19:51:23.310 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-06 19:51:23.310 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-06 19:51:23.317 | d /var/run/uwsgi 0755 stack root 2025-03-06 19:51:23.319 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-06 19:51:23.327 | /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-03-06 19:51:23.330 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-03-06 19:51:23.332 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-03-06 19:51:23.335 | + 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-03-06 19:51:23.358 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-03-06 19:51:23.380 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-03-06 19:51:23.401 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-03-06 19:51:23.423 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-03-06 19:51:23.444 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-06 19:51:23.466 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-03-06 19:51:23.488 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-03-06 19:51:23.509 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-03-06 19:51:23.531 | + 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-03-06 19:51:23.552 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-03-06 19:51:23.574 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-06 19:51:23.596 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-03-06 19:51:23.618 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-03-06 19:51:23.619 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-03-06 19:51:23.622 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-03-06 19:51:23.623 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-03-06 19:51:23.625 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-03-06 19:51:23.627 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:23.629 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:23.630 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-03-06 19:51:23.633 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-03-06 19:51:23.635 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-03-06 19:51:23.657 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-03-06 19:51:23.679 | + 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-03-06 19:51:23.679 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-03-06 19:51:23.685 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-03-06 19:51:23.688 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-03-06 19:51:23.690 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-03-06 19:51:23.691 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-03-06 19:51:23.693 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-03-06 19:51:23.695 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-03-06 19:51:23.697 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:23.698 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:23.700 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-06 19:51:23.702 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-03-06 19:51:23.704 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:23.706 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:23.707 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-03-06 19:51:23.738 | Enabling site nova-api-wsgi. 2025-03-06 19:51:23.742 | To activate the new configuration, you need to run: 2025-03-06 19:51:23.742 | systemctl reload apache2 2025-03-06 19:51:23.745 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-03-06 19:51:23.747 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-03-06 19:51:23.749 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:51:23.750 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-03-06 19:51:23.849 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-03-06 19:51:23.862 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:23.863 | + 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-03-06 19:51:23.865 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-03-06 19:51:23.867 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-03-06 19:51:23.869 | + lib/apache:write_uwsgi_config:243 : local url= 2025-03-06 19:51:23.871 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-03-06 19:51:23.873 | + lib/apache:write_uwsgi_config:245 : local name= 2025-03-06 19:51:23.875 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-03-06 19:51:23.878 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-03-06 19:51:23.880 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-03-06 19:51:23.882 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-06 19:51:23.891 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-06 19:51:23.892 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-06 19:51:23.898 | d /var/run/uwsgi 0755 stack root 2025-03-06 19:51:23.901 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-06 19:51:23.911 | /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-03-06 19:51:23.915 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-03-06 19:51:23.917 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-03-06 19:51:23.920 | + 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-03-06 19:51:23.946 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-03-06 19:51:23.970 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-03-06 19:51:23.992 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-03-06 19:51:24.014 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-03-06 19:51:24.036 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-06 19:51:24.059 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-03-06 19:51:24.081 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-03-06 19:51:24.104 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-03-06 19:51:24.127 | + 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-03-06 19:51:24.149 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-03-06 19:51:24.172 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-06 19:51:24.194 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-03-06 19:51:24.217 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-03-06 19:51:24.219 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-03-06 19:51:24.241 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-03-06 19:51:24.253 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:24.255 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-03-06 19:51:24.279 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-03-06 19:51:24.281 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-03-06 19:51:24.283 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-03-06 19:51:24.295 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:24.297 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-06 19:51:24.299 | + 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-03-06 19:51:24.321 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-03-06 19:51:24.346 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-03-06 19:51:24.347 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-03-06 19:51:24.349 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-03-06 19:51:24.351 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-03-06 19:51:24.353 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-03-06 19:51:24.354 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-03-06 19:51:24.367 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:24.369 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-03-06 19:51:24.371 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-03-06 19:51:24.373 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-03-06 19:51:24.385 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:24.386 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-06 19:51:24.388 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-06 19:51:24.411 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-03-06 19:51:24.413 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-03-06 19:51:24.415 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-03-06 19:51:24.437 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-03-06 19:51:24.459 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-03-06 19:51:24.484 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-03-06 19:51:24.497 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:24.498 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-03-06 19:51:24.520 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-03-06 19:51:24.522 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-03-06 19:51:24.524 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-03-06 19:51:24.548 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-03-06 19:51:24.570 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-03-06 19:51:24.593 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-03-06 19:51:24.615 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-03-06 19:51:24.637 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-03-06 19:51:24.659 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-03-06 19:51:24.682 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-03-06 19:51:24.704 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-03-06 19:51:24.726 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-03-06 19:51:24.738 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:24.740 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-03-06 19:51:24.743 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-03-06 19:51:24.745 | + lib/nova:create_nova_conf:582 : local conf 2025-03-06 19:51:24.747 | + lib/nova:create_nova_conf:583 : local vhost 2025-03-06 19:51:24.749 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-03-06 19:51:24.751 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-03-06 19:51:24.752 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-03-06 19:51:24.755 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-03-06 19:51:24.756 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-03-06 19:51:24.758 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-03-06 19:51:24.761 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-03-06 19:51:24.763 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-03-06 19:51:24.765 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-03-06 19:51:24.767 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-03-06 19:51:24.769 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-03-06 19:51:24.771 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-03-06 19:51:24.773 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-03-06 19:51:24.785 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:24.787 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-03-06 19:51:24.788 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-03-06 19:51:24.791 | + 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-03-06 19:51:24.816 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-03-06 19:51:24.840 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-03-06 19:51:24.865 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-06 19:51:24.867 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-03-06 19:51:24.869 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-03-06 19:51:24.870 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-03-06 19:51:24.872 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-03-06 19:51:24.874 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-03-06 19:51:24.876 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-03-06 19:51:24.889 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:24.891 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-03-06 19:51:24.893 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-03-06 19:51:24.895 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-03-06 19:51:24.908 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:24.909 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-06 19:51:24.912 | + 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-03-06 19:51:24.935 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-03-06 19:51:24.936 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-03-06 19:51:24.938 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-03-06 19:51:24.940 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-03-06 19:51:24.942 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-03-06 19:51:24.945 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-06 19:51:24.957 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-06 19:51:24.959 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-06 19:51:24.961 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-06 19:51:24.963 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-06 19:51:24.965 | + 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-03-06 19:51:24.987 | + 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-03-06 19:51:25.010 | + 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-03-06 19:51:25.033 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-06 19:51:25.055 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-06 19:51:25.057 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-03-06 19:51:25.059 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-03-06 19:51:25.061 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-03-06 19:51:25.063 | + lib/nova:configure_console_proxies:732 : offset=0 2025-03-06 19:51:25.065 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-03-06 19:51:25.077 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:25.079 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-03-06 19:51:25.081 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-03-06 19:51:25.093 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:25.095 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-03-06 19:51:25.108 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:25.109 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-03-06 19:51:25.122 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:25.124 | + stack.sh:main:968 : is_service_enabled placement 2025-03-06 19:51:25.138 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:25.140 | + stack.sh:main:970 : stack_install_service placement 2025-03-06 19:51:25.142 | + lib/stack:stack_install_service:20 : local service=placement 2025-03-06 19:51:25.144 | + lib/stack:stack_install_service:21 : type install_placement 2025-03-06 19:51:25.146 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-03-06 19:51:25.148 | + lib/stack:stack_install_service:32 : install_placement 2025-03-06 19:51:25.150 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-03-06 19:51:25.152 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-03-06 19:51:25.154 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:25.156 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:25.158 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-03-06 19:51:25.160 | + functions-common:install_package:1421 : update_package_repo 2025-03-06 19:51:25.162 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-03-06 19:51:25.164 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-03-06 19:51:25.166 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-03-06 19:51:25.168 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-03-06 19:51:25.170 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-03-06 19:51:25.172 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:25.174 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:25.176 | + functions-common:update_package_repo:1404 : apt_get_update 2025-03-06 19:51:25.178 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-03-06 19:51:25.180 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-03-06 19:51:25.182 | + functions-common:apt_get_update:1150 : return 2025-03-06 19:51:25.184 | + functions-common:install_package:1422 : real_install_package apache2 2025-03-06 19:51:25.186 | + functions-common:real_install_package:1409 : is_ubuntu 2025-03-06 19:51:25.188 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:25.190 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:25.192 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-03-06 19:51:25.208 | + 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-03-06 19:51:25.268 | Reading package lists... 2025-03-06 19:51:25.487 | Building dependency tree... 2025-03-06 19:51:25.491 | Reading state information... 2025-03-06 19:51:25.699 | apache2 is already the newest version (2.4.52-1ubuntu4.13). 2025-03-06 19:51:25.699 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-06 19:51:25.704 | + functions-common:apt_get:1194 : result=0 2025-03-06 19:51:25.706 | + functions-common:apt_get:1197 : time_stop apt-get 2025-03-06 19:51:25.708 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:25.710 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:25.712 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:25.714 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:25.716 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:25.718 | + functions-common:time_stop:2406 : name=apt-get 2025-03-06 19:51:25.720 | + functions-common:time_stop:2407 : start_time=1741290685205 2025-03-06 19:51:25.722 | + functions-common:time_stop:2409 : [[ -z 1741290685205 ]] 2025-03-06 19:51:25.725 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:25.728 | + functions-common:time_stop:2412 : end_time=1741290685726 2025-03-06 19:51:25.730 | + functions-common:time_stop:2413 : elapsed_time=521 2025-03-06 19:51:25.732 | + functions-common:time_stop:2414 : total=23545 2025-03-06 19:51:25.734 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:25.736 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=24066 2025-03-06 19:51:25.738 | + functions-common:apt_get:1198 : return 0 2025-03-06 19:51:25.740 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-03-06 19:51:25.742 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-03-06 19:51:25.744 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-03-06 19:51:25.746 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-03-06 19:51:25.748 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-03-06 19:51:25.762 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-03-06 19:51:25.764 | + functions-common:install_package:1421 : update_package_repo 2025-03-06 19:51:25.766 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-03-06 19:51:25.768 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-03-06 19:51:25.770 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-03-06 19:51:25.772 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-03-06 19:51:25.774 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-03-06 19:51:25.776 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:25.778 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:25.780 | + functions-common:update_package_repo:1404 : apt_get_update 2025-03-06 19:51:25.783 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-03-06 19:51:25.785 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-03-06 19:51:25.787 | + functions-common:apt_get_update:1150 : return 2025-03-06 19:51:25.789 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-03-06 19:51:25.791 | + functions-common:real_install_package:1409 : is_ubuntu 2025-03-06 19:51:25.793 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:25.795 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:25.797 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-03-06 19:51:25.814 | + 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-03-06 19:51:25.876 | Reading package lists... 2025-03-06 19:51:26.091 | Building dependency tree... 2025-03-06 19:51:26.093 | Reading state information... 2025-03-06 19:51:26.311 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-03-06 19:51:26.311 | 0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded. 2025-03-06 19:51:26.316 | + functions-common:apt_get:1194 : result=0 2025-03-06 19:51:26.318 | + functions-common:apt_get:1197 : time_stop apt-get 2025-03-06 19:51:26.320 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:26.323 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:26.325 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:26.327 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:26.329 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:26.331 | + functions-common:time_stop:2406 : name=apt-get 2025-03-06 19:51:26.333 | + functions-common:time_stop:2407 : start_time=1741290685812 2025-03-06 19:51:26.335 | + functions-common:time_stop:2409 : [[ -z 1741290685812 ]] 2025-03-06 19:51:26.337 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:26.340 | + functions-common:time_stop:2412 : end_time=1741290686338 2025-03-06 19:51:26.342 | + functions-common:time_stop:2413 : elapsed_time=526 2025-03-06 19:51:26.344 | + functions-common:time_stop:2414 : total=24066 2025-03-06 19:51:26.346 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:26.348 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=24592 2025-03-06 19:51:26.350 | + functions-common:apt_get:1198 : return 0 2025-03-06 19:51:26.352 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-03-06 19:51:26.354 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-03-06 19:51:26.356 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-03-06 19:51:26.358 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:26.360 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:26.362 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-03-06 19:51:26.364 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-03-06 19:51:26.392 | wsgi (enabled by maintainer script) 2025-03-06 19:51:26.395 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-03-06 19:51:26.397 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-03-06 19:51:26.399 | + inc/python:pip_install_gr:95 : local clean_name 2025-03-06 19:51:26.401 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-03-06 19:51:26.403 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-03-06 19:51:26.405 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-03-06 19:51:26.409 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-03-06 19:51:26.409 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-03-06 19:51:26.413 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-03-06 19:51:26.415 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-03-06 19:51:26.416 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-03-06 19:51:26.419 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-03-06 19:51:26.421 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-03-06 19:51:26.438 | Using python 3.10 to install osc-placement 2025-03-06 19:51:26.440 | + 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-03-06 19:51:27.460 | Collecting osc-placement 2025-03-06 19:51:27.462 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-03-06 19:51:27.487 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2025-03-06 19:51:27.487 | 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-03-06 19:51:27.488 | 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-03-06 19:51:27.489 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2025-03-06 19:51:27.490 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2025-03-06 19:51:27.515 | 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-03-06 19:51:27.516 | 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-03-06 19:51:27.517 | 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-03-06 19:51:27.519 | 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-03-06 19:51:27.524 | 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-03-06 19:51:27.525 | 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-03-06 19:51:27.527 | 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-03-06 19:51:27.533 | 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-03-06 19:51:27.534 | 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-03-06 19:51:27.534 | 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-03-06 19:51:27.535 | 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-03-06 19:51:27.536 | 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-03-06 19:51:27.536 | 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-03-06 19:51:27.537 | 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-03-06 19:51:27.545 | 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-03-06 19:51:27.546 | 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-03-06 19:51:27.546 | 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-03-06 19:51:27.547 | 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-03-06 19:51:27.548 | 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-03-06 19:51:27.552 | 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-03-06 19:51:27.568 | 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-03-06 19:51:27.568 | 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-03-06 19:51:27.569 | 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-03-06 19:51:27.572 | 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-03-06 19:51:27.573 | 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-03-06 19:51:27.573 | 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-03-06 19:51:27.573 | 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-03-06 19:51:27.594 | 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-03-06 19:51:27.595 | 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-03-06 19:51:27.597 | 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-03-06 19:51:27.597 | 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-03-06 19:51:27.636 | 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-03-06 19:51:27.636 | 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-03-06 19:51:27.637 | 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-03-06 19:51:27.657 | 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-03-06 19:51:27.690 | 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-03-06 19:51:27.697 | 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-03-06 19:51:27.755 | 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-03-06 19:51:27.794 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-03-06 19:51:28.588 | Installing collected packages: osc-placement 2025-03-06 19:51:28.663 | Successfully installed osc-placement-4.2.0 2025-03-06 19:51:28.760 | + inc/python:pip_install:222 : result=0 2025-03-06 19:51:28.763 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:51:28.765 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:28.767 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:28.769 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:28.771 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:28.773 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:28.776 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:51:28.778 | + functions-common:time_stop:2407 : start_time=1741290686433 2025-03-06 19:51:28.780 | + functions-common:time_stop:2409 : [[ -z 1741290686433 ]] 2025-03-06 19:51:28.783 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:28.786 | + functions-common:time_stop:2412 : end_time=1741290688784 2025-03-06 19:51:28.789 | + functions-common:time_stop:2413 : elapsed_time=2351 2025-03-06 19:51:28.791 | + functions-common:time_stop:2414 : total=80341 2025-03-06 19:51:28.793 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:28.795 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=82692 2025-03-06 19:51:28.798 | + inc/python:pip_install:225 : return 0 2025-03-06 19:51:28.800 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-03-06 19:51:28.802 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-03-06 19:51:28.804 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-03-06 19:51:28.806 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-03-06 19:51:28.808 | + functions-common:git_clone:575 : local orig_dir 2025-03-06 19:51:28.810 | ++ functions-common:git_clone:576 : pwd 2025-03-06 19:51:28.813 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-03-06 19:51:28.815 | + functions-common:git_clone:577 : local git_clone_flags= 2025-03-06 19:51:28.817 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-03-06 19:51:28.831 | + functions-common:git_clone:579 : RECLONE=False 2025-03-06 19:51:28.833 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-03-06 19:51:28.835 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-03-06 19:51:28.837 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-03-06 19:51:28.839 | + functions-common:git_clone:593 : echo stable/2023.2 2025-03-06 19:51:28.840 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-03-06 19:51:28.843 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-03-06 19:51:28.845 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-03-06 19:51:28.847 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-03-06 19:51:28.849 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:51:28.851 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:51:28.853 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:51:28.855 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:51:28.857 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:51:28.859 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:51:28.861 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:51:28.863 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:51:28.865 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:51:28.868 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290688866 2025-03-06 19:51:28.870 | + 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-03-06 19:51:28.872 | Cloning into '/opt/stack//placement'... 2025-03-06 19:51:30.971 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:51:30.973 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:30.975 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:30.977 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:30.978 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:30.980 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:30.982 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:51:30.984 | + functions-common:time_stop:2407 : start_time=1741290688866 2025-03-06 19:51:30.986 | + functions-common:time_stop:2409 : [[ -z 1741290688866 ]] 2025-03-06 19:51:30.988 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:30.991 | + functions-common:time_stop:2412 : end_time=1741290690989 2025-03-06 19:51:30.993 | + functions-common:time_stop:2413 : elapsed_time=2123 2025-03-06 19:51:30.995 | + functions-common:time_stop:2414 : total=71443 2025-03-06 19:51:30.997 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:30.999 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=73566 2025-03-06 19:51:31.001 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-03-06 19:51:31.003 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-03-06 19:51:31.005 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:51:31.006 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:51:31.008 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:51:31.010 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:51:31.012 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:51:31.015 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:51:31.017 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:51:31.019 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:51:31.021 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:51:31.024 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290691022 2025-03-06 19:51:31.026 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-03-06 19:51:32.577 | From https://opendev.org/openstack/placement 2025-03-06 19:51:32.578 | * branch stable/2023.2 -> FETCH_HEAD 2025-03-06 19:51:32.582 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:51:32.584 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:32.586 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:32.588 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:32.590 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:32.592 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:32.594 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:51:32.595 | + functions-common:time_stop:2407 : start_time=1741290691022 2025-03-06 19:51:32.597 | + functions-common:time_stop:2409 : [[ -z 1741290691022 ]] 2025-03-06 19:51:32.600 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:32.603 | + functions-common:time_stop:2412 : end_time=1741290692601 2025-03-06 19:51:32.605 | + functions-common:time_stop:2413 : elapsed_time=1579 2025-03-06 19:51:32.607 | + functions-common:time_stop:2414 : total=73566 2025-03-06 19:51:32.609 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:32.611 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=75145 2025-03-06 19:51:32.612 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-03-06 19:51:32.614 | + functions-common:git_timed:680 : local count=0 2025-03-06 19:51:32.616 | + functions-common:git_timed:681 : local timeout=0 2025-03-06 19:51:32.618 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:51:32.620 | + functions-common:git_timed:684 : timeout=0 2025-03-06 19:51:32.622 | + functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:51:32.624 | + functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:51:32.626 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:51:32.628 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:51:32.631 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:51:32.634 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290692632 2025-03-06 19:51:32.636 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-06 19:51:32.662 | Note: switching to 'FETCH_HEAD'. 2025-03-06 19:51:32.662 | 2025-03-06 19:51:32.662 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-06 19:51:32.662 | changes and commit them, and you can discard any commits you make in this 2025-03-06 19:51:32.662 | state without impacting any branches by switching back to a branch. 2025-03-06 19:51:32.662 | 2025-03-06 19:51:32.662 | If you want to create a new branch to retain commits you create, you may 2025-03-06 19:51:32.662 | do so (now or later) by using -c with the switch command. Example: 2025-03-06 19:51:32.662 | 2025-03-06 19:51:32.662 | git switch -c 2025-03-06 19:51:32.662 | 2025-03-06 19:51:32.662 | Or undo this operation with: 2025-03-06 19:51:32.662 | 2025-03-06 19:51:32.662 | git switch - 2025-03-06 19:51:32.662 | 2025-03-06 19:51:32.662 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-06 19:51:32.662 | 2025-03-06 19:51:32.662 | HEAD is now at a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2025-03-06 19:51:32.664 | + functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:51:32.666 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:32.668 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:32.670 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:32.672 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:32.674 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:32.676 | + functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:51:32.678 | + functions-common:time_stop:2407 : start_time=1741290692632 2025-03-06 19:51:32.680 | + functions-common:time_stop:2409 : [[ -z 1741290692632 ]] 2025-03-06 19:51:32.682 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:32.685 | + functions-common:time_stop:2412 : end_time=1741290692683 2025-03-06 19:51:32.687 | + functions-common:time_stop:2413 : elapsed_time=51 2025-03-06 19:51:32.689 | + functions-common:time_stop:2414 : total=75145 2025-03-06 19:51:32.691 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:32.693 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=75196 2025-03-06 19:51:32.695 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-03-06 19:51:32.705 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-03-06 19:51:32.707 | + functions-common:git_clone:656 : git show --oneline 2025-03-06 19:51:32.707 | + functions-common:git_clone:656 : head -1 2025-03-06 19:51:32.709 | a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2025-03-06 19:51:32.711 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-03-06 19:51:32.714 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-03-06 19:51:32.716 | + inc/python:setup_develop:360 : local bindep 2025-03-06 19:51:32.718 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-03-06 19:51:32.720 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-03-06 19:51:32.721 | + inc/python:setup_develop:366 : local extras= 2025-03-06 19:51:32.724 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-03-06 19:51:32.726 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-03-06 19:51:32.727 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-03-06 19:51:32.730 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-03-06 19:51:32.732 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-03-06 19:51:32.733 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-03-06 19:51:32.736 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-03-06 19:51:32.738 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-03-06 19:51:32.740 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-03-06 19:51:32.742 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-03-06 19:51:32.744 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-03-06 19:51:32.748 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-03-06 19:51:32.751 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-03-06 19:51:32.753 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-03-06 19:51:33.074 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-03-06 19:51:33.076 | + inc/python:setup_package:440 : local bindep=0 2025-03-06 19:51:33.078 | + inc/python:setup_package:441 : local bindep_flag= 2025-03-06 19:51:33.080 | + inc/python:setup_package:442 : local bindep_profiles= 2025-03-06 19:51:33.082 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-03-06 19:51:33.085 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-03-06 19:51:33.087 | + inc/python:setup_package:449 : local flags=-e 2025-03-06 19:51:33.089 | + inc/python:setup_package:450 : local extras= 2025-03-06 19:51:33.091 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-03-06 19:51:33.093 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-03-06 19:51:33.095 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-03-06 19:51:33.097 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-03-06 19:51:33.099 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-03-06 19:51:33.101 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-03-06 19:51:33.117 | Using python 3.10 to install /opt/stack/placement 2025-03-06 19:51:33.119 | + 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-03-06 19:51:33.948 | Obtaining file:///opt/stack/placement 2025-03-06 19:51:33.949 | Preparing metadata (setup.py): started 2025-03-06 19:51:34.369 | Preparing metadata (setup.py): finished with status 'done' 2025-03-06 19:51:34.431 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.11.1) 2025-03-06 19:51:34.432 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (1.4.41) 2025-03-06 19:51:34.433 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (10.4.1) 2025-03-06 19:51:34.433 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (2.5.1) 2025-03-06 19:51:34.434 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (1.8.7) 2025-03-06 19:51:34.435 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (4.17.3) 2025-03-06 19:51:34.436 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (2.28.2) 2025-03-06 19:51:34.437 | 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.dev20) (69.1.1) 2025-03-06 19:51:34.437 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.0) 2025-03-06 19:51:34.438 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (9.2.0) 2025-03-06 19:51:34.439 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.0) 2025-03-06 19:51:34.440 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.3.2) 2025-03-06 19:51:34.441 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.1) 2025-03-06 19:51:34.441 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (6.2.1) 2025-03-06 19:51:34.442 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (14.1.1) 2025-03-06 19:51:34.443 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (4.2.1) 2025-03-06 19:51:34.444 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.0) 2025-03-06 19:51:34.444 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (2.2.0) 2025-03-06 19:51:34.445 | 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.dev20) (1.1.0) 2025-03-06 19:51:34.446 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (3.0.0) 2025-03-06 19:51:34.447 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (1.0.1) 2025-03-06 19:51:34.466 | 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.dev20) (23.1.0) 2025-03-06 19:51:34.466 | 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.dev20) (0.19.3) 2025-03-06 19:51:34.489 | 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.dev20) (5.3.0) 2025-03-06 19:51:34.490 | 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.dev20) (3.5.0) 2025-03-06 19:51:34.491 | 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.dev20) (6.1.1) 2025-03-06 19:51:34.492 | 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.dev20) (3.1.1) 2025-03-06 19:51:34.493 | 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.dev20) (5.2.0) 2025-03-06 19:51:34.502 | 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.dev20) (0.18) 2025-03-06 19:51:34.521 | 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.dev20) (6.0) 2025-03-06 19:51:34.522 | 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.dev20) (2.5.0) 2025-03-06 19:51:34.522 | 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.dev20) (0.8.0) 2025-03-06 19:51:34.523 | 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.dev20) (2.0.0) 2025-03-06 19:51:34.524 | 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.dev20) (5.1.0) 2025-03-06 19:51:34.545 | 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.dev20) (1.9.4) 2025-03-06 19:51:34.547 | 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.dev20) (2.0.1) 2025-03-06 19:51:34.548 | 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.dev20) (0.5.0) 2025-03-06 19:51:34.567 | 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.dev20) (2.8.2) 2025-03-06 19:51:34.568 | 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.dev20) (0.9.6) 2025-03-06 19:51:34.576 | 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.dev20) (3.1.2) 2025-03-06 19:51:34.577 | 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.dev20) (4.0.1) 2025-03-06 19:51:34.578 | 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.dev20) (4.0.1) 2025-03-06 19:51:34.590 | 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.dev20) (1.0.5) 2025-03-06 19:51:34.591 | 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.dev20) (2023.3) 2025-03-06 19:51:34.592 | 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.dev20) (2023.3) 2025-03-06 19:51:34.597 | 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.dev20) (3.7.0) 2025-03-06 19:51:34.605 | 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.dev20) (1.1.0) 2025-03-06 19:51:34.606 | 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.dev20) (0.11.0) 2025-03-06 19:51:34.607 | 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.dev20) (23.1) 2025-03-06 19:51:34.608 | 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.dev20) (3.0.9) 2025-03-06 19:51:34.620 | 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.dev20) (3.1.0) 2025-03-06 19:51:34.621 | 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.dev20) (3.4) 2025-03-06 19:51:34.621 | 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.dev20) (1.26.15) 2025-03-06 19:51:34.622 | 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.dev20) (2025.1.31) 2025-03-06 19:51:34.630 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev20) (1.16.0) 2025-03-06 19:51:34.631 | 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.dev20) (0.7) 2025-03-06 19:51:34.738 | 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.dev20) (2.0.2) 2025-03-06 19:51:34.755 | 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.dev20) (1.2.4) 2025-03-06 19:51:34.800 | 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.dev20) (1.15.0) 2025-03-06 19:51:34.831 | 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.dev20) (2.1.2) 2025-03-06 19:51:34.859 | 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.dev20) (1.7.0) 2025-03-06 19:51:34.900 | 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.dev20) (1.1.8) 2025-03-06 19:51:34.923 | 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.dev20) (0.2.6) 2025-03-06 19:51:35.051 | 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.dev20) (2.6.0) 2025-03-06 19:51:35.091 | 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.dev20) (5.1.1) 2025-03-06 19:51:35.141 | 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.dev20) (4.0.1) 2025-03-06 19:51:35.846 | Installing collected packages: openstack-placement 2025-03-06 19:51:35.847 | Running setup.py develop for openstack-placement 2025-03-06 19:51:36.796 | Successfully installed openstack-placement-0.1.0.dev20 2025-03-06 19:51:36.937 | + inc/python:pip_install:222 : result=0 2025-03-06 19:51:36.939 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:51:36.941 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:36.943 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:36.945 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:36.946 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:36.948 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:36.950 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:51:36.952 | + functions-common:time_stop:2407 : start_time=1741290693113 2025-03-06 19:51:36.954 | + functions-common:time_stop:2409 : [[ -z 1741290693113 ]] 2025-03-06 19:51:36.957 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:36.960 | + functions-common:time_stop:2412 : end_time=1741290696958 2025-03-06 19:51:36.962 | + functions-common:time_stop:2413 : elapsed_time=3845 2025-03-06 19:51:36.964 | + functions-common:time_stop:2414 : total=82692 2025-03-06 19:51:36.966 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:36.968 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86537 2025-03-06 19:51:36.970 | + inc/python:pip_install:225 : return 0 2025-03-06 19:51:36.972 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-03-06 19:51:36.974 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:51:36.976 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-03-06 19:51:36.978 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-03-06 19:51:36.980 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:51:36.982 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:51:36.984 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-03-06 19:51:36.986 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:51:36.988 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-03-06 19:51:36.990 | + stack.sh:main:971 : configure_placement 2025-03-06 19:51:36.992 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-03-06 19:51:37.005 | + lib/placement:configure_placement:113 : create_placement_conf 2025-03-06 19:51:37.008 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-03-06 19:51:37.012 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-03-06 19:51:37.014 | ++ lib/database:database_connection_url:134 : local db=placement 2025-03-06 19:51:37.016 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-03-06 19:51:37.019 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-03-06 19:51:37.021 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-03-06 19:51:37.023 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-03-06 19:51:37.025 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-03-06 19:51:37.040 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:37.042 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-03-06 19:51:37.044 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-03-06 19:51:37.047 | + 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-03-06 19:51:37.076 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-03-06 19:51:37.105 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-03-06 19:51:37.133 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-03-06 19:51:37.136 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-03-06 19:51:37.138 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-03-06 19:51:37.140 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-06 19:51:37.143 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-03-06 19:51:37.174 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-03-06 19:51:37.203 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-06 19:51:37.231 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-03-06 19:51:37.260 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-03-06 19:51:37.287 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-03-06 19:51:37.314 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-03-06 19:51:37.341 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-03-06 19:51:37.368 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-06 19:51:37.394 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-03-06 19:51:37.420 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-03-06 19:51:37.423 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-03-06 19:51:37.425 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-03-06 19:51:37.428 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-06 19:51:37.443 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-06 19:51:37.445 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-06 19:51:37.447 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-06 19:51:37.449 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-06 19:51:37.451 | + 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-03-06 19:51:37.476 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-03-06 19:51:37.503 | + 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-03-06 19:51:37.529 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-06 19:51:37.555 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-03-06 19:51:37.557 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-03-06 19:51:37.559 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-03-06 19:51:37.562 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-03-06 19:51:37.564 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-03-06 19:51:37.566 | + lib/apache:write_uwsgi_config:244 : local http= 2025-03-06 19:51:37.568 | + lib/apache:write_uwsgi_config:245 : local name= 2025-03-06 19:51:37.571 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-03-06 19:51:37.575 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-03-06 19:51:37.577 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-03-06 19:51:37.580 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-03-06 19:51:37.592 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-03-06 19:51:37.592 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-03-06 19:51:37.601 | d /var/run/uwsgi 0755 stack root 2025-03-06 19:51:37.605 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-03-06 19:51:37.615 | /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-03-06 19:51:37.619 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-03-06 19:51:37.621 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-03-06 19:51:37.625 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-03-06 19:51:37.652 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-03-06 19:51:37.679 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-03-06 19:51:37.703 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-03-06 19:51:37.728 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-03-06 19:51:37.754 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-03-06 19:51:37.779 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-03-06 19:51:37.805 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-03-06 19:51:37.831 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-03-06 19:51:37.856 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-03-06 19:51:37.880 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-03-06 19:51:37.907 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-03-06 19:51:37.932 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-03-06 19:51:37.957 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-03-06 19:51:37.959 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-03-06 19:51:37.962 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-03-06 19:51:37.964 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-03-06 19:51:37.967 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-03-06 19:51:37.969 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:37.971 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:37.974 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-03-06 19:51:37.976 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-03-06 19:51:37.978 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-03-06 19:51:38.004 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-03-06 19:51:38.030 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-03-06 19:51:38.031 | + 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-03-06 19:51:38.037 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-03-06 19:51:38.040 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-03-06 19:51:38.043 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-03-06 19:51:38.045 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-03-06 19:51:38.047 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-03-06 19:51:38.050 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-03-06 19:51:38.052 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:38.054 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:38.056 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-03-06 19:51:38.059 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-03-06 19:51:38.061 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:38.063 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:38.065 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-03-06 19:51:38.097 | Enabling site placement-api. 2025-03-06 19:51:38.101 | To activate the new configuration, you need to run: 2025-03-06 19:51:38.101 | systemctl reload apache2 2025-03-06 19:51:38.104 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-03-06 19:51:38.106 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-03-06 19:51:38.108 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:51:38.110 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-03-06 19:51:38.209 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-03-06 19:51:38.211 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-03-06 19:51:38.213 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-03-06 19:51:38.240 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-03-06 19:51:38.264 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-03-06 19:51:38.278 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:38.280 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-03-06 19:51:38.294 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:38.296 | + stack.sh:main:979 : is_service_enabled n-sch 2025-03-06 19:51:38.310 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:38.312 | + stack.sh:main:980 : configure_placement_nova_compute 2025-03-06 19:51:38.314 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-03-06 19:51:38.316 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-03-06 19:51:38.343 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-03-06 19:51:38.367 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-03-06 19:51:38.392 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-03-06 19:51:38.416 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-03-06 19:51:38.441 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-03-06 19:51:38.466 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-03-06 19:51:38.491 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-03-06 19:51:38.516 | + stack.sh:main:984 : is_service_enabled horizon 2025-03-06 19:51:38.529 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:38.532 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-03-06 19:51:38.545 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:38.547 | + stack.sh:main:997 : run_phase stack install 2025-03-06 19:51:38.549 | + functions-common:run_phase:1828 : local mode=stack 2025-03-06 19:51:38.551 | + functions-common:run_phase:1829 : local phase=install 2025-03-06 19:51:38.553 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-06 19:51:38.555 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-03-06 19:51:38.557 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-06 19:51:38.559 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-03-06 19:51:38.561 | + functions-common:run_phase:1838 : local extra 2025-03-06 19:51:38.563 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-06 19:51:38.566 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-03-06 19:51:38.569 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-06 19:51:38.571 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-06 19:51:38.573 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-03-06 19:51:38.575 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-06 19:51:38.587 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:38.589 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:51:38.591 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:51:38.592 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-03-06 19:51:38.594 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-03-06 19:51:38.596 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:51:38.598 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-03-06 19:51:38.600 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-03-06 19:51:38.602 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-03-06 19:51:38.648 | ++ inc/async:async_inner:63 : install_tempest 2025-03-06 19:51:38.677 | [3541 Async install_tempest:33045]: running: install_tempest 2025-03-06 19:51:38.680 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-06 19:51:38.682 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-06 19:51:38.684 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:51:38.686 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-06 19:51:38.688 | + functions-common:run_phase:1855 : run_plugins stack install 2025-03-06 19:51:38.691 | + functions-common:run_plugins:1814 : local mode=stack 2025-03-06 19:51:38.693 | + functions-common:run_plugins:1815 : local phase=install 2025-03-06 19:51:38.696 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-03-06 19:51:38.698 | + functions-common:run_plugins:1818 : local plugin 2025-03-06 19:51:38.700 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-03-06 19:51:38.702 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-03-06 19:51:38.704 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-06 19:51:38.706 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-03-06 19:51:38.708 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:51:38.710 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:51:38.712 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-03-06 19:51:38.715 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-03-06 19:51:38.717 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:51:38.719 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-03-06 19:51:38.721 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-03-06 19:51:38.723 | ++ inc/python:setup_develop:360 : local bindep 2025-03-06 19:51:38.725 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-03-06 19:51:38.727 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-03-06 19:51:38.729 | ++ inc/python:setup_develop:366 : local extras= 2025-03-06 19:51:38.731 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-03-06 19:51:38.733 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-03-06 19:51:38.735 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-03-06 19:51:38.737 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-03-06 19:51:38.739 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-03-06 19:51:38.741 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-03-06 19:51:38.744 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-03-06 19:51:38.746 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-03-06 19:51:38.748 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-03-06 19:51:38.750 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-03-06 19:51:38.752 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-03-06 19:51:38.755 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-03-06 19:51:38.758 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-03-06 19:51:38.760 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-03-06 19:51:39.088 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-03-06 19:51:39.091 | ++ inc/python:setup_package:440 : local bindep=0 2025-03-06 19:51:39.093 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-03-06 19:51:39.095 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-03-06 19:51:39.097 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-03-06 19:51:39.099 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-03-06 19:51:39.101 | ++ inc/python:setup_package:449 : local flags=-e 2025-03-06 19:51:39.103 | ++ inc/python:setup_package:450 : local extras= 2025-03-06 19:51:39.105 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-03-06 19:51:39.107 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-03-06 19:51:39.109 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-03-06 19:51:39.111 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-03-06 19:51:39.113 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-03-06 19:51:39.115 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-03-06 19:51:39.131 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-03-06 19:51:39.133 | ++ 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-03-06 19:51:39.978 | Obtaining file:///opt/stack/networking-nsx-t 2025-03-06 19:51:39.979 | Preparing metadata (setup.py): started 2025-03-06 19:51:40.409 | Preparing metadata (setup.py): finished with status 'done' 2025-03-06 19:51:40.459 | 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-03-06 19:51:40.560 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-03-06 19:51:40.562 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-03-06 19:51:40.564 | 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-03-06 19:51:40.565 | 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-03-06 19:51:40.565 | 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-03-06 19:51:40.566 | 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-03-06 19:51:40.567 | 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-03-06 19:51:40.567 | 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-03-06 19:51:40.568 | 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-03-06 19:51:40.569 | 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-03-06 19:51:40.593 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-03-06 19:51:40.595 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-03-06 19:51:40.596 | 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-03-06 19:51:40.596 | 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-03-06 19:51:40.617 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-03-06 19:51:40.619 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-03-06 19:51:40.621 | 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-03-06 19:51:40.621 | 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-03-06 19:51:40.640 | 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-03-06 19:51:40.640 | 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-03-06 19:51:40.641 | 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-03-06 19:51:40.642 | 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-03-06 19:51:40.643 | 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-03-06 19:51:40.643 | 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-03-06 19:51:40.644 | 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-03-06 19:51:40.645 | 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-03-06 19:51:40.646 | 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-03-06 19:51:40.647 | 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-03-06 19:51:40.648 | 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-03-06 19:51:40.649 | 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-03-06 19:51:40.650 | 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-03-06 19:51:40.650 | 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-03-06 19:51:40.651 | 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-03-06 19:51:40.670 | 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-03-06 19:51:40.671 | 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-03-06 19:51:40.672 | 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-03-06 19:51:40.673 | 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-03-06 19:51:40.694 | 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-03-06 19:51:40.696 | 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-03-06 19:51:40.701 | 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-03-06 19:51:40.702 | 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-03-06 19:51:40.702 | 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-03-06 19:51:40.713 | 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-03-06 19:51:40.714 | 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-03-06 19:51:40.714 | 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-03-06 19:51:40.715 | 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-03-06 19:51:40.716 | 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-03-06 19:51:40.717 | 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-03-06 19:51:40.717 | 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-03-06 19:51:40.725 | 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-03-06 19:51:40.726 | 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-03-06 19:51:40.727 | 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-03-06 19:51:40.727 | 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-03-06 19:51:40.768 | 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-03-06 19:51:40.769 | 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-03-06 19:51:40.770 | 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-03-06 19:51:40.770 | 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-03-06 19:51:40.772 | 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-03-06 19:51:40.773 | 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-03-06 19:51:40.806 | 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-03-06 19:51:40.807 | 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-03-06 19:51:40.808 | 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-03-06 19:51:40.809 | 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-03-06 19:51:40.816 | 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-03-06 19:51:40.817 | 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-03-06 19:51:40.818 | 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-03-06 19:51:40.818 | 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-03-06 19:51:40.824 | 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-03-06 19:51:40.831 | 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-03-06 19:51:40.832 | 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-03-06 19:51:40.884 | 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-03-06 19:51:40.907 | 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-03-06 19:51:40.907 | 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-03-06 19:51:40.908 | 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-03-06 19:51:40.909 | 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-03-06 19:51:40.910 | 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-03-06 19:51:40.911 | 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-03-06 19:51:40.911 | 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-03-06 19:51:40.927 | 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-03-06 19:51:40.928 | 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-03-06 19:51:40.982 | 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-03-06 19:51:40.983 | 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-03-06 19:51:40.984 | 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-03-06 19:51:41.033 | 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-03-06 19:51:41.034 | 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-03-06 19:51:41.035 | 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-03-06 19:51:41.036 | 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-03-06 19:51:41.037 | 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-03-06 19:51:41.106 | 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-03-06 19:51:41.130 | 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-03-06 19:51:41.131 | 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-03-06 19:51:41.203 | 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-03-06 19:51:41.204 | 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-03-06 19:51:41.205 | 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-03-06 19:51:41.205 | 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-03-06 19:51:41.229 | 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-03-06 19:51:41.411 | 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-03-06 19:51:41.496 | 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-03-06 19:51:41.498 | 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-03-06 19:51:41.526 | 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-03-06 19:51:41.613 | 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-03-06 19:51:41.636 | 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-03-06 19:51:41.693 | 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-03-06 19:51:41.708 | 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-03-06 19:51:41.709 | 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-03-06 19:51:41.755 | 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-03-06 19:51:41.755 | 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-03-06 19:51:41.757 | 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-03-06 19:51:41.772 | 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-03-06 19:51:41.909 | 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-03-06 19:51:41.978 | 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-03-06 19:51:42.060 | 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-03-06 19:51:42.223 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-03-06 19:51:42.269 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-03-06 19:51:42.271 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-03-06 19:51:42.788 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-03-06 19:51:43.218 | Running setup.py develop for networking_nsxv3 2025-03-06 19:51:44.425 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-03-06 19:51:44.543 | ++ inc/python:pip_install:222 : result=0 2025-03-06 19:51:44.545 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:51:44.547 | ++ functions-common:time_stop:2400 : local name 2025-03-06 19:51:44.549 | ++ functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:44.551 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:44.553 | ++ functions-common:time_stop:2403 : local total 2025-03-06 19:51:44.555 | ++ functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:44.557 | ++ functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:51:44.558 | ++ functions-common:time_stop:2407 : start_time=1741290699127 2025-03-06 19:51:44.560 | ++ functions-common:time_stop:2409 : [[ -z 1741290699127 ]] 2025-03-06 19:51:44.562 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:44.566 | ++ functions-common:time_stop:2412 : end_time=1741290704563 2025-03-06 19:51:44.567 | ++ functions-common:time_stop:2413 : elapsed_time=5436 2025-03-06 19:51:44.569 | ++ functions-common:time_stop:2414 : total=86537 2025-03-06 19:51:44.571 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:44.573 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=91973 2025-03-06 19:51:44.575 | ++ inc/python:pip_install:225 : return 0 2025-03-06 19:51:44.577 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-03-06 19:51:44.579 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:51:44.581 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-03-06 19:51:44.583 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-03-06 19:51:44.585 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:51:44.587 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:51:44.589 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-03-06 19:51:44.591 | ++ inc/python:use_library_from_git:275 : return 1 2025-03-06 19:51:44.593 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-03-06 19:51:44.595 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-03-06 19:51:44.597 | + inc/python:use_library_from_git:273 : local enabled=1 2025-03-06 19:51:44.599 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-03-06 19:51:44.601 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-03-06 19:51:44.603 | + inc/python:use_library_from_git:275 : return 1 2025-03-06 19:51:44.605 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-03-06 19:51:44.607 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-03-06 19:51:44.608 | + inc/python:pip_install_gr:95 : local clean_name 2025-03-06 19:51:44.611 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-03-06 19:51:44.613 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-03-06 19:51:44.615 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-03-06 19:51:44.619 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-03-06 19:51:44.619 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-03-06 19:51:44.623 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-03-06 19:51:44.625 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-03-06 19:51:44.627 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-03-06 19:51:44.629 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-03-06 19:51:44.631 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-03-06 19:51:44.648 | Using python 3.10 to install python-openstackclient 2025-03-06 19:51:44.650 | + 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-03-06 19:51:45.641 | Collecting python-openstackclient 2025-03-06 19:51:45.642 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-03-06 19:51:45.653 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2025-03-06 19:51:45.654 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-03-06 19:51:45.656 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2025-03-06 19:51:45.656 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.1) 2025-03-06 19:51:45.656 | 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-03-06 19:51:45.657 | 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-03-06 19:51:45.657 | 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-03-06 19:51:45.658 | 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-03-06 19:51:45.659 | 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-03-06 19:51:45.660 | 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-03-06 19:51:45.660 | 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-03-06 19:51:45.661 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2025-03-06 19:51:45.666 | 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-03-06 19:51:45.667 | 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-03-06 19:51:45.668 | 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-03-06 19:51:45.669 | 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-03-06 19:51:45.670 | 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-03-06 19:51:45.689 | 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-03-06 19:51:45.701 | 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-03-06 19:51:45.702 | 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-03-06 19:51:45.703 | 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-03-06 19:51:45.703 | 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-03-06 19:51:45.704 | 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-03-06 19:51:45.705 | 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-03-06 19:51:45.706 | 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-03-06 19:51:45.707 | 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-03-06 19:51:45.707 | 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-03-06 19:51:45.714 | 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-03-06 19:51:45.723 | 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-03-06 19:51:45.724 | 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-03-06 19:51:45.725 | 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-03-06 19:51:45.726 | 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-03-06 19:51:45.727 | 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-03-06 19:51:45.729 | 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-03-06 19:51:45.741 | 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-03-06 19:51:45.750 | 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-03-06 19:51:45.751 | 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-03-06 19:51:45.753 | 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-03-06 19:51:45.773 | 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-03-06 19:51:45.797 | 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-03-06 19:51:45.798 | 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-03-06 19:51:45.799 | 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-03-06 19:51:45.805 | 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-03-06 19:51:45.835 | 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-03-06 19:51:45.844 | 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-03-06 19:51:45.905 | 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-03-06 19:51:45.913 | 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-03-06 19:51:45.953 | 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-03-06 19:51:45.955 | 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-03-06 19:51:45.955 | 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-03-06 19:51:45.956 | 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-03-06 19:51:46.108 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-03-06 19:51:47.049 | Installing collected packages: python-openstackclient 2025-03-06 19:51:47.937 | Successfully installed python-openstackclient-6.3.0 2025-03-06 19:51:48.064 | + inc/python:pip_install:222 : result=0 2025-03-06 19:51:48.066 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:51:48.068 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:48.071 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:48.073 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:48.075 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:48.077 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:48.079 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:51:48.082 | + functions-common:time_stop:2407 : start_time=1741290704643 2025-03-06 19:51:48.084 | + functions-common:time_stop:2409 : [[ -z 1741290704643 ]] 2025-03-06 19:51:48.087 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:48.090 | + functions-common:time_stop:2412 : end_time=1741290708087 2025-03-06 19:51:48.092 | + functions-common:time_stop:2413 : elapsed_time=3444 2025-03-06 19:51:48.094 | + functions-common:time_stop:2414 : total=91973 2025-03-06 19:51:48.096 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:48.098 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=95417 2025-03-06 19:51:48.100 | + inc/python:pip_install:225 : return 0 2025-03-06 19:51:48.102 | + stack.sh:main:1009 : install_oscwrap 2025-03-06 19:51:48.105 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-03-06 19:51:48.108 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.09WgnEP2nQ 2025-03-06 19:51:48.110 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-03-06 19:51:48.112 | + functions-common:install_oscwrap:2451 : unalias -a 2025-03-06 19:51:48.114 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-03-06 19:51:48.116 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-03-06 19:51:48.118 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-03-06 19:51:48.121 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-03-06 19:51:48.134 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:48.136 | + stack.sh:main:1063 : configure_database 2025-03-06 19:51:48.138 | + lib/database:configure_database:128 : configure_database_mysql 2025-03-06 19:51:48.140 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-03-06 19:51:48.142 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-03-06 19:51:48.144 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:51:48.146 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-03-06 19:51:48.147 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-03-06 19:51:48.149 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:48.151 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:48.153 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-03-06 19:51:48.154 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-03-06 19:51:48.156 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:48.159 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:48.161 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-03-06 19:51:48.163 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-03-06 19:51:48.164 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-03-06 19:51:48.166 | + functions-common:is_fips_enabled:2516 : fips= 2025-03-06 19:51:48.168 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-03-06 19:51:48.170 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-03-06 19:51:48.173 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-03-06 19:51:48.173 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-03-06 19:51:48.177 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-03-06 19:51:48.228 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-03-06 19:51:48.230 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-03-06 19:51:48.232 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-03-06 19:51:48.234 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-03-06 19:51:48.236 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-03-06 19:51:48.238 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-03-06 19:51:48.239 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-03-06 19:51:48.241 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-03-06 19:51:48.243 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-03-06 19:51:48.245 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-03-06 19:51:48.247 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-03-06 19:51:48.248 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-03-06 19:51:48.250 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-03-06 19:51:48.252 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-03-06 19:51:48.255 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-03-06 19:51:48.256 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:48.258 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:48.260 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-03-06 19:51:48.262 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:51:48.263 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-03-06 19:51:48.797 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-03-06 19:51:48.799 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:48.801 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:48.803 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-03-06 19:51:48.805 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-03-06 19:51:48.807 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-03-06 19:51:48.809 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:48.811 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:48.813 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-03-06 19:51:48.815 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-03-06 19:51:48.817 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-03-06 19:51:48.819 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:48.821 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:48.822 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-03-06 19:51:48.824 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-03-06 19:51:48.826 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-03-06 19:51:48.828 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-03-06 19:51:48.847 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-03-06 19:51:48.849 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:51:48.851 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:51:48.852 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-03-06 19:51:48.854 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-03-06 19:51:48.856 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-03-06 19:51:48.903 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-03-06 19:51:48.951 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-03-06 19:51:48.996 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-03-06 19:51:48.997 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-03-06 19:51:48.999 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-03-06 19:51:48.999 | enabling MySQL performance counting 2025-03-06 19:51:49.001 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-03-06 19:51:49.018 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-03-06 19:51:49.020 | + 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-03-06 19:51:49.874 | Processing ./tools/dbcounter 2025-03-06 19:51:49.876 | Installing build dependencies: started 2025-03-06 19:51:54.436 | Installing build dependencies: finished with status 'done' 2025-03-06 19:51:54.436 | Getting requirements to build wheel: started 2025-03-06 19:51:54.629 | Getting requirements to build wheel: finished with status 'done' 2025-03-06 19:51:54.630 | Preparing metadata (pyproject.toml): started 2025-03-06 19:51:54.823 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-03-06 19:51:54.823 | Building wheels for collected packages: dbcounter 2025-03-06 19:51:54.824 | Building wheel for dbcounter (pyproject.toml): started 2025-03-06 19:51:55.035 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-03-06 19:51:55.036 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3229 sha256=e7143a94ac43bd67cbfd0a74bc50627987384f10c6b87d0f5595a4580f6a500b 2025-03-06 19:51:55.036 | Stored in directory: /tmp/pip-ephem-wheel-cache-3ml70bol/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-03-06 19:51:55.039 | Successfully built dbcounter 2025-03-06 19:51:56.152 | Installing collected packages: dbcounter 2025-03-06 19:51:56.195 | Successfully installed dbcounter-0.1 2025-03-06 19:51:56.327 | + inc/python:pip_install:222 : result=0 2025-03-06 19:51:56.330 | + inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:51:56.332 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:56.334 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:56.336 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:56.338 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:56.340 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:56.342 | + functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:51:56.344 | + functions-common:time_stop:2407 : start_time=1741290709014 2025-03-06 19:51:56.346 | + functions-common:time_stop:2409 : [[ -z 1741290709014 ]] 2025-03-06 19:51:56.348 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:56.351 | + functions-common:time_stop:2412 : end_time=1741290716350 2025-03-06 19:51:56.353 | + functions-common:time_stop:2413 : elapsed_time=7336 2025-03-06 19:51:56.355 | + functions-common:time_stop:2414 : total=95417 2025-03-06 19:51:56.357 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:56.359 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=102753 2025-03-06 19:51:56.361 | + inc/python:pip_install:225 : return 0 2025-03-06 19:51:56.363 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-03-06 19:51:56.365 | + lib/database:recreate_database:112 : local db=stats 2025-03-06 19:51:56.367 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-03-06 19:51:56.369 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-03-06 19:51:56.371 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-03-06 19:51:56.381 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-03-06 19:51:56.389 | + 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-03-06 19:51:56.389 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-03-06 19:51:56.414 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-03-06 19:51:56.417 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-03-06 19:51:56.459 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-03-06 19:51:56.501 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-03-06 19:51:56.542 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-03-06 19:51:56.583 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-03-06 19:51:56.624 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-03-06 19:51:56.668 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-03-06 19:51:56.710 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-03-06 19:51:56.712 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:51:56.714 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-03-06 19:51:57.278 | + stack.sh:main:1067 : save_stackenv 1067 2025-03-06 19:51:57.280 | + functions-common:save_stackenv:60 : local tag=1067 2025-03-06 19:51:57.283 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-03-06 19:51:57.286 | + functions-common:save_stackenv:62 : time_stamp=2025-03-06-195157 2025-03-06 19:51:57.289 | + functions-common:save_stackenv:63 : echo '# 2025-03-06-195157 1067' 2025-03-06 19:51:57.290 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.292 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-06 19:51:57.294 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.296 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-03-06 19:51:57.298 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.300 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-03-06 19:51:57.302 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.304 | + 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-03-06 19:51:57.306 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.308 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-03-06 19:51:57.310 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.312 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-03-06 19:51:57.314 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.316 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-03-06-194754 2025-03-06 19:51:57.318 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.319 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-03-06 19:51:57.321 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.323 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-03-06 19:51:57.325 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.327 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-03-06 19:51:57.329 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.331 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-03-06 19:51:57.333 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.335 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-03-06 19:51:57.337 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.338 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-03-06 19:51:57.340 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.342 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-03-06 19:51:57.344 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:51:57.346 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-03-06 19:51:57.348 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-03-06 19:51:57.350 | + stack.sh:main:1093 : start_dstat 2025-03-06 19:51:57.352 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-03-06 19:51:57.354 | + functions-common:run_process:1654 : local service=dstat 2025-03-06 19:51:57.356 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-03-06 19:51:57.358 | + functions-common:run_process:1656 : local group= 2025-03-06 19:51:57.359 | + functions-common:run_process:1657 : local user= 2025-03-06 19:51:57.361 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:51:57.363 | + functions-common:run_process:1660 : local name=dstat 2025-03-06 19:51:57.365 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:51:57.367 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:51:57.369 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:51:57.371 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:51:57.374 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:51:57.377 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290717375 2025-03-06 19:51:57.379 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-03-06 19:51:57.392 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:57.394 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:51:57.396 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:57.398 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:57.400 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:57.402 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:57.404 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:57.406 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:51:57.408 | + functions-common:time_stop:2407 : start_time=1741290717375 2025-03-06 19:51:57.410 | + functions-common:time_stop:2409 : [[ -z 1741290717375 ]] 2025-03-06 19:51:57.412 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:57.415 | + functions-common:time_stop:2412 : end_time=1741290717413 2025-03-06 19:51:57.417 | + functions-common:time_stop:2413 : elapsed_time=38 2025-03-06 19:51:57.419 | + functions-common:time_stop:2414 : total=0 2025-03-06 19:51:57.421 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:57.423 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38 2025-03-06 19:51:57.425 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-03-06 19:51:57.427 | + functions-common:run_process:1654 : local service=memory_tracker 2025-03-06 19:51:57.429 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-03-06 19:51:57.431 | + functions-common:run_process:1656 : local group= 2025-03-06 19:51:57.433 | + functions-common:run_process:1657 : local user=root 2025-03-06 19:51:57.435 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:51:57.437 | + functions-common:run_process:1660 : local name=memory_tracker 2025-03-06 19:51:57.439 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:51:57.440 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:51:57.442 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:51:57.444 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:51:57.447 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:51:57.450 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290717448 2025-03-06 19:51:57.452 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-03-06 19:51:57.466 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:57.468 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:51:57.470 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:57.472 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:57.474 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:57.476 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:57.478 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:57.480 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:51:57.482 | + functions-common:time_stop:2407 : start_time=1741290717448 2025-03-06 19:51:57.483 | + functions-common:time_stop:2409 : [[ -z 1741290717448 ]] 2025-03-06 19:51:57.486 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:57.489 | + functions-common:time_stop:2412 : end_time=1741290717487 2025-03-06 19:51:57.491 | + functions-common:time_stop:2413 : elapsed_time=39 2025-03-06 19:51:57.493 | + functions-common:time_stop:2414 : total=38 2025-03-06 19:51:57.495 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:57.497 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77 2025-03-06 19:51:57.499 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-03-06 19:51:57.512 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:57.514 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-03-06 19:51:57.516 | + functions-common:run_process:1654 : local service=file_tracker 2025-03-06 19:51:57.518 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-03-06 19:51:57.520 | + functions-common:run_process:1656 : local group= 2025-03-06 19:51:57.521 | + functions-common:run_process:1657 : local user= 2025-03-06 19:51:57.523 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:51:57.525 | + functions-common:run_process:1660 : local name=file_tracker 2025-03-06 19:51:57.527 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:51:57.529 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:51:57.531 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:51:57.533 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:51:57.536 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:51:57.539 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290717537 2025-03-06 19:51:57.541 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-03-06 19:51:57.555 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:57.557 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:51:57.559 | + functions-common:time_stop:2400 : local name 2025-03-06 19:51:57.561 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:51:57.563 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:51:57.565 | + functions-common:time_stop:2403 : local total 2025-03-06 19:51:57.566 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:51:57.568 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:51:57.570 | + functions-common:time_stop:2407 : start_time=1741290717537 2025-03-06 19:51:57.572 | + functions-common:time_stop:2409 : [[ -z 1741290717537 ]] 2025-03-06 19:51:57.575 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:51:57.578 | + functions-common:time_stop:2412 : end_time=1741290717576 2025-03-06 19:51:57.580 | + functions-common:time_stop:2413 : elapsed_time=39 2025-03-06 19:51:57.582 | + functions-common:time_stop:2414 : total=77 2025-03-06 19:51:57.584 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:51:57.586 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=116 2025-03-06 19:51:57.588 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-03-06 19:51:57.601 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:57.603 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-03-06 19:51:57.617 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:51:57.619 | + stack.sh:main:1106 : start_etcd3 2025-03-06 19:51:57.621 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-03-06 19:51:57.623 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-03-06 19:51:57.625 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-03-06 19:51:57.627 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-03-06 19:51:57.629 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-03-06 19:51:57.631 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-03-06 19:51:57.633 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-03-06 19:51:57.635 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-03-06 19:51:57.637 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-03-06 19:51:57.639 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-03-06 19:51:57.641 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-03-06 19:51:57.643 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-03-06 19:51:57.645 | + 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-03-06 19:51:57.647 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-03-06 19:51:57.648 | + 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-03-06 19:51:57.650 | + functions-common:write_user_unit_file:1520 : local group= 2025-03-06 19:51:57.652 | + functions-common:write_user_unit_file:1521 : local user=root 2025-03-06 19:51:57.654 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-03-06 19:51:57.656 | + functions-common:write_user_unit_file:1523 : local extra= 2025-03-06 19:51:57.658 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-03-06 19:51:57.659 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-03-06 19:51:57.661 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-03-06 19:51:57.665 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-03-06 19:51:57.712 | + 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-03-06 19:51:57.760 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-03-06 19:51:57.801 | + 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-03-06 19:51:57.842 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-03-06 19:51:57.884 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-03-06 19:51:57.926 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:51:57.968 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-03-06 19:51:57.969 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-03-06 19:51:57.971 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-03-06 19:51:58.019 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-03-06 19:51:58.264 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-03-06 19:51:58.308 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-03-06 19:51:58.354 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-03-06 19:51:58.397 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-03-06 19:51:58.440 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-03-06 19:51:58.443 | ++ functions-common:is_arch:497 : uname -m 2025-03-06 19:51:58.446 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-03-06 19:51:58.448 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-03-06 19:51:58.698 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-03-06 19:51:58.708 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-03-06 19:51:58.955 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-03-06 19:51:59.421 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-03-06 19:51:59.435 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:51:59.437 | + stack.sh:main:1117 : write_clouds_yaml 2025-03-06 19:51:59.439 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-03-06 19:51:59.442 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-03-06 19:51:59.445 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-03-06 19:51:59.455 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-03-06 19:51:59.465 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-03-06 19:51:59.467 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-03-06 19:51:59.469 | + 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-03-06 19:51:59.517 | The user clouds.yaml file didn't exist. 2025-03-06 19:51:59.524 | + 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-03-06 19:51:59.582 | + 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-03-06 19:51:59.641 | + 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-03-06 19:51:59.702 | + 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-03-06 19:51:59.764 | + 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-03-06 19:51:59.830 | + 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-03-06 19:51:59.897 | + 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-03-06 19:51:59.965 | + 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-03-06 19:52:00.036 | + 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-03-06 19:52:00.107 | + functions-common:write_clouds_yaml:198 : cat 2025-03-06 19:52:00.111 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-03-06 19:52:00.114 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-03-06 19:52:00.116 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-03-06 19:52:00.119 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-03-06 19:52:00.122 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-03-06 19:52:00.124 | + stack.sh:main:1120 : is_service_enabled keystone 2025-03-06 19:52:00.137 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:52:00.139 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-03-06 19:52:00.141 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:52:00.143 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-03-06 19:52:00.144 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-03-06 19:52:00.146 | + stack.sh:main:1124 : init_keystone 2025-03-06 19:52:00.149 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-03-06 19:52:00.161 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:52:00.163 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-03-06 19:52:00.165 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-03-06 19:52:00.166 | + lib/database:recreate_database:112 : local db=keystone 2025-03-06 19:52:00.168 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-03-06 19:52:00.170 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-03-06 19:52:00.172 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-03-06 19:52:00.180 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-03-06 19:52:00.189 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-03-06 19:52:00.191 | + functions-common:time_start:2386 : local name=dbsync 2025-03-06 19:52:00.193 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:52:00.195 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:52:00.197 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:52:00.201 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290720198 2025-03-06 19:52:00.203 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-03-06 19:52:00.617 | ++ inc/async:async_inner:64 : rc=0 2025-03-06 19:52:00.635 | [33045 Async install_tempest:33045]: finished successfully 2025-03-06 19:52:01.919 | INFO dbcounter [-] Registered counter for database keystone 2025-03-06 19:52:01.928 | 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=35759) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:52:01.931 | DEBUG dbcounter [-] [35759] Writer thread running {{(pid=35759) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:52:01.936 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:52:01.936 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:52:01.978 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-03-06 19:52:02.671 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=35759) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-03-06 19:52:02.672 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-03-06 19:52:02.672 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=35759) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:52:02.674 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-03-06 19:52:02.693 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=35759) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:52:02.694 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-03-06 19:52:02.703 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=35759) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:52:02.704 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-03-06 19:52:02.704 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=35759) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-03-06 19:52:02.705 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-03-06 19:52:02.715 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=35759) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:52:02.716 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-03-06 19:52:02.723 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=35759) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:52:02.963 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-03-06 19:52:02.965 | + functions-common:time_stop:2400 : local name 2025-03-06 19:52:02.967 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:52:02.969 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:52:02.972 | + functions-common:time_stop:2403 : local total 2025-03-06 19:52:02.974 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:52:02.976 | + functions-common:time_stop:2406 : name=dbsync 2025-03-06 19:52:02.978 | + functions-common:time_stop:2407 : start_time=1741290720198 2025-03-06 19:52:02.980 | + functions-common:time_stop:2409 : [[ -z 1741290720198 ]] 2025-03-06 19:52:02.982 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:52:02.986 | + functions-common:time_stop:2412 : end_time=1741290722983 2025-03-06 19:52:02.988 | + functions-common:time_stop:2413 : elapsed_time=2785 2025-03-06 19:52:02.989 | + functions-common:time_stop:2414 : total=0 2025-03-06 19:52:02.991 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:52:02.993 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2785 2025-03-06 19:52:02.995 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-03-06 19:52:02.997 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-03-06 19:52:03.000 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-03-06 19:52:04.562 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-03-06 19:52:04.562 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-03-06 19:52:04.562 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-03-06 19:52:04.562 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-03-06 19:52:04.562 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-03-06 19:52:04.565 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-03-06 19:52:04.565 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-03-06 19:52:04.565 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-03-06 19:52:04.565 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-03-06 19:52:04.786 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-03-06 19:52:04.789 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-03-06 19:52:06.273 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-03-06 19:52:06.273 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-03-06 19:52:06.273 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-03-06 19:52:06.274 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-03-06 19:52:06.274 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-03-06 19:52:06.274 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-03-06 19:52:06.274 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-03-06 19:52:06.274 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-03-06 19:52:06.274 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-03-06 19:52:06.492 | + stack.sh:main:1125 : start_keystone 2025-03-06 19:52:06.495 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-03-06 19:52:06.497 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-03-06 19:52:06.499 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-03-06 19:52:06.512 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:52:06.514 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-03-06 19:52:06.516 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-03-06 19:52:06.520 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-03-06 19:52:06.522 | + functions-common:run_process:1654 : local service=keystone 2025-03-06 19:52:06.524 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-06 19:52:06.526 | + functions-common:run_process:1656 : local group= 2025-03-06 19:52:06.528 | + functions-common:run_process:1657 : local user= 2025-03-06 19:52:06.530 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:52:06.532 | + functions-common:run_process:1660 : local name=keystone 2025-03-06 19:52:06.534 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:52:06.536 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:52:06.538 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:52:06.540 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:52:06.542 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:52:06.546 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290726544 2025-03-06 19:52:06.548 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-03-06 19:52:06.560 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:52:06.562 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-03-06 19:52:06.564 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-03-06 19:52:06.566 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-06 19:52:06.568 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-06 19:52:06.570 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-06 19:52:06.572 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-03-06 19:52:06.574 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-03-06 19:52:06.576 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-03-06 19:52:06.578 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-03-06 19:52:06.580 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:52:06.582 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:52:06.584 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:52:06.586 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:52:06.588 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-03-06 19:52:06.590 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-03-06 19:52:06.592 | + 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-03-06 19:52:06.594 | + 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-03-06 19:52:06.596 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-03-06 19:52:06.598 | + 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-03-06 19:52:06.599 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-03-06 19:52:06.601 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-03-06 19:52:06.603 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-03-06 19:52:06.605 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-03-06 19:52:06.606 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-03-06 19:52:06.609 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-03-06 19:52:06.658 | + 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-03-06 19:52:06.705 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-03-06 19:52:06.746 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-03-06 19:52:06.785 | + 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-03-06 19:52:06.826 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:52:06.866 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-03-06 19:52:06.907 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-03-06 19:52:06.946 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-03-06 19:52:06.987 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-03-06 19:52:07.026 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-03-06 19:52:07.067 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-03-06 19:52:07.069 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-03-06 19:52:07.071 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-03-06 19:52:07.119 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-03-06 19:52:07.356 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-03-06 19:52:07.365 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-03-06 19:52:07.596 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-03-06 19:52:07.666 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:52:07.668 | + functions-common:time_stop:2400 : local name 2025-03-06 19:52:07.670 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:52:07.672 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:52:07.674 | + functions-common:time_stop:2403 : local total 2025-03-06 19:52:07.676 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:52:07.678 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:52:07.680 | + functions-common:time_stop:2407 : start_time=1741290726544 2025-03-06 19:52:07.682 | + functions-common:time_stop:2409 : [[ -z 1741290726544 ]] 2025-03-06 19:52:07.684 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:52:07.687 | + functions-common:time_stop:2412 : end_time=1741290727685 2025-03-06 19:52:07.689 | + functions-common:time_stop:2413 : elapsed_time=1141 2025-03-06 19:52:07.691 | + functions-common:time_stop:2414 : total=116 2025-03-06 19:52:07.693 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:52:07.695 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1257 2025-03-06 19:52:07.697 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-03-06 19:52:07.697 | Waiting for keystone to start... 2025-03-06 19:52:07.698 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-03-06 19:52:07.701 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-03-06 19:52:07.703 | + functions:wait_for_service:468 : local timeout=60 2025-03-06 19:52:07.705 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-03-06 19:52:07.706 | + functions:wait_for_service:470 : local rval=0 2025-03-06 19:52:07.708 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-06 19:52:07.710 | + functions-common:time_start:2386 : local name=wait_for_service 2025-03-06 19:52:07.712 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:52:07.714 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:52:07.717 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:52:07.720 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290727718 2025-03-06 19:52:07.722 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-06 19:52:07.726 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-03-06 19:52:09.992 | + :: : [[ 200 == 503 ]] 2025-03-06 19:52:09.993 | + :: : [[ 0 -eq 7 ]] 2025-03-06 19:52:09.996 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-06 19:52:09.998 | + functions-common:time_stop:2400 : local name 2025-03-06 19:52:10.000 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:52:10.002 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:52:10.004 | + functions-common:time_stop:2403 : local total 2025-03-06 19:52:10.006 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:52:10.008 | + functions-common:time_stop:2406 : name=wait_for_service 2025-03-06 19:52:10.010 | + functions-common:time_stop:2407 : start_time=1741290727718 2025-03-06 19:52:10.011 | + functions-common:time_stop:2409 : [[ -z 1741290727718 ]] 2025-03-06 19:52:10.014 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:52:10.017 | + functions-common:time_stop:2412 : end_time=1741290730015 2025-03-06 19:52:10.019 | + functions-common:time_stop:2413 : elapsed_time=2297 2025-03-06 19:52:10.021 | + functions-common:time_stop:2414 : total=0 2025-03-06 19:52:10.023 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:52:10.025 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2297 2025-03-06 19:52:10.027 | + functions:wait_for_service:478 : return 0 2025-03-06 19:52:10.029 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-03-06 19:52:10.042 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:52:10.043 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-03-06 19:52:10.045 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-03-06 19:52:10.047 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-03-06 19:52:10.816 | + stack.sh:main:1126 : bootstrap_keystone 2025-03-06 19:52:10.819 | + 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-03-06 19:52:12.343 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.343 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.343 | 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=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.347 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.355 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.355 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.371 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.387 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.389 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.429 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.431 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.431 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.431 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.431 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.431 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.437 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.437 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.437 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.437 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.437 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.437 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.437 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.440 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.443 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.443 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.443 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.443 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.443 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.443 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.443 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=36562) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-03-06 19:52:12.467 | INFO dbcounter [-] Registered counter for database keystone 2025-03-06 19:52:12.475 | 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=36562) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:52:12.479 | DEBUG dbcounter [-] [36562] Writer thread running {{(pid=36562) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:52:12.640 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created domain default 2025-03-06 19:52:12.663 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created project admin 2025-03-06 19:52:12.678 | WARNING keystone.common.password_hashing [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-03-06 19:52:12.679 | DEBUG passlib.handlers.bcrypt [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=36562) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-03-06 19:52:12.679 | DEBUG passlib.handlers.bcrypt [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=36562) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-03-06 19:52:12.714 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created user admin 2025-03-06 19:52:12.730 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created role reader 2025-03-06 19:52:12.735 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created role member 2025-03-06 19:52:12.747 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created implied role where 76cc73f2acbe4a42baa0b4005beaaf17 implies 3e7a085487ce47f192397b39ae6c1bd3 2025-03-06 19:52:12.751 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created role manager 2025-03-06 19:52:12.759 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created implied role where 4aaf52d3a61b4a4f93b63cf70088e3e2 implies 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:12.764 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created role admin 2025-03-06 19:52:12.771 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created implied role where 9a49e1df880344339a9bff0d87d072f0 implies 4aaf52d3a61b4a4f93b63cf70088e3e2 2025-03-06 19:52:12.778 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created role service 2025-03-06 19:52:12.784 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Granted role admin on project admin to user admin. 2025-03-06 19:52:12.788 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Granted role admin on the system to user admin. 2025-03-06 19:52:12.794 | WARNING py.warnings [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 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-03-06 19:52:12.794 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-03-06 19:52:12.794 |  2025-03-06 19:52:12.796 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created region RegionOne 2025-03-06 19:52:12.813 | INFO keystone.cmd.bootstrap [None req-accfabd7-fb35-40e8-b6bd-e6c68d6c11e5 None None] Created public endpoint http://10.180.1.21/identity 2025-03-06 19:52:13.115 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-03-06 19:52:13.118 | + stack.sh:main:1129 : create_keystone_accounts 2025-03-06 19:52:13.120 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-03-06 19:52:13.123 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-03-06 19:52:14.616 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:14.619 | + lib/keystone:create_keystone_accounts:315 : admin_project=c31f6504bb73492890b262ff43fdf9bc 2025-03-06 19:52:14.621 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-03-06 19:52:14.623 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-03-06 19:52:15.716 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:15.719 | + lib/keystone:create_keystone_accounts:317 : admin_user=a4a89e874bc4410d841e4830c3ca652c 2025-03-06 19:52:15.721 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-03-06 19:52:15.723 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-03-06 19:52:15.725 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-03-06 19:52:15.727 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin a4a89e874bc4410d841e4830c3ca652c default 2025-03-06 19:52:15.774 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin a4a89e874bc4410d841e4830c3ca652c default 2025-03-06 19:52:15.803 | [3541 Async ks-domain-role:36685]: running: get_or_add_user_domain_role admin a4a89e874bc4410d841e4830c3ca652c default 2025-03-06 19:52:15.805 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-03-06 19:52:15.806 | + functions-common:get_or_create_domain:855 : local domain_id 2025-03-06 19:52:15.809 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-03-06 19:52:17.194 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:17.197 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-03-06 19:52:17.199 | + functions-common:get_or_create_domain:861 : echo default 2025-03-06 19:52:17.199 | default 2025-03-06 19:52:17.201 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-03-06 19:52:17.248 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-03-06 19:52:17.277 | [3541 Async ks-project:36795]: running: get_or_create_project service Default 2025-03-06 19:52:17.279 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-03-06 19:52:17.324 | + inc/async:async_inner:63 : get_or_create_role service 2025-03-06 19:52:17.354 | [3541 Async ks-service:36907]: running: get_or_create_role service 2025-03-06 19:52:17.356 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-03-06 19:52:17.402 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-03-06 19:52:17.431 | [3541 Async ks-reseller:37003]: running: get_or_create_role ResellerAdmin 2025-03-06 19:52:17.433 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-03-06 19:52:17.435 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-03-06 19:52:17.480 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-03-06 19:52:17.513 | [3541 Async ks-anotherrole:37100]: running: get_or_create_role anotherrole 2025-03-06 19:52:17.515 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-03-06 19:52:17.518 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-03-06 19:52:17.520 | ++ functions-common:get_or_create_project:905 : local project_id 2025-03-06 19:52:17.523 | +++ 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-03-06 19:52:18.782 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:18.800 | [36795 Async ks-project:36795]: finished successfully 2025-03-06 19:52:18.865 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:18.888 | [37003 Async ks-reseller:37003]: finished successfully 2025-03-06 19:52:18.972 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:18.996 | [36907 Async ks-service:36907]: finished successfully 2025-03-06 19:52:18.997 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:19.018 | [37100 Async ks-anotherrole:37100]: finished successfully 2025-03-06 19:52:19.079 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:19.098 | [36685 Async ks-domain-role:36685]: finished successfully 2025-03-06 19:52:19.187 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:19.190 | ++ functions-common:get_or_create_project:911 : project_id=072c3a8f98ee4a63bb687bbcc61307fc 2025-03-06 19:52:19.191 | ++ functions-common:get_or_create_project:912 : echo 072c3a8f98ee4a63bb687bbcc61307fc 2025-03-06 19:52:19.194 | + lib/keystone:create_keystone_accounts:345 : invis_project=072c3a8f98ee4a63bb687bbcc61307fc 2025-03-06 19:52:19.196 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-03-06 19:52:19.199 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-03-06 19:52:19.201 | ++ functions-common:get_or_create_project:905 : local project_id 2025-03-06 19:52:19.204 | +++ 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-03-06 19:52:20.434 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:20.437 | ++ functions-common:get_or_create_project:911 : project_id=d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:20.438 | ++ functions-common:get_or_create_project:912 : echo d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:20.441 | + lib/keystone:create_keystone_accounts:349 : demo_project=d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:20.443 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-03-06 19:52:20.446 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-03-06 19:52:20.448 | ++ functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:52:20.449 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-03-06 19:52:20.451 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-03-06 19:52:20.454 | +++ 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-03-06 19:52:21.707 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:21.710 | ++ functions-common:get_or_create_user:898 : user_id=ce859ed800d4419aa9a0b0c0f7c81f60 2025-03-06 19:52:21.711 | ++ functions-common:get_or_create_user:899 : echo ce859ed800d4419aa9a0b0c0f7c81f60 2025-03-06 19:52:21.714 | + lib/keystone:create_keystone_accounts:352 : demo_user=ce859ed800d4419aa9a0b0c0f7c81f60 2025-03-06 19:52:21.716 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-03-06 19:52:21.752 | [3541 Async ks-domain-role:36685]: Waiting for completion of get_or_add_user_domain_role admin a4a89e874bc4410d841e4830c3ca652c default running on PID 36685 (6 other jobs running) 2025-03-06 19:52:21.770 | [3541 Async ks-domain-role:36685]: Signaling child to exit 2025-03-06 19:52:21.770 | WAKEUP 2025-03-06 19:52:21.786 | [3541 Async ks-domain-role:36685]: Signaled 2025-03-06 19:52:21.787 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-03-06 19:52:21.787 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user a4a89e874bc4410d841e4830c3ca652c --domain default 2025-03-06 19:52:21.787 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a4a89e874bc4410d841e4830c3ca652c --domain default -c Role -f value 2025-03-06 19:52:21.787 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:21.787 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:21.787 | + functions-common:get_or_add_user_domain_role:982 : echo 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:21.787 | 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:21.817 | [3541 Async ks-domain-role:36685]: finished get_or_add_user_domain_role admin a4a89e874bc4410d841e4830c3ca652c default with result 0 in 3 seconds 2025-03-06 19:52:21.822 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-03-06 19:52:21.846 | [3541 Async ks-project:36795]: Waiting for completion of get_or_create_project service Default running on PID 36795 (5 other jobs running) 2025-03-06 19:52:21.863 | [3541 Async ks-project:36795]: Signaling child to exit 2025-03-06 19:52:21.863 | WAKEUP 2025-03-06 19:52:21.879 | [3541 Async ks-project:36795]: Signaled 2025-03-06 19:52:21.880 | + functions-common:get_or_create_project:905 : local project_id 2025-03-06 19:52:21.880 | ++ 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-03-06 19:52:21.880 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:21.880 | + functions-common:get_or_create_project:911 : project_id=3ab6af7baac2437da5262e03c4ad3b0d 2025-03-06 19:52:21.880 | + functions-common:get_or_create_project:912 : echo 3ab6af7baac2437da5262e03c4ad3b0d 2025-03-06 19:52:21.880 | 3ab6af7baac2437da5262e03c4ad3b0d 2025-03-06 19:52:21.910 | [3541 Async ks-project:36795]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-03-06 19:52:21.936 | [3541 Async ks-service:36907]: Waiting for completion of get_or_create_role service running on PID 36907 (4 other jobs running) 2025-03-06 19:52:21.954 | [3541 Async ks-service:36907]: Signaling child to exit 2025-03-06 19:52:21.954 | WAKEUP 2025-03-06 19:52:21.971 | [3541 Async ks-service:36907]: Signaled 2025-03-06 19:52:21.972 | + functions-common:get_or_create_role:918 : local role_id 2025-03-06 19:52:21.972 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-03-06 19:52:21.972 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:21.972 | + functions-common:get_or_create_role:923 : role_id=a27da3a49c764e87ae227477eab11743 2025-03-06 19:52:21.972 | + functions-common:get_or_create_role:924 : echo a27da3a49c764e87ae227477eab11743 2025-03-06 19:52:21.972 | a27da3a49c764e87ae227477eab11743 2025-03-06 19:52:22.002 | [3541 Async ks-service:36907]: finished get_or_create_role service with result 0 in 1 seconds 2025-03-06 19:52:22.027 | [3541 Async ks-reseller:37003]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 37003 (3 other jobs running) 2025-03-06 19:52:22.043 | [3541 Async ks-reseller:37003]: Signaling child to exit 2025-03-06 19:52:22.044 | WAKEUP 2025-03-06 19:52:22.059 | [3541 Async ks-reseller:37003]: Signaled 2025-03-06 19:52:22.060 | + functions-common:get_or_create_role:918 : local role_id 2025-03-06 19:52:22.060 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-03-06 19:52:22.060 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:22.060 | + functions-common:get_or_create_role:923 : role_id=e985f25a7d6d4fd199b784cc0938f549 2025-03-06 19:52:22.060 | + functions-common:get_or_create_role:924 : echo e985f25a7d6d4fd199b784cc0938f549 2025-03-06 19:52:22.060 | e985f25a7d6d4fd199b784cc0938f549 2025-03-06 19:52:22.090 | [3541 Async ks-reseller:37003]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-03-06 19:52:22.115 | [3541 Async ks-anotherrole:37100]: Waiting for completion of get_or_create_role anotherrole running on PID 37100 (2 other jobs running) 2025-03-06 19:52:22.132 | [3541 Async ks-anotherrole:37100]: Signaling child to exit 2025-03-06 19:52:22.132 | WAKEUP 2025-03-06 19:52:22.148 | [3541 Async ks-anotherrole:37100]: Signaled 2025-03-06 19:52:22.149 | + functions-common:get_or_create_role:918 : local role_id 2025-03-06 19:52:22.149 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-03-06 19:52:22.149 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:22.149 | + functions-common:get_or_create_role:923 : role_id=703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:22.149 | + functions-common:get_or_create_role:924 : echo 703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:22.149 | 703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:22.179 | [3541 Async ks-anotherrole:37100]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-03-06 19:52:22.182 | + inc/async:async_wait:197 : return 0 2025-03-06 19:52:22.184 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member ce859ed800d4419aa9a0b0c0f7c81f60 d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:22.231 | + inc/async:async_inner:63 : get_or_add_user_project_role member ce859ed800d4419aa9a0b0c0f7c81f60 d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:22.261 | [3541 Async ks-demo-member:37941]: running: get_or_add_user_project_role member ce859ed800d4419aa9a0b0c0f7c81f60 d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:22.263 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin a4a89e874bc4410d841e4830c3ca652c d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:22.310 | + inc/async:async_inner:63 : get_or_add_user_project_role admin a4a89e874bc4410d841e4830c3ca652c d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:22.344 | [3541 Async ks-demo-admin:38037]: running: get_or_add_user_project_role admin a4a89e874bc4410d841e4830c3ca652c d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:22.346 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole ce859ed800d4419aa9a0b0c0f7c81f60 d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:22.394 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole ce859ed800d4419aa9a0b0c0f7c81f60 d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:22.423 | [3541 Async ks-demo-another:38134]: running: get_or_add_user_project_role anotherrole ce859ed800d4419aa9a0b0c0f7c81f60 d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:22.425 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member ce859ed800d4419aa9a0b0c0f7c81f60 072c3a8f98ee4a63bb687bbcc61307fc 2025-03-06 19:52:22.473 | + inc/async:async_inner:63 : get_or_add_user_project_role member ce859ed800d4419aa9a0b0c0f7c81f60 072c3a8f98ee4a63bb687bbcc61307fc 2025-03-06 19:52:22.502 | [3541 Async ks-demo-invis:38231]: running: get_or_add_user_project_role member ce859ed800d4419aa9a0b0c0f7c81f60 072c3a8f98ee4a63bb687bbcc61307fc 2025-03-06 19:52:22.504 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-03-06 19:52:22.506 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-03-06 19:52:22.508 | ++ functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:52:22.511 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-03-06 19:52:22.513 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-03-06 19:52:22.516 | +++ 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-03-06 19:52:24.050 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:24.053 | ++ functions-common:get_or_create_user:898 : user_id=08d2eaf263674fb497ce2313216b26e4 2025-03-06 19:52:24.055 | ++ functions-common:get_or_create_user:899 : echo 08d2eaf263674fb497ce2313216b26e4 2025-03-06 19:52:24.058 | + lib/keystone:create_keystone_accounts:365 : demo_reader=08d2eaf263674fb497ce2313216b26e4 2025-03-06 19:52:24.060 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 08d2eaf263674fb497ce2313216b26e4 d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:24.114 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 08d2eaf263674fb497ce2313216b26e4 d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:24.146 | [3541 Async ks-demo-reader:38406]: running: get_or_add_user_project_role reader 08d2eaf263674fb497ce2313216b26e4 d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:24.148 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-03-06 19:52:24.152 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-03-06 19:52:24.153 | ++ functions-common:get_or_create_project:905 : local project_id 2025-03-06 19:52:24.156 | +++ 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-03-06 19:52:25.668 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:25.670 | ++ functions-common:get_or_create_project:911 : project_id=60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:25.672 | ++ functions-common:get_or_create_project:912 : echo 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:25.674 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:25.677 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-03-06 19:52:25.679 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-03-06 19:52:25.681 | ++ functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:52:25.683 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-03-06 19:52:25.685 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-03-06 19:52:25.688 | +++ 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-03-06 19:52:25.784 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:25.803 | [37941 Async ks-demo-member:37941]: finished successfully 2025-03-06 19:52:26.147 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:26.168 | [38037 Async ks-demo-admin:38037]: finished successfully 2025-03-06 19:52:26.271 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:26.289 | [38134 Async ks-demo-another:38134]: finished successfully 2025-03-06 19:52:26.399 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:26.418 | [38231 Async ks-demo-invis:38231]: finished successfully 2025-03-06 19:52:26.976 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:26.979 | ++ functions-common:get_or_create_user:898 : user_id=54bd6d78bb3c48b895ab7589e60ebebd 2025-03-06 19:52:26.981 | ++ functions-common:get_or_create_user:899 : echo 54bd6d78bb3c48b895ab7589e60ebebd 2025-03-06 19:52:26.983 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=54bd6d78bb3c48b895ab7589e60ebebd 2025-03-06 19:52:26.985 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 54bd6d78bb3c48b895ab7589e60ebebd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:27.034 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 54bd6d78bb3c48b895ab7589e60ebebd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:27.064 | [3541 Async ks-alt-admin:38795]: running: get_or_add_user_project_role admin 54bd6d78bb3c48b895ab7589e60ebebd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:27.066 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 54bd6d78bb3c48b895ab7589e60ebebd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:27.114 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 54bd6d78bb3c48b895ab7589e60ebebd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:27.145 | [3541 Async ks-alt-another:38891]: running: get_or_add_user_project_role anotherrole 54bd6d78bb3c48b895ab7589e60ebebd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:27.149 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-03-06 19:52:27.152 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-03-06 19:52:27.154 | ++ functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:52:27.156 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-03-06 19:52:27.158 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-03-06 19:52:27.160 | +++ 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-03-06 19:52:27.887 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:27.912 | [38406 Async ks-demo-reader:38406]: finished successfully 2025-03-06 19:52:28.454 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:28.456 | ++ functions-common:get_or_create_user:898 : user_id=ba5342022ddb440c80451d628093e362 2025-03-06 19:52:28.459 | ++ functions-common:get_or_create_user:899 : echo ba5342022ddb440c80451d628093e362 2025-03-06 19:52:28.462 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=ba5342022ddb440c80451d628093e362 2025-03-06 19:52:28.464 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member ba5342022ddb440c80451d628093e362 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:28.514 | + inc/async:async_inner:63 : get_or_add_user_project_role member ba5342022ddb440c80451d628093e362 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:28.544 | [3541 Async ks-alt-member-user:39068]: running: get_or_add_user_project_role member ba5342022ddb440c80451d628093e362 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:28.546 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-03-06 19:52:28.549 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-03-06 19:52:28.551 | ++ functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:52:28.553 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-03-06 19:52:28.555 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-03-06 19:52:28.558 | +++ 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-03-06 19:52:29.919 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:29.922 | ++ functions-common:get_or_create_user:898 : user_id=7cf9b813d2df48d6ba3d6ea0e463f4de 2025-03-06 19:52:29.924 | ++ functions-common:get_or_create_user:899 : echo 7cf9b813d2df48d6ba3d6ea0e463f4de 2025-03-06 19:52:29.926 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=7cf9b813d2df48d6ba3d6ea0e463f4de 2025-03-06 19:52:29.929 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 7cf9b813d2df48d6ba3d6ea0e463f4de 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:29.979 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 7cf9b813d2df48d6ba3d6ea0e463f4de 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:30.010 | [3541 Async ks-alt-reader-user:39243]: running: get_or_add_user_project_role reader 7cf9b813d2df48d6ba3d6ea0e463f4de 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:30.013 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-03-06 19:52:30.015 | ++ functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:52:30.017 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-03-06 19:52:30.019 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-03-06 19:52:30.021 | +++ 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-03-06 19:52:30.459 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:30.478 | [38795 Async ks-alt-admin:38795]: finished successfully 2025-03-06 19:52:30.490 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:30.507 | [38891 Async ks-alt-another:38891]: finished successfully 2025-03-06 19:52:31.293 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:31.295 | ++ functions-common:get_or_create_user:898 : user_id=f2b37016b64d4129ad43e390d5ecc866 2025-03-06 19:52:31.297 | ++ functions-common:get_or_create_user:899 : echo f2b37016b64d4129ad43e390d5ecc866 2025-03-06 19:52:31.299 | + lib/keystone:create_keystone_accounts:397 : system_member_user=f2b37016b64d4129ad43e390d5ecc866 2025-03-06 19:52:31.302 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member f2b37016b64d4129ad43e390d5ecc866 all 2025-03-06 19:52:31.350 | + inc/async:async_inner:63 : get_or_add_user_system_role member f2b37016b64d4129ad43e390d5ecc866 all 2025-03-06 19:52:31.381 | [3541 Async ks-system-member:39476]: running: get_or_add_user_system_role member f2b37016b64d4129ad43e390d5ecc866 all 2025-03-06 19:52:31.384 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-03-06 19:52:31.386 | ++ functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:52:31.388 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-03-06 19:52:31.390 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-03-06 19:52:31.393 | +++ 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-03-06 19:52:31.912 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:31.931 | [39068 Async ks-alt-member-user:39068]: finished successfully 2025-03-06 19:52:32.671 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:32.674 | ++ functions-common:get_or_create_user:898 : user_id=3246090cd7fa4afabe0fb599a52c9036 2025-03-06 19:52:32.676 | ++ functions-common:get_or_create_user:899 : echo 3246090cd7fa4afabe0fb599a52c9036 2025-03-06 19:52:32.678 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=3246090cd7fa4afabe0fb599a52c9036 2025-03-06 19:52:32.680 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 3246090cd7fa4afabe0fb599a52c9036 all 2025-03-06 19:52:32.730 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 3246090cd7fa4afabe0fb599a52c9036 all 2025-03-06 19:52:32.763 | [3541 Async ks-system-reader:39684]: running: get_or_add_user_system_role reader 3246090cd7fa4afabe0fb599a52c9036 all 2025-03-06 19:52:32.766 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-03-06 19:52:32.768 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-03-06 19:52:32.771 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-03-06 19:52:32.773 | ++ functions-common:get_or_create_group:868 : local group_id 2025-03-06 19:52:32.776 | +++ 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-03-06 19:52:33.127 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:33.147 | [39243 Async ks-alt-reader-user:39243]: finished successfully 2025-03-06 19:52:34.077 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:34.079 | ++ functions-common:get_or_create_group:875 : group_id=9c55da1e7fdc4eed8cc538c230a03276 2025-03-06 19:52:34.081 | ++ functions-common:get_or_create_group:876 : echo 9c55da1e7fdc4eed8cc538c230a03276 2025-03-06 19:52:34.084 | + lib/keystone:create_keystone_accounts:407 : admin_group=9c55da1e7fdc4eed8cc538c230a03276 2025-03-06 19:52:34.086 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-03-06 19:52:34.089 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-03-06 19:52:34.091 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-03-06 19:52:34.093 | ++ functions-common:get_or_create_group:868 : local group_id 2025-03-06 19:52:34.095 | +++ 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-03-06 19:52:35.390 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:35.392 | ++ functions-common:get_or_create_group:875 : group_id=a52a51a67b9e410fa62ed710d75da5dd 2025-03-06 19:52:35.394 | ++ functions-common:get_or_create_group:876 : echo a52a51a67b9e410fa62ed710d75da5dd 2025-03-06 19:52:35.396 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=a52a51a67b9e410fa62ed710d75da5dd 2025-03-06 19:52:35.399 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member a52a51a67b9e410fa62ed710d75da5dd d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:35.448 | + inc/async:async_inner:63 : get_or_add_group_project_role member a52a51a67b9e410fa62ed710d75da5dd d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:35.477 | [3541 Async ks-group-memberdemo:39994]: running: get_or_add_group_project_role member a52a51a67b9e410fa62ed710d75da5dd d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:35.480 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole a52a51a67b9e410fa62ed710d75da5dd d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:35.528 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole a52a51a67b9e410fa62ed710d75da5dd d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:35.558 | [3541 Async ks-group-anotherdemo:40073]: running: get_or_add_group_project_role anotherrole a52a51a67b9e410fa62ed710d75da5dd d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:35.560 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member a52a51a67b9e410fa62ed710d75da5dd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:35.611 | + inc/async:async_inner:63 : get_or_add_group_project_role member a52a51a67b9e410fa62ed710d75da5dd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:35.643 | [3541 Async ks-group-memberalt:40153]: running: get_or_add_group_project_role member a52a51a67b9e410fa62ed710d75da5dd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:35.646 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole a52a51a67b9e410fa62ed710d75da5dd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:35.686 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:35.701 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole a52a51a67b9e410fa62ed710d75da5dd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:35.708 | [39476 Async ks-system-member:39476]: finished successfully 2025-03-06 19:52:35.732 | [3541 Async ks-group-anotheralt:40273]: running: get_or_add_group_project_role anotherrole a52a51a67b9e410fa62ed710d75da5dd 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:35.734 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 9c55da1e7fdc4eed8cc538c230a03276 c31f6504bb73492890b262ff43fdf9bc 2025-03-06 19:52:35.783 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 9c55da1e7fdc4eed8cc538c230a03276 c31f6504bb73492890b262ff43fdf9bc 2025-03-06 19:52:35.812 | [3541 Async ks-group-admin:40372]: running: get_or_add_group_project_role admin 9c55da1e7fdc4eed8cc538c230a03276 c31f6504bb73492890b262ff43fdf9bc 2025-03-06 19:52:35.814 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-03-06 19:52:35.850 | [3541 Async ks-demo-member:37941]: Waiting for completion of get_or_add_user_project_role member ce859ed800d4419aa9a0b0c0f7c81f60 d37e2ec09933489cbcb7a7f389ccfb6a running on PID 37941 (17 other jobs running) 2025-03-06 19:52:35.868 | [3541 Async ks-demo-member:37941]: Signaling child to exit 2025-03-06 19:52:35.868 | WAKEUP 2025-03-06 19:52:35.883 | [3541 Async ks-demo-member:37941]: Signaled 2025-03-06 19:52:35.884 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:52:35.884 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:52:35.884 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-03-06 19:52:35.884 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:35.884 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:35.884 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:35.884 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:35.884 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:35.884 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-03-06 19:52:35.884 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user ce859ed800d4419aa9a0b0c0f7c81f60 --project d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:35.884 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ce859ed800d4419aa9a0b0c0f7c81f60 --project d37e2ec09933489cbcb7a7f389ccfb6a -c Role -f value 2025-03-06 19:52:35.884 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:35.884 | + functions-common:get_or_add_user_project_role:962 : user_role_id=76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:35.884 | + functions-common:get_or_add_user_project_role:963 : echo 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:35.884 | 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:35.917 | [3541 Async ks-demo-member:37941]: finished get_or_add_user_project_role member ce859ed800d4419aa9a0b0c0f7c81f60 d37e2ec09933489cbcb7a7f389ccfb6a with result 0 in 3 seconds 2025-03-06 19:52:35.942 | [3541 Async ks-demo-admin:38037]: Waiting for completion of get_or_add_user_project_role admin a4a89e874bc4410d841e4830c3ca652c d37e2ec09933489cbcb7a7f389ccfb6a running on PID 38037 (16 other jobs running) 2025-03-06 19:52:35.959 | [3541 Async ks-demo-admin:38037]: Signaling child to exit 2025-03-06 19:52:35.959 | WAKEUP 2025-03-06 19:52:35.974 | [3541 Async ks-demo-admin:38037]: Signaled 2025-03-06 19:52:35.975 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:52:35.975 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:52:35.975 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-03-06 19:52:35.975 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:35.975 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:35.975 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:35.975 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:35.975 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:35.975 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-03-06 19:52:35.975 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user a4a89e874bc4410d841e4830c3ca652c --project d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:35.975 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user a4a89e874bc4410d841e4830c3ca652c --project d37e2ec09933489cbcb7a7f389ccfb6a -c Role -f value 2025-03-06 19:52:35.975 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:35.975 | + functions-common:get_or_add_user_project_role:962 : user_role_id=9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:35.975 | + functions-common:get_or_add_user_project_role:963 : echo 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:35.975 | 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:36.007 | [3541 Async ks-demo-admin:38037]: finished get_or_add_user_project_role admin a4a89e874bc4410d841e4830c3ca652c d37e2ec09933489cbcb7a7f389ccfb6a with result 0 in 3 seconds 2025-03-06 19:52:36.033 | [3541 Async ks-demo-another:38134]: Waiting for completion of get_or_add_user_project_role anotherrole ce859ed800d4419aa9a0b0c0f7c81f60 d37e2ec09933489cbcb7a7f389ccfb6a running on PID 38134 (15 other jobs running) 2025-03-06 19:52:36.050 | [3541 Async ks-demo-another:38134]: Signaling child to exit 2025-03-06 19:52:36.050 | WAKEUP 2025-03-06 19:52:36.066 | [3541 Async ks-demo-another:38134]: Signaled 2025-03-06 19:52:36.067 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:52:36.067 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:52:36.067 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-03-06 19:52:36.067 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:36.067 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:36.067 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:36.067 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:36.067 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:36.067 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-03-06 19:52:36.067 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user ce859ed800d4419aa9a0b0c0f7c81f60 --project d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:36.067 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user ce859ed800d4419aa9a0b0c0f7c81f60 --project d37e2ec09933489cbcb7a7f389ccfb6a -c Role -f value 2025-03-06 19:52:36.067 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:36.067 | + functions-common:get_or_add_user_project_role:962 : user_role_id=703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:36.067 | + functions-common:get_or_add_user_project_role:963 : echo 703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:36.067 | 703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:36.098 | [3541 Async ks-demo-another:38134]: finished get_or_add_user_project_role anotherrole ce859ed800d4419aa9a0b0c0f7c81f60 d37e2ec09933489cbcb7a7f389ccfb6a with result 0 in 3 seconds 2025-03-06 19:52:36.124 | [3541 Async ks-demo-invis:38231]: Waiting for completion of get_or_add_user_project_role member ce859ed800d4419aa9a0b0c0f7c81f60 072c3a8f98ee4a63bb687bbcc61307fc running on PID 38231 (14 other jobs running) 2025-03-06 19:52:36.141 | [3541 Async ks-demo-invis:38231]: Signaling child to exit 2025-03-06 19:52:36.141 | WAKEUP 2025-03-06 19:52:36.157 | [3541 Async ks-demo-invis:38231]: Signaled 2025-03-06 19:52:36.158 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:52:36.158 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:52:36.158 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-03-06 19:52:36.158 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:36.158 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:36.158 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:36.158 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:36.158 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:36.158 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-03-06 19:52:36.158 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user ce859ed800d4419aa9a0b0c0f7c81f60 --project 072c3a8f98ee4a63bb687bbcc61307fc 2025-03-06 19:52:36.158 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ce859ed800d4419aa9a0b0c0f7c81f60 --project 072c3a8f98ee4a63bb687bbcc61307fc -c Role -f value 2025-03-06 19:52:36.158 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:36.158 | + functions-common:get_or_add_user_project_role:962 : user_role_id=76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:36.158 | + functions-common:get_or_add_user_project_role:963 : echo 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:36.158 | 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:36.189 | [3541 Async ks-demo-invis:38231]: finished get_or_add_user_project_role member ce859ed800d4419aa9a0b0c0f7c81f60 072c3a8f98ee4a63bb687bbcc61307fc with result 0 in 3 seconds 2025-03-06 19:52:36.216 | [3541 Async ks-demo-reader:38406]: Waiting for completion of get_or_add_user_project_role reader 08d2eaf263674fb497ce2313216b26e4 d37e2ec09933489cbcb7a7f389ccfb6a running on PID 38406 (13 other jobs running) 2025-03-06 19:52:36.234 | [3541 Async ks-demo-reader:38406]: Signaling child to exit 2025-03-06 19:52:36.234 | WAKEUP 2025-03-06 19:52:36.249 | [3541 Async ks-demo-reader:38406]: Signaled 2025-03-06 19:52:36.250 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:52:36.250 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:52:36.250 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-03-06 19:52:36.250 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:36.250 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:36.250 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:36.250 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:36.250 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:36.250 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-03-06 19:52:36.250 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 08d2eaf263674fb497ce2313216b26e4 --project d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:36.250 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 08d2eaf263674fb497ce2313216b26e4 --project d37e2ec09933489cbcb7a7f389ccfb6a -c Role -f value 2025-03-06 19:52:36.250 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:36.250 | + functions-common:get_or_add_user_project_role:962 : user_role_id=3e7a085487ce47f192397b39ae6c1bd3 2025-03-06 19:52:36.250 | + functions-common:get_or_add_user_project_role:963 : echo 3e7a085487ce47f192397b39ae6c1bd3 2025-03-06 19:52:36.250 | 3e7a085487ce47f192397b39ae6c1bd3 2025-03-06 19:52:36.281 | [3541 Async ks-demo-reader:38406]: finished get_or_add_user_project_role reader 08d2eaf263674fb497ce2313216b26e4 d37e2ec09933489cbcb7a7f389ccfb6a with result 0 in 3 seconds 2025-03-06 19:52:36.284 | + inc/async:async_wait:197 : return 0 2025-03-06 19:52:36.286 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-03-06 19:52:36.334 | [3541 Async ks-alt-admin:38795]: Waiting for completion of get_or_add_user_project_role admin 54bd6d78bb3c48b895ab7589e60ebebd 60e3b8af6a4845268eeab4e16be8e72f running on PID 38795 (12 other jobs running) 2025-03-06 19:52:36.366 | [3541 Async ks-alt-admin:38795]: Signaling child to exit 2025-03-06 19:52:36.367 | WAKEUP 2025-03-06 19:52:36.384 | [3541 Async ks-alt-admin:38795]: Signaled 2025-03-06 19:52:36.385 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:52:36.385 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:52:36.385 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-03-06 19:52:36.385 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:36.385 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:36.385 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:36.385 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:36.385 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:36.385 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-03-06 19:52:36.385 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 54bd6d78bb3c48b895ab7589e60ebebd --project 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:36.385 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 54bd6d78bb3c48b895ab7589e60ebebd --project 60e3b8af6a4845268eeab4e16be8e72f -c Role -f value 2025-03-06 19:52:36.385 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:36.385 | + functions-common:get_or_add_user_project_role:962 : user_role_id=9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:36.385 | + functions-common:get_or_add_user_project_role:963 : echo 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:36.385 | 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:36.430 | [3541 Async ks-alt-admin:38795]: finished get_or_add_user_project_role admin 54bd6d78bb3c48b895ab7589e60ebebd 60e3b8af6a4845268eeab4e16be8e72f with result 0 in 3 seconds 2025-03-06 19:52:36.458 | [3541 Async ks-alt-another:38891]: Waiting for completion of get_or_add_user_project_role anotherrole 54bd6d78bb3c48b895ab7589e60ebebd 60e3b8af6a4845268eeab4e16be8e72f running on PID 38891 (11 other jobs running) 2025-03-06 19:52:36.484 | [3541 Async ks-alt-another:38891]: Signaling child to exit 2025-03-06 19:52:36.485 | WAKEUP 2025-03-06 19:52:36.509 | [3541 Async ks-alt-another:38891]: Signaled 2025-03-06 19:52:36.510 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:52:36.510 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:52:36.510 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-03-06 19:52:36.510 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:36.510 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:36.510 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:36.510 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:36.510 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:36.510 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-03-06 19:52:36.510 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 54bd6d78bb3c48b895ab7589e60ebebd --project 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:36.510 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 54bd6d78bb3c48b895ab7589e60ebebd --project 60e3b8af6a4845268eeab4e16be8e72f -c Role -f value 2025-03-06 19:52:36.510 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:36.510 | + functions-common:get_or_add_user_project_role:962 : user_role_id=703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:36.510 | + functions-common:get_or_add_user_project_role:963 : echo 703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:36.510 | 703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:36.545 | [3541 Async ks-alt-another:38891]: finished get_or_add_user_project_role anotherrole 54bd6d78bb3c48b895ab7589e60ebebd 60e3b8af6a4845268eeab4e16be8e72f with result 0 in 3 seconds 2025-03-06 19:52:36.576 | [3541 Async ks-alt-member-user:39068]: Waiting for completion of get_or_add_user_project_role member ba5342022ddb440c80451d628093e362 60e3b8af6a4845268eeab4e16be8e72f running on PID 39068 (10 other jobs running) 2025-03-06 19:52:36.596 | [3541 Async ks-alt-member-user:39068]: Signaling child to exit 2025-03-06 19:52:36.597 | WAKEUP 2025-03-06 19:52:36.615 | [3541 Async ks-alt-member-user:39068]: Signaled 2025-03-06 19:52:36.615 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:52:36.615 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:52:36.615 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-03-06 19:52:36.615 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:36.615 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:36.615 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:36.616 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:36.616 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:36.616 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-03-06 19:52:36.616 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user ba5342022ddb440c80451d628093e362 --project 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:36.616 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ba5342022ddb440c80451d628093e362 --project 60e3b8af6a4845268eeab4e16be8e72f -c Role -f value 2025-03-06 19:52:36.616 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:36.616 | + functions-common:get_or_add_user_project_role:962 : user_role_id=76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:36.616 | + functions-common:get_or_add_user_project_role:963 : echo 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:36.616 | 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:36.654 | [3541 Async ks-alt-member-user:39068]: finished get_or_add_user_project_role member ba5342022ddb440c80451d628093e362 60e3b8af6a4845268eeab4e16be8e72f with result 0 in 3 seconds 2025-03-06 19:52:36.686 | [3541 Async ks-alt-reader-user:39243]: Waiting for completion of get_or_add_user_project_role reader 7cf9b813d2df48d6ba3d6ea0e463f4de 60e3b8af6a4845268eeab4e16be8e72f running on PID 39243 (9 other jobs running) 2025-03-06 19:52:36.707 | [3541 Async ks-alt-reader-user:39243]: Signaling child to exit 2025-03-06 19:52:36.708 | WAKEUP 2025-03-06 19:52:36.728 | [3541 Async ks-alt-reader-user:39243]: Signaled 2025-03-06 19:52:36.729 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:52:36.729 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:52:36.729 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-03-06 19:52:36.729 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:36.729 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:36.729 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:36.729 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:36.729 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:36.729 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-03-06 19:52:36.729 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 7cf9b813d2df48d6ba3d6ea0e463f4de --project 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:36.729 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 7cf9b813d2df48d6ba3d6ea0e463f4de --project 60e3b8af6a4845268eeab4e16be8e72f -c Role -f value 2025-03-06 19:52:36.729 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:36.729 | + functions-common:get_or_add_user_project_role:962 : user_role_id=3e7a085487ce47f192397b39ae6c1bd3 2025-03-06 19:52:36.729 | + functions-common:get_or_add_user_project_role:963 : echo 3e7a085487ce47f192397b39ae6c1bd3 2025-03-06 19:52:36.729 | 3e7a085487ce47f192397b39ae6c1bd3 2025-03-06 19:52:36.774 | [3541 Async ks-alt-reader-user:39243]: finished get_or_add_user_project_role reader 7cf9b813d2df48d6ba3d6ea0e463f4de 60e3b8af6a4845268eeab4e16be8e72f with result 0 in 3 seconds 2025-03-06 19:52:36.777 | + inc/async:async_wait:197 : return 0 2025-03-06 19:52:36.780 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-03-06 19:52:36.831 | [3541 Async ks-system-member:39476]: Waiting for completion of get_or_add_user_system_role member f2b37016b64d4129ad43e390d5ecc866 all running on PID 39476 (8 other jobs running) 2025-03-06 19:52:36.857 | [3541 Async ks-system-member:39476]: Signaling child to exit 2025-03-06 19:52:36.857 | WAKEUP 2025-03-06 19:52:36.878 | [3541 Async ks-system-member:39476]: Signaled 2025-03-06 19:52:36.882 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-03-06 19:52:36.882 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-03-06 19:52:36.882 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-03-06 19:52:36.882 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:36.882 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:36.882 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:36.882 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:36.882 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:36.882 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-03-06 19:52:36.882 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f2b37016b64d4129ad43e390d5ecc866 --system all -f value -c Role 2025-03-06 19:52:36.882 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:36.882 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-03-06 19:52:36.882 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-03-06 19:52:36.882 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user f2b37016b64d4129ad43e390d5ecc866 --system all 2025-03-06 19:52:36.882 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f2b37016b64d4129ad43e390d5ecc866 --system all -f value -c Role 2025-03-06 19:52:36.882 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:36.882 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-03-06 19:52:36.882 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-03-06 19:52:36.882 | 2025-03-06 19:52:36.931 | [3541 Async ks-system-member:39476]: finished get_or_add_user_system_role member f2b37016b64d4129ad43e390d5ecc866 all with result 0 in 4 seconds 2025-03-06 19:52:36.966 | [3541 Async ks-system-reader:39684]: Waiting for completion of get_or_add_user_system_role reader 3246090cd7fa4afabe0fb599a52c9036 all running on PID 39684 (7 other jobs running) 2025-03-06 19:52:36.988 | [3541 Async ks-system-reader:39684]: Signaling child to exit 2025-03-06 19:52:37.333 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:37.352 | [39684 Async ks-system-reader:39684]: finished successfully 2025-03-06 19:52:37.370 | WAKEUP 2025-03-06 19:52:37.386 | [3541 Async ks-system-reader:39684]: Signaled 2025-03-06 19:52:37.388 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-03-06 19:52:37.388 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-03-06 19:52:37.388 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-03-06 19:52:37.388 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:52:37.388 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:52:37.388 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-03-06 19:52:37.388 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-03-06 19:52:37.388 | ++ functions-common:_get_domain_args:940 : echo 2025-03-06 19:52:37.388 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-03-06 19:52:37.388 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 3246090cd7fa4afabe0fb599a52c9036 --system all -f value -c Role 2025-03-06 19:52:37.388 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:37.389 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-03-06 19:52:37.389 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-03-06 19:52:37.389 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user 3246090cd7fa4afabe0fb599a52c9036 --system all 2025-03-06 19:52:37.389 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 3246090cd7fa4afabe0fb599a52c9036 --system all -f value -c Role 2025-03-06 19:52:37.389 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:37.389 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=3e7a085487ce47f192397b39ae6c1bd3 2025-03-06 19:52:37.389 | + functions-common:get_or_add_user_system_role:1013 : echo 3e7a085487ce47f192397b39ae6c1bd3 2025-03-06 19:52:37.389 | 3e7a085487ce47f192397b39ae6c1bd3 2025-03-06 19:52:37.422 | [3541 Async ks-system-reader:39684]: finished get_or_add_user_system_role reader 3246090cd7fa4afabe0fb599a52c9036 all with result 0 in 4 seconds 2025-03-06 19:52:37.425 | + inc/async:async_wait:197 : return 0 2025-03-06 19:52:37.428 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-03-06 19:52:37.472 | [3541 Async ks-group-memberdemo:39994]: Waiting for completion of get_or_add_group_project_role member a52a51a67b9e410fa62ed710d75da5dd d37e2ec09933489cbcb7a7f389ccfb6a running on PID 39994 (6 other jobs running) 2025-03-06 19:52:37.491 | [3541 Async ks-group-memberdemo:39994]: Signaling child to exit 2025-03-06 19:52:38.641 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:38.659 | [39994 Async ks-group-memberdemo:39994]: finished successfully 2025-03-06 19:52:38.677 | WAKEUP 2025-03-06 19:52:38.694 | [3541 Async ks-group-memberdemo:39994]: Signaled 2025-03-06 19:52:38.695 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-03-06 19:52:38.695 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group a52a51a67b9e410fa62ed710d75da5dd --project d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:38.695 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group a52a51a67b9e410fa62ed710d75da5dd --project d37e2ec09933489cbcb7a7f389ccfb6a -f value -c Role 2025-03-06 19:52:38.695 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:38.695 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:38.695 | + functions-common:get_or_add_group_project_role:1032 : echo 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:38.695 | 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:38.728 | [3541 Async ks-group-memberdemo:39994]: finished get_or_add_group_project_role member a52a51a67b9e410fa62ed710d75da5dd d37e2ec09933489cbcb7a7f389ccfb6a with result 0 in 3 seconds 2025-03-06 19:52:38.754 | [3541 Async ks-group-anotherdemo:40073]: Waiting for completion of get_or_add_group_project_role anotherrole a52a51a67b9e410fa62ed710d75da5dd d37e2ec09933489cbcb7a7f389ccfb6a running on PID 40073 (5 other jobs running) 2025-03-06 19:52:38.772 | [3541 Async ks-group-anotherdemo:40073]: Signaling child to exit 2025-03-06 19:52:39.080 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:39.100 | [40073 Async ks-group-anotherdemo:40073]: finished successfully 2025-03-06 19:52:39.118 | WAKEUP 2025-03-06 19:52:39.136 | [3541 Async ks-group-anotherdemo:40073]: Signaled 2025-03-06 19:52:39.137 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-03-06 19:52:39.137 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group a52a51a67b9e410fa62ed710d75da5dd --project d37e2ec09933489cbcb7a7f389ccfb6a 2025-03-06 19:52:39.137 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group a52a51a67b9e410fa62ed710d75da5dd --project d37e2ec09933489cbcb7a7f389ccfb6a -f value -c Role 2025-03-06 19:52:39.137 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:39.137 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:39.137 | + functions-common:get_or_add_group_project_role:1032 : echo 703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:39.137 | 703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:39.172 | [3541 Async ks-group-anotherdemo:40073]: finished get_or_add_group_project_role anotherrole a52a51a67b9e410fa62ed710d75da5dd d37e2ec09933489cbcb7a7f389ccfb6a with result 0 in 3 seconds 2025-03-06 19:52:39.183 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:39.200 | [3541 Async ks-group-memberalt:40153]: Waiting for completion of get_or_add_group_project_role member a52a51a67b9e410fa62ed710d75da5dd 60e3b8af6a4845268eeab4e16be8e72f running on PID 40153 (4 other jobs running) 2025-03-06 19:52:39.203 | [40153 Async ks-group-memberalt:40153]: finished successfully 2025-03-06 19:52:39.220 | [3541 Async ks-group-memberalt:40153]: Signaling child to exit 2025-03-06 19:52:39.221 | WAKEUP 2025-03-06 19:52:39.238 | [3541 Async ks-group-memberalt:40153]: Signaled 2025-03-06 19:52:39.238 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-03-06 19:52:39.239 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group a52a51a67b9e410fa62ed710d75da5dd --project 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:39.239 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group a52a51a67b9e410fa62ed710d75da5dd --project 60e3b8af6a4845268eeab4e16be8e72f -f value -c Role 2025-03-06 19:52:39.239 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:39.239 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:39.239 | + functions-common:get_or_add_group_project_role:1032 : echo 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:39.239 | 76cc73f2acbe4a42baa0b4005beaaf17 2025-03-06 19:52:39.270 | [3541 Async ks-group-memberalt:40153]: finished get_or_add_group_project_role member a52a51a67b9e410fa62ed710d75da5dd 60e3b8af6a4845268eeab4e16be8e72f with result 0 in 3 seconds 2025-03-06 19:52:39.297 | [3541 Async ks-group-anotheralt:40273]: Waiting for completion of get_or_add_group_project_role anotherrole a52a51a67b9e410fa62ed710d75da5dd 60e3b8af6a4845268eeab4e16be8e72f running on PID 40273 (3 other jobs running) 2025-03-06 19:52:39.315 | [3541 Async ks-group-anotheralt:40273]: Signaling child to exit 2025-03-06 19:52:39.381 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:39.390 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:39.401 | [40273 Async ks-group-anotheralt:40273]: finished successfully 2025-03-06 19:52:39.409 | [40372 Async ks-group-admin:40372]: finished successfully 2025-03-06 19:52:39.418 | WAKEUP 2025-03-06 19:52:39.434 | [3541 Async ks-group-anotheralt:40273]: Signaled 2025-03-06 19:52:39.435 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-03-06 19:52:39.435 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group a52a51a67b9e410fa62ed710d75da5dd --project 60e3b8af6a4845268eeab4e16be8e72f 2025-03-06 19:52:39.435 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group a52a51a67b9e410fa62ed710d75da5dd --project 60e3b8af6a4845268eeab4e16be8e72f -f value -c Role 2025-03-06 19:52:39.435 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:39.435 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:39.435 | + functions-common:get_or_add_group_project_role:1032 : echo 703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:39.435 | 703df540b7c64605be53fa211b98fad7 2025-03-06 19:52:39.466 | [3541 Async ks-group-anotheralt:40273]: finished get_or_add_group_project_role anotherrole a52a51a67b9e410fa62ed710d75da5dd 60e3b8af6a4845268eeab4e16be8e72f with result 0 in 3 seconds 2025-03-06 19:52:39.492 | [3541 Async ks-group-admin:40372]: Waiting for completion of get_or_add_group_project_role admin 9c55da1e7fdc4eed8cc538c230a03276 c31f6504bb73492890b262ff43fdf9bc running on PID 40372 (2 other jobs running) 2025-03-06 19:52:39.509 | [3541 Async ks-group-admin:40372]: Signaling child to exit 2025-03-06 19:52:39.509 | WAKEUP 2025-03-06 19:52:39.525 | [3541 Async ks-group-admin:40372]: Signaled 2025-03-06 19:52:39.526 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-03-06 19:52:39.526 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group 9c55da1e7fdc4eed8cc538c230a03276 --project c31f6504bb73492890b262ff43fdf9bc 2025-03-06 19:52:39.526 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 9c55da1e7fdc4eed8cc538c230a03276 --project c31f6504bb73492890b262ff43fdf9bc -f value -c Role 2025-03-06 19:52:39.526 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:52:39.526 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:39.526 | + functions-common:get_or_add_group_project_role:1032 : echo 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:39.526 | 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:52:39.557 | [3541 Async ks-group-admin:40372]: finished get_or_add_group_project_role admin 9c55da1e7fdc4eed8cc538c230a03276 c31f6504bb73492890b262ff43fdf9bc with result 0 in 3 seconds 2025-03-06 19:52:39.560 | + inc/async:async_wait:197 : return 0 2025-03-06 19:52:39.561 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-03-06 19:52:39.574 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:52:39.577 | + stack.sh:main:1130 : is_service_enabled nova 2025-03-06 19:52:39.590 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:52:39.592 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-03-06 19:52:39.594 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-03-06 19:52:39.642 | + inc/async:async_inner:63 : create_nova_accounts 2025-03-06 19:52:39.673 | [3541 Async create_nova_accounts:42220]: running: create_nova_accounts 2025-03-06 19:52:39.675 | + stack.sh:main:1133 : is_service_enabled glance 2025-03-06 19:52:39.688 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:52:39.690 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-03-06 19:52:39.692 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-03-06 19:52:39.739 | + inc/async:async_inner:63 : create_glance_accounts 2025-03-06 19:52:39.770 | [3541 Async create_glance_accounts:42343]: running: create_glance_accounts 2025-03-06 19:52:39.772 | + stack.sh:main:1136 : is_service_enabled cinder 2025-03-06 19:52:39.786 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:52:39.788 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-03-06 19:52:39.790 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-03-06 19:52:39.839 | + inc/async:async_inner:63 : create_cinder_accounts 2025-03-06 19:52:39.870 | [3541 Async create_cinder_accounts:42482]: running: create_cinder_accounts 2025-03-06 19:52:39.872 | + stack.sh:main:1139 : is_service_enabled neutron 2025-03-06 19:52:39.889 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:52:39.891 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-03-06 19:52:39.893 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-03-06 19:52:39.940 | + inc/async:async_inner:63 : create_neutron_accounts 2025-03-06 19:52:39.970 | [3541 Async create_neutron_accounts:42625]: running: create_neutron_accounts 2025-03-06 19:52:39.972 | + stack.sh:main:1142 : is_service_enabled swift 2025-03-06 19:52:39.986 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:52:39.989 | + stack.sh:main:1151 : is_service_enabled horizon 2025-03-06 19:52:40.004 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:52:40.006 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-03-06 19:52:40.044 | [3541 Async create_nova_accounts:42220]: Waiting for completion of create_nova_accounts running on PID 42220 (5 other jobs running) 2025-03-06 19:52:40.061 | [3541 Async create_nova_accounts:42220]: Signaling child to exit 2025-03-06 19:52:52.358 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:52:52.378 | [42625 Async create_neutron_accounts:42625]: finished successfully 2025-03-06 19:53:00.481 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:53:00.500 | [42482 Async create_cinder_accounts:42482]: finished successfully 2025-03-06 19:53:01.129 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:53:01.148 | [42220 Async create_nova_accounts:42220]: finished successfully 2025-03-06 19:53:01.165 | WAKEUP 2025-03-06 19:53:01.182 | [3541 Async create_nova_accounts:42220]: Signaled 2025-03-06 19:53:01.183 | + 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-03-06 19:53:01.183 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-03-06 19:53:01.183 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-03-06 19:53:01.183 | + functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:53:01.183 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-03-06 19:53:01.183 | + functions-common:get_or_create_user:886 : local email= 2025-03-06 19:53:01.183 | ++ 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-03-06 19:53:01.183 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:01.183 | + functions-common:get_or_create_user:898 : user_id=6cc429e1f22648f283d3413e3c151fc5 2025-03-06 19:53:01.183 | + functions-common:get_or_create_user:899 : echo 6cc429e1f22648f283d3413e3c151fc5 2025-03-06 19:53:01.183 | 6cc429e1f22648f283d3413e3c151fc5 2025-03-06 19:53:01.183 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-03-06 19:53:01.183 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:53:01.183 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:53:01.183 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-03-06 19:53:01.183 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-03-06 19:53:01.183 | + 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-03-06 19:53:01.183 | ++ 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-03-06 19:53:01.183 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:01.183 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:01.183 | + functions-common:get_or_add_user_project_role:963 : echo a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:01.183 | a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:01.183 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-03-06 19:53:01.183 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-03-06 19:53:01.183 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:53:01.183 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:53:01.183 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-03-06 19:53:01.183 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-03-06 19:53:01.183 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-03-06 19:53:01.183 | + 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-03-06 19:53:01.183 | ++ 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-03-06 19:53:01.183 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:01.183 | + functions-common:get_or_add_user_project_role:962 : user_role_id=9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:53:01.183 | + functions-common:get_or_add_user_project_role:963 : echo 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:53:01.183 | 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:53:01.183 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-03-06 19:53:01.183 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:53:01.183 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-03-06 19:53:01.183 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-03-06 19:53:01.183 | + functions-common:get_or_create_service:1038 : local service_id 2025-03-06 19:53:01.183 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-03-06 19:53:01.183 | ++ 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-03-06 19:53:01.183 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:01.183 | + functions-common:get_or_create_service:1049 : service_id=' 2025-03-06 19:53:01.183 | 0ccdcd6089924e7786f587ad51f4c85c' 2025-03-06 19:53:01.183 | + functions-common:get_or_create_service:1050 : echo 0ccdcd6089924e7786f587ad51f4c85c 2025-03-06 19:53:01.183 | 0ccdcd6089924e7786f587ad51f4c85c 2025-03-06 19:53:01.183 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-03-06 19:53:01.183 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-03-06 19:53:01.183 | ++ 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-03-06 19:53:01.183 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-03-06 19:53:01.183 | +++ 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-03-06 19:53:01.183 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:01.183 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-03-06 19:53:01.183 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-03-06 19:53:01.183 | +++ 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-03-06 19:53:01.183 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:01.183 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=a7809c84e70945b49017eeae652a72bc 2025-03-06 19:53:01.183 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo a7809c84e70945b49017eeae652a72bc 2025-03-06 19:53:01.183 | + functions-common:get_or_create_endpoint:1083 : public_id=a7809c84e70945b49017eeae652a72bc 2025-03-06 19:53:01.183 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-03-06 19:53:01.183 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-03-06 19:53:01.183 | + functions-common:get_or_create_endpoint:1092 : echo a7809c84e70945b49017eeae652a72bc 2025-03-06 19:53:01.183 | a7809c84e70945b49017eeae652a72bc 2025-03-06 19:53:01.183 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-03-06 19:53:01.183 | + functions-common:get_or_create_service:1038 : local service_id 2025-03-06 19:53:01.183 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-03-06 19:53:01.183 | ++ 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-03-06 19:53:01.183 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:01.183 | + functions-common:get_or_create_service:1049 : service_id=' 2025-03-06 19:53:01.183 | a77a4e334c004f1280fb1f10fd132bf0' 2025-03-06 19:53:01.183 | + functions-common:get_or_create_service:1050 : echo a77a4e334c004f1280fb1f10fd132bf0 2025-03-06 19:53:01.183 | a77a4e334c004f1280fb1f10fd132bf0 2025-03-06 19:53:01.183 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-03-06 19:53:01.183 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-03-06 19:53:01.183 | ++ 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-03-06 19:53:01.183 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-03-06 19:53:01.183 | +++ 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-03-06 19:53:01.183 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:01.183 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-03-06 19:53:01.183 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-03-06 19:53:01.183 | +++ 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-03-06 19:53:01.183 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:01.183 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=1ac3cc1574714c3e9462a7a599ad64e5 2025-03-06 19:53:01.183 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 1ac3cc1574714c3e9462a7a599ad64e5 2025-03-06 19:53:01.183 | + functions-common:get_or_create_endpoint:1083 : public_id=1ac3cc1574714c3e9462a7a599ad64e5 2025-03-06 19:53:01.184 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-03-06 19:53:01.184 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-03-06 19:53:01.184 | + functions-common:get_or_create_endpoint:1092 : echo 1ac3cc1574714c3e9462a7a599ad64e5 2025-03-06 19:53:01.184 | 1ac3cc1574714c3e9462a7a599ad64e5 2025-03-06 19:53:01.184 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-03-06 19:53:01.184 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:01.184 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-03-06 19:53:01.184 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:01.184 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-03-06 19:53:01.184 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:01.184 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-03-06 19:53:01.184 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:01.184 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-03-06 19:53:01.214 | [3541 Async create_nova_accounts:42220]: finished create_nova_accounts with result 0 in 21 seconds 2025-03-06 19:53:01.240 | [3541 Async create_glance_accounts:42343]: Waiting for completion of create_glance_accounts running on PID 42343 (4 other jobs running) 2025-03-06 19:53:01.257 | [3541 Async create_glance_accounts:42343]: Signaling child to exit 2025-03-06 19:53:02.323 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:53:02.342 | [42343 Async create_glance_accounts:42343]: finished successfully 2025-03-06 19:53:02.359 | WAKEUP 2025-03-06 19:53:02.375 | [3541 Async create_glance_accounts:42343]: Signaled 2025-03-06 19:53:02.375 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-03-06 19:53:02.375 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:02.375 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-03-06 19:53:02.375 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-03-06 19:53:02.375 | + functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:53:02.375 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-03-06 19:53:02.375 | + functions-common:get_or_create_user:886 : local email= 2025-03-06 19:53:02.375 | ++ 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-03-06 19:53:02.375 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.375 | + functions-common:get_or_create_user:898 : user_id=f7343287c93445a8b6033767596e786a 2025-03-06 19:53:02.375 | + functions-common:get_or_create_user:899 : echo f7343287c93445a8b6033767596e786a 2025-03-06 19:53:02.375 | f7343287c93445a8b6033767596e786a 2025-03-06 19:53:02.376 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-03-06 19:53:02.376 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:53:02.376 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:53:02.376 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-03-06 19:53:02.376 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:53:02.376 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:53:02.376 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-03-06 19:53:02.376 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-03-06 19:53:02.376 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-03-06 19:53:02.376 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-03-06 19:53:02.376 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-03-06 19:53:02.376 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-03-06 19:53:02.376 | + 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-03-06 19:53:02.376 | ++ 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-03-06 19:53:02.376 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.376 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:02.376 | + functions-common:get_or_add_user_project_role:963 : echo a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:02.376 | a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:02.376 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-03-06 19:53:02.376 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-03-06 19:53:02.376 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:02.376 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-03-06 19:53:02.376 | + functions-common:get_or_create_service:1038 : local service_id 2025-03-06 19:53:02.376 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-03-06 19:53:02.376 | ++ 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-03-06 19:53:02.376 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.376 | + functions-common:get_or_create_service:1049 : service_id=' 2025-03-06 19:53:02.376 | d6a1d868eb7a46569107ee2084997439' 2025-03-06 19:53:02.376 | + functions-common:get_or_create_service:1050 : echo d6a1d868eb7a46569107ee2084997439 2025-03-06 19:53:02.376 | d6a1d868eb7a46569107ee2084997439 2025-03-06 19:53:02.376 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-03-06 19:53:02.376 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-03-06 19:53:02.376 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-03-06 19:53:02.376 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-03-06 19:53:02.376 | +++ 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-03-06 19:53:02.376 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.376 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-03-06 19:53:02.376 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-03-06 19:53:02.376 | +++ 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-03-06 19:53:02.376 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.376 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=0978b2548681421088da188206df4943 2025-03-06 19:53:02.376 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 0978b2548681421088da188206df4943 2025-03-06 19:53:02.376 | + functions-common:get_or_create_endpoint:1083 : public_id=0978b2548681421088da188206df4943 2025-03-06 19:53:02.376 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-03-06 19:53:02.376 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-03-06 19:53:02.376 | + functions-common:get_or_create_endpoint:1092 : echo 0978b2548681421088da188206df4943 2025-03-06 19:53:02.376 | 0978b2548681421088da188206df4943 2025-03-06 19:53:02.376 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-03-06 19:53:02.376 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-03-06 19:53:02.376 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-03-06 19:53:02.376 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.376 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-03-06 19:53:02.376 | ++ functions-common:get_or_create_domain:861 : echo default 2025-03-06 19:53:02.376 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-03-06 19:53:02.376 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-03-06 19:53:02.376 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-03-06 19:53:02.376 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-03-06 19:53:02.376 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-03-06 19:53:02.376 | + 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-03-06 19:53:02.376 | +---------------+----------------------------------+ 2025-03-06 19:53:02.376 | | Field | Value | 2025-03-06 19:53:02.376 | +---------------+----------------------------------+ 2025-03-06 19:53:02.376 | | default_limit | 2000 | 2025-03-06 19:53:02.376 | | description | None | 2025-03-06 19:53:02.376 | | id | 7d19fd893d7244e999f5695132b8f8c4 | 2025-03-06 19:53:02.376 | | region_id | RegionOne | 2025-03-06 19:53:02.376 | | resource_name | image_size_total | 2025-03-06 19:53:02.376 | | service_id | d6a1d868eb7a46569107ee2084997439 | 2025-03-06 19:53:02.376 | +---------------+----------------------------------+ 2025-03-06 19:53:02.376 | + 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-03-06 19:53:02.376 | +---------------+----------------------------------+ 2025-03-06 19:53:02.376 | | Field | Value | 2025-03-06 19:53:02.376 | +---------------+----------------------------------+ 2025-03-06 19:53:02.376 | | default_limit | 2000 | 2025-03-06 19:53:02.376 | | description | None | 2025-03-06 19:53:02.376 | | id | 1325ee99a3524dd98c69ad5ab8af5746 | 2025-03-06 19:53:02.376 | | region_id | RegionOne | 2025-03-06 19:53:02.376 | | resource_name | image_stage_total | 2025-03-06 19:53:02.376 | | service_id | d6a1d868eb7a46569107ee2084997439 | 2025-03-06 19:53:02.377 | +---------------+----------------------------------+ 2025-03-06 19:53:02.377 | + 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-03-06 19:53:02.377 | +---------------+----------------------------------+ 2025-03-06 19:53:02.377 | | Field | Value | 2025-03-06 19:53:02.377 | +---------------+----------------------------------+ 2025-03-06 19:53:02.377 | | default_limit | 100 | 2025-03-06 19:53:02.377 | | description | None | 2025-03-06 19:53:02.377 | | id | e6c40a1406314e7684d5421cc3fefd4e | 2025-03-06 19:53:02.377 | | region_id | RegionOne | 2025-03-06 19:53:02.377 | | resource_name | image_count_total | 2025-03-06 19:53:02.377 | | service_id | d6a1d868eb7a46569107ee2084997439 | 2025-03-06 19:53:02.377 | +---------------+----------------------------------+ 2025-03-06 19:53:02.377 | + 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-03-06 19:53:02.377 | +---------------+----------------------------------+ 2025-03-06 19:53:02.377 | | Field | Value | 2025-03-06 19:53:02.377 | +---------------+----------------------------------+ 2025-03-06 19:53:02.377 | | default_limit | 100 | 2025-03-06 19:53:02.377 | | description | None | 2025-03-06 19:53:02.377 | | id | bfd863d77fd2402d9789d7e363dc7f19 | 2025-03-06 19:53:02.377 | | region_id | RegionOne | 2025-03-06 19:53:02.377 | | resource_name | image_count_uploading | 2025-03-06 19:53:02.377 | | service_id | d6a1d868eb7a46569107ee2084997439 | 2025-03-06 19:53:02.377 | +---------------+----------------------------------+ 2025-03-06 19:53:02.377 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-03-06 19:53:02.377 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-03-06 19:53:02.377 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-03-06 19:53:02.377 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-03-06 19:53:02.377 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-03-06 19:53:02.377 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-03-06 19:53:02.377 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-03-06 19:53:02.377 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-03-06 19:53:02.377 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.377 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 0978b2548681421088da188206df4943 2025-03-06 19:53:02.377 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-03-06 19:53:02.407 | [3541 Async create_glance_accounts:42343]: finished create_glance_accounts with result 0 in 22 seconds 2025-03-06 19:53:02.433 | [3541 Async create_cinder_accounts:42482]: Waiting for completion of create_cinder_accounts running on PID 42482 (3 other jobs running) 2025-03-06 19:53:02.450 | [3541 Async create_cinder_accounts:42482]: Signaling child to exit 2025-03-06 19:53:02.451 | WAKEUP 2025-03-06 19:53:02.466 | [3541 Async create_cinder_accounts:42482]: Signaled 2025-03-06 19:53:02.467 | + 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-03-06 19:53:02.467 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-03-06 19:53:02.467 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-03-06 19:53:02.467 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:02.467 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-03-06 19:53:02.467 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-03-06 19:53:02.467 | + functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:53:02.467 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-03-06 19:53:02.467 | + functions-common:get_or_create_user:886 : local email= 2025-03-06 19:53:02.467 | ++ 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-03-06 19:53:02.467 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.467 | + functions-common:get_or_create_user:898 : user_id=15aaf73d1fd746fe946cb29491f77fc1 2025-03-06 19:53:02.468 | + functions-common:get_or_create_user:899 : echo 15aaf73d1fd746fe946cb29491f77fc1 2025-03-06 19:53:02.468 | 15aaf73d1fd746fe946cb29491f77fc1 2025-03-06 19:53:02.468 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-03-06 19:53:02.468 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:53:02.468 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:53:02.468 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-03-06 19:53:02.468 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:53:02.468 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:53:02.468 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-03-06 19:53:02.468 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-03-06 19:53:02.468 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-03-06 19:53:02.468 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-03-06 19:53:02.468 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-03-06 19:53:02.468 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-03-06 19:53:02.468 | + 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-03-06 19:53:02.468 | ++ 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-03-06 19:53:02.468 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.468 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:02.468 | + functions-common:get_or_add_user_project_role:963 : echo a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:02.468 | a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:02.468 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-03-06 19:53:02.468 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-03-06 19:53:02.468 | + functions-common:get_or_create_service:1038 : local service_id 2025-03-06 19:53:02.468 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-03-06 19:53:02.468 | ++ 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-03-06 19:53:02.468 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.468 | + functions-common:get_or_create_service:1049 : service_id=' 2025-03-06 19:53:02.468 | f8f224fc4de442ffbf95618e32f08172' 2025-03-06 19:53:02.468 | + functions-common:get_or_create_service:1050 : echo f8f224fc4de442ffbf95618e32f08172 2025-03-06 19:53:02.468 | f8f224fc4de442ffbf95618e32f08172 2025-03-06 19:53:02.468 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-03-06 19:53:02.468 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-03-06 19:53:02.468 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-03-06 19:53:02.468 | ++ 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-03-06 19:53:02.468 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-03-06 19:53:02.468 | +++ 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-03-06 19:53:02.468 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.468 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-03-06 19:53:02.468 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-03-06 19:53:02.468 | +++ 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-03-06 19:53:02.468 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.468 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=a83630c2bdcc4b8e995eef9b01386dcb 2025-03-06 19:53:02.469 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo a83630c2bdcc4b8e995eef9b01386dcb 2025-03-06 19:53:02.469 | + functions-common:get_or_create_endpoint:1083 : public_id=a83630c2bdcc4b8e995eef9b01386dcb 2025-03-06 19:53:02.469 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-03-06 19:53:02.469 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-03-06 19:53:02.469 | + functions-common:get_or_create_endpoint:1092 : echo a83630c2bdcc4b8e995eef9b01386dcb 2025-03-06 19:53:02.469 | a83630c2bdcc4b8e995eef9b01386dcb 2025-03-06 19:53:02.469 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-03-06 19:53:02.469 | + functions-common:get_or_create_service:1038 : local service_id 2025-03-06 19:53:02.469 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-03-06 19:53:02.469 | ++ 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-03-06 19:53:02.469 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.469 | + functions-common:get_or_create_service:1049 : service_id=' 2025-03-06 19:53:02.469 | eb259f3e44414e22a6aff5794cc2e39c' 2025-03-06 19:53:02.469 | + functions-common:get_or_create_service:1050 : echo eb259f3e44414e22a6aff5794cc2e39c 2025-03-06 19:53:02.469 | eb259f3e44414e22a6aff5794cc2e39c 2025-03-06 19:53:02.469 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-03-06 19:53:02.469 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-03-06 19:53:02.469 | ++ 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-03-06 19:53:02.469 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-03-06 19:53:02.469 | +++ 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-03-06 19:53:02.469 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.469 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-03-06 19:53:02.469 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-03-06 19:53:02.469 | +++ 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-03-06 19:53:02.469 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.469 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=95aa79fc90dd481a94802a06d289e76b 2025-03-06 19:53:02.469 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 95aa79fc90dd481a94802a06d289e76b 2025-03-06 19:53:02.469 | + functions-common:get_or_create_endpoint:1083 : public_id=95aa79fc90dd481a94802a06d289e76b 2025-03-06 19:53:02.469 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-03-06 19:53:02.469 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-03-06 19:53:02.469 | + functions-common:get_or_create_endpoint:1092 : echo 95aa79fc90dd481a94802a06d289e76b 2025-03-06 19:53:02.469 | 95aa79fc90dd481a94802a06d289e76b 2025-03-06 19:53:02.469 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-03-06 19:53:02.469 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-03-06 19:53:02.469 | ++ functions-common:get_or_create_project:905 : local project_id 2025-03-06 19:53:02.469 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-03-06 19:53:02.469 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.469 | ++ functions-common:get_or_create_project:911 : project_id=3ab6af7baac2437da5262e03c4ad3b0d 2025-03-06 19:53:02.469 | ++ functions-common:get_or_create_project:912 : echo 3ab6af7baac2437da5262e03c4ad3b0d 2025-03-06 19:53:02.469 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 3ab6af7baac2437da5262e03c4ad3b0d 2025-03-06 19:53:02.469 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-03-06 19:53:02.469 | ++ functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:53:02.469 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-03-06 19:53:02.469 | ++ functions-common:get_or_create_user:886 : local email= 2025-03-06 19:53:02.469 | +++ 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-03-06 19:53:02.469 | No password was supplied, authentication will fail when a user does not have a password. 2025-03-06 19:53:02.469 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.469 | ++ functions-common:get_or_create_user:898 : user_id=15aaf73d1fd746fe946cb29491f77fc1 2025-03-06 19:53:02.470 | ++ functions-common:get_or_create_user:899 : echo 15aaf73d1fd746fe946cb29491f77fc1 2025-03-06 19:53:02.470 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 15aaf73d1fd746fe946cb29491f77fc1 2025-03-06 19:53:02.498 | [3541 Async create_cinder_accounts:42482]: finished create_cinder_accounts with result 0 in 20 seconds 2025-03-06 19:53:02.502 | + inc/async:async_wait:197 : return 0 2025-03-06 19:53:02.504 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-03-06 19:53:02.539 | [3541 Async create_neutron_accounts:42625]: Waiting for completion of create_neutron_accounts running on PID 42625 (2 other jobs running) 2025-03-06 19:53:02.557 | [3541 Async create_neutron_accounts:42625]: Signaling child to exit 2025-03-06 19:53:02.557 | WAKEUP 2025-03-06 19:53:02.573 | [3541 Async create_neutron_accounts:42625]: Signaled 2025-03-06 19:53:02.574 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-03-06 19:53:02.574 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-03-06 19:53:02.574 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-03-06 19:53:02.574 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-03-06 19:53:02.574 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-03-06 19:53:02.574 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-03-06 19:53:02.574 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:02.574 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-03-06 19:53:02.574 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-03-06 19:53:02.574 | + functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:53:02.574 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-03-06 19:53:02.574 | + functions-common:get_or_create_user:886 : local email= 2025-03-06 19:53:02.574 | ++ 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-03-06 19:53:02.574 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.574 | + functions-common:get_or_create_user:898 : user_id=231e6cb753df4c5fbf2e2d8778b8268a 2025-03-06 19:53:02.574 | + functions-common:get_or_create_user:899 : echo 231e6cb753df4c5fbf2e2d8778b8268a 2025-03-06 19:53:02.574 | 231e6cb753df4c5fbf2e2d8778b8268a 2025-03-06 19:53:02.574 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-03-06 19:53:02.574 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:53:02.574 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:53:02.574 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-03-06 19:53:02.574 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:53:02.574 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:53:02.574 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-03-06 19:53:02.574 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-03-06 19:53:02.574 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-03-06 19:53:02.574 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-03-06 19:53:02.574 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-03-06 19:53:02.574 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-03-06 19:53:02.575 | + 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-03-06 19:53:02.575 | ++ 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-03-06 19:53:02.575 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.575 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:02.575 | + functions-common:get_or_add_user_project_role:963 : echo a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:02.575 | a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:02.575 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-03-06 19:53:02.575 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-03-06 19:53:02.575 | + functions-common:get_or_create_service:1038 : local service_id 2025-03-06 19:53:02.575 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-03-06 19:53:02.575 | ++ 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-03-06 19:53:02.575 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.575 | + functions-common:get_or_create_service:1049 : service_id=' 2025-03-06 19:53:02.575 | b8e353ba5eb94116a6d9eed02d0f24f3' 2025-03-06 19:53:02.575 | + functions-common:get_or_create_service:1050 : echo b8e353ba5eb94116a6d9eed02d0f24f3 2025-03-06 19:53:02.575 | b8e353ba5eb94116a6d9eed02d0f24f3 2025-03-06 19:53:02.575 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-03-06 19:53:02.575 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-03-06 19:53:02.575 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-03-06 19:53:02.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-03-06 19:53:02.575 | +++ 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-03-06 19:53:02.575 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-03-06 19:53:02.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-03-06 19:53:02.575 | +++ 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-03-06 19:53:02.575 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:02.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=eceedd0008654032a0932103a10bcc3e 2025-03-06 19:53:02.575 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo eceedd0008654032a0932103a10bcc3e 2025-03-06 19:53:02.575 | + functions-common:get_or_create_endpoint:1083 : public_id=eceedd0008654032a0932103a10bcc3e 2025-03-06 19:53:02.575 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-03-06 19:53:02.575 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-03-06 19:53:02.575 | + functions-common:get_or_create_endpoint:1092 : echo eceedd0008654032a0932103a10bcc3e 2025-03-06 19:53:02.575 | eceedd0008654032a0932103a10bcc3e 2025-03-06 19:53:02.606 | [3541 Async create_neutron_accounts:42625]: finished create_neutron_accounts with result 0 in 12 seconds 2025-03-06 19:53:02.611 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-03-06 19:53:02.615 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-03-06 19:53:02.617 | + inc/async:async_wait:197 : return 0 2025-03-06 19:53:02.619 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-03-06 19:53:02.633 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:02.635 | + stack.sh:main:1163 : is_service_enabled glance 2025-03-06 19:53:02.649 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:02.651 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-03-06 19:53:02.653 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:53:02.655 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-03-06 19:53:02.657 | + stack.sh:main:1165 : async_runfunc init_glance 2025-03-06 19:53:02.659 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-03-06 19:53:02.707 | + inc/async:async_inner:63 : init_glance 2025-03-06 19:53:02.738 | [3541 Async init_glance:44905]: running: init_glance 2025-03-06 19:53:02.739 | + stack.sh:main:1172 : is_service_enabled neutron 2025-03-06 19:53:02.755 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:02.758 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-03-06 19:53:02.760 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:53:02.762 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-03-06 19:53:02.764 | + stack.sh:main:1175 : configure_neutron 2025-03-06 19:53:02.767 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-03-06 19:53:02.768 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-03-06 19:53:02.770 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-03-06 19:53:02.780 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-03-06 19:53:02.782 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-03-06 19:53:07.189 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:53:07.208 | [44905 Async init_glance:44905]: finished successfully 2025-03-06 19:53:21.067 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-03-06 19:53:21.071 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-03-06 19:53:21.073 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-03-06 19:53:21.075 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-03-06 19:53:21.077 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-03-06 19:53:21.079 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-03-06 19:53:21.080 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-03-06 19:53:21.082 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-03-06 19:53:21.084 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-03-06 19:53:21.086 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-03-06 19:53:21.088 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-03-06 19:53:21.089 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-03-06 19:53:21.091 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-03-06 19:53:21.093 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-03-06 19:53:21.095 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-03-06 19:53:21.097 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-03-06 19:53:21.100 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:21.102 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:21.103 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-03-06 19:53:21.105 | + 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-03-06 19:53:21.109 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-03-06 19:53:21.111 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-03-06 19:53:21.113 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-03-06 19:53:21.114 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-03-06 19:53:21.116 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-03-06 19:53:21.118 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-03-06 19:53:21.120 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-03-06 19:53:21.132 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:21.134 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-03-06 19:53:21.135 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-03-06 19:53:21.138 | + 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-03-06 19:53:21.162 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-03-06 19:53:21.185 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-03-06 19:53:21.209 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-03-06 19:53:21.232 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-03-06 19:53:21.255 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-03-06 19:53:21.280 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-03-06 19:53:21.282 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-03-06 19:53:21.284 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-03-06 19:53:21.286 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-03-06 19:53:21.288 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-03-06 19:53:21.301 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-03-06 19:53:21.303 | + functions:setup_systemd_logging:706 : local pidstr= 2025-03-06 19:53:21.305 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-03-06 19:53:21.307 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-03-06 19:53:21.309 | + 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-03-06 19:53:21.332 | + 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-03-06 19:53:21.356 | + 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-03-06 19:53:21.379 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-03-06 19:53:21.403 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-03-06 19:53:21.417 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:21.419 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-03-06 19:53:21.421 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:53:21.423 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-03-06 19:53:21.425 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-03-06 19:53:21.427 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-03-06 19:53:21.429 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:53:21.431 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-03-06 19:53:21.433 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-03-06 19:53:21.442 | + 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-03-06 19:53:21.452 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-03-06 19:53:21.454 | + 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-03-06 19:53:21.463 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-03-06 19:53:21.473 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-03-06 19:53:21.482 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-03-06 19:53:21.484 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-06 19:53:21.487 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-03-06 19:53:21.490 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.K01QNjPyKM 2025-03-06 19:53:21.492 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-03-06 19:53:21.494 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-03-06 19:53:21.496 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.K01QNjPyKM 2025-03-06 19:53:21.499 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.K01QNjPyKM 2025-03-06 19:53:21.507 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.K01QNjPyKM /etc/sudoers.d/neutron-rootwrap 2025-03-06 19:53:21.517 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-03-06 19:53:21.518 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-03-06 19:53:21.520 | + 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-03-06 19:53:21.546 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-03-06 19:53:21.548 | + 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-03-06 19:53:21.574 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-03-06 19:53:21.576 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-03-06 19:53:21.578 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-03-06 19:53:21.580 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-03-06 19:53:21.583 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-03-06 19:53:21.585 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-03-06 19:53:21.599 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:21.602 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-03-06 19:53:21.604 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-03-06 19:53:21.606 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-03-06 19:53:21.620 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:21.623 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-06 19:53:21.625 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-03-06 19:53:21.651 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-03-06 19:53:21.653 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-03-06 19:53:21.655 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-03-06 19:53:21.669 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:21.671 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-03-06 19:53:21.684 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:21.686 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-03-06 19:53:21.688 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:21.690 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:21.692 | + 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-03-06 19:53:21.719 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-03-06 19:53:21.721 | + 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-03-06 19:53:21.745 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-03-06 19:53:21.770 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-03-06 19:53:21.772 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-03-06 19:53:21.774 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-03-06 19:53:21.776 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-03-06 19:53:23.032 | INFO neutron.common.config [-] Logging enabled! 2025-03-06 19:53:23.032 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev11 2025-03-06 19:53:23.033 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=45875) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-03-06 19:53:23.033 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-03-06 19:53:23.034 | 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/tmp9e5b66xw/privsep.sock'] 2025-03-06 19:53:23.885 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-03-06 19:53:23.885 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp9e5b66xw/privsep.sock {{(pid=45875) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-03-06 19:53:23.886 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-03-06 19:53:23.886 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-03-06 19:53:23.886 | 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-03-06 19:53:23.886 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 45886 2025-03-06 19:53:23.886 | DEBUG oslo.privsep.daemon [-] privsep: reply[77966538-481a-44eb-86a8-beb72644b055]: (2,) {{(pid=45886) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:53:23.978 | 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=45886) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-03-06 19:53:23.987 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.009s {{(pid=45886) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-03-06 19:53:23.988 | DEBUG oslo.privsep.daemon [-] privsep: reply[df42544e-8a7d-4ebd-bab7-eb8136bc96a9]: (4, ('ce35398e-1aaf-4777-b2e1-1d2319c920bb\n', '')) {{(pid=45886) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:53:24.070 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=45875) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-06 19:53:24.070 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=45875) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-06 19:53:24.070 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=45875) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-06 19:53:24.070 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=45875) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-06 19:53:24.070 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=45875) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-06 19:53:24.071 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=45875) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-06 19:53:24.105 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-03-06 19:53:24.106 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=45875) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-03-06 19:53:24.106 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=45875) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-03-06 19:53:24.106 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-03-06 19:53:24.348 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-03-06 19:53:24.350 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-03-06 19:53:24.353 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-03-06 19:53:24.355 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-03-06 19:53:24.357 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-03-06 19:53:24.370 | + 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-03-06 19:53:24.382 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-03-06 19:53:24.384 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-03-06 19:53:24.387 | + 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-03-06 19:53:24.412 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-03-06 19:53:24.415 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-03-06 19:53:24.421 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-03-06 19:53:24.423 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-03-06 19:53:24.425 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-03-06 19:53:24.450 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-03-06 19:53:24.463 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-03-06 19:53:24.465 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-03-06 19:53:24.472 | net.bridge.bridge-nf-call-iptables = 1 2025-03-06 19:53:24.474 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-03-06 19:53:24.476 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-03-06 19:53:24.483 | net.bridge.bridge-nf-call-ip6tables = 1 2025-03-06 19:53:24.485 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-03-06 19:53:24.487 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-03-06 19:53:24.489 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-03-06 19:53:24.491 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-03-06 19:53:24.493 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-03-06 19:53:24.495 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-03-06 19:53:24.497 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-03-06 19:53:24.499 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-03-06 19:53:24.501 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-03-06 19:53:24.503 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-03-06 19:53:24.515 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-03-06 19:53:24.517 | + 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-03-06 19:53:24.544 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-03-06 19:53:24.546 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-03-06 19:53:24.572 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-03-06 19:53:24.596 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-03-06 19:53:24.610 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:24.612 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-03-06 19:53:24.614 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-03-06 19:53:24.617 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-03-06 19:53:24.641 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-03-06 19:53:24.665 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-03-06 19:53:24.667 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-03-06 19:53:24.669 | + 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-03-06 19:53:24.694 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-03-06 19:53:24.696 | + 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-03-06 19:53:24.720 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-03-06 19:53:24.734 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:24.736 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-03-06 19:53:24.738 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-03-06 19:53:24.762 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-03-06 19:53:24.764 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-03-06 19:53:24.766 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-03-06 19:53:24.790 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-03-06 19:53:24.792 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-03-06 19:53:24.794 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-03-06 19:53:24.796 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-03-06 19:53:24.810 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:24.813 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-03-06 19:53:24.815 | + 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-03-06 19:53:24.818 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-03-06 19:53:24.842 | + 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-03-06 19:53:24.869 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-03-06 19:53:24.871 | + 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-03-06 19:53:24.897 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-03-06 19:53:24.899 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-03-06 19:53:24.923 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-03-06 19:53:24.925 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-03-06 19:53:24.928 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-03-06 19:53:24.952 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-03-06 19:53:24.954 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-03-06 19:53:24.956 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-03-06 19:53:24.958 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-03-06 19:53:26.201 | INFO neutron.common.config [-] Logging enabled! 2025-03-06 19:53:26.201 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev11 2025-03-06 19:53:26.202 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=46432) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-03-06 19:53:26.225 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=46432) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-06 19:53:26.225 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=46432) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-03-06 19:53:26.225 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=46432) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-06 19:53:26.226 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=46432) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-06 19:53:26.226 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=46432) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-06 19:53:26.226 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=46432) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-03-06 19:53:26.259 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-03-06 19:53:26.260 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=46432) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-03-06 19:53:26.260 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=46432) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-03-06 19:53:26.261 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-03-06 19:53:26.506 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-03-06 19:53:26.508 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-03-06 19:53:26.510 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-03-06 19:53:26.512 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-03-06 19:53:26.514 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-03-06 19:53:26.516 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-03-06 19:53:26.518 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-03-06 19:53:26.531 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-03-06 19:53:26.533 | + functions:set_mtu:796 : local dev=br-ex 2025-03-06 19:53:26.535 | + functions:set_mtu:797 : local mtu=8950 2025-03-06 19:53:26.537 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-03-06 19:53:26.547 | + 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-03-06 19:53:26.560 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-03-06 19:53:26.562 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-03-06 19:53:26.565 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-03-06 19:53:26.567 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-03-06 19:53:26.569 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-03-06 19:53:26.571 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-03-06 19:53:26.573 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-03-06 19:53:26.576 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-03-06 19:53:26.578 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-03-06 19:53:26.580 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-03-06 19:53:26.582 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-03-06 19:53:26.584 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-03-06 19:53:26.586 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-03-06 19:53:26.588 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-03-06 19:53:26.591 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-03-06 19:53:26.591 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-03-06 19:53:26.596 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-03-06 19:53:26.598 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-03-06 19:53:26.600 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-03-06 19:53:26.602 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-03-06 19:53:26.606 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-03-06 19:53:26.606 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-03-06 19:53:26.606 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-03-06 19:53:26.611 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-03-06 19:53:26.613 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-03-06 19:53:26.615 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-03-06 19:53:26.617 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-03-06 19:53:26.619 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-03-06 19:53:26.621 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-03-06 19:53:26.623 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-03-06 19:53:26.637 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-03-06 19:53:26.637 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-03-06 19:53:26.641 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-03-06 19:53:26.643 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-03-06 19:53:26.657 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:26.659 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-03-06 19:53:26.661 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-03-06 19:53:26.664 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-03-06 19:53:26.689 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-03-06 19:53:26.713 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-03-06 19:53:26.737 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-03-06 19:53:26.739 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-03-06 19:53:26.742 | + 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-03-06 19:53:26.766 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-03-06 19:53:26.768 | + 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-03-06 19:53:26.793 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-03-06 19:53:26.795 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-03-06 19:53:26.809 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:26.811 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-03-06 19:53:26.813 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-03-06 19:53:26.826 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:26.828 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-03-06 19:53:26.842 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:26.844 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-03-06 19:53:26.858 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:26.860 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-03-06 19:53:26.874 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:26.876 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-03-06 19:53:26.890 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:26.892 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-03-06 19:53:26.894 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-03-06 19:53:26.897 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-03-06 19:53:26.900 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-03-06 19:53:26.902 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-03-06 19:53:26.904 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-03-06 19:53:26.907 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-03-06 19:53:26.909 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-03-06 19:53:26.912 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-03-06 19:53:26.916 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-03-06 19:53:26.920 | + 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-03-06 19:53:26.923 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-03-06 19:53:26.949 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-03-06 19:53:26.976 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-03-06 19:53:27.002 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-03-06 19:53:27.028 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-03-06 19:53:27.030 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-03-06 19:53:27.032 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-03-06 19:53:27.034 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-03-06 19:53:27.037 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-03-06 19:53:27.062 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-03-06 19:53:27.087 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-03-06 19:53:27.112 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-03-06 19:53:27.139 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-03-06 19:53:27.164 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-03-06 19:53:27.190 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-03-06 19:53:27.216 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-03-06 19:53:27.241 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-03-06 19:53:27.266 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-03-06 19:53:27.291 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-03-06 19:53:27.317 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-03-06 19:53:27.343 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-03-06 19:53:27.345 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-03-06 19:53:27.347 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-03-06 19:53:27.349 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-03-06 19:53:27.351 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-03-06 19:53:27.376 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-03-06 19:53:27.401 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-03-06 19:53:27.426 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-03-06 19:53:27.451 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-03-06 19:53:27.477 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-03-06 19:53:27.502 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-03-06 19:53:27.527 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-03-06 19:53:27.552 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-03-06 19:53:27.577 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-03-06 19:53:27.602 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-03-06 19:53:27.604 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-03-06 19:53:27.606 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-03-06 19:53:27.608 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-03-06 19:53:27.610 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-03-06 19:53:27.635 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-03-06 19:53:27.661 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-03-06 19:53:27.686 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-03-06 19:53:27.711 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-03-06 19:53:27.736 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-03-06 19:53:27.762 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-03-06 19:53:27.787 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-03-06 19:53:27.812 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-03-06 19:53:27.838 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-03-06 19:53:27.863 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-03-06 19:53:27.865 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-03-06 19:53:27.867 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-03-06 19:53:27.869 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-03-06 19:53:27.871 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-03-06 19:53:27.873 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-03-06 19:53:27.875 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-03-06 19:53:27.877 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-03-06 19:53:27.879 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-03-06 19:53:27.881 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-03-06 19:53:27.883 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-03-06 19:53:27.886 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-03-06 19:53:27.888 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-03-06 19:53:27.890 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-03-06 19:53:27.892 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-03-06 19:53:27.894 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-03-06 19:53:27.896 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-03-06 19:53:27.898 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-03-06 19:53:27.900 | + 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-03-06 19:53:27.902 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:27.904 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-03-06 19:53:27.906 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-03-06 19:53:27.908 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-03-06 19:53:27.910 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-06 19:53:27.912 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-03-06 19:53:27.935 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-03-06 19:53:27.937 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:27.939 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-06 19:53:27.941 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-03-06 19:53:27.943 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-03-06 19:53:27.945 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-06 19:53:27.947 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-03-06 19:53:27.971 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-03-06 19:53:27.973 | + 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-03-06 19:53:27.975 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:27.977 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-06 19:53:27.979 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-03-06 19:53:27.981 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-03-06 19:53:27.983 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-06 19:53:27.985 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-03-06 19:53:28.009 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-03-06 19:53:28.011 | + 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-03-06 19:53:28.013 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:28.014 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-06 19:53:28.016 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-03-06 19:53:28.018 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-03-06 19:53:28.020 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-06 19:53:28.022 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-03-06 19:53:28.046 | + 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-03-06 19:53:28.048 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:28.050 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-03-06 19:53:28.052 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-03-06 19:53:28.054 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-03-06 19:53:28.056 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-06 19:53:28.058 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-03-06 19:53:28.082 | + 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-03-06 19:53:28.084 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:28.086 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-03-06 19:53:28.088 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-03-06 19:53:28.090 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-03-06 19:53:28.092 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-06 19:53:28.094 | + 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-03-06 19:53:28.117 | + 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-03-06 19:53:28.119 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:28.121 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-03-06 19:53:28.123 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-03-06 19:53:28.125 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-03-06 19:53:28.127 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-06 19:53:28.129 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-03-06 19:53:28.154 | + 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-03-06 19:53:28.156 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:28.158 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-03-06 19:53:28.160 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-03-06 19:53:28.162 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-03-06 19:53:28.164 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-06 19:53:28.166 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-03-06 19:53:28.191 | + 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-03-06 19:53:28.193 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:28.195 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-03-06 19:53:28.197 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-03-06 19:53:28.200 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-03-06 19:53:28.201 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-06 19:53:28.204 | + 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-03-06 19:53:28.229 | + 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-03-06 19:53:28.231 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:53:28.233 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-03-06 19:53:28.235 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-03-06 19:53:28.237 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-03-06 19:53:28.239 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-03-06 19:53:28.241 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-03-06 19:53:28.266 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-03-06 19:53:28.268 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-03-06 19:53:28.293 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-03-06 19:53:28.318 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-03-06 19:53:28.320 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-03-06 19:53:28.335 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:28.337 | + stack.sh:main:1178 : is_service_enabled neutron 2025-03-06 19:53:28.351 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:28.353 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-03-06 19:53:28.355 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-03-06 19:53:28.403 | + inc/async:async_inner:63 : init_neutron 2025-03-06 19:53:28.433 | [3541 Async init_neutron:48249]: running: init_neutron 2025-03-06 19:53:28.436 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-03-06 19:53:28.450 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:28.453 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-03-06 19:53:28.465 | ++ stack.sh:main:1191 : true 2025-03-06 19:53:28.468 | + stack.sh:main:1191 : netman_pid= 2025-03-06 19:53:28.470 | + stack.sh:main:1192 : '[' -z '' ']' 2025-03-06 19:53:28.472 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-03-06 19:53:28.483 | dnsmasq: no process found 2025-03-06 19:53:28.486 | + stack.sh:main:1193 : true 2025-03-06 19:53:28.489 | + stack.sh:main:1198 : clean_iptables 2025-03-06 19:53:28.492 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-03-06 19:53:28.494 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-06 19:53:28.494 | + lib/nova:clean_iptables:189 : grep nova 2025-03-06 19:53:28.494 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-03-06 19:53:28.494 | + lib/nova:clean_iptables:189 : bash 2025-03-06 19:53:28.494 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-03-06 19:53:28.494 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-03-06 19:53:28.518 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-06 19:53:28.518 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-03-06 19:53:28.519 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-03-06 19:53:28.519 | + lib/nova:clean_iptables:191 : grep nova 2025-03-06 19:53:28.519 | + lib/nova:clean_iptables:191 : bash 2025-03-06 19:53:28.519 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-03-06 19:53:28.519 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-03-06 19:53:28.529 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-03-06 19:53:28.529 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-06 19:53:28.530 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-03-06 19:53:28.530 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-03-06 19:53:28.530 | + lib/nova:clean_iptables:193 : grep nova 2025-03-06 19:53:28.531 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-03-06 19:53:28.531 | + lib/nova:clean_iptables:193 : bash 2025-03-06 19:53:28.540 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-03-06 19:53:28.540 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-03-06 19:53:28.541 | + lib/nova:clean_iptables:195 : grep nova 2025-03-06 19:53:28.541 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-03-06 19:53:28.541 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-03-06 19:53:28.542 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-03-06 19:53:28.543 | + lib/nova:clean_iptables:195 : bash 2025-03-06 19:53:28.550 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-03-06 19:53:28.557 | net.ipv4.ip_forward = 1 2025-03-06 19:53:28.560 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-03-06 19:53:28.575 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:28.577 | + stack.sh:main:1207 : configure_os_vif 2025-03-06 19:53:28.579 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-03-06 19:53:28.581 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-03-06 19:53:28.609 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-03-06 19:53:28.611 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-03-06 19:53:28.639 | + stack.sh:main:1213 : is_service_enabled swift 2025-03-06 19:53:28.653 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:28.655 | + stack.sh:main:1222 : is_service_enabled cinder 2025-03-06 19:53:28.670 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:28.672 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-03-06 19:53:28.674 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:53:28.676 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-03-06 19:53:28.678 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-03-06 19:53:28.680 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-03-06 19:53:28.729 | + inc/async:async_inner:63 : init_cinder 2025-03-06 19:53:28.760 | [3541 Async init_cinder:48600]: running: init_cinder 2025-03-06 19:53:28.762 | + stack.sh:main:1230 : is_service_enabled placement 2025-03-06 19:53:28.777 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:28.779 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-03-06 19:53:28.782 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:53:28.784 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-03-06 19:53:28.786 | + stack.sh:main:1232 : async_runfunc init_placement 2025-03-06 19:53:28.788 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-03-06 19:53:28.840 | + inc/async:async_inner:63 : init_placement 2025-03-06 19:53:28.872 | [3541 Async init_placement:48747]: running: init_placement 2025-03-06 19:53:28.875 | + stack.sh:main:1236 : async_wait init_neutron 2025-03-06 19:53:28.913 | [3541 Async init_neutron:48249]: Waiting for completion of init_neutron running on PID 48249 (5 other jobs running) 2025-03-06 19:53:28.932 | [3541 Async init_neutron:48249]: Signaling child to exit 2025-03-06 19:53:32.257 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:53:32.277 | [48600 Async init_cinder:48600]: finished successfully 2025-03-06 19:53:37.579 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:53:37.601 | [48249 Async init_neutron:48249]: finished successfully 2025-03-06 19:53:37.623 | WAKEUP 2025-03-06 19:53:37.641 | [3541 Async init_neutron:48249]: Signaled 2025-03-06 19:53:37.642 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-03-06 19:53:37.642 | + lib/database:recreate_database:112 : local db=neutron 2025-03-06 19:53:37.642 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-03-06 19:53:37.642 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-03-06 19:53:37.642 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-03-06 19:53:37.643 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-03-06 19:53:37.643 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-03-06 19:53:37.643 | + functions-common:time_start:2386 : local name=dbsync 2025-03-06 19:53:37.643 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:53:37.643 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:53:37.643 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:53:37.643 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290808445 2025-03-06 19:53:37.643 | + 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-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-03-06 19:53:37.643 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-03-06 19:53:37.644 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-03-06 19:53:37.645 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-03-06 19:53:37.645 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-03-06 19:53:37.645 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-03-06 19:53:37.645 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-03-06 19:53:37.645 | Running upgrade for neutron ... 2025-03-06 19:53:37.645 | OK 2025-03-06 19:53:37.645 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-03-06 19:53:37.645 | + functions-common:time_stop:2400 : local name 2025-03-06 19:53:37.645 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:53:37.645 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:53:37.645 | + functions-common:time_stop:2403 : local total 2025-03-06 19:53:37.645 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:53:37.645 | + functions-common:time_stop:2406 : name=dbsync 2025-03-06 19:53:37.645 | + functions-common:time_stop:2407 : start_time=1741290808445 2025-03-06 19:53:37.645 | + functions-common:time_stop:2409 : [[ -z 1741290808445 ]] 2025-03-06 19:53:37.645 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:53:37.645 | + functions-common:time_stop:2412 : end_time=1741290817566 2025-03-06 19:53:37.645 | + functions-common:time_stop:2413 : elapsed_time=9121 2025-03-06 19:53:37.645 | + functions-common:time_stop:2414 : total=2785 2025-03-06 19:53:37.645 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:53:37.645 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11906 2025-03-06 19:53:37.679 | [3541 Async init_neutron:48249]: finished init_neutron with result 0 in 9 seconds 2025-03-06 19:53:37.682 | + inc/async:async_wait:197 : return 0 2025-03-06 19:53:37.684 | + stack.sh:main:1237 : async_wait init_placement 2025-03-06 19:53:37.728 | [3541 Async init_placement:48747]: Waiting for completion of init_placement running on PID 48747 (4 other jobs running) 2025-03-06 19:53:37.749 | [3541 Async init_placement:48747]: Signaling child to exit 2025-03-06 19:53:45.289 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:53:45.309 | [48747 Async init_placement:48747]: finished successfully 2025-03-06 19:53:45.326 | WAKEUP 2025-03-06 19:53:45.343 | [3541 Async init_placement:48747]: Signaled 2025-03-06 19:53:45.344 | + lib/placement:init_placement:143 : recreate_database placement 2025-03-06 19:53:45.344 | + lib/database:recreate_database:112 : local db=placement 2025-03-06 19:53:45.344 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-03-06 19:53:45.344 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-03-06 19:53:45.344 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-03-06 19:53:45.344 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-03-06 19:53:45.344 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-03-06 19:53:45.344 | + lib/placement:init_placement:145 : create_placement_accounts 2025-03-06 19:53:45.344 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-03-06 19:53:45.344 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-03-06 19:53:45.344 | + functions-common:get_or_create_user:882 : local user_id 2025-03-06 19:53:45.344 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-03-06 19:53:45.344 | + functions-common:get_or_create_user:886 : local email= 2025-03-06 19:53:45.344 | ++ 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-03-06 19:53:45.344 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:45.344 | + functions-common:get_or_create_user:898 : user_id=adb00ea3bf714972a150acb2a443cda9 2025-03-06 19:53:45.344 | + functions-common:get_or_create_user:899 : echo adb00ea3bf714972a150acb2a443cda9 2025-03-06 19:53:45.344 | adb00ea3bf714972a150acb2a443cda9 2025-03-06 19:53:45.344 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-03-06 19:53:45.344 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:53:45.344 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:53:45.344 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-03-06 19:53:45.344 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:53:45.344 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:53:45.344 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-03-06 19:53:45.344 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-03-06 19:53:45.344 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-03-06 19:53:45.344 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-03-06 19:53:45.344 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-03-06 19:53:45.344 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-03-06 19:53:45.344 | + 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-03-06 19:53:45.344 | ++ 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-03-06 19:53:45.344 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:45.344 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:45.344 | + functions-common:get_or_add_user_project_role:963 : echo a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:45.344 | a27da3a49c764e87ae227477eab11743 2025-03-06 19:53:45.344 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-03-06 19:53:45.345 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-03-06 19:53:45.345 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-03-06 19:53:45.345 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-03-06 19:53:45.345 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-03-06 19:53:45.345 | ++ functions-common:_get_domain_args:930 : local domain 2025-03-06 19:53:45.345 | ++ functions-common:_get_domain_args:931 : domain= 2025-03-06 19:53:45.345 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-03-06 19:53:45.345 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-03-06 19:53:45.345 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-03-06 19:53:45.345 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-03-06 19:53:45.345 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-03-06 19:53:45.345 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-03-06 19:53:45.345 | + 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-03-06 19:53:45.345 | ++ 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-03-06 19:53:45.345 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:45.345 | + functions-common:get_or_add_user_project_role:962 : user_role_id=9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:53:45.345 | + functions-common:get_or_add_user_project_role:963 : echo 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:53:45.345 | 9a49e1df880344339a9bff0d87d072f0 2025-03-06 19:53:45.345 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-03-06 19:53:45.345 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-03-06 19:53:45.345 | + functions-common:get_or_create_service:1038 : local service_id 2025-03-06 19:53:45.345 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-03-06 19:53:45.345 | ++ 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-03-06 19:53:45.345 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:45.345 | + functions-common:get_or_create_service:1049 : service_id=' 2025-03-06 19:53:45.345 | c79deb55bcbb478ea854ec9e416467fb' 2025-03-06 19:53:45.345 | + functions-common:get_or_create_service:1050 : echo c79deb55bcbb478ea854ec9e416467fb 2025-03-06 19:53:45.345 | c79deb55bcbb478ea854ec9e416467fb 2025-03-06 19:53:45.345 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-03-06 19:53:45.345 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-03-06 19:53:45.345 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-03-06 19:53:45.345 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-03-06 19:53:45.345 | +++ 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-03-06 19:53:45.345 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:45.345 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-03-06 19:53:45.345 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-03-06 19:53:45.345 | +++ 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-03-06 19:53:45.345 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:53:45.345 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=26a4935574d746218f33b6821fc67189 2025-03-06 19:53:45.345 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 26a4935574d746218f33b6821fc67189 2025-03-06 19:53:45.345 | + functions-common:get_or_create_endpoint:1083 : public_id=26a4935574d746218f33b6821fc67189 2025-03-06 19:53:45.345 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-03-06 19:53:45.345 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-03-06 19:53:45.345 | + functions-common:get_or_create_endpoint:1092 : echo 26a4935574d746218f33b6821fc67189 2025-03-06 19:53:45.345 | 26a4935574d746218f33b6821fc67189 2025-03-06 19:53:45.377 | [3541 Async init_placement:48747]: finished init_placement with result 0 in 16 seconds 2025-03-06 19:53:45.380 | + inc/async:async_wait:197 : return 0 2025-03-06 19:53:45.382 | + stack.sh:main:1238 : async_wait init_glance 2025-03-06 19:53:45.420 | [3541 Async init_glance:44905]: Waiting for completion of init_glance running on PID 44905 (3 other jobs running) 2025-03-06 19:53:45.438 | [3541 Async init_glance:44905]: Signaling child to exit 2025-03-06 19:53:45.438 | WAKEUP 2025-03-06 19:53:45.455 | [3541 Async init_glance:44905]: Signaled 2025-03-06 19:53:45.456 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-03-06 19:53:45.456 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-03-06 19:53:45.456 | + lib/glance:init_glance:488 : recreate_database glance 2025-03-06 19:53:45.456 | + lib/database:recreate_database:112 : local db=glance 2025-03-06 19:53:45.456 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-03-06 19:53:45.456 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-03-06 19:53:45.456 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-03-06 19:53:45.456 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-03-06 19:53:45.456 | + lib/glance:init_glance:490 : time_start dbsync 2025-03-06 19:53:45.456 | + functions-common:time_start:2386 : local name=dbsync 2025-03-06 19:53:45.456 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:53:45.456 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:53:45.456 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:53:45.456 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290782753 2025-03-06 19:53:45.456 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-03-06 19:53:45.456 | INFO dbcounter [-] Registered counter for database glance 2025-03-06 19:53:45.456 | 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=44990) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:53:45.456 | DEBUG dbcounter [-] [44990] Writer thread running {{(pid=44990) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.456 | INFO dbcounter [-] Registered counter for database glance 2025-03-06 19:53:45.456 | 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=44990) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:53:45.456 | DEBUG dbcounter [-] [44990] Writer thread running {{(pid=44990) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-03-06 19:53:45.456 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-03-06 19:53:45.456 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-03-06 19:53:45.456 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-03-06 19:53:45.456 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-03-06 19:53:45.456 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-03-06 19:53:45.456 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.456 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-03-06 19:53:45.457 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=44990) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.457 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.457 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-03-06 19:53:45.457 | Database migration is up to date. No migration needed. 2025-03-06 19:53:45.457 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-03-06 19:53:45.457 | Database is synced successfully. 2025-03-06 19:53:45.457 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-03-06 19:53:45.457 | INFO dbcounter [-] Registered counter for database glance 2025-03-06 19:53:45.457 | 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=45072) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:53:45.457 | DEBUG dbcounter [-] [45072] Writer thread running {{(pid=45072) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-03-06 19:53:45.457 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-03-06 19:53:45.458 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-03-06 19:53:45.458 | + lib/glance:init_glance:496 : time_stop dbsync 2025-03-06 19:53:45.458 | + functions-common:time_stop:2400 : local name 2025-03-06 19:53:45.458 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:53:45.458 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:53:45.458 | + functions-common:time_stop:2403 : local total 2025-03-06 19:53:45.458 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:53:45.458 | + functions-common:time_stop:2406 : name=dbsync 2025-03-06 19:53:45.458 | + functions-common:time_stop:2407 : start_time=1741290782753 2025-03-06 19:53:45.458 | + functions-common:time_stop:2409 : [[ -z 1741290782753 ]] 2025-03-06 19:53:45.458 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:53:45.458 | + functions-common:time_stop:2412 : end_time=1741290787176 2025-03-06 19:53:45.458 | + functions-common:time_stop:2413 : elapsed_time=4423 2025-03-06 19:53:45.458 | + functions-common:time_stop:2414 : total=2785 2025-03-06 19:53:45.458 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:53:45.458 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7208 2025-03-06 19:53:45.489 | [3541 Async init_glance:44905]: finished init_glance with result 0 in 4 seconds 2025-03-06 19:53:45.492 | + inc/async:async_wait:197 : return 0 2025-03-06 19:53:45.494 | + stack.sh:main:1239 : async_wait init_swift 2025-03-06 19:53:45.510 | Not waiting for async task init_swift that we never started or has already been waited for 2025-03-06 19:53:45.512 | + inc/async:async_wait:197 : return 0 2025-03-06 19:53:45.514 | + stack.sh:main:1240 : async_wait init_cinder 2025-03-06 19:53:45.551 | [3541 Async init_cinder:48600]: Waiting for completion of init_cinder running on PID 48600 (2 other jobs running) 2025-03-06 19:53:45.569 | [3541 Async init_cinder:48600]: Signaling child to exit 2025-03-06 19:53:45.570 | WAKEUP 2025-03-06 19:53:45.587 | [3541 Async init_cinder:48600]: Signaled 2025-03-06 19:53:45.587 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-03-06 19:53:45.587 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:45.587 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-03-06 19:53:45.587 | + lib/database:recreate_database:112 : local db=cinder 2025-03-06 19:53:45.587 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-03-06 19:53:45.587 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-03-06 19:53:45.587 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-03-06 19:53:45.587 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-03-06 19:53:45.587 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-03-06 19:53:45.587 | + functions-common:time_start:2386 : local name=dbsync 2025-03-06 19:53:45.587 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:53:45.587 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:53:45.587 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:53:45.587 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290808784 2025-03-06 19:53:45.587 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-03-06 19:53:45.587 | INFO dbcounter [-] Registered counter for database cinder 2025-03-06 19:53:45.587 | 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=48705) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:53:45.587 | DEBUG dbcounter [-] [48705] Writer thread running {{(pid=48705) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:45.587 | INFO cinder.db.migration [-] Applying migration(s) 2025-03-06 19:53:45.587 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:45.587 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:45.588 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-03-06 19:53:45.588 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=48705) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-03-06 19:53:45.588 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-03-06 19:53:45.588 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=48705) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.588 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-03-06 19:53:45.588 | INFO dbcounter [-] Registered counter for database cinder 2025-03-06 19:53:45.588 | 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=48705) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:53:45.588 | DEBUG dbcounter [-] [48705] Writer thread running {{(pid=48705) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:45.588 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=48705) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.588 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-03-06 19:53:45.588 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=48705) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:45.588 | INFO cinder.db.migration [-] Migration(s) applied 2025-03-06 19:53:45.588 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-03-06 19:53:45.588 | + functions-common:time_stop:2400 : local name 2025-03-06 19:53:45.588 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:53:45.588 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:53:45.588 | + functions-common:time_stop:2403 : local total 2025-03-06 19:53:45.588 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:53:45.588 | + functions-common:time_stop:2406 : name=dbsync 2025-03-06 19:53:45.588 | + functions-common:time_stop:2407 : start_time=1741290808784 2025-03-06 19:53:45.588 | + functions-common:time_stop:2409 : [[ -z 1741290808784 ]] 2025-03-06 19:53:45.588 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:53:45.588 | + functions-common:time_stop:2412 : end_time=1741290812196 2025-03-06 19:53:45.588 | + functions-common:time_stop:2413 : elapsed_time=3412 2025-03-06 19:53:45.588 | + functions-common:time_stop:2414 : total=2785 2025-03-06 19:53:45.588 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:53:45.588 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6197 2025-03-06 19:53:45.588 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-03-06 19:53:45.588 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:45.588 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-03-06 19:53:45.588 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-03-06 19:53:45.588 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-03-06 19:53:45.588 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-03-06 19:53:45.588 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-03-06 19:53:45.588 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-03-06 19:53:45.588 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-03-06 19:53:45.589 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:53:45.589 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-03-06 19:53:45.620 | [3541 Async init_cinder:48600]: finished init_cinder with result 0 in 3 seconds 2025-03-06 19:53:45.624 | + inc/async:async_wait:197 : return 0 2025-03-06 19:53:45.626 | + stack.sh:main:1245 : is_service_enabled nova 2025-03-06 19:53:45.641 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:45.643 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-03-06 19:53:45.645 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:53:45.647 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-03-06 19:53:45.649 | + stack.sh:main:1247 : init_nova 2025-03-06 19:53:45.651 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-03-06 19:53:45.666 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:45.668 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-03-06 19:53:45.682 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:45.684 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-06 19:53:45.686 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-03-06 19:53:45.688 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-03-06 19:53:45.690 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-03-06 19:53:45.692 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-03-06 19:53:45.695 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-03-06 19:53:45.704 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-03-06 19:53:45.713 | ++ lib/nova:init_nova:871 : seq 1 1 2025-03-06 19:53:45.716 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-03-06 19:53:45.720 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-03-06 19:53:45.722 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-03-06 19:53:45.724 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-03-06 19:53:45.726 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-03-06 19:53:45.775 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-03-06 19:53:45.805 | [3541 Async nova-cell-1:49955]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-03-06 19:53:45.808 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-03-06 19:53:45.810 | + lib/database:recreate_database:112 : local db=nova_api 2025-03-06 19:53:45.812 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-03-06 19:53:45.814 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-03-06 19:53:45.816 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-03-06 19:53:45.825 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-03-06 19:53:45.833 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-03-06 19:53:46.303 | 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-03-06 19:53:48.001 | INFO dbcounter [-] Registered counter for database nova_api 2025-03-06 19:53:48.013 | DEBUG dbcounter [-] [50022] Writer thread running {{(pid=50022) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:48.017 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:48.017 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:48.039 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-03-06 19:53:49.068 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=50022) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-03-06 19:53:49.070 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-03-06 19:53:49.272 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=50022) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:49.276 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-03-06 19:53:49.277 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=50022) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:49.658 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-03-06 19:53:49.660 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-03-06 19:53:49.663 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-03-06 19:53:49.665 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-03-06 19:53:49.667 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-03-06 19:53:49.670 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-03-06 19:53:49.672 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-03-06 19:53:49.686 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:53:49.688 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-03-06 19:53:49.690 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-03-06 19:53:49.693 | + 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-03-06 19:53:50.181 | 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-03-06 19:53:51.329 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:53:51.349 | [49955 Async nova-cell-1:49955]: finished successfully 2025-03-06 19:53:51.483 | INFO dbcounter [None req-cd5bec79-3dd2-4217-951b-a75f3ca2ffb7 None None] Registered counter for database nova_api 2025-03-06 19:53:51.494 | DEBUG dbcounter [-] [50069] Writer thread running {{(pid=50069) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:51.845 | ++ lib/nova:init_nova:883 : seq 0 1 2025-03-06 19:53:51.849 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-03-06 19:53:51.851 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-03-06 19:53:51.867 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-03-06 19:53:51.869 | + inc/async:async_wait:197 : return 0 2025-03-06 19:53:51.871 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-03-06 19:53:51.873 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-03-06 19:53:51.910 | [3541 Async nova-cell-1:49955]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 49955 (2 other jobs running) 2025-03-06 19:53:51.929 | [3541 Async nova-cell-1:49955]: Signaling child to exit 2025-03-06 19:53:51.929 | WAKEUP 2025-03-06 19:53:51.945 | [3541 Async nova-cell-1:49955]: Signaled 2025-03-06 19:53:51.946 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-03-06 19:53:51.946 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-03-06 19:53:51.946 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-03-06 19:53:51.946 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-03-06 19:53:51.946 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-03-06 19:53:51.946 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-03-06 19:53:51.946 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-03-06 19:53:51.946 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-03-06 19:53:51.946 | + 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-03-06 19:53:51.946 | 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-03-06 19:53:51.946 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-03-06 19:53:51.946 | DEBUG dbcounter [-] [50009] Writer thread running {{(pid=50009) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:51.946 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-03-06 19:53:51.946 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-03-06 19:53:51.946 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-03-06 19:53:51.946 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=50009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-03-06 19:53:51.946 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-03-06 19:53:51.946 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=50009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:51.946 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-03-06 19:53:51.946 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=50009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:51.946 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-03-06 19:53:51.946 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=50009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:51.946 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-03-06 19:53:51.946 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=50009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:51.946 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-03-06 19:53:51.946 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=50009) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:51.978 | [3541 Async nova-cell-1:49955]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-03-06 19:53:51.981 | + inc/async:async_wait:197 : return 0 2025-03-06 19:53:51.983 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-06 19:53:51.985 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-03-06 19:53:52.432 | 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-03-06 19:53:53.642 | INFO dbcounter [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Registered counter for database nova_api 2025-03-06 19:53:53.652 | DEBUG dbcounter [-] [50240] Writer thread running {{(pid=50240) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:53.680 | INFO dbcounter [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Registered counter for database nova_cell0 2025-03-06 19:53:53.684 | DEBUG dbcounter [-] [50240] Writer thread running {{(pid=50240) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:53.687 | INFO alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Context impl MySQLImpl. 2025-03-06 19:53:53.687 | INFO alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Will assume non-transactional DDL. 2025-03-06 19:53:53.703 | INFO alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-03-06 19:53:55.963 | DEBUG alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] new branch insert 8f2f1571d55b {{(pid=50240) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-03-06 19:53:55.965 | INFO alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-03-06 19:53:55.995 | DEBUG alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=50240) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:55.997 | INFO alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-03-06 19:53:56.058 | DEBUG alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=50240) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:56.060 | INFO alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-03-06 19:53:56.078 | DEBUG alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=50240) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:56.079 | INFO alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-03-06 19:53:56.082 | DEBUG alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=50240) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:56.082 | INFO alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-03-06 19:53:56.145 | DEBUG alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=50240) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-03-06 19:53:56.149 | INFO dbcounter [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Registered counter for database nova_cell1 2025-03-06 19:53:56.153 | DEBUG dbcounter [-] [50240] Writer thread running {{(pid=50240) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:56.156 | INFO alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Context impl MySQLImpl. 2025-03-06 19:53:56.156 | INFO alembic.runtime.migration [None req-9bbda2f0-eb83-4422-8344-5f1104a75d01 None None] Will assume non-transactional DDL. 2025-03-06 19:53:56.511 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-03-06 19:53:56.962 | 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-03-06 19:53:58.162 | Running batches of 50 until complete 2025-03-06 19:53:58.162 | INFO dbcounter [None req-8ebdb55c-349f-49af-96ab-c3abf835cbbb None None] Registered counter for database nova_cell1 2025-03-06 19:53:58.172 | DEBUG dbcounter [-] [50259] Writer thread running {{(pid=50259) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:58.227 | INFO dbcounter [None req-8ebdb55c-349f-49af-96ab-c3abf835cbbb None None] Registered counter for database nova_api 2025-03-06 19:53:58.232 | DEBUG dbcounter [-] [50259] Writer thread running {{(pid=50259) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:58.298 | INFO dbcounter [None req-8ebdb55c-349f-49af-96ab-c3abf835cbbb None None] Registered counter for database nova_cell0 2025-03-06 19:53:58.303 | DEBUG dbcounter [-] [50259] Writer thread running {{(pid=50259) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:53:58.342 | +-------------------------------------+--------------+-----------+ 2025-03-06 19:53:58.342 | | Migration | Total Needed | Completed | 2025-03-06 19:53:58.342 | +-------------------------------------+--------------+-----------+ 2025-03-06 19:53:58.342 | | fill_virtual_interface_list | 0 | 0 | 2025-03-06 19:53:58.342 | | migrate_empty_ratio | 0 | 0 | 2025-03-06 19:53:58.342 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-03-06 19:53:58.342 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-03-06 19:53:58.342 | | migration_migrate_to_uuid | 0 | 0 | 2025-03-06 19:53:58.342 | | populate_dev_uuids | 0 | 0 | 2025-03-06 19:53:58.342 | | populate_instance_compute_id | 0 | 0 | 2025-03-06 19:53:58.342 | | populate_missing_availability_zones | 0 | 0 | 2025-03-06 19:53:58.342 | | populate_queued_for_delete | 0 | 0 | 2025-03-06 19:53:58.342 | | populate_user_id | 0 | 0 | 2025-03-06 19:53:58.342 | | populate_uuids | 0 | 0 | 2025-03-06 19:53:58.342 | +-------------------------------------+--------------+-----------+ 2025-03-06 19:53:58.700 | ++ lib/nova:init_nova:897 : seq 1 1 2025-03-06 19:53:58.704 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-03-06 19:53:58.708 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-03-06 19:53:58.710 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-03-06 19:53:58.712 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-03-06 19:53:58.715 | + 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-03-06 19:53:59.163 | 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-03-06 19:54:00.356 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-03-06 19:54:00.356 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-03-06 19:54:00.356 | INFO dbcounter [None req-c89282cf-1b6c-4838-940e-dbb7bda7ef8d None None] Registered counter for database nova_api 2025-03-06 19:54:00.367 | DEBUG dbcounter [-] [50276] Writer thread running {{(pid=50276) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:54:00.700 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-03-06 19:54:00.702 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-03-06 19:54:00.713 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-03-06 19:54:00.715 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-03-06 19:54:00.717 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-03-06 19:54:00.769 | + inc/async:async_inner:63 : configure_neutron_nova 2025-03-06 19:54:00.801 | [3541 Async configure_neutron_nova:50333]: running: configure_neutron_nova 2025-03-06 19:54:00.804 | + stack.sh:main:1257 : run_phase stack post-config 2025-03-06 19:54:00.806 | + functions-common:run_phase:1828 : local mode=stack 2025-03-06 19:54:00.809 | + functions-common:run_phase:1829 : local phase=post-config 2025-03-06 19:54:00.811 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-06 19:54:00.813 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-03-06 19:54:00.816 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-06 19:54:00.818 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-03-06 19:54:00.820 | + functions-common:run_phase:1838 : local extra 2025-03-06 19:54:00.823 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-06 19:54:00.827 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-03-06 19:54:00.829 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-06 19:54:00.831 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-06 19:54:00.834 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-03-06 19:54:00.836 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-06 19:54:00.849 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:00.851 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:54:00.853 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:54:00.856 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-03-06 19:54:00.858 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:54:00.860 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-06 19:54:00.862 | ++ extras.d/80-tempest.sh:source:12 : : 2025-03-06 19:54:00.864 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-06 19:54:00.866 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-06 19:54:00.868 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:54:00.870 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-06 19:54:00.872 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-03-06 19:54:00.874 | + functions-common:run_plugins:1814 : local mode=stack 2025-03-06 19:54:00.877 | + functions-common:run_plugins:1815 : local phase=post-config 2025-03-06 19:54:00.879 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-03-06 19:54:00.881 | + functions-common:run_plugins:1818 : local plugin 2025-03-06 19:54:00.883 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-03-06 19:54:00.886 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-03-06 19:54:00.888 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-06 19:54:00.890 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-03-06 19:54:00.893 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:54:00.895 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:54:00.897 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-03-06 19:54:00.899 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:54:00.901 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-06 19:54:00.903 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-03-06 19:54:00.905 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:00.908 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-03-06 19:54:00.910 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-03-06 19:54:00.912 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-06 19:54:00.914 | + inc/meta-config:merge_config_group:171 : shift 2025-03-06 19:54:00.917 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-03-06 19:54:00.919 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:00.921 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-06 19:54:00.923 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-06 19:54:00.926 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-03-06 19:54:00.928 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:00.930 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-03-06 19:54:00.932 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:00.935 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-03-06 19:54:00.935 | /^\[\[.+\|.*\]\]/ { 2025-03-06 19:54:00.935 | gsub("[][]", "", $1); 2025-03-06 19:54:00.935 | split($1, a, "|"); 2025-03-06 19:54:00.935 | if (a[1] == matchgroup) 2025-03-06 19:54:00.935 | print a[2] 2025-03-06 19:54:00.935 | } 2025-03-06 19:54:00.935 | ' /opt/stack/devstack/local.conf 2025-03-06 19:54:00.939 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-06 19:54:00.941 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-06 19:54:00.943 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-06 19:54:00.946 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-03-06 19:54:00.948 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-03-06 19:54:00.951 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-03-06 19:54:00.953 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-03-06 19:54:00.956 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-03-06 19:54:00.959 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-03-06 19:54:00.961 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-03-06 19:54:00.963 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-03-06 19:54:00.966 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:00.968 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-06 19:54:00.970 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-03-06 19:54:00.972 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-06 19:54:00.975 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-03-06 19:54:00.978 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-03-06 19:54:00.980 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-03-06 19:54:00.982 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-03-06 19:54:00.985 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-03-06 19:54:00.986 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-03-06 19:54:00.986 | BEGIN { 2025-03-06 19:54:00.986 | section = "" 2025-03-06 19:54:00.986 | last_section = "" 2025-03-06 19:54:00.986 | section_count = 0 2025-03-06 19:54:00.986 | } 2025-03-06 19:54:00.986 | /^\[.+\]/ { 2025-03-06 19:54:00.986 | gsub("[][]", "", $1); 2025-03-06 19:54:00.986 | section=$1 2025-03-06 19:54:00.986 | next 2025-03-06 19:54:00.986 | } 2025-03-06 19:54:00.986 | /^ *\#/ { 2025-03-06 19:54:00.986 | next 2025-03-06 19:54:00.986 | } 2025-03-06 19:54:00.986 | /^[^ \t]+/ { 2025-03-06 19:54:00.986 | # get offset of first = in $0 2025-03-06 19:54:00.986 | eq_idx = index($0, "=") 2025-03-06 19:54:00.986 | # extract attr & value from $0 2025-03-06 19:54:00.986 | attr = substr($0, 1, eq_idx - 1) 2025-03-06 19:54:00.986 | value = substr($0, eq_idx + 1) 2025-03-06 19:54:00.986 | # only need to strip trailing whitespace from attr 2025-03-06 19:54:00.986 | sub(/[ \t]*$/, "", attr) 2025-03-06 19:54:00.986 | # need to strip leading & trailing whitespace from value 2025-03-06 19:54:00.986 | sub(/^[ \t]*/, "", value) 2025-03-06 19:54:00.986 | sub(/[ \t]*$/, "", value) 2025-03-06 19:54:00.986 | 2025-03-06 19:54:00.986 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-06 19:54:00.986 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-06 19:54:00.986 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-06 19:54:00.986 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-06 19:54:00.986 | if (! (section, attr) in cfg_attr_count) { 2025-03-06 19:54:00.986 | if (section != last_section) { 2025-03-06 19:54:00.986 | cfg_section[section_count++] = section 2025-03-06 19:54:00.986 | last_section = section 2025-03-06 19:54:00.986 | } 2025-03-06 19:54:00.986 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-06 19:54:00.987 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-06 19:54:00.987 | 2025-03-06 19:54:00.987 | cfg_attr[section, attr, 0] = value 2025-03-06 19:54:00.987 | cfg_attr_count[section, attr] = 1 2025-03-06 19:54:00.987 | } else { 2025-03-06 19:54:00.987 | lno = cfg_attr_count[section, attr]++ 2025-03-06 19:54:00.987 | cfg_attr[section, attr, lno] = value 2025-03-06 19:54:00.987 | } 2025-03-06 19:54:00.987 | } 2025-03-06 19:54:00.987 | END { 2025-03-06 19:54:00.987 | # Process each section in order 2025-03-06 19:54:00.987 | for (sno = 0; sno < section_count; sno++) { 2025-03-06 19:54:00.987 | section = cfg_section[sno] 2025-03-06 19:54:00.987 | # The ini routines simply append a config item immediately 2025-03-06 19:54:00.987 | # after the section header. To keep the same order as defined 2025-03-06 19:54:00.987 | # in local.conf, invoke the ini routines in the reverse order 2025-03-06 19:54:00.987 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-06 19:54:00.987 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-06 19:54:00.987 | if (cfg_attr_count[section, attr] == 1) 2025-03-06 19:54:00.987 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-06 19:54:00.987 | else { 2025-03-06 19:54:00.987 | # For multiline, invoke the ini routines in the reverse order 2025-03-06 19:54:00.987 | count = cfg_attr_count[section, attr] 2025-03-06 19:54:00.987 | print "inidelete " configfile " " section " " attr 2025-03-06 19:54:00.987 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-06 19:54:00.987 | for (l = count -2; l >= 0; l--) 2025-03-06 19:54:00.987 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-06 19:54:00.987 | } 2025-03-06 19:54:00.987 | } 2025-03-06 19:54:00.987 | } 2025-03-06 19:54:00.987 | } 2025-03-06 19:54:00.987 | ' 2025-03-06 19:54:00.987 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:00.988 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:00.988 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-06 19:54:00.991 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-06 19:54:00.992 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-03-06 19:54:00.995 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:00.997 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-03-06 19:54:01.000 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-03-06 19:54:01.000 | BEGIN { group = "" } 2025-03-06 19:54:01.000 | /^\[\[.+\|.*\]\]/ { 2025-03-06 19:54:01.000 | gsub("[][]", "", $1); 2025-03-06 19:54:01.000 | split($1, a, "|"); 2025-03-06 19:54:01.000 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-06 19:54:01.000 | group=a[1] 2025-03-06 19:54:01.000 | } else { 2025-03-06 19:54:01.000 | group="" 2025-03-06 19:54:01.000 | } 2025-03-06 19:54:01.000 | next 2025-03-06 19:54:01.000 | } 2025-03-06 19:54:01.000 | { 2025-03-06 19:54:01.000 | if (group != "") 2025-03-06 19:54:01.000 | print $0 2025-03-06 19:54:01.000 | } 2025-03-06 19:54:01.000 | ' /opt/stack/devstack/local.conf 2025-03-06 19:54:01.005 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-03-06 19:54:01.007 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-03-06 19:54:01.035 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.038 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-06 19:54:01.040 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-06 19:54:01.043 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-06 19:54:01.046 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-03-06 19:54:01.049 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-03-06 19:54:01.052 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-03-06 19:54:01.054 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-03-06 19:54:01.057 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-03-06 19:54:01.061 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-03-06 19:54:01.063 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-03-06 19:54:01.065 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-03-06 19:54:01.067 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:01.070 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-06 19:54:01.073 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-03-06 19:54:01.075 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-06 19:54:01.078 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-03-06 19:54:01.080 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-03-06 19:54:01.083 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-03-06 19:54:01.085 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-03-06 19:54:01.088 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-03-06 19:54:01.089 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.090 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-03-06 19:54:01.090 | BEGIN { 2025-03-06 19:54:01.090 | section = "" 2025-03-06 19:54:01.090 | last_section = "" 2025-03-06 19:54:01.090 | section_count = 0 2025-03-06 19:54:01.090 | } 2025-03-06 19:54:01.090 | /^\[.+\]/ { 2025-03-06 19:54:01.090 | gsub("[][]", "", $1); 2025-03-06 19:54:01.090 | section=$1 2025-03-06 19:54:01.090 | next 2025-03-06 19:54:01.090 | } 2025-03-06 19:54:01.090 | /^ *\#/ { 2025-03-06 19:54:01.090 | next 2025-03-06 19:54:01.090 | } 2025-03-06 19:54:01.090 | /^[^ \t]+/ { 2025-03-06 19:54:01.090 | # get offset of first = in $0 2025-03-06 19:54:01.090 | eq_idx = index($0, "=") 2025-03-06 19:54:01.090 | # extract attr & value from $0 2025-03-06 19:54:01.090 | attr = substr($0, 1, eq_idx - 1) 2025-03-06 19:54:01.090 | value = substr($0, eq_idx + 1) 2025-03-06 19:54:01.090 | # only need to strip trailing whitespace from attr 2025-03-06 19:54:01.090 | sub(/[ \t]*$/, "", attr) 2025-03-06 19:54:01.090 | # need to strip leading & trailing whitespace from value 2025-03-06 19:54:01.090 | sub(/^[ \t]*/, "", value) 2025-03-06 19:54:01.090 | sub(/[ \t]*$/, "", value) 2025-03-06 19:54:01.090 | 2025-03-06 19:54:01.090 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-06 19:54:01.090 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-06 19:54:01.090 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-06 19:54:01.090 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-06 19:54:01.090 | if (! (section, attr) in cfg_attr_count) { 2025-03-06 19:54:01.090 | if (section != last_section) { 2025-03-06 19:54:01.090 | cfg_section[section_count++] = section 2025-03-06 19:54:01.090 | last_section = section 2025-03-06 19:54:01.090 | } 2025-03-06 19:54:01.090 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-06 19:54:01.090 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-06 19:54:01.090 | 2025-03-06 19:54:01.090 | cfg_attr[section, attr, 0] = value 2025-03-06 19:54:01.090 | cfg_attr_count[section, attr] = 1 2025-03-06 19:54:01.090 | } else { 2025-03-06 19:54:01.090 | lno = cfg_attr_count[section, attr]++ 2025-03-06 19:54:01.090 | cfg_attr[section, attr, lno] = value 2025-03-06 19:54:01.090 | } 2025-03-06 19:54:01.090 | } 2025-03-06 19:54:01.090 | END { 2025-03-06 19:54:01.090 | # Process each section in order 2025-03-06 19:54:01.090 | for (sno = 0; sno < section_count; sno++) { 2025-03-06 19:54:01.090 | section = cfg_section[sno] 2025-03-06 19:54:01.090 | # The ini routines simply append a config item immediately 2025-03-06 19:54:01.090 | # after the section header. To keep the same order as defined 2025-03-06 19:54:01.090 | # in local.conf, invoke the ini routines in the reverse order 2025-03-06 19:54:01.090 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-06 19:54:01.090 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-06 19:54:01.090 | if (cfg_attr_count[section, attr] == 1) 2025-03-06 19:54:01.090 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-06 19:54:01.090 | else { 2025-03-06 19:54:01.090 | # For multiline, invoke the ini routines in the reverse order 2025-03-06 19:54:01.090 | count = cfg_attr_count[section, attr] 2025-03-06 19:54:01.090 | print "inidelete " configfile " " section " " attr 2025-03-06 19:54:01.090 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-06 19:54:01.090 | for (l = count -2; l >= 0; l--) 2025-03-06 19:54:01.090 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-06 19:54:01.090 | } 2025-03-06 19:54:01.090 | } 2025-03-06 19:54:01.090 | } 2025-03-06 19:54:01.090 | } 2025-03-06 19:54:01.090 | ' 2025-03-06 19:54:01.091 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:01.092 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-06 19:54:01.093 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-06 19:54:01.096 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-03-06 19:54:01.098 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:01.100 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-03-06 19:54:01.102 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-03-06 19:54:01.103 | BEGIN { group = "" } 2025-03-06 19:54:01.103 | /^\[\[.+\|.*\]\]/ { 2025-03-06 19:54:01.103 | gsub("[][]", "", $1); 2025-03-06 19:54:01.103 | split($1, a, "|"); 2025-03-06 19:54:01.103 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-06 19:54:01.103 | group=a[1] 2025-03-06 19:54:01.103 | } else { 2025-03-06 19:54:01.103 | group="" 2025-03-06 19:54:01.103 | } 2025-03-06 19:54:01.103 | next 2025-03-06 19:54:01.103 | } 2025-03-06 19:54:01.103 | { 2025-03-06 19:54:01.103 | if (group != "") 2025-03-06 19:54:01.103 | print $0 2025-03-06 19:54:01.103 | } 2025-03-06 19:54:01.103 | ' /opt/stack/devstack/local.conf 2025-03-06 19:54:01.108 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-03-06 19:54:01.110 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-03-06 19:54:01.124 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:54:01.136 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.139 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-06 19:54:01.142 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-06 19:54:01.144 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-06 19:54:01.145 | [50333 Async configure_neutron_nova:50333]: finished successfully 2025-03-06 19:54:01.147 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-03-06 19:54:01.149 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-03-06 19:54:01.152 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-03-06 19:54:01.154 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-03-06 19:54:01.158 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-03-06 19:54:01.161 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-03-06 19:54:01.164 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-03-06 19:54:01.166 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-03-06 19:54:01.168 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:01.171 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-06 19:54:01.173 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-03-06 19:54:01.175 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-06 19:54:01.178 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-03-06 19:54:01.180 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-03-06 19:54:01.183 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-03-06 19:54:01.185 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-03-06 19:54:01.187 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-03-06 19:54:01.188 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-03-06 19:54:01.188 | BEGIN { 2025-03-06 19:54:01.188 | section = "" 2025-03-06 19:54:01.188 | last_section = "" 2025-03-06 19:54:01.188 | section_count = 0 2025-03-06 19:54:01.188 | } 2025-03-06 19:54:01.188 | /^\[.+\]/ { 2025-03-06 19:54:01.188 | gsub("[][]", "", $1); 2025-03-06 19:54:01.188 | section=$1 2025-03-06 19:54:01.188 | next 2025-03-06 19:54:01.188 | } 2025-03-06 19:54:01.188 | /^ *\#/ { 2025-03-06 19:54:01.189 | next 2025-03-06 19:54:01.189 | } 2025-03-06 19:54:01.189 | /^[^ \t]+/ { 2025-03-06 19:54:01.189 | # get offset of first = in $0 2025-03-06 19:54:01.189 | eq_idx = index($0, "=") 2025-03-06 19:54:01.189 | # extract attr & value from $0 2025-03-06 19:54:01.189 | attr = substr($0, 1, eq_idx - 1) 2025-03-06 19:54:01.189 | value = substr($0, eq_idx + 1) 2025-03-06 19:54:01.189 | # only need to strip trailing whitespace from attr 2025-03-06 19:54:01.189 | sub(/[ \t]*$/, "", attr) 2025-03-06 19:54:01.189 | # need to strip leading & trailing whitespace from value 2025-03-06 19:54:01.189 | sub(/^[ \t]*/, "", value) 2025-03-06 19:54:01.189 | sub(/[ \t]*$/, "", value) 2025-03-06 19:54:01.189 | 2025-03-06 19:54:01.189 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-06 19:54:01.189 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-06 19:54:01.189 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-06 19:54:01.189 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-06 19:54:01.189 | if (! (section, attr) in cfg_attr_count) { 2025-03-06 19:54:01.189 | if (section != last_section) { 2025-03-06 19:54:01.189 | cfg_section[section_count++] = section 2025-03-06 19:54:01.189 | last_section = section 2025-03-06 19:54:01.189 | } 2025-03-06 19:54:01.189 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-06 19:54:01.189 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-06 19:54:01.189 | 2025-03-06 19:54:01.189 | cfg_attr[section, attr, 0] = value 2025-03-06 19:54:01.189 | cfg_attr_count[section, attr] = 1 2025-03-06 19:54:01.189 | } else { 2025-03-06 19:54:01.189 | lno = cfg_attr_count[section, attr]++ 2025-03-06 19:54:01.189 | cfg_attr[section, attr, lno] = value 2025-03-06 19:54:01.189 | } 2025-03-06 19:54:01.189 | } 2025-03-06 19:54:01.189 | END { 2025-03-06 19:54:01.189 | # Process each section in order 2025-03-06 19:54:01.189 | for (sno = 0; sno < section_count; sno++) { 2025-03-06 19:54:01.189 | section = cfg_section[sno] 2025-03-06 19:54:01.189 | # The ini routines simply append a config item immediately 2025-03-06 19:54:01.189 | # after the section header. To keep the same order as defined 2025-03-06 19:54:01.189 | # in local.conf, invoke the ini routines in the reverse order 2025-03-06 19:54:01.189 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-06 19:54:01.189 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-06 19:54:01.189 | if (cfg_attr_count[section, attr] == 1) 2025-03-06 19:54:01.189 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-06 19:54:01.189 | else { 2025-03-06 19:54:01.189 | # For multiline, invoke the ini routines in the reverse order 2025-03-06 19:54:01.189 | count = cfg_attr_count[section, attr] 2025-03-06 19:54:01.189 | print "inidelete " configfile " " section " " attr 2025-03-06 19:54:01.189 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-06 19:54:01.189 | for (l = count -2; l >= 0; l--) 2025-03-06 19:54:01.189 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-06 19:54:01.189 | } 2025-03-06 19:54:01.189 | } 2025-03-06 19:54:01.189 | } 2025-03-06 19:54:01.189 | } 2025-03-06 19:54:01.189 | ' 2025-03-06 19:54:01.189 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.190 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:01.191 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-06 19:54:01.192 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-06 19:54:01.194 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-03-06 19:54:01.197 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:01.199 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-03-06 19:54:01.201 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-03-06 19:54:01.201 | BEGIN { group = "" } 2025-03-06 19:54:01.201 | /^\[\[.+\|.*\]\]/ { 2025-03-06 19:54:01.201 | gsub("[][]", "", $1); 2025-03-06 19:54:01.201 | split($1, a, "|"); 2025-03-06 19:54:01.201 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-06 19:54:01.201 | group=a[1] 2025-03-06 19:54:01.201 | } else { 2025-03-06 19:54:01.201 | group="" 2025-03-06 19:54:01.201 | } 2025-03-06 19:54:01.201 | next 2025-03-06 19:54:01.201 | } 2025-03-06 19:54:01.201 | { 2025-03-06 19:54:01.201 | if (group != "") 2025-03-06 19:54:01.201 | print $0 2025-03-06 19:54:01.201 | } 2025-03-06 19:54:01.201 | ' /opt/stack/devstack/local.conf 2025-03-06 19:54:01.206 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-03-06 19:54:01.209 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-03-06 19:54:01.236 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.238 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-03-06 19:54:01.241 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-03-06 19:54:01.268 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.271 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-06 19:54:01.273 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-06 19:54:01.276 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-06 19:54:01.279 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-03-06 19:54:01.280 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:54:01.283 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:54:01.286 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-03-06 19:54:01.289 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:54:01.292 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-03-06 19:54:01.294 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-03-06 19:54:01.297 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-03-06 19:54:01.299 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:01.301 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-06 19:54:01.303 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-03-06 19:54:01.305 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-06 19:54:01.308 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-03-06 19:54:01.310 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:54:01.313 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-03-06 19:54:01.315 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-03-06 19:54:01.318 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-03-06 19:54:01.319 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.319 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-03-06 19:54:01.319 | BEGIN { 2025-03-06 19:54:01.319 | section = "" 2025-03-06 19:54:01.319 | last_section = "" 2025-03-06 19:54:01.319 | section_count = 0 2025-03-06 19:54:01.319 | } 2025-03-06 19:54:01.319 | /^\[.+\]/ { 2025-03-06 19:54:01.319 | gsub("[][]", "", $1); 2025-03-06 19:54:01.319 | section=$1 2025-03-06 19:54:01.319 | next 2025-03-06 19:54:01.319 | } 2025-03-06 19:54:01.319 | /^ *\#/ { 2025-03-06 19:54:01.319 | next 2025-03-06 19:54:01.319 | } 2025-03-06 19:54:01.319 | /^[^ \t]+/ { 2025-03-06 19:54:01.319 | # get offset of first = in $0 2025-03-06 19:54:01.319 | eq_idx = index($0, "=") 2025-03-06 19:54:01.319 | # extract attr & value from $0 2025-03-06 19:54:01.319 | attr = substr($0, 1, eq_idx - 1) 2025-03-06 19:54:01.319 | value = substr($0, eq_idx + 1) 2025-03-06 19:54:01.319 | # only need to strip trailing whitespace from attr 2025-03-06 19:54:01.319 | sub(/[ \t]*$/, "", attr) 2025-03-06 19:54:01.319 | # need to strip leading & trailing whitespace from value 2025-03-06 19:54:01.319 | sub(/^[ \t]*/, "", value) 2025-03-06 19:54:01.319 | sub(/[ \t]*$/, "", value) 2025-03-06 19:54:01.319 | 2025-03-06 19:54:01.319 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-06 19:54:01.319 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-06 19:54:01.319 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-06 19:54:01.319 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-06 19:54:01.319 | if (! (section, attr) in cfg_attr_count) { 2025-03-06 19:54:01.319 | if (section != last_section) { 2025-03-06 19:54:01.319 | cfg_section[section_count++] = section 2025-03-06 19:54:01.319 | last_section = section 2025-03-06 19:54:01.319 | } 2025-03-06 19:54:01.319 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-06 19:54:01.319 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-06 19:54:01.319 | 2025-03-06 19:54:01.319 | cfg_attr[section, attr, 0] = value 2025-03-06 19:54:01.319 | cfg_attr_count[section, attr] = 1 2025-03-06 19:54:01.319 | } else { 2025-03-06 19:54:01.319 | lno = cfg_attr_count[section, attr]++ 2025-03-06 19:54:01.319 | cfg_attr[section, attr, lno] = value 2025-03-06 19:54:01.319 | } 2025-03-06 19:54:01.319 | } 2025-03-06 19:54:01.319 | END { 2025-03-06 19:54:01.319 | # Process each section in order 2025-03-06 19:54:01.319 | for (sno = 0; sno < section_count; sno++) { 2025-03-06 19:54:01.319 | section = cfg_section[sno] 2025-03-06 19:54:01.319 | # The ini routines simply append a config item immediately 2025-03-06 19:54:01.319 | # after the section header. To keep the same order as defined 2025-03-06 19:54:01.319 | # in local.conf, invoke the ini routines in the reverse order 2025-03-06 19:54:01.319 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-06 19:54:01.319 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-06 19:54:01.319 | if (cfg_attr_count[section, attr] == 1) 2025-03-06 19:54:01.319 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-06 19:54:01.319 | else { 2025-03-06 19:54:01.319 | # For multiline, invoke the ini routines in the reverse order 2025-03-06 19:54:01.319 | count = cfg_attr_count[section, attr] 2025-03-06 19:54:01.319 | print "inidelete " configfile " " section " " attr 2025-03-06 19:54:01.319 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-06 19:54:01.319 | for (l = count -2; l >= 0; l--) 2025-03-06 19:54:01.319 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-06 19:54:01.319 | } 2025-03-06 19:54:01.319 | } 2025-03-06 19:54:01.319 | } 2025-03-06 19:54:01.319 | } 2025-03-06 19:54:01.319 | ' 2025-03-06 19:54:01.320 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:01.321 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-06 19:54:01.323 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-06 19:54:01.325 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-03-06 19:54:01.327 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:01.329 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-03-06 19:54:01.331 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-03-06 19:54:01.331 | BEGIN { group = "" } 2025-03-06 19:54:01.331 | /^\[\[.+\|.*\]\]/ { 2025-03-06 19:54:01.331 | gsub("[][]", "", $1); 2025-03-06 19:54:01.331 | split($1, a, "|"); 2025-03-06 19:54:01.331 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-06 19:54:01.331 | group=a[1] 2025-03-06 19:54:01.331 | } else { 2025-03-06 19:54:01.331 | group="" 2025-03-06 19:54:01.331 | } 2025-03-06 19:54:01.331 | next 2025-03-06 19:54:01.331 | } 2025-03-06 19:54:01.331 | { 2025-03-06 19:54:01.331 | if (group != "") 2025-03-06 19:54:01.331 | print $0 2025-03-06 19:54:01.331 | } 2025-03-06 19:54:01.331 | ' /opt/stack/devstack/local.conf 2025-03-06 19:54:01.336 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-03-06 19:54:01.338 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-03-06 19:54:01.365 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.367 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-03-06 19:54:01.369 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-03-06 19:54:01.394 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.396 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-03-06 19:54:01.398 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-03-06 19:54:01.424 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.426 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-03-06 19:54:01.428 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-03-06 19:54:01.454 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.456 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-03-06 19:54:01.459 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-03-06 19:54:01.483 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.485 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-03-06 19:54:01.487 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-03-06 19:54:01.512 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.514 | + 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-03-06 19:54:01.516 | ++ 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-03-06 19:54:01.541 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.543 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-03-06 19:54:01.545 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-03-06 19:54:01.571 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.573 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-03-06 19:54:01.574 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-03-06 19:54:01.600 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.603 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-03-06 19:54:01.605 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-03-06 19:54:01.607 | + inc/meta-config:merge_config_group:180 : local dir 2025-03-06 19:54:01.610 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-03-06 19:54:01.611 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-03-06 19:54:01.614 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-03-06 19:54:01.616 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-03-06 19:54:01.619 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-03-06 19:54:01.622 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-03-06 19:54:01.624 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-03-06 19:54:01.627 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-03-06 19:54:01.629 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:01.631 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-06 19:54:01.633 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-03-06 19:54:01.635 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-06 19:54:01.638 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-03-06 19:54:01.639 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-03-06 19:54:01.642 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-03-06 19:54:01.645 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-03-06 19:54:01.647 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-03-06 19:54:01.648 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.648 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-03-06 19:54:01.648 | BEGIN { 2025-03-06 19:54:01.648 | section = "" 2025-03-06 19:54:01.648 | last_section = "" 2025-03-06 19:54:01.648 | section_count = 0 2025-03-06 19:54:01.648 | } 2025-03-06 19:54:01.648 | /^\[.+\]/ { 2025-03-06 19:54:01.648 | gsub("[][]", "", $1); 2025-03-06 19:54:01.648 | section=$1 2025-03-06 19:54:01.648 | next 2025-03-06 19:54:01.648 | } 2025-03-06 19:54:01.648 | /^ *\#/ { 2025-03-06 19:54:01.648 | next 2025-03-06 19:54:01.648 | } 2025-03-06 19:54:01.648 | /^[^ \t]+/ { 2025-03-06 19:54:01.648 | # get offset of first = in $0 2025-03-06 19:54:01.648 | eq_idx = index($0, "=") 2025-03-06 19:54:01.648 | # extract attr & value from $0 2025-03-06 19:54:01.648 | attr = substr($0, 1, eq_idx - 1) 2025-03-06 19:54:01.648 | value = substr($0, eq_idx + 1) 2025-03-06 19:54:01.648 | # only need to strip trailing whitespace from attr 2025-03-06 19:54:01.648 | sub(/[ \t]*$/, "", attr) 2025-03-06 19:54:01.648 | # need to strip leading & trailing whitespace from value 2025-03-06 19:54:01.648 | sub(/^[ \t]*/, "", value) 2025-03-06 19:54:01.648 | sub(/[ \t]*$/, "", value) 2025-03-06 19:54:01.648 | 2025-03-06 19:54:01.648 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-06 19:54:01.649 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-06 19:54:01.649 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-06 19:54:01.649 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-06 19:54:01.649 | if (! (section, attr) in cfg_attr_count) { 2025-03-06 19:54:01.649 | if (section != last_section) { 2025-03-06 19:54:01.649 | cfg_section[section_count++] = section 2025-03-06 19:54:01.649 | last_section = section 2025-03-06 19:54:01.649 | } 2025-03-06 19:54:01.649 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-06 19:54:01.649 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-06 19:54:01.649 | 2025-03-06 19:54:01.649 | cfg_attr[section, attr, 0] = value 2025-03-06 19:54:01.649 | cfg_attr_count[section, attr] = 1 2025-03-06 19:54:01.649 | } else { 2025-03-06 19:54:01.649 | lno = cfg_attr_count[section, attr]++ 2025-03-06 19:54:01.649 | cfg_attr[section, attr, lno] = value 2025-03-06 19:54:01.649 | } 2025-03-06 19:54:01.649 | } 2025-03-06 19:54:01.649 | END { 2025-03-06 19:54:01.649 | # Process each section in order 2025-03-06 19:54:01.649 | for (sno = 0; sno < section_count; sno++) { 2025-03-06 19:54:01.649 | section = cfg_section[sno] 2025-03-06 19:54:01.649 | # The ini routines simply append a config item immediately 2025-03-06 19:54:01.649 | # after the section header. To keep the same order as defined 2025-03-06 19:54:01.649 | # in local.conf, invoke the ini routines in the reverse order 2025-03-06 19:54:01.649 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-06 19:54:01.649 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-06 19:54:01.649 | if (cfg_attr_count[section, attr] == 1) 2025-03-06 19:54:01.649 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-06 19:54:01.649 | else { 2025-03-06 19:54:01.649 | # For multiline, invoke the ini routines in the reverse order 2025-03-06 19:54:01.649 | count = cfg_attr_count[section, attr] 2025-03-06 19:54:01.649 | print "inidelete " configfile " " section " " attr 2025-03-06 19:54:01.649 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-06 19:54:01.649 | for (l = count -2; l >= 0; l--) 2025-03-06 19:54:01.649 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-06 19:54:01.649 | } 2025-03-06 19:54:01.649 | } 2025-03-06 19:54:01.649 | } 2025-03-06 19:54:01.649 | } 2025-03-06 19:54:01.649 | ' 2025-03-06 19:54:01.650 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:01.650 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-06 19:54:01.652 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-06 19:54:01.653 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-03-06 19:54:01.656 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:01.658 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-03-06 19:54:01.660 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-03-06 19:54:01.660 | BEGIN { group = "" } 2025-03-06 19:54:01.660 | /^\[\[.+\|.*\]\]/ { 2025-03-06 19:54:01.660 | gsub("[][]", "", $1); 2025-03-06 19:54:01.660 | split($1, a, "|"); 2025-03-06 19:54:01.660 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-06 19:54:01.660 | group=a[1] 2025-03-06 19:54:01.660 | } else { 2025-03-06 19:54:01.660 | group="" 2025-03-06 19:54:01.660 | } 2025-03-06 19:54:01.660 | next 2025-03-06 19:54:01.660 | } 2025-03-06 19:54:01.660 | { 2025-03-06 19:54:01.660 | if (group != "") 2025-03-06 19:54:01.660 | print $0 2025-03-06 19:54:01.660 | } 2025-03-06 19:54:01.660 | ' /opt/stack/devstack/local.conf 2025-03-06 19:54:01.664 | + 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-03-06 19:54:01.667 | ++ 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-03-06 19:54:01.691 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.693 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-03-06 19:54:01.695 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-03-06 19:54:01.721 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.723 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-03-06 19:54:01.725 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-03-06 19:54:01.749 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:01.752 | + stack.sh:main:1274 : is_service_enabled swift 2025-03-06 19:54:01.766 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:01.768 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-06 19:54:01.771 | + stack.sh:main:1283 : is_service_enabled cinder 2025-03-06 19:54:01.785 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:01.787 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-06 19:54:01.814 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-03-06 19:54:01.850 | [3541 Async configure_neutron_nova:50333]: Waiting for completion of configure_neutron_nova running on PID 50333 (2 other jobs running) 2025-03-06 19:54:01.868 | [3541 Async configure_neutron_nova:50333]: Signaling child to exit 2025-03-06 19:54:01.868 | WAKEUP 2025-03-06 19:54:01.884 | [3541 Async configure_neutron_nova:50333]: Signaled 2025-03-06 19:54:01.884 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-03-06 19:54:01.884 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-03-06 19:54:01.884 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-03-06 19:54:01.884 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-03-06 19:54:01.884 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:01.885 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-03-06 19:54:01.885 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-03-06 19:54:01.885 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-03-06 19:54:01.885 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-03-06 19:54:01.916 | [3541 Async configure_neutron_nova:50333]: finished configure_neutron_nova with result 0 in 0 seconds 2025-03-06 19:54:01.919 | + inc/async:async_wait:197 : return 0 2025-03-06 19:54:01.921 | + stack.sh:main:1293 : is_service_enabled nova 2025-03-06 19:54:01.936 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:01.938 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-06 19:54:01.963 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-03-06 19:54:01.990 | + stack.sh:main:1299 : is_service_enabled n-api 2025-03-06 19:54:02.004 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:02.006 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-03-06 19:54:02.009 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:02.010 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-03-06 19:54:02.013 | + stack.sh:main:1301 : start_nova_api 2025-03-06 19:54:02.015 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-03-06 19:54:02.017 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-03-06 19:54:02.019 | + lib/nova:start_nova_api:980 : local nova_url 2025-03-06 19:54:02.021 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-03-06 19:54:02.034 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:02.037 | + 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-03-06 19:54:02.039 | + 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-03-06 19:54:02.041 | + 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-03-06 19:54:02.043 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-03-06 19:54:02.046 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-03-06 19:54:02.049 | + 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-03-06 19:54:02.051 | + functions-common:run_process:1654 : local service=n-api 2025-03-06 19:54:02.054 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-06 19:54:02.056 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:02.058 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:02.060 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:02.062 | + functions-common:run_process:1660 : local name=n-api 2025-03-06 19:54:02.064 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:02.066 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:02.068 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:02.070 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:02.073 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:02.076 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290842074 2025-03-06 19:54:02.078 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-03-06 19:54:02.091 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:02.094 | + 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-03-06 19:54:02.096 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-03-06 19:54:02.098 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-06 19:54:02.100 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-06 19:54:02.102 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-06 19:54:02.104 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-03-06 19:54:02.106 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-03-06 19:54:02.108 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-03-06 19:54:02.110 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-03-06 19:54:02.112 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:02.114 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:02.116 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:02.118 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:02.120 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-03-06 19:54:02.123 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-03-06 19:54:02.125 | + 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-03-06 19:54:02.127 | + 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-03-06 19:54:02.129 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-03-06 19:54:02.130 | + 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-03-06 19:54:02.132 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-03-06 19:54:02.134 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-03-06 19:54:02.136 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-03-06 19:54:02.138 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-03-06 19:54:02.139 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-03-06 19:54:02.143 | + 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-03-06 19:54:02.191 | + 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-03-06 19:54:02.239 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-03-06 19:54:02.280 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-03-06 19:54:02.321 | + 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-03-06 19:54:02.365 | + 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-03-06 19:54:02.408 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-03-06 19:54:02.453 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-03-06 19:54:02.497 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-03-06 19:54:02.538 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-03-06 19:54:02.579 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-03-06 19:54:02.622 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-03-06 19:54:02.624 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-03-06 19:54:02.626 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-03-06 19:54:02.676 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-03-06 19:54:02.917 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-03-06 19:54:02.927 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-03-06 19:54:03.153 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-03-06 19:54:03.214 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:03.216 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:03.218 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:03.220 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:03.222 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:03.224 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:03.227 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:03.229 | + functions-common:time_stop:2407 : start_time=1741290842074 2025-03-06 19:54:03.230 | + functions-common:time_stop:2409 : [[ -z 1741290842074 ]] 2025-03-06 19:54:03.233 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:03.237 | + functions-common:time_stop:2412 : end_time=1741290843234 2025-03-06 19:54:03.239 | + functions-common:time_stop:2413 : elapsed_time=1160 2025-03-06 19:54:03.241 | + functions-common:time_stop:2414 : total=1257 2025-03-06 19:54:03.243 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:03.246 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2417 2025-03-06 19:54:03.248 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-03-06 19:54:03.250 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-03-06 19:54:03.250 | Waiting for nova-api to start... 2025-03-06 19:54:03.252 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-03-06 19:54:03.254 | + functions:wait_for_service:468 : local timeout=60 2025-03-06 19:54:03.256 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-03-06 19:54:03.258 | + functions:wait_for_service:470 : local rval=0 2025-03-06 19:54:03.260 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-06 19:54:03.262 | + functions-common:time_start:2386 : local name=wait_for_service 2025-03-06 19:54:03.264 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:03.266 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:03.270 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:03.273 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290843270 2025-03-06 19:54:03.275 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-06 19:54:03.279 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-03-06 19:54:05.849 | + :: : [[ 200 == 503 ]] 2025-03-06 19:54:05.850 | + :: : [[ 0 -eq 7 ]] 2025-03-06 19:54:05.853 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-06 19:54:05.855 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:05.857 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:05.859 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:05.861 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:05.863 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:05.866 | + functions-common:time_stop:2406 : name=wait_for_service 2025-03-06 19:54:05.868 | + functions-common:time_stop:2407 : start_time=1741290843270 2025-03-06 19:54:05.870 | + functions-common:time_stop:2409 : [[ -z 1741290843270 ]] 2025-03-06 19:54:05.872 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:05.876 | + functions-common:time_stop:2412 : end_time=1741290845873 2025-03-06 19:54:05.878 | + functions-common:time_stop:2413 : elapsed_time=2603 2025-03-06 19:54:05.882 | + functions-common:time_stop:2414 : total=2297 2025-03-06 19:54:05.884 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:05.886 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4900 2025-03-06 19:54:05.889 | + functions:wait_for_service:478 : return 0 2025-03-06 19:54:05.891 | + 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-03-06 19:54:05.894 | + 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-03-06 19:54:05.896 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-03-06 19:54:05.915 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:05.918 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-03-06 19:54:05.932 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:05.934 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-03-06 19:54:05.948 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:05.950 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-03-06 19:54:05.952 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:05.953 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-03-06 19:54:05.956 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-03-06 19:54:05.958 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-03-06 19:54:05.960 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-03-06 19:54:05.986 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-03-06 19:54:05.988 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-03-06 19:54:05.990 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-03-06 19:54:05.992 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-03-06 19:54:06.018 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-03-06 19:54:06.044 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-03-06 19:54:06.046 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-03-06 19:54:06.048 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-03-06 19:54:06.050 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-03-06 19:54:06.053 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-03-06 19:54:06.055 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-03-06 19:54:06.058 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-03-06 19:54:06.060 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-03-06 19:54:06.063 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-03-06 19:54:06.065 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-03-06 19:54:06.067 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-03-06 19:54:06.069 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-03-06 19:54:06.071 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-06 19:54:06.073 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-06 19:54:06.076 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-06 19:54:06.078 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-03-06 19:54:06.080 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-03-06 19:54:06.083 | + 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-03-06 19:54:06.085 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-03-06 19:54:06.099 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:06.101 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-03-06 19:54:06.103 | + 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-03-06 19:54:06.105 | + functions-common:run_process:1654 : local service=q-svc 2025-03-06 19:54:06.107 | + 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-03-06 19:54:06.110 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:06.112 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:06.114 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:06.116 | + functions-common:run_process:1660 : local name=q-svc 2025-03-06 19:54:06.118 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:06.120 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:06.122 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:06.124 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:06.127 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:06.130 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290846128 2025-03-06 19:54:06.132 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-03-06 19:54:06.145 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:06.147 | + 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-03-06 19:54:06.149 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-03-06 19:54:06.151 | + 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-03-06 19:54:06.153 | + 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-03-06 19:54:06.155 | + 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-03-06 19:54:06.157 | + 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-03-06 19:54:06.159 | + 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-03-06 19:54:06.161 | + 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-03-06 19:54:06.163 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-03-06 19:54:06.165 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:06.167 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:06.169 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:06.171 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:06.173 | + 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-03-06 19:54:06.175 | + 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-03-06 19:54:06.177 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-03-06 19:54:06.179 | + 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-03-06 19:54:06.180 | + functions-common:write_user_unit_file:1520 : local group= 2025-03-06 19:54:06.182 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-03-06 19:54:06.184 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-03-06 19:54:06.186 | + functions-common:write_user_unit_file:1523 : local extra= 2025-03-06 19:54:06.188 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-03-06 19:54:06.189 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-03-06 19:54:06.191 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-03-06 19:54:06.194 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-03-06 19:54:06.243 | + 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-03-06 19:54:06.290 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-03-06 19:54:06.331 | + 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-03-06 19:54:06.373 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-03-06 19:54:06.413 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-03-06 19:54:06.453 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:54:06.495 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-03-06 19:54:06.496 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-03-06 19:54:06.499 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-03-06 19:54:06.548 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-03-06 19:54:06.793 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-03-06 19:54:06.802 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-03-06 19:54:07.040 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-03-06 19:54:07.063 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:07.065 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:07.067 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:07.069 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:07.071 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:07.073 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:07.075 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:07.077 | + functions-common:time_stop:2407 : start_time=1741290846128 2025-03-06 19:54:07.079 | + functions-common:time_stop:2409 : [[ -z 1741290846128 ]] 2025-03-06 19:54:07.082 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:07.085 | + functions-common:time_stop:2412 : end_time=1741290847083 2025-03-06 19:54:07.087 | + functions-common:time_stop:2413 : elapsed_time=955 2025-03-06 19:54:07.089 | + functions-common:time_stop:2414 : total=2417 2025-03-06 19:54:07.091 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:07.094 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3372 2025-03-06 19:54:07.096 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-03-06 19:54:07.098 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-03-06 19:54:07.111 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:07.113 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-03-06 19:54:07.115 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-03-06 19:54:07.117 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-03-06 19:54:07.118 | Waiting for Neutron to start... 2025-03-06 19:54:07.119 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-03-06 19:54:07.121 | + 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-03-06 19:54:07.123 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-03-06 19:54:07.125 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-03-06 19:54:07.127 | + functions-common:test_with_retry:2340 : local until=60 2025-03-06 19:54:07.130 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-03-06 19:54:07.132 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-03-06 19:54:07.134 | + functions-common:time_start:2386 : local name=test_with_retry 2025-03-06 19:54:07.136 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:07.138 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:07.141 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:07.144 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290847142 2025-03-06 19:54:07.146 | + 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-03-06 19:54:10.183 | {"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-03-06 19:54:10.186 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:10.188 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:10.190 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:10.192 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:10.194 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:10.197 | + functions-common:time_stop:2406 : name=test_with_retry 2025-03-06 19:54:10.199 | + functions-common:time_stop:2407 : start_time=1741290847142 2025-03-06 19:54:10.201 | + functions-common:time_stop:2409 : [[ -z 1741290847142 ]] 2025-03-06 19:54:10.204 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:10.207 | + functions-common:time_stop:2412 : end_time=1741290850205 2025-03-06 19:54:10.209 | + functions-common:time_stop:2413 : elapsed_time=3063 2025-03-06 19:54:10.211 | + functions-common:time_stop:2414 : total=0 2025-03-06 19:54:10.213 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:10.215 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3063 2025-03-06 19:54:10.218 | + stack.sh:main:1320 : is_service_enabled placement 2025-03-06 19:54:10.233 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:10.235 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-03-06 19:54:10.237 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:10.239 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-03-06 19:54:10.241 | + stack.sh:main:1322 : start_placement 2025-03-06 19:54:10.243 | + lib/placement:start_placement:173 : start_placement_api 2025-03-06 19:54:10.245 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-03-06 19:54:10.248 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-03-06 19:54:10.252 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-06 19:54:10.254 | + functions-common:run_process:1654 : local service=placement-api 2025-03-06 19:54:10.256 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-06 19:54:10.258 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:10.260 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:10.262 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:10.264 | + functions-common:run_process:1660 : local name=placement-api 2025-03-06 19:54:10.266 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:10.268 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:10.270 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:10.272 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:10.275 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:10.278 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290850275 2025-03-06 19:54:10.280 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-03-06 19:54:10.294 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:10.296 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-03-06 19:54:10.299 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-03-06 19:54:10.301 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-06 19:54:10.303 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-06 19:54:10.305 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-06 19:54:10.307 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-03-06 19:54:10.309 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-03-06 19:54:10.311 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-03-06 19:54:10.313 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-03-06 19:54:10.315 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:10.317 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:10.319 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:10.321 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:10.323 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-03-06 19:54:10.325 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-03-06 19:54:10.327 | + 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-03-06 19:54:10.329 | + 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-03-06 19:54:10.330 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-03-06 19:54:10.332 | + 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-03-06 19:54:10.334 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-03-06 19:54:10.336 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-03-06 19:54:10.338 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-03-06 19:54:10.340 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-03-06 19:54:10.342 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-03-06 19:54:10.345 | + 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-03-06 19:54:10.395 | + 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-03-06 19:54:10.444 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-03-06 19:54:10.485 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-03-06 19:54:10.526 | + 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-03-06 19:54:10.567 | + 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-03-06 19:54:10.608 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-03-06 19:54:10.650 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-03-06 19:54:10.691 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-03-06 19:54:10.732 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-03-06 19:54:10.774 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-03-06 19:54:10.824 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-03-06 19:54:10.826 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-03-06 19:54:10.828 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-03-06 19:54:10.881 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-03-06 19:54:11.141 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-03-06 19:54:11.151 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-03-06 19:54:11.376 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-03-06 19:54:11.429 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:11.431 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:11.433 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:11.436 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:11.438 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:11.440 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:11.442 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:11.444 | + functions-common:time_stop:2407 : start_time=1741290850275 2025-03-06 19:54:11.446 | + functions-common:time_stop:2409 : [[ -z 1741290850275 ]] 2025-03-06 19:54:11.448 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:11.452 | + functions-common:time_stop:2412 : end_time=1741290851450 2025-03-06 19:54:11.454 | + functions-common:time_stop:2413 : elapsed_time=1175 2025-03-06 19:54:11.456 | + functions-common:time_stop:2414 : total=3372 2025-03-06 19:54:11.458 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:11.460 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4547 2025-03-06 19:54:11.462 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-03-06 19:54:11.462 | Waiting for placement-api to start... 2025-03-06 19:54:11.464 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-03-06 19:54:11.466 | + functions:wait_for_service:468 : local timeout=60 2025-03-06 19:54:11.468 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-03-06 19:54:11.470 | + functions:wait_for_service:470 : local rval=0 2025-03-06 19:54:11.472 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-06 19:54:11.474 | + functions-common:time_start:2386 : local name=wait_for_service 2025-03-06 19:54:11.477 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:11.479 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:11.482 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:11.485 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290851483 2025-03-06 19:54:11.487 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-06 19:54:11.490 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-03-06 19:54:12.641 | + :: : [[ 200 == 503 ]] 2025-03-06 19:54:12.642 | + :: : [[ 0 -eq 7 ]] 2025-03-06 19:54:12.646 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-06 19:54:12.648 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:12.650 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:12.652 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:12.654 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:12.656 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:12.658 | + functions-common:time_stop:2406 : name=wait_for_service 2025-03-06 19:54:12.660 | + functions-common:time_stop:2407 : start_time=1741290851483 2025-03-06 19:54:12.662 | + functions-common:time_stop:2409 : [[ -z 1741290851483 ]] 2025-03-06 19:54:12.665 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:12.668 | + functions-common:time_stop:2412 : end_time=1741290852666 2025-03-06 19:54:12.670 | + functions-common:time_stop:2413 : elapsed_time=1183 2025-03-06 19:54:12.672 | + functions-common:time_stop:2414 : total=4900 2025-03-06 19:54:12.674 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:12.676 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6083 2025-03-06 19:54:12.679 | + functions:wait_for_service:478 : return 0 2025-03-06 19:54:12.681 | + stack.sh:main:1325 : is_service_enabled neutron 2025-03-06 19:54:12.695 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:12.697 | + stack.sh:main:1326 : start_neutron 2025-03-06 19:54:12.700 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-03-06 19:54:12.702 | + 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-03-06 19:54:12.704 | + functions-common:run_process:1654 : local service=q-agt 2025-03-06 19:54:12.706 | + 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-03-06 19:54:12.708 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:12.710 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:12.712 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:12.714 | + functions-common:run_process:1660 : local name=q-agt 2025-03-06 19:54:12.716 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:12.718 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:12.720 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:12.722 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:12.725 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:12.728 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290852726 2025-03-06 19:54:12.731 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-03-06 19:54:12.744 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:12.746 | + 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-03-06 19:54:12.748 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-03-06 19:54:12.750 | + 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-03-06 19:54:12.752 | + 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-03-06 19:54:12.754 | + 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-03-06 19:54:12.756 | + 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-03-06 19:54:12.759 | + 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-03-06 19:54:12.761 | + 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-03-06 19:54:12.763 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-03-06 19:54:12.765 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:12.767 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:12.769 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:12.771 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:12.773 | + 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-03-06 19:54:12.775 | + 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-03-06 19:54:12.777 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-03-06 19:54:12.779 | + 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-03-06 19:54:12.781 | + functions-common:write_user_unit_file:1520 : local group= 2025-03-06 19:54:12.783 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-03-06 19:54:12.785 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-03-06 19:54:12.787 | + functions-common:write_user_unit_file:1523 : local extra= 2025-03-06 19:54:12.789 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-03-06 19:54:12.791 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-03-06 19:54:12.793 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-03-06 19:54:12.796 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-03-06 19:54:12.844 | + 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-03-06 19:54:12.894 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-03-06 19:54:12.935 | + 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-03-06 19:54:12.976 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-03-06 19:54:13.017 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-03-06 19:54:13.058 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:54:13.099 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-03-06 19:54:13.101 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-03-06 19:54:13.103 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-03-06 19:54:13.153 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-03-06 19:54:13.392 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-03-06 19:54:13.410 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-03-06 19:54:13.644 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-03-06 19:54:13.667 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:13.669 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:13.671 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:13.674 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:13.676 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:13.678 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:13.681 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:13.683 | + functions-common:time_stop:2407 : start_time=1741290852726 2025-03-06 19:54:13.685 | + functions-common:time_stop:2409 : [[ -z 1741290852726 ]] 2025-03-06 19:54:13.688 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:13.692 | + functions-common:time_stop:2412 : end_time=1741290853690 2025-03-06 19:54:13.694 | + functions-common:time_stop:2413 : elapsed_time=964 2025-03-06 19:54:13.696 | + functions-common:time_stop:2414 : total=4547 2025-03-06 19:54:13.698 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:13.701 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5511 2025-03-06 19:54:13.703 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-03-06 19:54:13.705 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-03-06 19:54:13.707 | + functions-common:is_provider_network:2252 : return 1 2025-03-06 19:54:13.709 | + lib/neutron:start_neutron:637 : start_other_agents 2025-03-06 19:54:13.711 | + 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-03-06 19:54:13.713 | + functions-common:run_process:1654 : local service=q-dhcp 2025-03-06 19:54:13.715 | + 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-03-06 19:54:13.718 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:13.719 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:13.721 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:13.724 | + functions-common:run_process:1660 : local name=q-dhcp 2025-03-06 19:54:13.726 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:13.728 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:13.730 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:13.732 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:13.735 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:13.738 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290853736 2025-03-06 19:54:13.741 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-03-06 19:54:13.755 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:13.758 | + 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-03-06 19:54:13.760 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-03-06 19:54:13.762 | + 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-03-06 19:54:13.764 | + 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-03-06 19:54:13.766 | + 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-03-06 19:54:13.768 | + 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-03-06 19:54:13.770 | + 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-03-06 19:54:13.773 | + 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-03-06 19:54:13.775 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-03-06 19:54:13.777 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:13.779 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:13.781 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:13.783 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:13.785 | + 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-03-06 19:54:13.788 | + 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-03-06 19:54:13.790 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-03-06 19:54:13.792 | + 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-03-06 19:54:13.794 | + functions-common:write_user_unit_file:1520 : local group= 2025-03-06 19:54:13.796 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-03-06 19:54:13.798 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-03-06 19:54:13.800 | + functions-common:write_user_unit_file:1523 : local extra= 2025-03-06 19:54:13.802 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-03-06 19:54:13.805 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-03-06 19:54:13.807 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-03-06 19:54:13.810 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-03-06 19:54:13.863 | + 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-03-06 19:54:13.913 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-03-06 19:54:13.957 | + 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-03-06 19:54:13.999 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-03-06 19:54:14.042 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-03-06 19:54:14.084 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:54:14.128 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-03-06 19:54:14.130 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-03-06 19:54:14.132 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-03-06 19:54:14.185 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-03-06 19:54:14.435 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-03-06 19:54:14.445 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-03-06 19:54:14.678 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-03-06 19:54:14.709 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:14.711 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:14.713 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:14.715 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:14.717 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:14.720 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:14.722 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:14.724 | + functions-common:time_stop:2407 : start_time=1741290853736 2025-03-06 19:54:14.726 | + functions-common:time_stop:2409 : [[ -z 1741290853736 ]] 2025-03-06 19:54:14.729 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:14.732 | + functions-common:time_stop:2412 : end_time=1741290854730 2025-03-06 19:54:14.734 | + functions-common:time_stop:2413 : elapsed_time=994 2025-03-06 19:54:14.736 | + functions-common:time_stop:2414 : total=5511 2025-03-06 19:54:14.738 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:14.740 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6505 2025-03-06 19:54:14.743 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-03-06 19:54:14.745 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-03-06 19:54:14.747 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-03-06 19:54:14.750 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-03-06 19:54:14.752 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-06 19:54:14.754 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-06 19:54:14.757 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-06 19:54:14.759 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-03-06 19:54:14.761 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-03-06 19:54:14.763 | + 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-03-06 19:54:14.765 | + functions-common:run_process:1654 : local service=q-l3 2025-03-06 19:54:14.767 | + 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-03-06 19:54:14.769 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:14.771 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:14.774 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:14.776 | + functions-common:run_process:1660 : local name=q-l3 2025-03-06 19:54:14.778 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:14.780 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:14.782 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:14.784 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:14.787 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:14.790 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290854788 2025-03-06 19:54:14.793 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-03-06 19:54:14.808 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:14.810 | + 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-03-06 19:54:14.812 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-03-06 19:54:14.814 | + 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-03-06 19:54:14.817 | + 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-03-06 19:54:14.819 | + 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-03-06 19:54:14.821 | + 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-03-06 19:54:14.823 | + 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-03-06 19:54:14.825 | + 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-03-06 19:54:14.827 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-03-06 19:54:14.829 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:14.831 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:14.833 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:14.835 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:14.837 | + 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-03-06 19:54:14.839 | + 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-03-06 19:54:14.841 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-03-06 19:54:14.843 | + 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-03-06 19:54:14.845 | + functions-common:write_user_unit_file:1520 : local group= 2025-03-06 19:54:14.847 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-03-06 19:54:14.849 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-03-06 19:54:14.851 | + functions-common:write_user_unit_file:1523 : local extra= 2025-03-06 19:54:14.853 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-03-06 19:54:14.855 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-03-06 19:54:14.857 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-03-06 19:54:14.861 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-03-06 19:54:14.913 | + 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-03-06 19:54:14.965 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-03-06 19:54:15.009 | + 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-03-06 19:54:15.052 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-03-06 19:54:15.095 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-03-06 19:54:15.138 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:54:15.183 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-03-06 19:54:15.185 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-03-06 19:54:15.187 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-03-06 19:54:15.244 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-03-06 19:54:15.503 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-03-06 19:54:15.513 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-03-06 19:54:15.755 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-03-06 19:54:15.788 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:15.790 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:15.793 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:15.795 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:15.797 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:15.799 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:15.801 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:15.803 | + functions-common:time_stop:2407 : start_time=1741290854788 2025-03-06 19:54:15.805 | + functions-common:time_stop:2409 : [[ -z 1741290854788 ]] 2025-03-06 19:54:15.807 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:15.811 | + functions-common:time_stop:2412 : end_time=1741290855809 2025-03-06 19:54:15.813 | + functions-common:time_stop:2413 : elapsed_time=1021 2025-03-06 19:54:15.815 | + functions-common:time_stop:2414 : total=6505 2025-03-06 19:54:15.817 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:15.820 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7526 2025-03-06 19:54:15.822 | + 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-03-06 19:54:15.824 | + functions-common:run_process:1654 : local service=q-meta 2025-03-06 19:54:15.826 | + 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-03-06 19:54:15.828 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:15.830 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:15.832 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:15.834 | + functions-common:run_process:1660 : local name=q-meta 2025-03-06 19:54:15.837 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:15.838 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:15.841 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:15.843 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:15.846 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:15.849 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290855846 2025-03-06 19:54:15.851 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-03-06 19:54:15.865 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:15.867 | + 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-03-06 19:54:15.869 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-03-06 19:54:15.872 | + 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-03-06 19:54:15.874 | + 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-03-06 19:54:15.876 | + 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-03-06 19:54:15.878 | + 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-03-06 19:54:15.880 | + 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-03-06 19:54:15.882 | + 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-03-06 19:54:15.885 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-03-06 19:54:15.887 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:15.889 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:15.891 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:15.893 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:15.895 | + 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-03-06 19:54:15.897 | + 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-03-06 19:54:15.899 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-03-06 19:54:15.901 | + 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-03-06 19:54:15.903 | + functions-common:write_user_unit_file:1520 : local group= 2025-03-06 19:54:15.905 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-03-06 19:54:15.907 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-03-06 19:54:15.909 | + functions-common:write_user_unit_file:1523 : local extra= 2025-03-06 19:54:15.911 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-03-06 19:54:15.912 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-03-06 19:54:15.915 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-03-06 19:54:15.918 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-03-06 19:54:15.971 | + 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-03-06 19:54:16.024 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-03-06 19:54:16.068 | + 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-03-06 19:54:16.111 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-03-06 19:54:16.155 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-03-06 19:54:16.199 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:54:16.244 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-03-06 19:54:16.246 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-03-06 19:54:16.248 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-03-06 19:54:16.301 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-03-06 19:54:16.543 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-03-06 19:54:16.552 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-03-06 19:54:16.797 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-03-06 19:54:16.822 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:16.824 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:16.827 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:16.829 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:16.831 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:16.833 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:16.835 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:16.837 | + functions-common:time_stop:2407 : start_time=1741290855846 2025-03-06 19:54:16.839 | + functions-common:time_stop:2409 : [[ -z 1741290855846 ]] 2025-03-06 19:54:16.843 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:16.846 | + functions-common:time_stop:2412 : end_time=1741290856843 2025-03-06 19:54:16.848 | + functions-common:time_stop:2413 : elapsed_time=997 2025-03-06 19:54:16.850 | + functions-common:time_stop:2414 : total=7526 2025-03-06 19:54:16.852 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:16.854 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8523 2025-03-06 19:54:16.856 | + 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-03-06 19:54:16.858 | + functions-common:run_process:1654 : local service=q-metering 2025-03-06 19:54:16.860 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-03-06 19:54:16.862 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:16.864 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:16.866 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:16.868 | + functions-common:run_process:1660 : local name=q-metering 2025-03-06 19:54:16.870 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:16.872 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:16.874 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:16.876 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:16.880 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:16.883 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290856880 2025-03-06 19:54:16.885 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-03-06 19:54:16.899 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:16.901 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:16.903 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:16.905 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:16.907 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:16.909 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:16.911 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:16.914 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:16.915 | + functions-common:time_stop:2407 : start_time=1741290856880 2025-03-06 19:54:16.917 | + functions-common:time_stop:2409 : [[ -z 1741290856880 ]] 2025-03-06 19:54:16.920 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:16.923 | + functions-common:time_stop:2412 : end_time=1741290856921 2025-03-06 19:54:16.925 | + functions-common:time_stop:2413 : elapsed_time=41 2025-03-06 19:54:16.928 | + functions-common:time_stop:2414 : total=8523 2025-03-06 19:54:16.930 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:16.932 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8564 2025-03-06 19:54:16.935 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-03-06 19:54:16.949 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:16.951 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-03-06 19:54:16.953 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-03-06 19:54:16.955 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:16.957 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-03-06 19:54:16.959 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-03-06 19:54:16.961 | + stack.sh:main:1336 : create_neutron_initial_network 2025-03-06 19:54:16.963 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-03-06 19:54:16.966 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-03-06 19:54:16.968 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-03-06 19:54:16.971 | ++ 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-03-06 19:54:18.416 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:18.420 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-03-06 19:54:18.420 | address-scope 2025-03-06 19:54:18.420 | router-admin-state-down-before-update 2025-03-06 19:54:18.420 | agent 2025-03-06 19:54:18.420 | agent-resources-synced 2025-03-06 19:54:18.420 | allowed-address-pairs 2025-03-06 19:54:18.420 | auto-allocated-topology 2025-03-06 19:54:18.420 | availability_zone 2025-03-06 19:54:18.420 | availability_zone_filter 2025-03-06 19:54:18.420 | default-subnetpools 2025-03-06 19:54:18.420 | dhcp_agent_scheduler 2025-03-06 19:54:18.420 | dvr 2025-03-06 19:54:18.420 | empty-string-filtering 2025-03-06 19:54:18.420 | external-net 2025-03-06 19:54:18.420 | extra_dhcp_opt 2025-03-06 19:54:18.420 | extraroute 2025-03-06 19:54:18.420 | extraroute-atomic 2025-03-06 19:54:18.420 | filter-validation 2025-03-06 19:54:18.420 | floating-ip-port-forwarding-detail 2025-03-06 19:54:18.420 | fip-port-details 2025-03-06 19:54:18.420 | flavors 2025-03-06 19:54:18.420 | floatingip-pools 2025-03-06 19:54:18.420 | ip-substring-filtering 2025-03-06 19:54:18.420 | router 2025-03-06 19:54:18.420 | ext-gw-mode 2025-03-06 19:54:18.420 | l3-ha 2025-03-06 19:54:18.420 | l3-flavors 2025-03-06 19:54:18.420 | l3-port-ip-change-not-allowed 2025-03-06 19:54:18.420 | l3_agent_scheduler 2025-03-06 19:54:18.420 | multi-provider 2025-03-06 19:54:18.420 | net-mtu 2025-03-06 19:54:18.420 | net-mtu-writable 2025-03-06 19:54:18.420 | network_availability_zone 2025-03-06 19:54:18.420 | network_ha 2025-03-06 19:54:18.420 | network-ip-availability 2025-03-06 19:54:18.420 | pagination 2025-03-06 19:54:18.420 | port-device-profile 2025-03-06 19:54:18.420 | port-mac-override 2025-03-06 19:54:18.420 | port-mac-address-regenerate 2025-03-06 19:54:18.420 | port-numa-affinity-policy 2025-03-06 19:54:18.420 | binding 2025-03-06 19:54:18.420 | binding-extended 2025-03-06 19:54:18.420 | port-security 2025-03-06 19:54:18.420 | project-id 2025-03-06 19:54:18.420 | provider 2025-03-06 19:54:18.420 | quota-check-limit 2025-03-06 19:54:18.420 | quotas 2025-03-06 19:54:18.420 | quota_details 2025-03-06 19:54:18.420 | rbac-policies 2025-03-06 19:54:18.420 | rbac-address-group 2025-03-06 19:54:18.420 | rbac-address-scope 2025-03-06 19:54:18.420 | rbac-security-groups 2025-03-06 19:54:18.420 | rbac-subnetpool 2025-03-06 19:54:18.420 | revision-if-match 2025-03-06 19:54:18.420 | standard-attr-revisions 2025-03-06 19:54:18.420 | router_availability_zone 2025-03-06 19:54:18.420 | security-groups-default-rules 2025-03-06 19:54:18.420 | security-groups-normalized-cidr 2025-03-06 19:54:18.420 | port-security-groups-filtering 2025-03-06 19:54:18.420 | security-groups-remote-address-group 2025-03-06 19:54:18.420 | security-groups-shared-filtering 2025-03-06 19:54:18.420 | security-group 2025-03-06 19:54:18.420 | service-type 2025-03-06 19:54:18.420 | sorting 2025-03-06 19:54:18.420 | standard-attr-description 2025-03-06 19:54:18.420 | stateful-security-group 2025-03-06 19:54:18.420 | subnet_onboard 2025-03-06 19:54:18.420 | subnet-service-types 2025-03-06 19:54:18.421 | subnet_allocation 2025-03-06 19:54:18.421 | subnetpool-prefix-ops 2025-03-06 19:54:18.421 | standard-attr-tag 2025-03-06 19:54:18.421 | standard-attr-timestamp 2025-03-06 19:54:18.421 | nsxt-ops' 2025-03-06 19:54:18.422 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-03-06 19:54:18.423 | address-scope 2025-03-06 19:54:18.423 | router-admin-state-down-before-update 2025-03-06 19:54:18.423 | agent 2025-03-06 19:54:18.423 | agent-resources-synced 2025-03-06 19:54:18.423 | allowed-address-pairs 2025-03-06 19:54:18.423 | auto-allocated-topology 2025-03-06 19:54:18.423 | availability_zone 2025-03-06 19:54:18.423 | availability_zone_filter 2025-03-06 19:54:18.423 | default-subnetpools 2025-03-06 19:54:18.423 | dhcp_agent_scheduler 2025-03-06 19:54:18.423 | dvr 2025-03-06 19:54:18.423 | empty-string-filtering 2025-03-06 19:54:18.423 | external-net 2025-03-06 19:54:18.423 | extra_dhcp_opt 2025-03-06 19:54:18.423 | extraroute 2025-03-06 19:54:18.423 | extraroute-atomic 2025-03-06 19:54:18.423 | filter-validation 2025-03-06 19:54:18.423 | floating-ip-port-forwarding-detail 2025-03-06 19:54:18.423 | fip-port-details 2025-03-06 19:54:18.423 | flavors 2025-03-06 19:54:18.423 | floatingip-pools 2025-03-06 19:54:18.423 | ip-substring-filtering 2025-03-06 19:54:18.423 | router 2025-03-06 19:54:18.423 | ext-gw-mode 2025-03-06 19:54:18.423 | l3-ha 2025-03-06 19:54:18.423 | l3-flavors 2025-03-06 19:54:18.423 | l3-port-ip-change-not-allowed 2025-03-06 19:54:18.423 | l3_agent_scheduler 2025-03-06 19:54:18.423 | multi-provider 2025-03-06 19:54:18.423 | net-mtu 2025-03-06 19:54:18.423 | net-mtu-writable 2025-03-06 19:54:18.423 | network_availability_zone 2025-03-06 19:54:18.423 | network_ha 2025-03-06 19:54:18.423 | network-ip-availability 2025-03-06 19:54:18.423 | pagination 2025-03-06 19:54:18.423 | port-device-profile 2025-03-06 19:54:18.423 | port-mac-override 2025-03-06 19:54:18.423 | port-mac-address-regenerate 2025-03-06 19:54:18.423 | port-numa-affinity-policy 2025-03-06 19:54:18.423 | binding 2025-03-06 19:54:18.423 | binding-extended 2025-03-06 19:54:18.423 | port-security 2025-03-06 19:54:18.423 | project-id 2025-03-06 19:54:18.423 | provider 2025-03-06 19:54:18.423 | quota-check-limit 2025-03-06 19:54:18.423 | quotas 2025-03-06 19:54:18.423 | quota_details 2025-03-06 19:54:18.423 | rbac-policies 2025-03-06 19:54:18.423 | rbac-address-group 2025-03-06 19:54:18.423 | rbac-address-scope 2025-03-06 19:54:18.423 | rbac-security-groups 2025-03-06 19:54:18.423 | rbac-subnetpool 2025-03-06 19:54:18.423 | revision-if-match 2025-03-06 19:54:18.423 | standard-attr-revisions 2025-03-06 19:54:18.423 | router_availability_zone 2025-03-06 19:54:18.423 | security-groups-default-rules 2025-03-06 19:54:18.423 | security-groups-normalized-cidr 2025-03-06 19:54:18.423 | port-security-groups-filtering 2025-03-06 19:54:18.423 | security-groups-remote-address-group 2025-03-06 19:54:18.423 | security-groups-shared-filtering 2025-03-06 19:54:18.423 | security-group 2025-03-06 19:54:18.423 | service-type 2025-03-06 19:54:18.423 | sorting 2025-03-06 19:54:18.423 | standard-attr-description 2025-03-06 19:54:18.423 | stateful-security-group 2025-03-06 19:54:18.423 | subnet_onboard 2025-03-06 19:54:18.423 | subnet-service-types 2025-03-06 19:54:18.423 | subnet_allocation 2025-03-06 19:54:18.423 | subnetpool-prefix-ops 2025-03-06 19:54:18.423 | standard-attr-tag 2025-03-06 19:54:18.423 | standard-attr-timestamp 2025-03-06 19:54:18.423 | nsxt-ops =~ auto-allocated-topology ]] 2025-03-06 19:54:18.425 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-03-06 19:54:18.427 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-03-06 19:54:18.429 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-03-06 19:54:18.432 | ++ 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-03-06 19:54:19.794 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:19.797 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=8b54d2d2-5610-4110-bbea-4950e12900ab 2025-03-06 19:54:19.799 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-03-06 19:54:19.801 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-03-06 19:54:19.803 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-03-06 19:54:19.806 | + functions-common:is_provider_network:2252 : return 1 2025-03-06 19:54:19.808 | ++ 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-03-06 19:54:21.302 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:21.304 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=f4207ec3-f6ec-4256-84aa-0007480b9bfd 2025-03-06 19:54:21.307 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2025-03-06 19:54:21.309 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-06 19:54:21.324 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-03-06 19:54:21.326 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-03-06 19:54:21.328 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 8b54d2d2-5610-4110-bbea-4950e12900ab ']' 2025-03-06 19:54:21.330 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-03-06 19:54:21.332 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-03-06 19:54:21.335 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 8b54d2d2-5610-4110-bbea-4950e12900ab ' 2025-03-06 19:54:21.337 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-03-06 19:54:21.339 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network f4207ec3-f6ec-4256-84aa-0007480b9bfd private-subnet' 2025-03-06 19:54:21.342 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-03-06 19:54:21.345 | +++ 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 8b54d2d2-5610-4110-bbea-4950e12900ab --network f4207ec3-f6ec-4256-84aa-0007480b9bfd private-subnet -f value -c id 2025-03-06 19:54:22.825 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:22.828 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=e81b2d0e-c1b3-4a3d-b865-067a1361b229 2025-03-06 19:54:22.830 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2025-03-06 19:54:22.832 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-03-06 19:54:22.845 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo e81b2d0e-c1b3-4a3d-b865-067a1361b229 2025-03-06 19:54:22.848 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=e81b2d0e-c1b3-4a3d-b865-067a1361b229 2025-03-06 19:54:22.850 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-03-06 19:54:22.852 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-03-06 19:54:22.854 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-03-06 19:54:22.857 | ++ 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-03-06 19:54:24.049 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:24.052 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-03-06 19:54:24.052 | address-scope 2025-03-06 19:54:24.052 | router-admin-state-down-before-update 2025-03-06 19:54:24.052 | agent 2025-03-06 19:54:24.052 | agent-resources-synced 2025-03-06 19:54:24.052 | allowed-address-pairs 2025-03-06 19:54:24.052 | auto-allocated-topology 2025-03-06 19:54:24.052 | availability_zone 2025-03-06 19:54:24.052 | availability_zone_filter 2025-03-06 19:54:24.052 | default-subnetpools 2025-03-06 19:54:24.052 | dhcp_agent_scheduler 2025-03-06 19:54:24.052 | dvr 2025-03-06 19:54:24.052 | empty-string-filtering 2025-03-06 19:54:24.052 | external-net 2025-03-06 19:54:24.052 | extra_dhcp_opt 2025-03-06 19:54:24.052 | extraroute 2025-03-06 19:54:24.052 | extraroute-atomic 2025-03-06 19:54:24.052 | filter-validation 2025-03-06 19:54:24.052 | floating-ip-port-forwarding-detail 2025-03-06 19:54:24.052 | fip-port-details 2025-03-06 19:54:24.052 | flavors 2025-03-06 19:54:24.052 | floatingip-pools 2025-03-06 19:54:24.052 | ip-substring-filtering 2025-03-06 19:54:24.052 | router 2025-03-06 19:54:24.052 | ext-gw-mode 2025-03-06 19:54:24.052 | l3-ha 2025-03-06 19:54:24.052 | l3-flavors 2025-03-06 19:54:24.052 | l3-port-ip-change-not-allowed 2025-03-06 19:54:24.052 | l3_agent_scheduler 2025-03-06 19:54:24.052 | multi-provider 2025-03-06 19:54:24.052 | net-mtu 2025-03-06 19:54:24.052 | net-mtu-writable 2025-03-06 19:54:24.052 | network_availability_zone 2025-03-06 19:54:24.052 | network_ha 2025-03-06 19:54:24.052 | network-ip-availability 2025-03-06 19:54:24.052 | pagination 2025-03-06 19:54:24.052 | port-device-profile 2025-03-06 19:54:24.052 | port-mac-override 2025-03-06 19:54:24.052 | port-mac-address-regenerate 2025-03-06 19:54:24.052 | port-numa-affinity-policy 2025-03-06 19:54:24.052 | binding 2025-03-06 19:54:24.052 | binding-extended 2025-03-06 19:54:24.052 | port-security 2025-03-06 19:54:24.052 | project-id 2025-03-06 19:54:24.052 | provider 2025-03-06 19:54:24.052 | quota-check-limit 2025-03-06 19:54:24.052 | quotas 2025-03-06 19:54:24.052 | quota_details 2025-03-06 19:54:24.052 | rbac-policies 2025-03-06 19:54:24.052 | rbac-address-group 2025-03-06 19:54:24.052 | rbac-address-scope 2025-03-06 19:54:24.052 | rbac-security-groups 2025-03-06 19:54:24.052 | rbac-subnetpool 2025-03-06 19:54:24.052 | revision-if-match 2025-03-06 19:54:24.052 | standard-attr-revisions 2025-03-06 19:54:24.052 | router_availability_zone 2025-03-06 19:54:24.052 | security-groups-default-rules 2025-03-06 19:54:24.052 | security-groups-normalized-cidr 2025-03-06 19:54:24.052 | port-security-groups-filtering 2025-03-06 19:54:24.052 | security-groups-remote-address-group 2025-03-06 19:54:24.052 | security-groups-shared-filtering 2025-03-06 19:54:24.052 | security-group 2025-03-06 19:54:24.052 | service-type 2025-03-06 19:54:24.052 | sorting 2025-03-06 19:54:24.052 | standard-attr-description 2025-03-06 19:54:24.052 | stateful-security-group 2025-03-06 19:54:24.052 | subnet_onboard 2025-03-06 19:54:24.052 | subnet-service-types 2025-03-06 19:54:24.052 | subnet_allocation 2025-03-06 19:54:24.052 | subnetpool-prefix-ops 2025-03-06 19:54:24.052 | standard-attr-tag 2025-03-06 19:54:24.052 | standard-attr-timestamp 2025-03-06 19:54:24.052 | nsxt-ops' 2025-03-06 19:54:24.054 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-03-06 19:54:24.054 | address-scope 2025-03-06 19:54:24.054 | router-admin-state-down-before-update 2025-03-06 19:54:24.054 | agent 2025-03-06 19:54:24.054 | agent-resources-synced 2025-03-06 19:54:24.054 | allowed-address-pairs 2025-03-06 19:54:24.054 | auto-allocated-topology 2025-03-06 19:54:24.054 | availability_zone 2025-03-06 19:54:24.054 | availability_zone_filter 2025-03-06 19:54:24.054 | default-subnetpools 2025-03-06 19:54:24.054 | dhcp_agent_scheduler 2025-03-06 19:54:24.054 | dvr 2025-03-06 19:54:24.054 | empty-string-filtering 2025-03-06 19:54:24.054 | external-net 2025-03-06 19:54:24.054 | extra_dhcp_opt 2025-03-06 19:54:24.054 | extraroute 2025-03-06 19:54:24.054 | extraroute-atomic 2025-03-06 19:54:24.054 | filter-validation 2025-03-06 19:54:24.054 | floating-ip-port-forwarding-detail 2025-03-06 19:54:24.054 | fip-port-details 2025-03-06 19:54:24.054 | flavors 2025-03-06 19:54:24.054 | floatingip-pools 2025-03-06 19:54:24.054 | ip-substring-filtering 2025-03-06 19:54:24.054 | router 2025-03-06 19:54:24.054 | ext-gw-mode 2025-03-06 19:54:24.054 | l3-ha 2025-03-06 19:54:24.054 | l3-flavors 2025-03-06 19:54:24.054 | l3-port-ip-change-not-allowed 2025-03-06 19:54:24.054 | l3_agent_scheduler 2025-03-06 19:54:24.054 | multi-provider 2025-03-06 19:54:24.054 | net-mtu 2025-03-06 19:54:24.054 | net-mtu-writable 2025-03-06 19:54:24.054 | network_availability_zone 2025-03-06 19:54:24.054 | network_ha 2025-03-06 19:54:24.054 | network-ip-availability 2025-03-06 19:54:24.054 | pagination 2025-03-06 19:54:24.054 | port-device-profile 2025-03-06 19:54:24.054 | port-mac-override 2025-03-06 19:54:24.054 | port-mac-address-regenerate 2025-03-06 19:54:24.054 | port-numa-affinity-policy 2025-03-06 19:54:24.054 | binding 2025-03-06 19:54:24.054 | binding-extended 2025-03-06 19:54:24.054 | port-security 2025-03-06 19:54:24.054 | project-id 2025-03-06 19:54:24.054 | provider 2025-03-06 19:54:24.054 | quota-check-limit 2025-03-06 19:54:24.054 | quotas 2025-03-06 19:54:24.054 | quota_details 2025-03-06 19:54:24.054 | rbac-policies 2025-03-06 19:54:24.054 | rbac-address-group 2025-03-06 19:54:24.054 | rbac-address-scope 2025-03-06 19:54:24.054 | rbac-security-groups 2025-03-06 19:54:24.054 | rbac-subnetpool 2025-03-06 19:54:24.054 | revision-if-match 2025-03-06 19:54:24.054 | standard-attr-revisions 2025-03-06 19:54:24.054 | router_availability_zone 2025-03-06 19:54:24.054 | security-groups-default-rules 2025-03-06 19:54:24.054 | security-groups-normalized-cidr 2025-03-06 19:54:24.054 | port-security-groups-filtering 2025-03-06 19:54:24.054 | security-groups-remote-address-group 2025-03-06 19:54:24.054 | security-groups-shared-filtering 2025-03-06 19:54:24.054 | security-group 2025-03-06 19:54:24.054 | service-type 2025-03-06 19:54:24.054 | sorting 2025-03-06 19:54:24.054 | standard-attr-description 2025-03-06 19:54:24.054 | stateful-security-group 2025-03-06 19:54:24.054 | subnet_onboard 2025-03-06 19:54:24.054 | subnet-service-types 2025-03-06 19:54:24.054 | subnet_allocation 2025-03-06 19:54:24.054 | subnetpool-prefix-ops 2025-03-06 19:54:24.054 | standard-attr-tag 2025-03-06 19:54:24.054 | standard-attr-timestamp 2025-03-06 19:54:24.054 | nsxt-ops =~ router ]] 2025-03-06 19:54:24.056 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-03-06 19:54:24.058 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-03-06 19:54:24.060 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-03-06 19:54:24.063 | ++ 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-03-06 19:54:25.231 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:25.234 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-03-06 19:54:25.234 | address-scope 2025-03-06 19:54:25.234 | router-admin-state-down-before-update 2025-03-06 19:54:25.234 | agent 2025-03-06 19:54:25.234 | agent-resources-synced 2025-03-06 19:54:25.234 | allowed-address-pairs 2025-03-06 19:54:25.234 | auto-allocated-topology 2025-03-06 19:54:25.234 | availability_zone 2025-03-06 19:54:25.234 | availability_zone_filter 2025-03-06 19:54:25.234 | default-subnetpools 2025-03-06 19:54:25.234 | dhcp_agent_scheduler 2025-03-06 19:54:25.234 | dvr 2025-03-06 19:54:25.234 | empty-string-filtering 2025-03-06 19:54:25.234 | external-net 2025-03-06 19:54:25.234 | extra_dhcp_opt 2025-03-06 19:54:25.234 | extraroute 2025-03-06 19:54:25.234 | extraroute-atomic 2025-03-06 19:54:25.234 | filter-validation 2025-03-06 19:54:25.234 | floating-ip-port-forwarding-detail 2025-03-06 19:54:25.234 | fip-port-details 2025-03-06 19:54:25.234 | flavors 2025-03-06 19:54:25.234 | floatingip-pools 2025-03-06 19:54:25.234 | ip-substring-filtering 2025-03-06 19:54:25.234 | router 2025-03-06 19:54:25.234 | ext-gw-mode 2025-03-06 19:54:25.234 | l3-ha 2025-03-06 19:54:25.234 | l3-flavors 2025-03-06 19:54:25.234 | l3-port-ip-change-not-allowed 2025-03-06 19:54:25.234 | l3_agent_scheduler 2025-03-06 19:54:25.234 | multi-provider 2025-03-06 19:54:25.234 | net-mtu 2025-03-06 19:54:25.234 | net-mtu-writable 2025-03-06 19:54:25.234 | network_availability_zone 2025-03-06 19:54:25.234 | network_ha 2025-03-06 19:54:25.234 | network-ip-availability 2025-03-06 19:54:25.234 | pagination 2025-03-06 19:54:25.234 | port-device-profile 2025-03-06 19:54:25.234 | port-mac-override 2025-03-06 19:54:25.234 | port-mac-address-regenerate 2025-03-06 19:54:25.234 | port-numa-affinity-policy 2025-03-06 19:54:25.234 | binding 2025-03-06 19:54:25.234 | binding-extended 2025-03-06 19:54:25.234 | port-security 2025-03-06 19:54:25.234 | project-id 2025-03-06 19:54:25.234 | provider 2025-03-06 19:54:25.234 | quota-check-limit 2025-03-06 19:54:25.234 | quotas 2025-03-06 19:54:25.234 | quota_details 2025-03-06 19:54:25.234 | rbac-policies 2025-03-06 19:54:25.234 | rbac-address-group 2025-03-06 19:54:25.234 | rbac-address-scope 2025-03-06 19:54:25.234 | rbac-security-groups 2025-03-06 19:54:25.234 | rbac-subnetpool 2025-03-06 19:54:25.234 | revision-if-match 2025-03-06 19:54:25.234 | standard-attr-revisions 2025-03-06 19:54:25.234 | router_availability_zone 2025-03-06 19:54:25.234 | security-groups-default-rules 2025-03-06 19:54:25.234 | security-groups-normalized-cidr 2025-03-06 19:54:25.234 | port-security-groups-filtering 2025-03-06 19:54:25.234 | security-groups-remote-address-group 2025-03-06 19:54:25.234 | security-groups-shared-filtering 2025-03-06 19:54:25.235 | security-group 2025-03-06 19:54:25.235 | service-type 2025-03-06 19:54:25.235 | sorting 2025-03-06 19:54:25.235 | standard-attr-description 2025-03-06 19:54:25.235 | stateful-security-group 2025-03-06 19:54:25.235 | subnet_onboard 2025-03-06 19:54:25.235 | subnet-service-types 2025-03-06 19:54:25.235 | subnet_allocation 2025-03-06 19:54:25.235 | subnetpool-prefix-ops 2025-03-06 19:54:25.235 | standard-attr-tag 2025-03-06 19:54:25.235 | standard-attr-timestamp 2025-03-06 19:54:25.235 | nsxt-ops' 2025-03-06 19:54:25.236 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-03-06 19:54:25.236 | address-scope 2025-03-06 19:54:25.236 | router-admin-state-down-before-update 2025-03-06 19:54:25.236 | agent 2025-03-06 19:54:25.236 | agent-resources-synced 2025-03-06 19:54:25.236 | allowed-address-pairs 2025-03-06 19:54:25.236 | auto-allocated-topology 2025-03-06 19:54:25.236 | availability_zone 2025-03-06 19:54:25.236 | availability_zone_filter 2025-03-06 19:54:25.236 | default-subnetpools 2025-03-06 19:54:25.236 | dhcp_agent_scheduler 2025-03-06 19:54:25.236 | dvr 2025-03-06 19:54:25.236 | empty-string-filtering 2025-03-06 19:54:25.236 | external-net 2025-03-06 19:54:25.236 | extra_dhcp_opt 2025-03-06 19:54:25.236 | extraroute 2025-03-06 19:54:25.236 | extraroute-atomic 2025-03-06 19:54:25.236 | filter-validation 2025-03-06 19:54:25.237 | floating-ip-port-forwarding-detail 2025-03-06 19:54:25.237 | fip-port-details 2025-03-06 19:54:25.237 | flavors 2025-03-06 19:54:25.237 | floatingip-pools 2025-03-06 19:54:25.237 | ip-substring-filtering 2025-03-06 19:54:25.237 | router 2025-03-06 19:54:25.237 | ext-gw-mode 2025-03-06 19:54:25.237 | l3-ha 2025-03-06 19:54:25.237 | l3-flavors 2025-03-06 19:54:25.237 | l3-port-ip-change-not-allowed 2025-03-06 19:54:25.237 | l3_agent_scheduler 2025-03-06 19:54:25.237 | multi-provider 2025-03-06 19:54:25.237 | net-mtu 2025-03-06 19:54:25.237 | net-mtu-writable 2025-03-06 19:54:25.237 | network_availability_zone 2025-03-06 19:54:25.237 | network_ha 2025-03-06 19:54:25.237 | network-ip-availability 2025-03-06 19:54:25.237 | pagination 2025-03-06 19:54:25.237 | port-device-profile 2025-03-06 19:54:25.237 | port-mac-override 2025-03-06 19:54:25.237 | port-mac-address-regenerate 2025-03-06 19:54:25.237 | port-numa-affinity-policy 2025-03-06 19:54:25.237 | binding 2025-03-06 19:54:25.237 | binding-extended 2025-03-06 19:54:25.237 | port-security 2025-03-06 19:54:25.237 | project-id 2025-03-06 19:54:25.237 | provider 2025-03-06 19:54:25.237 | quota-check-limit 2025-03-06 19:54:25.237 | quotas 2025-03-06 19:54:25.237 | quota_details 2025-03-06 19:54:25.237 | rbac-policies 2025-03-06 19:54:25.237 | rbac-address-group 2025-03-06 19:54:25.237 | rbac-address-scope 2025-03-06 19:54:25.237 | rbac-security-groups 2025-03-06 19:54:25.237 | rbac-subnetpool 2025-03-06 19:54:25.237 | revision-if-match 2025-03-06 19:54:25.237 | standard-attr-revisions 2025-03-06 19:54:25.237 | router_availability_zone 2025-03-06 19:54:25.237 | security-groups-default-rules 2025-03-06 19:54:25.237 | security-groups-normalized-cidr 2025-03-06 19:54:25.237 | port-security-groups-filtering 2025-03-06 19:54:25.237 | security-groups-remote-address-group 2025-03-06 19:54:25.237 | security-groups-shared-filtering 2025-03-06 19:54:25.237 | security-group 2025-03-06 19:54:25.237 | service-type 2025-03-06 19:54:25.237 | sorting 2025-03-06 19:54:25.237 | standard-attr-description 2025-03-06 19:54:25.237 | stateful-security-group 2025-03-06 19:54:25.237 | subnet_onboard 2025-03-06 19:54:25.237 | subnet-service-types 2025-03-06 19:54:25.237 | subnet_allocation 2025-03-06 19:54:25.237 | subnetpool-prefix-ops 2025-03-06 19:54:25.237 | standard-attr-tag 2025-03-06 19:54:25.237 | standard-attr-timestamp 2025-03-06 19:54:25.237 | nsxt-ops =~ external-net ]] 2025-03-06 19:54:25.239 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-03-06 19:54:25.241 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-03-06 19:54:25.244 | ++ 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-03-06 19:54:26.557 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:26.560 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=9f126780-2052-4319-8455-7fd74964f8b9 2025-03-06 19:54:26.562 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-03-06 19:54:26.564 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-06 19:54:26.578 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-03-06 19:54:26.580 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-03-06 19:54:26.582 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-03-06 19:54:26.585 | ++ 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-03-06 19:54:27.757 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:27.759 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-03-06 19:54:27.759 | address-scope 2025-03-06 19:54:27.759 | router-admin-state-down-before-update 2025-03-06 19:54:27.759 | agent 2025-03-06 19:54:27.759 | agent-resources-synced 2025-03-06 19:54:27.759 | allowed-address-pairs 2025-03-06 19:54:27.759 | auto-allocated-topology 2025-03-06 19:54:27.759 | availability_zone 2025-03-06 19:54:27.759 | availability_zone_filter 2025-03-06 19:54:27.759 | default-subnetpools 2025-03-06 19:54:27.759 | dhcp_agent_scheduler 2025-03-06 19:54:27.759 | dvr 2025-03-06 19:54:27.759 | empty-string-filtering 2025-03-06 19:54:27.759 | external-net 2025-03-06 19:54:27.759 | extra_dhcp_opt 2025-03-06 19:54:27.759 | extraroute 2025-03-06 19:54:27.759 | extraroute-atomic 2025-03-06 19:54:27.759 | filter-validation 2025-03-06 19:54:27.759 | floating-ip-port-forwarding-detail 2025-03-06 19:54:27.759 | fip-port-details 2025-03-06 19:54:27.759 | flavors 2025-03-06 19:54:27.760 | floatingip-pools 2025-03-06 19:54:27.760 | ip-substring-filtering 2025-03-06 19:54:27.760 | router 2025-03-06 19:54:27.760 | ext-gw-mode 2025-03-06 19:54:27.760 | l3-ha 2025-03-06 19:54:27.760 | l3-flavors 2025-03-06 19:54:27.760 | l3-port-ip-change-not-allowed 2025-03-06 19:54:27.760 | l3_agent_scheduler 2025-03-06 19:54:27.760 | multi-provider 2025-03-06 19:54:27.760 | net-mtu 2025-03-06 19:54:27.760 | net-mtu-writable 2025-03-06 19:54:27.760 | network_availability_zone 2025-03-06 19:54:27.760 | network_ha 2025-03-06 19:54:27.760 | network-ip-availability 2025-03-06 19:54:27.760 | pagination 2025-03-06 19:54:27.760 | port-device-profile 2025-03-06 19:54:27.760 | port-mac-override 2025-03-06 19:54:27.760 | port-mac-address-regenerate 2025-03-06 19:54:27.760 | port-numa-affinity-policy 2025-03-06 19:54:27.760 | binding 2025-03-06 19:54:27.760 | binding-extended 2025-03-06 19:54:27.760 | port-security 2025-03-06 19:54:27.760 | project-id 2025-03-06 19:54:27.760 | provider 2025-03-06 19:54:27.760 | quota-check-limit 2025-03-06 19:54:27.760 | quotas 2025-03-06 19:54:27.760 | quota_details 2025-03-06 19:54:27.760 | rbac-policies 2025-03-06 19:54:27.760 | rbac-address-group 2025-03-06 19:54:27.760 | rbac-address-scope 2025-03-06 19:54:27.760 | rbac-security-groups 2025-03-06 19:54:27.760 | rbac-subnetpool 2025-03-06 19:54:27.760 | revision-if-match 2025-03-06 19:54:27.760 | standard-attr-revisions 2025-03-06 19:54:27.760 | router_availability_zone 2025-03-06 19:54:27.760 | security-groups-default-rules 2025-03-06 19:54:27.760 | security-groups-normalized-cidr 2025-03-06 19:54:27.760 | port-security-groups-filtering 2025-03-06 19:54:27.760 | security-groups-remote-address-group 2025-03-06 19:54:27.760 | security-groups-shared-filtering 2025-03-06 19:54:27.760 | security-group 2025-03-06 19:54:27.760 | service-type 2025-03-06 19:54:27.760 | sorting 2025-03-06 19:54:27.760 | standard-attr-description 2025-03-06 19:54:27.760 | stateful-security-group 2025-03-06 19:54:27.760 | subnet_onboard 2025-03-06 19:54:27.760 | subnet-service-types 2025-03-06 19:54:27.760 | subnet_allocation 2025-03-06 19:54:27.760 | subnetpool-prefix-ops 2025-03-06 19:54:27.760 | standard-attr-tag 2025-03-06 19:54:27.760 | standard-attr-timestamp 2025-03-06 19:54:27.760 | nsxt-ops' 2025-03-06 19:54:27.762 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-03-06 19:54:27.762 | address-scope 2025-03-06 19:54:27.762 | router-admin-state-down-before-update 2025-03-06 19:54:27.762 | agent 2025-03-06 19:54:27.762 | agent-resources-synced 2025-03-06 19:54:27.762 | allowed-address-pairs 2025-03-06 19:54:27.762 | auto-allocated-topology 2025-03-06 19:54:27.762 | availability_zone 2025-03-06 19:54:27.762 | availability_zone_filter 2025-03-06 19:54:27.762 | default-subnetpools 2025-03-06 19:54:27.762 | dhcp_agent_scheduler 2025-03-06 19:54:27.762 | dvr 2025-03-06 19:54:27.762 | empty-string-filtering 2025-03-06 19:54:27.762 | external-net 2025-03-06 19:54:27.762 | extra_dhcp_opt 2025-03-06 19:54:27.762 | extraroute 2025-03-06 19:54:27.762 | extraroute-atomic 2025-03-06 19:54:27.762 | filter-validation 2025-03-06 19:54:27.762 | floating-ip-port-forwarding-detail 2025-03-06 19:54:27.762 | fip-port-details 2025-03-06 19:54:27.762 | flavors 2025-03-06 19:54:27.762 | floatingip-pools 2025-03-06 19:54:27.762 | ip-substring-filtering 2025-03-06 19:54:27.762 | router 2025-03-06 19:54:27.762 | ext-gw-mode 2025-03-06 19:54:27.762 | l3-ha 2025-03-06 19:54:27.762 | l3-flavors 2025-03-06 19:54:27.762 | l3-port-ip-change-not-allowed 2025-03-06 19:54:27.762 | l3_agent_scheduler 2025-03-06 19:54:27.762 | multi-provider 2025-03-06 19:54:27.762 | net-mtu 2025-03-06 19:54:27.762 | net-mtu-writable 2025-03-06 19:54:27.762 | network_availability_zone 2025-03-06 19:54:27.762 | network_ha 2025-03-06 19:54:27.762 | network-ip-availability 2025-03-06 19:54:27.762 | pagination 2025-03-06 19:54:27.762 | port-device-profile 2025-03-06 19:54:27.762 | port-mac-override 2025-03-06 19:54:27.762 | port-mac-address-regenerate 2025-03-06 19:54:27.762 | port-numa-affinity-policy 2025-03-06 19:54:27.762 | binding 2025-03-06 19:54:27.762 | binding-extended 2025-03-06 19:54:27.762 | port-security 2025-03-06 19:54:27.762 | project-id 2025-03-06 19:54:27.762 | provider 2025-03-06 19:54:27.762 | quota-check-limit 2025-03-06 19:54:27.762 | quotas 2025-03-06 19:54:27.762 | quota_details 2025-03-06 19:54:27.762 | rbac-policies 2025-03-06 19:54:27.762 | rbac-address-group 2025-03-06 19:54:27.762 | rbac-address-scope 2025-03-06 19:54:27.762 | rbac-security-groups 2025-03-06 19:54:27.762 | rbac-subnetpool 2025-03-06 19:54:27.762 | revision-if-match 2025-03-06 19:54:27.762 | standard-attr-revisions 2025-03-06 19:54:27.762 | router_availability_zone 2025-03-06 19:54:27.762 | security-groups-default-rules 2025-03-06 19:54:27.762 | security-groups-normalized-cidr 2025-03-06 19:54:27.762 | port-security-groups-filtering 2025-03-06 19:54:27.762 | security-groups-remote-address-group 2025-03-06 19:54:27.763 | security-groups-shared-filtering 2025-03-06 19:54:27.763 | security-group 2025-03-06 19:54:27.763 | service-type 2025-03-06 19:54:27.763 | sorting 2025-03-06 19:54:27.763 | standard-attr-description 2025-03-06 19:54:27.763 | stateful-security-group 2025-03-06 19:54:27.763 | subnet_onboard 2025-03-06 19:54:27.763 | subnet-service-types 2025-03-06 19:54:27.763 | subnet_allocation 2025-03-06 19:54:27.763 | subnetpool-prefix-ops 2025-03-06 19:54:27.763 | standard-attr-tag 2025-03-06 19:54:27.763 | standard-attr-timestamp 2025-03-06 19:54:27.763 | nsxt-ops =~ auto-allocated-topology ]] 2025-03-06 19:54:27.765 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-03-06 19:54:27.767 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-03-06 19:54:27.769 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-03-06 19:54:27.773 | ++ 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-03-06 19:54:29.144 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:29.147 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=9d3d5e92-7579-4e5b-b017-9912ee9dca8d 2025-03-06 19:54:29.150 | + 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-03-06 19:54:29.152 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-06 19:54:29.167 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-03-06 19:54:29.169 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-03-06 19:54:29.171 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 9f126780-2052-4319-8455-7fd74964f8b9 e81b2d0e-c1b3-4a3d-b865-067a1361b229 2025-03-06 19:54:31.296 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-03-06 19:54:31.299 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 9d3d5e92-7579-4e5b-b017-9912ee9dca8d 2025-03-06 19:54:31.301 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-03-06 19:54:31.303 | ++ 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-03-06 19:54:31.305 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-03-06 19:54:31.307 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-03-06 19:54:31.309 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network 9d3d5e92-7579-4e5b-b017-9912ee9dca8d --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-03-06 19:54:31.311 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-03-06 19:54:31.313 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-03-06 19:54:31.317 | +++ 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 9d3d5e92-7579-4e5b-b017-9912ee9dca8d --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-03-06 19:54:31.317 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-03-06 19:54:32.699 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:32.702 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-03-06 19:54:32.702 | | id | e6b70f2d-cb9a-41bc-a35a-95ad7af2097d |' 2025-03-06 19:54:32.704 | ++ 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-03-06 19:54:32.706 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-03-06 19:54:32.719 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' e6b70f2d-cb9a-41bc-a35a-95ad7af2097d '|' 2025-03-06 19:54:32.721 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | e6b70f2d-cb9a-41bc-a35a-95ad7af2097d |' 2025-03-06 19:54:32.722 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-03-06 19:54:32.725 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' e6b70f2d-cb9a-41bc-a35a-95ad7af2097d '|' 2025-03-06 19:54:32.726 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-03-06 19:54:32.728 | ++ functions-common:get_field:789 : local data field 2025-03-06 19:54:32.729 | ++ functions-common:get_field:790 : read data 2025-03-06 19:54:32.731 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-03-06 19:54:32.733 | ++ functions-common:get_field:794 : field='$3' 2025-03-06 19:54:32.735 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | e6b70f2d-cb9a-41bc-a35a-95ad7af2097d |' 2025-03-06 19:54:32.736 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-03-06 19:54:32.740 | ++ functions-common:get_field:790 : read data 2025-03-06 19:54:32.742 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-03-06 19:54:32.745 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' e6b70f2d-cb9a-41bc-a35a-95ad7af2097d '|' 2025-03-06 19:54:32.745 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-03-06 19:54:32.747 | ++ functions-common:get_field:789 : local data field 2025-03-06 19:54:32.749 | ++ functions-common:get_field:790 : read data 2025-03-06 19:54:32.751 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-03-06 19:54:32.752 | ++ functions-common:get_field:794 : field='$6' 2025-03-06 19:54:32.755 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | e6b70f2d-cb9a-41bc-a35a-95ad7af2097d |' 2025-03-06 19:54:32.755 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-03-06 19:54:32.759 | ++ functions-common:get_field:790 : read data 2025-03-06 19:54:32.761 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=e6b70f2d-cb9a-41bc-a35a-95ad7af2097d 2025-03-06 19:54:32.763 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 9d3d5e92-7579-4e5b-b017-9912ee9dca8d 9f126780-2052-4319-8455-7fd74964f8b9 2025-03-06 19:54:34.744 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-03-06 19:54:34.747 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-03-06 19:54:34.759 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:34.761 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-03-06 19:54:34.762 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-03-06 19:54:34.764 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-03-06 19:54:34.767 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-03-06 19:54:34.769 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-03-06 19:54:34.770 | ++ 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-03-06 19:54:34.784 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-03-06 19:54:34.786 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-03-06 19:54:34.788 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-03-06 19:54:34.790 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-03-06 19:54:34.792 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-03-06 19:54:34.794 | + 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-03-06 19:54:34.796 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-03-06 19:54:34.798 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-03-06 19:54:34.800 | + functions-common:test_with_retry:2340 : local until=10 2025-03-06 19:54:34.801 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-03-06 19:54:34.803 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-03-06 19:54:34.805 | + functions-common:time_start:2386 : local name=test_with_retry 2025-03-06 19:54:34.807 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:34.809 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:34.812 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:34.815 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290874813 2025-03-06 19:54:34.817 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-03-06 19:54:34.823 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-03-06 19:54:34.824 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:34.826 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:34.828 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:34.830 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:34.832 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:34.834 | + functions-common:time_stop:2406 : name=test_with_retry 2025-03-06 19:54:34.836 | + functions-common:time_stop:2407 : start_time=1741290874813 2025-03-06 19:54:34.838 | + functions-common:time_stop:2409 : [[ -z 1741290874813 ]] 2025-03-06 19:54:34.840 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:34.844 | + functions-common:time_stop:2412 : end_time=1741290874841 2025-03-06 19:54:34.846 | + functions-common:time_stop:2413 : elapsed_time=28 2025-03-06 19:54:34.847 | + functions-common:time_stop:2414 : total=3063 2025-03-06 19:54:34.849 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:34.851 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3091 2025-03-06 19:54:34.854 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-03-06 19:54:34.855 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-03-06 19:54:34.860 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-03-06 19:54:34.862 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:54:34.864 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-03-06 19:54:34.866 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-03-06 19:54:34.869 | ++ 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-03-06 19:54:34.869 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-03-06 19:54:34.870 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-03-06 19:54:34.870 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-03-06 19:54:36.028 | ++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:54:36.032 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.158 ' 2025-03-06 19:54:36.034 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-03-06 19:54:36.036 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-03-06 19:54:36.050 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-03-06 19:54:36.052 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:54:36.054 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-03-06 19:54:36.056 | + stack.sh:main:1341 : is_service_enabled nova 2025-03-06 19:54:36.071 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:36.073 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-03-06 19:54:36.075 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:36.077 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-03-06 19:54:36.079 | + stack.sh:main:1343 : start_nova 2025-03-06 19:54:36.081 | + lib/nova:start_nova:1184 : start_nova_rest 2025-03-06 19:54:36.083 | + 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-03-06 19:54:36.086 | + 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-03-06 19:54:36.088 | + 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-03-06 19:54:36.091 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-03-06 19:54:36.093 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-06 19:54:36.096 | + functions-common:run_process:1654 : local service=n-sch 2025-03-06 19:54:36.098 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-06 19:54:36.100 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:36.102 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:36.104 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:36.107 | + functions-common:run_process:1660 : local name=n-sch 2025-03-06 19:54:36.109 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:36.111 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:36.113 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:36.115 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:36.118 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:36.121 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290876119 2025-03-06 19:54:36.123 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-03-06 19:54:36.137 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:36.139 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-03-06 19:54:36.141 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-03-06 19:54:36.143 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-06 19:54:36.145 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-06 19:54:36.147 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-06 19:54:36.149 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-06 19:54:36.150 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-03-06 19:54:36.152 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-03-06 19:54:36.154 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-03-06 19:54:36.157 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:36.159 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:36.161 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:36.163 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:36.165 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-03-06 19:54:36.167 | + 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-03-06 19:54:36.169 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-03-06 19:54:36.171 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-03-06 19:54:36.173 | + functions-common:write_user_unit_file:1520 : local group= 2025-03-06 19:54:36.174 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-03-06 19:54:36.176 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-03-06 19:54:36.178 | + functions-common:write_user_unit_file:1523 : local extra= 2025-03-06 19:54:36.180 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-03-06 19:54:36.183 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-03-06 19:54:36.185 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-03-06 19:54:36.188 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-03-06 19:54:36.239 | + 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-03-06 19:54:36.291 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-03-06 19:54:36.333 | + 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-03-06 19:54:36.376 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-03-06 19:54:36.422 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-03-06 19:54:36.467 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:54:36.514 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-03-06 19:54:36.516 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-03-06 19:54:36.519 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-03-06 19:54:36.573 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-03-06 19:54:36.864 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-03-06 19:54:36.874 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-03-06 19:54:37.117 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-03-06 19:54:37.153 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:37.155 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:37.158 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:37.160 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:37.162 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:37.165 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:37.167 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:37.169 | + functions-common:time_stop:2407 : start_time=1741290876119 2025-03-06 19:54:37.171 | + functions-common:time_stop:2409 : [[ -z 1741290876119 ]] 2025-03-06 19:54:37.174 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:37.178 | + functions-common:time_stop:2412 : end_time=1741290877175 2025-03-06 19:54:37.180 | + functions-common:time_stop:2413 : elapsed_time=1056 2025-03-06 19:54:37.183 | + functions-common:time_stop:2414 : total=8564 2025-03-06 19:54:37.185 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:37.187 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9620 2025-03-06 19:54:37.190 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-03-06 19:54:37.193 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-03-06 19:54:37.198 | + 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-03-06 19:54:37.200 | + functions-common:run_process:1654 : local service=n-api-meta 2025-03-06 19:54:37.202 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-06 19:54:37.204 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:37.207 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:37.209 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:37.211 | + functions-common:run_process:1660 : local name=n-api-meta 2025-03-06 19:54:37.214 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:37.216 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:37.219 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:37.221 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:37.225 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:37.228 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290877226 2025-03-06 19:54:37.231 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-03-06 19:54:37.248 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:37.250 | + 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-03-06 19:54:37.252 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-03-06 19:54:37.254 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-06 19:54:37.257 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-06 19:54:37.259 | + 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-03-06 19:54:37.261 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-03-06 19:54:37.264 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-03-06 19:54:37.266 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-03-06 19:54:37.268 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-03-06 19:54:37.270 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:37.273 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:37.275 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:37.277 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:37.280 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-03-06 19:54:37.282 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-03-06 19:54:37.284 | + 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-03-06 19:54:37.287 | + 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-03-06 19:54:37.289 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-03-06 19:54:37.292 | + 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-03-06 19:54:37.294 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-03-06 19:54:37.296 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-03-06 19:54:37.298 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-03-06 19:54:37.300 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-03-06 19:54:37.302 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-03-06 19:54:37.305 | + 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-03-06 19:54:37.361 | + 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-03-06 19:54:37.418 | + 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-03-06 19:54:37.463 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-03-06 19:54:37.510 | + 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-03-06 19:54:37.558 | + 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-03-06 19:54:37.615 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-03-06 19:54:37.667 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-03-06 19:54:37.714 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-03-06 19:54:37.766 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-03-06 19:54:37.827 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-03-06 19:54:37.877 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-03-06 19:54:37.879 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-03-06 19:54:37.881 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-03-06 19:54:37.937 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-03-06 19:54:38.219 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-03-06 19:54:38.229 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-03-06 19:54:38.478 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-03-06 19:54:38.535 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:38.537 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:38.540 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:38.543 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:38.543 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:38.547 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:38.549 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:38.552 | + functions-common:time_stop:2407 : start_time=1741290877226 2025-03-06 19:54:38.554 | + functions-common:time_stop:2409 : [[ -z 1741290877226 ]] 2025-03-06 19:54:38.557 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:38.560 | + functions-common:time_stop:2412 : end_time=1741290878558 2025-03-06 19:54:38.562 | + functions-common:time_stop:2413 : elapsed_time=1332 2025-03-06 19:54:38.565 | + functions-common:time_stop:2414 : total=9620 2025-03-06 19:54:38.567 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:38.570 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10952 2025-03-06 19:54:38.572 | + 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-03-06 19:54:38.574 | + 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-03-06 19:54:38.577 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-03-06 19:54:38.580 | + 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-03-06 19:54:38.582 | + 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-03-06 19:54:38.585 | + 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-03-06 19:54:38.588 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-03-06 19:54:38.590 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-06 19:54:38.593 | + 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-03-06 19:54:38.595 | + functions-common:run_process:1654 : local service=n-novnc 2025-03-06 19:54:38.597 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-03-06 19:54:38.600 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:38.603 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:38.604 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:38.607 | + functions-common:run_process:1660 : local name=n-novnc 2025-03-06 19:54:38.609 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:38.611 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:38.614 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:38.616 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:38.619 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:38.622 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290878620 2025-03-06 19:54:38.624 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-03-06 19:54:38.638 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:38.640 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:38.642 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:38.644 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:38.646 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:38.648 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:38.650 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:38.652 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:38.654 | + functions-common:time_stop:2407 : start_time=1741290878620 2025-03-06 19:54:38.656 | + functions-common:time_stop:2409 : [[ -z 1741290878620 ]] 2025-03-06 19:54:38.659 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:38.662 | + functions-common:time_stop:2412 : end_time=1741290878660 2025-03-06 19:54:38.664 | + functions-common:time_stop:2413 : elapsed_time=40 2025-03-06 19:54:38.666 | + functions-common:time_stop:2414 : total=10952 2025-03-06 19:54:38.668 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:38.670 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10992 2025-03-06 19:54:38.672 | + 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-03-06 19:54:38.674 | + functions-common:run_process:1654 : local service=n-spice 2025-03-06 19:54:38.677 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-03-06 19:54:38.679 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:38.681 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:38.683 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:38.685 | + functions-common:run_process:1660 : local name=n-spice 2025-03-06 19:54:38.687 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:38.689 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:38.691 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:38.693 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:38.696 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:38.699 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290878696 2025-03-06 19:54:38.701 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-03-06 19:54:38.716 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:38.718 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:38.720 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:38.723 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:38.725 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:38.728 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:38.730 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:38.732 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:38.734 | + functions-common:time_stop:2407 : start_time=1741290878696 2025-03-06 19:54:38.736 | + functions-common:time_stop:2409 : [[ -z 1741290878696 ]] 2025-03-06 19:54:38.739 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:38.743 | + functions-common:time_stop:2412 : end_time=1741290878740 2025-03-06 19:54:38.745 | + functions-common:time_stop:2413 : elapsed_time=44 2025-03-06 19:54:38.747 | + functions-common:time_stop:2414 : total=10992 2025-03-06 19:54:38.749 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:38.751 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11036 2025-03-06 19:54:38.754 | + 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-03-06 19:54:38.756 | + functions-common:run_process:1654 : local service=n-sproxy 2025-03-06 19:54:38.758 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-03-06 19:54:38.760 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:38.762 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:38.764 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:38.765 | + functions-common:run_process:1660 : local name=n-sproxy 2025-03-06 19:54:38.768 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:38.769 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:38.772 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:38.774 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:38.776 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:38.779 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290878777 2025-03-06 19:54:38.782 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-03-06 19:54:38.796 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:38.798 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:38.800 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:38.802 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:38.804 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:38.806 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:38.808 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:38.810 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:38.812 | + functions-common:time_stop:2407 : start_time=1741290878777 2025-03-06 19:54:38.815 | + functions-common:time_stop:2409 : [[ -z 1741290878777 ]] 2025-03-06 19:54:38.818 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:38.821 | + functions-common:time_stop:2412 : end_time=1741290878819 2025-03-06 19:54:38.823 | + functions-common:time_stop:2413 : elapsed_time=42 2025-03-06 19:54:38.825 | + functions-common:time_stop:2414 : total=11036 2025-03-06 19:54:38.827 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:38.830 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11078 2025-03-06 19:54:38.832 | + 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-03-06 19:54:38.834 | + 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-03-06 19:54:38.837 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-03-06 19:54:38.839 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-06 19:54:38.841 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-03-06 19:54:38.841 | Starting nova-conductor in a cellsv1-compatible way 2025-03-06 19:54:38.843 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-06 19:54:38.846 | + functions-common:run_process:1654 : local service=n-cond 2025-03-06 19:54:38.848 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-06 19:54:38.850 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:38.852 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:38.854 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:38.856 | + functions-common:run_process:1660 : local name=n-cond 2025-03-06 19:54:38.859 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:38.861 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:38.863 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:38.867 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:38.869 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:38.873 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290878871 2025-03-06 19:54:38.875 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-03-06 19:54:38.889 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:38.892 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-03-06 19:54:38.894 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-03-06 19:54:38.896 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-06 19:54:38.898 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-06 19:54:38.901 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-06 19:54:38.903 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-06 19:54:38.905 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-03-06 19:54:38.907 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-03-06 19:54:38.909 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-03-06 19:54:38.911 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:38.913 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:38.916 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:38.918 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:38.920 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-03-06 19:54:38.922 | + 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-03-06 19:54:38.924 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-03-06 19:54:38.926 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-03-06 19:54:38.928 | + functions-common:write_user_unit_file:1520 : local group= 2025-03-06 19:54:38.930 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-03-06 19:54:38.932 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-03-06 19:54:38.934 | + functions-common:write_user_unit_file:1523 : local extra= 2025-03-06 19:54:38.936 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-03-06 19:54:38.938 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-03-06 19:54:38.940 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-03-06 19:54:38.944 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-03-06 19:54:39.002 | + 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-03-06 19:54:39.061 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-03-06 19:54:39.104 | + 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-03-06 19:54:39.149 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-03-06 19:54:39.193 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-03-06 19:54:39.235 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:54:39.277 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-03-06 19:54:39.279 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-03-06 19:54:39.281 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-03-06 19:54:39.332 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-03-06 19:54:39.584 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-03-06 19:54:39.594 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-03-06 19:54:39.838 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-03-06 19:54:39.861 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:39.863 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:39.865 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:39.867 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:39.869 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:39.871 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:39.873 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:39.875 | + functions-common:time_stop:2407 : start_time=1741290878871 2025-03-06 19:54:39.878 | + functions-common:time_stop:2409 : [[ -z 1741290878871 ]] 2025-03-06 19:54:39.880 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:39.884 | + functions-common:time_stop:2412 : end_time=1741290879882 2025-03-06 19:54:39.886 | + functions-common:time_stop:2413 : elapsed_time=1011 2025-03-06 19:54:39.888 | + functions-common:time_stop:2414 : total=11078 2025-03-06 19:54:39.890 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:39.892 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12089 2025-03-06 19:54:39.895 | + lib/nova:start_nova_conductor:1157 : return 2025-03-06 19:54:39.897 | + lib/nova:start_nova:1187 : start_nova_compute 2025-03-06 19:54:39.899 | + 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-03-06 19:54:39.901 | + 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-03-06 19:54:39.903 | + 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-03-06 19:54:39.905 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-03-06 19:54:39.907 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-03-06 19:54:39.911 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-03-06 19:54:39.913 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:39.915 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-03-06 19:54:39.917 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-03-06 19:54:39.919 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-03-06 19:54:39.922 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-03-06 19:54:39.924 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-03-06 19:54:39.927 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-03-06 19:54:39.929 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-03-06 19:54:39.932 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-03-06 19:54:39.932 | + inc/meta-config:merge_config_file:164 : read a 2025-03-06 19:54:39.932 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-03-06 19:54:39.932 | BEGIN { 2025-03-06 19:54:39.932 | section = "" 2025-03-06 19:54:39.932 | last_section = "" 2025-03-06 19:54:39.932 | section_count = 0 2025-03-06 19:54:39.932 | } 2025-03-06 19:54:39.932 | /^\[.+\]/ { 2025-03-06 19:54:39.932 | gsub("[][]", "", $1); 2025-03-06 19:54:39.932 | section=$1 2025-03-06 19:54:39.932 | next 2025-03-06 19:54:39.932 | } 2025-03-06 19:54:39.932 | /^ *\#/ { 2025-03-06 19:54:39.932 | next 2025-03-06 19:54:39.932 | } 2025-03-06 19:54:39.932 | /^[^ \t]+/ { 2025-03-06 19:54:39.932 | # get offset of first = in $0 2025-03-06 19:54:39.932 | eq_idx = index($0, "=") 2025-03-06 19:54:39.933 | # extract attr & value from $0 2025-03-06 19:54:39.933 | attr = substr($0, 1, eq_idx - 1) 2025-03-06 19:54:39.933 | value = substr($0, eq_idx + 1) 2025-03-06 19:54:39.933 | # only need to strip trailing whitespace from attr 2025-03-06 19:54:39.933 | sub(/[ \t]*$/, "", attr) 2025-03-06 19:54:39.933 | # need to strip leading & trailing whitespace from value 2025-03-06 19:54:39.933 | sub(/^[ \t]*/, "", value) 2025-03-06 19:54:39.933 | sub(/[ \t]*$/, "", value) 2025-03-06 19:54:39.933 | 2025-03-06 19:54:39.933 | # cfg_attr_count: number of config lines per [section, attr] 2025-03-06 19:54:39.933 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-03-06 19:54:39.933 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-03-06 19:54:39.933 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-03-06 19:54:39.933 | if (! (section, attr) in cfg_attr_count) { 2025-03-06 19:54:39.933 | if (section != last_section) { 2025-03-06 19:54:39.933 | cfg_section[section_count++] = section 2025-03-06 19:54:39.933 | last_section = section 2025-03-06 19:54:39.933 | } 2025-03-06 19:54:39.933 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-03-06 19:54:39.933 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-03-06 19:54:39.933 | 2025-03-06 19:54:39.933 | cfg_attr[section, attr, 0] = value 2025-03-06 19:54:39.933 | cfg_attr_count[section, attr] = 1 2025-03-06 19:54:39.933 | } else { 2025-03-06 19:54:39.933 | lno = cfg_attr_count[section, attr]++ 2025-03-06 19:54:39.933 | cfg_attr[section, attr, lno] = value 2025-03-06 19:54:39.933 | } 2025-03-06 19:54:39.933 | } 2025-03-06 19:54:39.933 | END { 2025-03-06 19:54:39.933 | # Process each section in order 2025-03-06 19:54:39.933 | for (sno = 0; sno < section_count; sno++) { 2025-03-06 19:54:39.933 | section = cfg_section[sno] 2025-03-06 19:54:39.933 | # The ini routines simply append a config item immediately 2025-03-06 19:54:39.933 | # after the section header. To keep the same order as defined 2025-03-06 19:54:39.933 | # in local.conf, invoke the ini routines in the reverse order 2025-03-06 19:54:39.933 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-03-06 19:54:39.933 | attr = cfg_sec_attr_name[sno, attr_no] 2025-03-06 19:54:39.933 | if (cfg_attr_count[section, attr] == 1) 2025-03-06 19:54:39.933 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-03-06 19:54:39.933 | else { 2025-03-06 19:54:39.933 | # For multiline, invoke the ini routines in the reverse order 2025-03-06 19:54:39.933 | count = cfg_attr_count[section, attr] 2025-03-06 19:54:39.933 | print "inidelete " configfile " " section " " attr 2025-03-06 19:54:39.933 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-03-06 19:54:39.933 | for (l = count -2; l >= 0; l--) 2025-03-06 19:54:39.933 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-03-06 19:54:39.933 | } 2025-03-06 19:54:39.933 | } 2025-03-06 19:54:39.933 | } 2025-03-06 19:54:39.933 | } 2025-03-06 19:54:39.933 | ' 2025-03-06 19:54:39.935 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-03-06 19:54:39.935 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:39.937 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-03-06 19:54:39.939 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-03-06 19:54:39.941 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:39.943 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-03-06 19:54:39.945 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-03-06 19:54:39.945 | BEGIN { group = "" } 2025-03-06 19:54:39.945 | /^\[\[.+\|.*\]\]/ { 2025-03-06 19:54:39.945 | gsub("[][]", "", $1); 2025-03-06 19:54:39.945 | split($1, a, "|"); 2025-03-06 19:54:39.945 | if (a[1] == matchgroup && a[2] == configfile) { 2025-03-06 19:54:39.945 | group=a[1] 2025-03-06 19:54:39.945 | } else { 2025-03-06 19:54:39.945 | group="" 2025-03-06 19:54:39.945 | } 2025-03-06 19:54:39.945 | next 2025-03-06 19:54:39.945 | } 2025-03-06 19:54:39.945 | { 2025-03-06 19:54:39.945 | if (group != "") 2025-03-06 19:54:39.945 | print $0 2025-03-06 19:54:39.945 | } 2025-03-06 19:54:39.945 | ' /opt/stack/devstack/local.conf 2025-03-06 19:54:39.950 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-03-06 19:54:39.952 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-03-06 19:54:39.952 | Skipping multi-cell conductor fleet setup 2025-03-06 19:54:39.955 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-03-06 19:54:39.971 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-03-06 19:54:39.987 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-03-06 19:54:39.989 | + lib/nova:configure_console_compute:672 : local offset 2025-03-06 19:54:39.991 | + lib/nova:configure_console_compute:673 : offset=0 2025-03-06 19:54:39.993 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-03-06 19:54:39.995 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-03-06 19:54:40.013 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-03-06 19:54:40.015 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-03-06 19:54:40.029 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:40.031 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-03-06 19:54:40.045 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:40.047 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-03-06 19:54:40.049 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-03-06 19:54:40.075 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-03-06 19:54:40.089 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:40.091 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-03-06 19:54:40.104 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:40.107 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-03-06 19:54:40.133 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-03-06 19:54:40.135 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-03-06 19:54:40.137 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-03-06 19:54:40.140 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-03-06 19:54:40.141 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-03-06 19:54:40.144 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-03-06 19:54:40.146 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-03-06 19:54:40.148 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-03-06 19:54:40.162 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:40.164 | + 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-03-06 19:54:40.166 | + functions-common:run_process:1654 : local service=n-cpu 2025-03-06 19:54:40.169 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-03-06 19:54:40.171 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:40.173 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:40.175 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:40.177 | + functions-common:run_process:1660 : local name=n-cpu 2025-03-06 19:54:40.179 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:40.181 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:40.183 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:40.185 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:40.188 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:40.193 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290880189 2025-03-06 19:54:40.195 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-03-06 19:54:40.209 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:40.211 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:40.213 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:40.216 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:40.218 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:40.220 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:40.222 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:40.224 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:40.226 | + functions-common:time_stop:2407 : start_time=1741290880189 2025-03-06 19:54:40.228 | + functions-common:time_stop:2409 : [[ -z 1741290880189 ]] 2025-03-06 19:54:40.231 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:40.234 | + functions-common:time_stop:2412 : end_time=1741290880232 2025-03-06 19:54:40.236 | + functions-common:time_stop:2413 : elapsed_time=43 2025-03-06 19:54:40.238 | + functions-common:time_stop:2414 : total=12089 2025-03-06 19:54:40.240 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:40.242 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12132 2025-03-06 19:54:40.245 | + 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-03-06 19:54:40.247 | + 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-03-06 19:54:40.249 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-03-06 19:54:40.263 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:40.266 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-03-06 19:54:40.266 | Dumping cells_v2 mapping 2025-03-06 19:54:40.268 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-03-06 19:54:40.724 | 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-03-06 19:54:41.960 | INFO dbcounter [None req-8a4f28fc-04f4-433b-bd73-550f80ecfd5b None None] Registered counter for database nova_api 2025-03-06 19:54:41.971 | DEBUG dbcounter [-] [58973] Writer thread running {{(pid=58973) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:54:41.997 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-03-06 19:54:41.997 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-03-06 19:54:41.997 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-03-06 19:54:41.997 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-03-06 19:54:41.997 | | cell1 | fb90fbcb-30a5-4d02-96ca-af8316800bdb | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2025-03-06 19:54:41.997 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-03-06 19:54:42.337 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-03-06 19:54:42.340 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-03-06 19:54:42.390 | + inc/async:async_inner:63 : create_flavors 2025-03-06 19:54:42.420 | [3541 Async create_flavors:59041]: running: create_flavors 2025-03-06 19:54:42.423 | + stack.sh:main:1346 : is_service_enabled cinder 2025-03-06 19:54:42.436 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:42.439 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-03-06 19:54:42.441 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:42.443 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-03-06 19:54:42.445 | + stack.sh:main:1348 : start_cinder 2025-03-06 19:54:42.447 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-03-06 19:54:42.449 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-03-06 19:54:42.451 | + lib/cinder:start_cinder:597 : local cinder_url 2025-03-06 19:54:42.453 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-03-06 19:54:42.466 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:42.468 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-03-06 19:54:42.470 | + 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-03-06 19:54:42.472 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-03-06 19:54:42.475 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-03-06 19:54:42.478 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-06 19:54:42.481 | + functions-common:run_process:1654 : local service=c-api 2025-03-06 19:54:42.483 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-06 19:54:42.485 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:42.487 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:42.489 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:42.491 | + functions-common:run_process:1660 : local name=c-api 2025-03-06 19:54:42.493 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:42.496 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:42.498 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:42.500 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:42.502 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:42.505 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290882503 2025-03-06 19:54:42.507 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-03-06 19:54:42.520 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:42.522 | + 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-03-06 19:54:42.524 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-03-06 19:54:42.526 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-06 19:54:42.528 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-06 19:54:42.530 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-06 19:54:42.532 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-03-06 19:54:42.534 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-03-06 19:54:42.536 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-03-06 19:54:42.538 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-03-06 19:54:42.540 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:42.542 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:42.545 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:42.547 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:42.549 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-03-06 19:54:42.551 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-03-06 19:54:42.553 | + 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-03-06 19:54:42.555 | + 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-03-06 19:54:42.557 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-03-06 19:54:42.558 | + 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-03-06 19:54:42.561 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-03-06 19:54:42.562 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-03-06 19:54:42.564 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-03-06 19:54:42.566 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-03-06 19:54:42.568 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-03-06 19:54:42.572 | + 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-03-06 19:54:42.620 | + 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-03-06 19:54:42.669 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-03-06 19:54:42.710 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-03-06 19:54:42.753 | + 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-03-06 19:54:42.802 | + 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-03-06 19:54:42.845 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-03-06 19:54:42.887 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-03-06 19:54:42.928 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-03-06 19:54:42.971 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-03-06 19:54:43.013 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-03-06 19:54:43.054 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-03-06 19:54:43.057 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-03-06 19:54:43.059 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-03-06 19:54:43.109 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-03-06 19:54:43.358 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-03-06 19:54:43.368 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-03-06 19:54:43.610 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-03-06 19:54:43.665 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:43.667 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:43.669 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:43.671 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:43.673 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:43.675 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:43.678 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:43.680 | + functions-common:time_stop:2407 : start_time=1741290882503 2025-03-06 19:54:43.682 | + functions-common:time_stop:2409 : [[ -z 1741290882503 ]] 2025-03-06 19:54:43.684 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:43.688 | + functions-common:time_stop:2412 : end_time=1741290883685 2025-03-06 19:54:43.690 | + functions-common:time_stop:2413 : elapsed_time=1182 2025-03-06 19:54:43.692 | + functions-common:time_stop:2414 : total=12132 2025-03-06 19:54:43.694 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:43.696 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13314 2025-03-06 19:54:43.698 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-03-06 19:54:43.700 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-03-06 19:54:43.700 | Waiting for Cinder API to start... 2025-03-06 19:54:43.702 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-03-06 19:54:43.704 | + functions:wait_for_service:468 : local timeout=60 2025-03-06 19:54:43.706 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-03-06 19:54:43.708 | + functions:wait_for_service:470 : local rval=0 2025-03-06 19:54:43.710 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-06 19:54:43.712 | + functions-common:time_start:2386 : local name=wait_for_service 2025-03-06 19:54:43.714 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:43.716 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:43.719 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:43.723 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290883720 2025-03-06 19:54:43.725 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-06 19:54:43.728 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-03-06 19:54:45.609 | + :: : [[ 401 == 503 ]] 2025-03-06 19:54:45.610 | + :: : [[ 0 -eq 7 ]] 2025-03-06 19:54:45.613 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-06 19:54:45.616 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:45.618 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:45.619 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:45.622 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:45.624 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:45.626 | + functions-common:time_stop:2406 : name=wait_for_service 2025-03-06 19:54:45.628 | + functions-common:time_stop:2407 : start_time=1741290883720 2025-03-06 19:54:45.630 | + functions-common:time_stop:2409 : [[ -z 1741290883720 ]] 2025-03-06 19:54:45.634 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:45.637 | + functions-common:time_stop:2412 : end_time=1741290885635 2025-03-06 19:54:45.639 | + functions-common:time_stop:2413 : elapsed_time=1915 2025-03-06 19:54:45.641 | + functions-common:time_stop:2414 : total=6083 2025-03-06 19:54:45.643 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:45.645 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7998 2025-03-06 19:54:45.648 | + functions:wait_for_service:478 : return 0 2025-03-06 19:54:45.650 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:45.652 | + functions-common:run_process:1654 : local service=c-sch 2025-03-06 19:54:45.654 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:45.656 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:45.658 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:45.660 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:45.662 | + functions-common:run_process:1660 : local name=c-sch 2025-03-06 19:54:45.664 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:45.666 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:45.668 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:45.670 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:45.672 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:45.676 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290885674 2025-03-06 19:54:45.678 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-03-06 19:54:45.691 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:45.693 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-03-06 19:54:45.695 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-03-06 19:54:45.697 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:45.699 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:45.701 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:45.703 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:45.705 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-03-06 19:54:45.708 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-03-06 19:54:45.710 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-03-06 19:54:45.711 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:45.713 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:45.715 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:45.717 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:45.719 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-03-06 19:54:45.722 | + 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-03-06 19:54:45.723 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-03-06 19:54:45.726 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:45.727 | + functions-common:write_user_unit_file:1520 : local group= 2025-03-06 19:54:45.730 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-03-06 19:54:45.732 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-03-06 19:54:45.734 | + functions-common:write_user_unit_file:1523 : local extra= 2025-03-06 19:54:45.736 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-03-06 19:54:45.737 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-03-06 19:54:45.739 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-03-06 19:54:45.743 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-03-06 19:54:45.793 | + 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-03-06 19:54:45.845 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-03-06 19:54:45.897 | + 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-03-06 19:54:45.939 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-03-06 19:54:45.981 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-03-06 19:54:46.023 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:54:46.067 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-03-06 19:54:46.069 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-03-06 19:54:46.071 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-03-06 19:54:46.121 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-03-06 19:54:46.369 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-03-06 19:54:46.381 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-03-06 19:54:46.631 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-03-06 19:54:46.654 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:46.656 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:46.658 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:46.660 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:46.662 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:46.664 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:46.666 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:46.668 | + functions-common:time_stop:2407 : start_time=1741290885674 2025-03-06 19:54:46.670 | + functions-common:time_stop:2409 : [[ -z 1741290885674 ]] 2025-03-06 19:54:46.674 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:46.677 | + functions-common:time_stop:2412 : end_time=1741290886674 2025-03-06 19:54:46.679 | + functions-common:time_stop:2413 : elapsed_time=1000 2025-03-06 19:54:46.681 | + functions-common:time_stop:2414 : total=13314 2025-03-06 19:54:46.683 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:46.685 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14314 2025-03-06 19:54:46.687 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-06 19:54:46.689 | + 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-03-06 19:54:46.691 | + functions-common:run_process:1654 : local service=c-bak 2025-03-06 19:54:46.693 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:46.695 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:46.697 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:46.699 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-06 19:54:46.701 | + functions-common:run_process:1660 : local name=c-bak 2025-03-06 19:54:46.703 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:46.705 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:46.707 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:46.709 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:46.712 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:46.715 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290886713 2025-03-06 19:54:46.717 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-03-06 19:54:46.731 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:46.733 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:46.735 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:46.737 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:46.739 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:46.741 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:46.743 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:46.745 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:46.747 | + functions-common:time_stop:2407 : start_time=1741290886713 2025-03-06 19:54:46.749 | + functions-common:time_stop:2409 : [[ -z 1741290886713 ]] 2025-03-06 19:54:46.752 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:46.755 | + functions-common:time_stop:2412 : end_time=1741290886753 2025-03-06 19:54:46.757 | + functions-common:time_stop:2413 : elapsed_time=40 2025-03-06 19:54:46.760 | + functions-common:time_stop:2414 : total=14314 2025-03-06 19:54:46.762 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:46.764 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14354 2025-03-06 19:54:46.766 | + 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-03-06 19:54:46.768 | + functions-common:run_process:1654 : local service=c-vol 2025-03-06 19:54:46.770 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:46.772 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:46.774 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:46.776 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-06 19:54:46.778 | + functions-common:run_process:1660 : local name=c-vol 2025-03-06 19:54:46.780 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:46.782 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:46.784 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:46.786 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:46.789 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:46.792 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290886790 2025-03-06 19:54:46.795 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-03-06 19:54:46.809 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:46.811 | + 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-03-06 19:54:46.813 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-03-06 19:54:46.815 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:46.817 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:46.819 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:46.822 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:46.824 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-03-06 19:54:46.826 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-03-06 19:54:46.828 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-03-06 19:54:46.830 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:46.832 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:46.834 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:46.836 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-06 19:54:46.838 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-03-06 19:54:46.840 | + 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-03-06 19:54:46.843 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-03-06 19:54:46.845 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-03-06 19:54:46.847 | + functions-common:write_user_unit_file:1520 : local group= 2025-03-06 19:54:46.849 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-03-06 19:54:46.851 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-03-06 19:54:46.853 | + functions-common:write_user_unit_file:1523 : local extra= 2025-03-06 19:54:46.855 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-03-06 19:54:46.857 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-03-06 19:54:46.859 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-03-06 19:54:46.863 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-03-06 19:54:46.914 | + 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-03-06 19:54:46.963 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-03-06 19:54:47.006 | + 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-03-06 19:54:47.048 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-03-06 19:54:47.090 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-03-06 19:54:47.134 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-03-06 19:54:47.180 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-03-06 19:54:47.182 | + 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-03-06 19:54:47.230 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-03-06 19:54:47.232 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-03-06 19:54:47.285 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-03-06 19:54:47.529 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-03-06 19:54:47.540 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-03-06 19:54:47.810 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-03-06 19:54:47.849 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:47.853 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:47.855 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:47.861 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:47.863 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:47.867 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:47.872 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:47.874 | + functions-common:time_stop:2407 : start_time=1741290886790 2025-03-06 19:54:47.876 | + functions-common:time_stop:2409 : [[ -z 1741290886790 ]] 2025-03-06 19:54:47.880 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:47.885 | + functions-common:time_stop:2412 : end_time=1741290887880 2025-03-06 19:54:47.890 | + functions-common:time_stop:2413 : elapsed_time=1090 2025-03-06 19:54:47.892 | + functions-common:time_stop:2414 : total=14354 2025-03-06 19:54:47.897 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:47.899 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15444 2025-03-06 19:54:47.902 | + stack.sh:main:1349 : create_volume_types 2025-03-06 19:54:47.905 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-03-06 19:54:47.920 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:47.922 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-03-06 19:54:47.924 | + lib/cinder:create_volume_types:679 : local be be_name 2025-03-06 19:54:47.926 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-03-06 19:54:47.929 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-03-06 19:54:47.931 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-03-06 19:54:47.933 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-03-06 19:54:47.935 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-03-06 19:54:47.937 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-03-06 19:54:47.939 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-03-06 19:54:47.954 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:47.956 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-03-06 19:54:49.865 | +-------------+--------------------------------------+ 2025-03-06 19:54:49.865 | | Field | Value | 2025-03-06 19:54:49.865 | +-------------+--------------------------------------+ 2025-03-06 19:54:49.865 | | description | None | 2025-03-06 19:54:49.865 | | id | f1f872a7-9507-47fd-800e-f8602b059720 | 2025-03-06 19:54:49.865 | | is_public | True | 2025-03-06 19:54:49.865 | | name | vsphere | 2025-03-06 19:54:49.865 | | properties | volume_backend_name='vsphere' | 2025-03-06 19:54:49.865 | +-------------+--------------------------------------+ 2025-03-06 19:54:50.025 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-03-06 19:54:50.028 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-03-06 19:54:50.031 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-03-06 19:54:50.033 | + stack.sh:main:1362 : is_service_enabled glance 2025-03-06 19:54:50.048 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:50.050 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-03-06 19:54:50.052 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:50.054 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-03-06 19:54:50.057 | + stack.sh:main:1364 : start_glance 2025-03-06 19:54:50.059 | + lib/glance:start_glance:609 : local service_protocol=http 2025-03-06 19:54:50.061 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-03-06 19:54:50.075 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:50.077 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-03-06 19:54:50.080 | ++ lib/glance:start_glance:617 : which uwsgi 2025-03-06 19:54:50.084 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-06 19:54:50.086 | + functions-common:run_process:1654 : local service=g-api 2025-03-06 19:54:50.088 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-06 19:54:50.092 | + functions-common:run_process:1656 : local group= 2025-03-06 19:54:50.092 | + functions-common:run_process:1657 : local user= 2025-03-06 19:54:50.094 | + functions-common:run_process:1658 : local env_vars= 2025-03-06 19:54:50.096 | + functions-common:run_process:1660 : local name=g-api 2025-03-06 19:54:50.099 | + functions-common:run_process:1662 : time_start run_process 2025-03-06 19:54:50.101 | + functions-common:time_start:2386 : local name=run_process 2025-03-06 19:54:50.103 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:50.105 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:50.108 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:50.111 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290890109 2025-03-06 19:54:50.113 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-03-06 19:54:50.128 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:50.130 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-03-06 19:54:50.132 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-03-06 19:54:50.135 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-06 19:54:50.137 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-06 19:54:50.139 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-06 19:54:50.141 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-03-06 19:54:50.143 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-03-06 19:54:50.145 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-03-06 19:54:50.147 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-03-06 19:54:50.149 | + functions-common:_run_under_systemd:1618 : local group= 2025-03-06 19:54:50.151 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-03-06 19:54:50.154 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-03-06 19:54:50.156 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-03-06 19:54:50.158 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-03-06 19:54:50.160 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-03-06 19:54:50.162 | + 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-03-06 19:54:50.164 | + 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-03-06 19:54:50.166 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-03-06 19:54:50.168 | + 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-03-06 19:54:50.170 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-03-06 19:54:50.172 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-03-06 19:54:50.174 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-03-06 19:54:50.176 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-03-06 19:54:50.178 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-03-06 19:54:50.181 | + 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-03-06 19:54:50.231 | + 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-03-06 19:54:50.283 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-03-06 19:54:50.326 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-03-06 19:54:50.370 | + 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-03-06 19:54:50.415 | + 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-03-06 19:54:50.457 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-03-06 19:54:50.503 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-03-06 19:54:50.546 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-03-06 19:54:50.589 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-03-06 19:54:50.633 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-03-06 19:54:50.676 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-03-06 19:54:50.678 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-03-06 19:54:50.680 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-03-06 19:54:50.733 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-03-06 19:54:50.988 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-03-06 19:54:50.999 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-03-06 19:54:51.249 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-03-06 19:54:51.313 | + functions-common:run_process:1666 : time_stop run_process 2025-03-06 19:54:51.315 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:51.319 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:51.321 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:51.323 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:51.325 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:51.327 | + functions-common:time_stop:2406 : name=run_process 2025-03-06 19:54:51.329 | + functions-common:time_stop:2407 : start_time=1741290890109 2025-03-06 19:54:51.331 | + functions-common:time_stop:2409 : [[ -z 1741290890109 ]] 2025-03-06 19:54:51.334 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:51.337 | + functions-common:time_stop:2412 : end_time=1741290891335 2025-03-06 19:54:51.339 | + functions-common:time_stop:2413 : elapsed_time=1226 2025-03-06 19:54:51.342 | + functions-common:time_stop:2414 : total=15444 2025-03-06 19:54:51.344 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:51.347 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16670 2025-03-06 19:54:51.349 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-03-06 19:54:51.367 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:51.369 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-03-06 19:54:51.369 | Waiting for g-api (10.180.1.21) to start... 2025-03-06 19:54:51.371 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-03-06 19:54:51.373 | + functions:wait_for_service:468 : local timeout=60 2025-03-06 19:54:51.375 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-03-06 19:54:51.377 | + functions:wait_for_service:470 : local rval=0 2025-03-06 19:54:51.379 | + functions:wait_for_service:471 : time_start wait_for_service 2025-03-06 19:54:51.381 | + functions-common:time_start:2386 : local name=wait_for_service 2025-03-06 19:54:51.383 | + functions-common:time_start:2387 : local start_time= 2025-03-06 19:54:51.385 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:54:51.388 | ++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:54:51.391 | + functions-common:time_start:2391 : _TIME_START[$name]=1741290891389 2025-03-06 19:54:51.394 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-03-06 19:54:51.397 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-03-06 19:54:53.332 | + :: : [[ 300 == 503 ]] 2025-03-06 19:54:53.333 | + :: : [[ 0 -eq 7 ]] 2025-03-06 19:54:53.336 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-03-06 19:54:53.338 | + functions-common:time_stop:2400 : local name 2025-03-06 19:54:53.340 | + functions-common:time_stop:2401 : local end_time 2025-03-06 19:54:53.342 | + functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:54:53.344 | + functions-common:time_stop:2403 : local total 2025-03-06 19:54:53.346 | + functions-common:time_stop:2404 : local start_time 2025-03-06 19:54:53.348 | + functions-common:time_stop:2406 : name=wait_for_service 2025-03-06 19:54:53.350 | + functions-common:time_stop:2407 : start_time=1741290891389 2025-03-06 19:54:53.352 | + functions-common:time_stop:2409 : [[ -z 1741290891389 ]] 2025-03-06 19:54:53.355 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:54:53.359 | + functions-common:time_stop:2412 : end_time=1741290893356 2025-03-06 19:54:53.361 | + functions-common:time_stop:2413 : elapsed_time=1967 2025-03-06 19:54:53.363 | + functions-common:time_stop:2414 : total=7998 2025-03-06 19:54:53.365 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:54:53.367 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9965 2025-03-06 19:54:53.369 | + functions:wait_for_service:478 : return 0 2025-03-06 19:54:53.371 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-03-06 19:54:53.386 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:53.388 | + stack.sh:main:1378 : is_service_enabled glance 2025-03-06 19:54:53.402 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:53.404 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-03-06 19:54:53.406 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:53.408 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-03-06 19:54:53.410 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-03-06 19:54:53.412 | + stack.sh:main:1382 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-06 19:54:53.414 | + 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-03-06 19:54:53.416 | + functions:upload_image:134 : local image image_fname image_name 2025-03-06 19:54:53.417 | + functions:upload_image:136 : local max_attempts=5 2025-03-06 19:54:53.419 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-03-06 19:54:53.423 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-06 19:54:53.426 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-06 19:54:53.428 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-03-06 19:54:53.429 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-03-06 19:54:53.431 | ++ functions:upload_image:144 : seq 5 2025-03-06 19:54:53.435 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-03-06 19:54:53.437 | + functions:upload_image:145 : local rc=0 2025-03-06 19:54:53.439 | + 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-03-06 19:54:53.441 | --2025-03-06 19:54:53-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-03-06 19:54:53.447 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-03-06 19:54:53.448 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-03-06 19:54:53.506 | HTTP request sent, awaiting response... 200 OK 2025-03-06 19:54:53.506 | Length: 21318656 (20M) [application/octet-stream] 2025-03-06 19:54:53.506 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-03-06 19:54:53.513 | 2025-03-06 19:54:53.606 | 0K ........ ........ .... 100% 204M=0.1s 2025-03-06 19:54:53.606 | 2025-03-06 19:54:53.606 | 2025-03-06 19:54:53 (204 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-03-06 19:54:53.606 | 2025-03-06 19:54:53.610 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-03-06 19:54:53.611 | + functions:upload_image:155 : break 2025-03-06 19:54:53.613 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-06 19:54:53.615 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-03-06 19:54:53.617 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-03-06 19:54:53.619 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-03-06 19:54:53.621 | + functions:upload_image:194 : local vmdk_disktype= 2025-03-06 19:54:53.622 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-03-06 19:54:53.624 | + functions:upload_image:196 : local path_len 2025-03-06 19:54:53.626 | + functions:upload_image:199 : local vmdk_adapter_type 2025-03-06 19:54:53.629 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-06 19:54:53.629 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-06 19:54:53.633 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-03-06 19:54:53.635 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-03-06 19:54:53.636 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-03-06 19:54:53.638 | + functions:upload_image:205 : local vmdk_create_type 2025-03-06 19:54:53.640 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-06 19:54:53.641 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-06 19:54:53.645 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-03-06 19:54:53.646 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-03-06 19:54:53.648 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-03-06 19:54:53.650 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-03-06 19:54:53.652 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-03-06 19:54:53.654 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-03-06 19:54:53.655 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-03-06 19:54:53.657 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-03-06 19:54:53.659 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-03-06 19:54:53.662 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-03-06 19:54:53.662 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-03-06 19:54:53.666 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-03-06 19:54:53.668 | + functions:upload_image:284 : IFS=':;' 2025-03-06 19:54:53.670 | + functions:upload_image:284 : read -a props 2025-03-06 19:54:53.671 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-03-06 19:54:53.673 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-03-06 19:54:53.675 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-03-06 19:54:53.677 | + 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-03-06 19:54:53.678 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-03-06 19:54:53.680 | + functions:_upload_image:105 : shift 2025-03-06 19:54:53.682 | + functions:_upload_image:106 : local container=bare 2025-03-06 19:54:53.683 | + functions:_upload_image:107 : shift 2025-03-06 19:54:53.685 | + functions:_upload_image:108 : local disk=vmdk 2025-03-06 19:54:53.687 | + functions:_upload_image:109 : shift 2025-03-06 19:54:53.688 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-03-06 19:54:53.690 | + functions:_upload_image:111 : shift 2025-03-06 19:54:53.692 | + functions:_upload_image:112 : local properties 2025-03-06 19:54:53.694 | + functions:_upload_image:113 : local useimport 2025-03-06 19:54:53.696 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-03-06 19:54:53.698 | ++ functions:_image_properties_to_arg:87 : local result= 2025-03-06 19:54:53.699 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-03-06 19:54:53.701 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-03-06 19:54:53.703 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-03-06 19:54:53.705 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-03-06 19:54:53.706 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-03-06 19:54:53.708 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-03-06 19:54:53.710 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-03-06 19:54:53.712 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-03-06 19:54:53.714 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-03-06 19:54:53.716 | + 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-03-06 19:54:55.949 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-03-06 19:54:55.949 | | Field | Value | 2025-03-06 19:54:55.949 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-03-06 19:54:55.949 | | container_format | bare | 2025-03-06 19:54:55.949 | | created_at | 2025-03-06T19:54:55Z | 2025-03-06 19:54:55.949 | | disk_format | vmdk | 2025-03-06 19:54:55.949 | | file | /v2/images/285931c9-8b83-4997-8c4d-6a79005e36ba/file | 2025-03-06 19:54:55.949 | | id | 285931c9-8b83-4997-8c4d-6a79005e36ba | 2025-03-06 19:54:55.949 | | min_disk | 0 | 2025-03-06 19:54:55.949 | | min_ram | 0 | 2025-03-06 19:54:55.949 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-03-06 19:54:55.949 | | owner | c31f6504bb73492890b262ff43fdf9bc | 2025-03-06 19:54:55.949 | | 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-03-06 19:54:55.949 | | protected | False | 2025-03-06 19:54:55.949 | | schema | /v2/schemas/image | 2025-03-06 19:54:55.949 | | status | queued | 2025-03-06 19:54:55.949 | | tags | | 2025-03-06 19:54:55.949 | | updated_at | 2025-03-06T19:54:55Z | 2025-03-06 19:54:55.949 | | visibility | public | 2025-03-06 19:54:55.949 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-03-06 19:54:56.084 | + functions:upload_image:291 : return 2025-03-06 19:54:56.087 | + stack.sh:main:1386 : async_wait create_flavors 2025-03-06 19:54:56.126 | [3541 Async create_flavors:59041]: Waiting for completion of create_flavors running on PID 59041 (2 other jobs running) 2025-03-06 19:54:56.145 | [3541 Async create_flavors:59041]: Signaling child to exit 2025-03-06 19:54:56.920 | + inc/async:async_inner:64 : rc=0 2025-03-06 19:54:56.940 | [59041 Async create_flavors:59041]: finished successfully 2025-03-06 19:54:56.957 | WAKEUP 2025-03-06 19:54:56.975 | [3541 Async create_flavors:59041]: Signaled 2025-03-06 19:54:56.976 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-03-06 19:54:56.976 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:56.976 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-03-06 19:54:56.976 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-03-06 19:54:56.976 | + 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-03-06 19:54:56.976 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.976 | | Field | Value | 2025-03-06 19:54:56.976 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.976 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:54:56.976 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:54:56.976 | | description | None | 2025-03-06 19:54:56.976 | | disk | 1 | 2025-03-06 19:54:56.976 | | id | c1 | 2025-03-06 19:54:56.976 | | name | cirros256 | 2025-03-06 19:54:56.976 | | os-flavor-access:is_public | True | 2025-03-06 19:54:56.976 | | properties | hw_rng:allowed='True' | 2025-03-06 19:54:56.976 | | ram | 256 | 2025-03-06 19:54:56.976 | | rxtx_factor | 1.0 | 2025-03-06 19:54:56.976 | | swap | 0 | 2025-03-06 19:54:56.976 | | vcpus | 1 | 2025-03-06 19:54:56.976 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.976 | + 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-03-06 19:54:56.976 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.976 | | Field | Value | 2025-03-06 19:54:56.976 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.976 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:54:56.976 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:54:56.976 | | description | None | 2025-03-06 19:54:56.976 | | disk | 5 | 2025-03-06 19:54:56.976 | | id | d1 | 2025-03-06 19:54:56.976 | | name | ds512M | 2025-03-06 19:54:56.976 | | os-flavor-access:is_public | True | 2025-03-06 19:54:56.976 | | properties | hw_rng:allowed='True' | 2025-03-06 19:54:56.976 | | ram | 512 | 2025-03-06 19:54:56.976 | | rxtx_factor | 1.0 | 2025-03-06 19:54:56.976 | | swap | 0 | 2025-03-06 19:54:56.977 | | vcpus | 1 | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | + 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-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | Field | Value | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:54:56.977 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:54:56.977 | | description | None | 2025-03-06 19:54:56.977 | | disk | 10 | 2025-03-06 19:54:56.977 | | id | d2 | 2025-03-06 19:54:56.977 | | name | ds1G | 2025-03-06 19:54:56.977 | | os-flavor-access:is_public | True | 2025-03-06 19:54:56.977 | | properties | hw_rng:allowed='True' | 2025-03-06 19:54:56.977 | | ram | 1024 | 2025-03-06 19:54:56.977 | | rxtx_factor | 1.0 | 2025-03-06 19:54:56.977 | | swap | 0 | 2025-03-06 19:54:56.977 | | vcpus | 1 | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | + 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-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | Field | Value | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:54:56.977 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:54:56.977 | | description | None | 2025-03-06 19:54:56.977 | | disk | 10 | 2025-03-06 19:54:56.977 | | id | d3 | 2025-03-06 19:54:56.977 | | name | ds2G | 2025-03-06 19:54:56.977 | | os-flavor-access:is_public | True | 2025-03-06 19:54:56.977 | | properties | hw_rng:allowed='True' | 2025-03-06 19:54:56.977 | | ram | 2048 | 2025-03-06 19:54:56.977 | | rxtx_factor | 1.0 | 2025-03-06 19:54:56.977 | | swap | 0 | 2025-03-06 19:54:56.977 | | vcpus | 2 | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | + 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-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | Field | Value | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:54:56.977 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:54:56.977 | | description | None | 2025-03-06 19:54:56.977 | | disk | 20 | 2025-03-06 19:54:56.977 | | id | d4 | 2025-03-06 19:54:56.977 | | name | ds4G | 2025-03-06 19:54:56.977 | | os-flavor-access:is_public | True | 2025-03-06 19:54:56.977 | | properties | hw_rng:allowed='True' | 2025-03-06 19:54:56.977 | | ram | 4096 | 2025-03-06 19:54:56.977 | | rxtx_factor | 1.0 | 2025-03-06 19:54:56.977 | | swap | 0 | 2025-03-06 19:54:56.977 | | vcpus | 4 | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-03-06 19:54:56.977 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-03-06 19:54:56.977 | + 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-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | Field | Value | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:54:56.977 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:54:56.977 | | description | None | 2025-03-06 19:54:56.977 | | disk | 1 | 2025-03-06 19:54:56.977 | | id | 1 | 2025-03-06 19:54:56.977 | | name | m1.tiny | 2025-03-06 19:54:56.977 | | os-flavor-access:is_public | True | 2025-03-06 19:54:56.977 | | properties | hw_rng:allowed='True' | 2025-03-06 19:54:56.977 | | ram | 512 | 2025-03-06 19:54:56.977 | | rxtx_factor | 1.0 | 2025-03-06 19:54:56.977 | | swap | 0 | 2025-03-06 19:54:56.977 | | vcpus | 1 | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | + 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-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | Field | Value | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:54:56.977 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:54:56.977 | | description | None | 2025-03-06 19:54:56.977 | | disk | 20 | 2025-03-06 19:54:56.977 | | id | 2 | 2025-03-06 19:54:56.977 | | name | m1.small | 2025-03-06 19:54:56.977 | | os-flavor-access:is_public | True | 2025-03-06 19:54:56.977 | | properties | hw_rng:allowed='True' | 2025-03-06 19:54:56.977 | | ram | 2048 | 2025-03-06 19:54:56.977 | | rxtx_factor | 1.0 | 2025-03-06 19:54:56.977 | | swap | 0 | 2025-03-06 19:54:56.977 | | vcpus | 1 | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | + 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-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | Field | Value | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:54:56.977 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:54:56.977 | | description | None | 2025-03-06 19:54:56.977 | | disk | 40 | 2025-03-06 19:54:56.977 | | id | 3 | 2025-03-06 19:54:56.977 | | name | m1.medium | 2025-03-06 19:54:56.977 | | os-flavor-access:is_public | True | 2025-03-06 19:54:56.977 | | properties | hw_rng:allowed='True' | 2025-03-06 19:54:56.977 | | ram | 4096 | 2025-03-06 19:54:56.977 | | rxtx_factor | 1.0 | 2025-03-06 19:54:56.977 | | swap | 0 | 2025-03-06 19:54:56.977 | | vcpus | 2 | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | + 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-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | Field | Value | 2025-03-06 19:54:56.977 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.977 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:54:56.977 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:54:56.977 | | description | None | 2025-03-06 19:54:56.977 | | disk | 80 | 2025-03-06 19:54:56.977 | | id | 4 | 2025-03-06 19:54:56.977 | | name | m1.large | 2025-03-06 19:54:56.977 | | os-flavor-access:is_public | True | 2025-03-06 19:54:56.977 | | properties | hw_rng:allowed='True' | 2025-03-06 19:54:56.977 | | ram | 8192 | 2025-03-06 19:54:56.978 | | rxtx_factor | 1.0 | 2025-03-06 19:54:56.978 | | swap | 0 | 2025-03-06 19:54:56.978 | | vcpus | 4 | 2025-03-06 19:54:56.978 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.978 | + 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-03-06 19:54:56.978 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.978 | | Field | Value | 2025-03-06 19:54:56.978 | +----------------------------+-----------------------+ 2025-03-06 19:54:56.978 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:54:56.978 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:54:56.978 | | description | None | 2025-03-06 19:54:56.978 | | disk | 160 | 2025-03-06 19:54:56.978 | | id | 5 | 2025-03-06 19:54:56.978 | | name | m1.xlarge | 2025-03-06 19:54:56.978 | | os-flavor-access:is_public | True | 2025-03-06 19:54:56.978 | | properties | hw_rng:allowed='True' | 2025-03-06 19:54:56.978 | | ram | 16384 | 2025-03-06 19:54:56.978 | | rxtx_factor | 1.0 | 2025-03-06 19:54:56.978 | | swap | 0 | 2025-03-06 19:54:56.978 | | vcpus | 8 | 2025-03-06 19:54:56.978 | +----------------------------+-----------------------+ 2025-03-06 19:54:57.010 | [3541 Async create_flavors:59041]: finished create_flavors with result 0 in 14 seconds 2025-03-06 19:54:57.013 | + inc/async:async_wait:197 : return 0 2025-03-06 19:54:57.015 | + stack.sh:main:1388 : is_service_enabled horizon 2025-03-06 19:54:57.028 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:57.031 | + stack.sh:main:1402 : is_service_enabled nova 2025-03-06 19:54:57.044 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:57.046 | + stack.sh:main:1402 : is_service_enabled keystone 2025-03-06 19:54:57.061 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:57.063 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-03-06 19:54:57.065 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-03-06 19:54:57.067 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-03-06 19:54:57.070 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-03-06 19:54:57.071 | ++ 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-03-06 19:54:57.073 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-03-06 19:54:57.074 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-03-06 19:54:57.075 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-03-06 19:54:57.076 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-03-06 19:54:57.078 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-03-06 19:54:57.079 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-03-06 19:54:57.080 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-03-06 19:54:57.081 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-03-06 19:54:57.082 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-03-06 19:54:57.083 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-03-06 19:54:57.084 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-03-06 19:54:57.085 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-06 19:54:57.086 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-03-06 19:54:57.087 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-06 19:54:57.088 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-03-06 19:54:57.089 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-06 19:54:57.091 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-03-06 19:54:57.092 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-06 19:54:57.093 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-03-06 19:54:57.094 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-06 19:54:57.095 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-03-06 19:54:57.096 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-03-06 19:54:57.097 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-06 19:54:57.098 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-03-06 19:54:57.099 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-06 19:54:57.100 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-03-06 19:54:57.101 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-03-06 19:54:57.102 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-03-06 19:54:57.103 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-03-06 19:54:57.104 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-03-06 19:54:57.105 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-03-06 19:54:57.106 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-03-06 19:54:57.107 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-03-06 19:54:57.108 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-03-06 19:54:57.109 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-03-06 19:54:57.110 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-03-06 19:54:57.111 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-03-06 19:54:57.112 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-03-06 19:54:57.113 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-03-06 19:54:57.114 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-03-06 19:54:57.115 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-03-06 19:54:57.116 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-03-06 19:54:57.118 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-03-06 19:54:57.119 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-03-06 19:54:57.120 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-03-06 19:54:57.121 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-03-06 19:54:57.122 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-03-06 19:54:57.123 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-03-06 19:54:57.124 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-03-06 19:54:57.125 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-03-06 19:54:57.126 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-03-06 19:54:57.127 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-03-06 19:54:57.128 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-03-06 19:54:57.130 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-03-06 19:54:57.130 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-03-06 19:54:57.131 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-03-06 19:54:57.131 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-03-06 19:54:57.131 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-03-06 19:54:57.941 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-03-06 19:54:57.942 | 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-03-06 19:54:58.053 | + stack.sh:main:1414 : save_stackenv 2025-03-06 19:54:58.055 | + functions-common:save_stackenv:60 : local tag= 2025-03-06 19:54:58.058 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-03-06 19:54:58.062 | + functions-common:save_stackenv:62 : time_stamp=2025-03-06-195458 2025-03-06 19:54:58.064 | + functions-common:save_stackenv:63 : echo '# 2025-03-06-195458 ' 2025-03-06 19:54:58.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.068 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-03-06 19:54:58.070 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.072 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-03-06 19:54:58.074 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.076 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-03-06 19:54:58.078 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.080 | + 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-03-06 19:54:58.082 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.084 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-03-06 19:54:58.086 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.088 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-03-06 19:54:58.090 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.092 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-03-06-194754 2025-03-06 19:54:58.094 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.096 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-03-06 19:54:58.098 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.100 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-03-06 19:54:58.102 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.104 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-03-06 19:54:58.106 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.108 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-03-06 19:54:58.110 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.112 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-03-06 19:54:58.114 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.116 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-03-06 19:54:58.118 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.120 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-03-06 19:54:58.122 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-03-06 19:54:58.123 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-03-06 19:54:58.126 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-03-06 19:54:58.127 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-06 19:54:58.129 | + inc/meta-config:merge_config_group:171 : shift 2025-03-06 19:54:58.131 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-03-06 19:54:58.134 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:58.136 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-06 19:54:58.137 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-06 19:54:58.140 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-03-06 19:54:58.142 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:58.144 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-03-06 19:54:58.146 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:58.149 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-03-06 19:54:58.149 | /^\[\[.+\|.*\]\]/ { 2025-03-06 19:54:58.149 | gsub("[][]", "", $1); 2025-03-06 19:54:58.149 | split($1, a, "|"); 2025-03-06 19:54:58.149 | if (a[1] == matchgroup) 2025-03-06 19:54:58.149 | print a[2] 2025-03-06 19:54:58.149 | } 2025-03-06 19:54:58.149 | ' /opt/stack/devstack/local.conf 2025-03-06 19:54:58.153 | + stack.sh:main:1432 : run_phase stack extra 2025-03-06 19:54:58.155 | + functions-common:run_phase:1828 : local mode=stack 2025-03-06 19:54:58.157 | + functions-common:run_phase:1829 : local phase=extra 2025-03-06 19:54:58.159 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-06 19:54:58.161 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-03-06 19:54:58.163 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-06 19:54:58.165 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-03-06 19:54:58.167 | + functions-common:run_phase:1838 : local extra 2025-03-06 19:54:58.170 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-06 19:54:58.174 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-03-06 19:54:58.176 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-06 19:54:58.178 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-06 19:54:58.180 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-03-06 19:54:58.182 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-06 19:54:58.196 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:58.198 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:54:58.200 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:54:58.202 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-03-06 19:54:58.204 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:54:58.206 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-06 19:54:58.207 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:54:58.209 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-03-06 19:54:58.211 | ++ extras.d/80-tempest.sh:source:15 : : 2025-03-06 19:54:58.213 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-06 19:54:58.216 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-06 19:54:58.218 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:54:58.220 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-06 19:54:58.222 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-03-06 19:54:58.224 | + functions-common:run_plugins:1814 : local mode=stack 2025-03-06 19:54:58.226 | + functions-common:run_plugins:1815 : local phase=extra 2025-03-06 19:54:58.228 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-03-06 19:54:58.230 | + functions-common:run_plugins:1818 : local plugin 2025-03-06 19:54:58.232 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-03-06 19:54:58.234 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-03-06 19:54:58.237 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-06 19:54:58.239 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-03-06 19:54:58.241 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:54:58.243 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:54:58.245 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-03-06 19:54:58.247 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:54:58.249 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-06 19:54:58.251 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:54:58.253 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-03-06 19:54:58.255 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-03-06 19:54:58.257 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:58.260 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-03-06 19:54:58.262 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-03-06 19:54:58.264 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-06 19:54:58.266 | + inc/meta-config:merge_config_group:171 : shift 2025-03-06 19:54:58.268 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-03-06 19:54:58.270 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:58.272 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-06 19:54:58.274 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-06 19:54:58.277 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-03-06 19:54:58.279 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:54:58.281 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-03-06 19:54:58.283 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:54:58.285 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-03-06 19:54:58.285 | /^\[\[.+\|.*\]\]/ { 2025-03-06 19:54:58.285 | gsub("[][]", "", $1); 2025-03-06 19:54:58.286 | split($1, a, "|"); 2025-03-06 19:54:58.286 | if (a[1] == matchgroup) 2025-03-06 19:54:58.286 | print a[2] 2025-03-06 19:54:58.286 | } 2025-03-06 19:54:58.286 | ' /opt/stack/devstack/local.conf 2025-03-06 19:54:58.290 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-03-06 19:54:58.304 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:58.307 | + stack.sh:main:1454 : service_check 2025-03-06 19:54:58.309 | + functions-common:service_check:1693 : local service 2025-03-06 19:54:58.311 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.313 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-03-06 19:54:58.322 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-03-06 19:54:58.325 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.327 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-03-06 19:54:58.337 | enabled 2025-03-06 19:54:58.340 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-03-06 19:54:58.366 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-03-06 19:54:58.366 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.366 | Active: active (running) since Thu 2025-03-06 19:54:03 UTC; 55s ago 2025-03-06 19:54:58.366 | Main PID: 52405 (uwsgi) 2025-03-06 19:54:58.366 | Status: "uWSGI is ready" 2025-03-06 19:54:58.366 | Tasks: 3 (limit: 19125) 2025-03-06 19:54:58.366 | Memory: 226.3M 2025-03-06 19:54:58.366 | CPU: 6.131s 2025-03-06 19:54:58.366 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-03-06 19:54:58.366 | ├─52405 "nova-apiuWSGI master" 2025-03-06 19:54:58.366 | ├─52406 "nova-apiuWSGI worker 1" 2025-03-06 19:54:58.366 | └─52407 "nova-apiuWSGI worker 2" 2025-03-06 19:54:58.366 | 2025-03-06 19:54:58.366 | Mar 06 19:54:55 devstack devstack@n-api.service[52407]: [pid: 52407|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Mar 6 19:54:55 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 18 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-03-06 19:54:58.366 | Mar 06 19:54:56 devstack devstack@n-api.service[52406]: DEBUG nova.api.openstack.wsgi [None req-be184c19-fb94-4a64-a3e9-5e3941e257f1 admin admin] Calling method '>' {{(pid=52406) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-03-06 19:54:58.366 | Mar 06 19:54:56 devstack devstack@n-api.service[52406]: INFO nova.api.openstack.requestlog [None req-be184c19-fb94-4a64-a3e9-5e3941e257f1 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000928 2025-03-06 19:54:58.367 | Mar 06 19:54:56 devstack devstack@n-api.service[52406]: [pid: 52406|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Thu Mar 6 19:54:56 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-03-06 19:54:58.367 | Mar 06 19:54:56 devstack devstack@n-api.service[52407]: DEBUG nova.api.openstack.wsgi [None req-ef5f4656-3619-4d9f-b3b6-1d20f0f4070f admin admin] Action: 'create', calling method: >, body: {"flavor": {"id": "5", "OS-FLV-EXT-DATA:ephemeral": 0, "vcpus": 8, "rxtx_factor": 1.0, "name": "m1.xlarge", "os-flavor-access:is_public": true, "swap": 0, "disk": 160, "ram": 16384}} {{(pid=52407) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-03-06 19:54:58.367 | Mar 06 19:54:56 devstack devstack@n-api.service[52407]: INFO nova.api.openstack.requestlog [None req-ef5f4656-3619-4d9f-b3b6-1d20f0f4070f admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.037905 2025-03-06 19:54:58.367 | Mar 06 19:54:56 devstack devstack@n-api.service[52407]: [pid: 52407|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Thu Mar 6 19:54:56 2025] POST /compute/v2.1/flavors => generated 408 bytes in 38 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-03-06 19:54:58.367 | Mar 06 19:54:56 devstack devstack@n-api.service[52406]: DEBUG nova.api.openstack.wsgi [None req-dd01d52a-ff4f-4db2-80f7-248b9235ea2d admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=52406) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-03-06 19:54:58.367 | Mar 06 19:54:56 devstack devstack@n-api.service[52406]: INFO nova.api.openstack.requestlog [None req-dd01d52a-ff4f-4db2-80f7-248b9235ea2d admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015892 2025-03-06 19:54:58.367 | Mar 06 19:54:56 devstack devstack@n-api.service[52406]: [pid: 52406|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Mar 6 19:54:56 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-03-06 19:54:58.370 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.372 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-03-06 19:54:58.382 | enabled 2025-03-06 19:54:58.385 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-03-06 19:54:58.397 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-03-06 19:54:58.397 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.397 | Active: active (running) since Thu 2025-03-06 19:54:39 UTC; 18s ago 2025-03-06 19:54:58.397 | Main PID: 58569 (nova-conductor) 2025-03-06 19:54:58.397 | Tasks: 3 (limit: 19125) 2025-03-06 19:54:58.397 | Memory: 142.4M 2025-03-06 19:54:58.397 | CPU: 2.034s 2025-03-06 19:54:58.397 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-03-06 19:54:58.397 | ├─58569 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-03-06 19:54:58.397 | ├─58988 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-03-06 19:54:58.397 | └─58989 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-03-06 19:54:58.397 | 2025-03-06 19:54:58.397 | Mar 06 19:54:41 devstack nova-conductor[58569]: DEBUG oslo_service.service [None req-04b044a5-b8f2-4c5f-b9c0-e8d862d113c8 None None] oslo_limit.version = None {{(pid=58569) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.397 | Mar 06 19:54:41 devstack nova-conductor[58569]: DEBUG oslo_service.service [None req-04b044a5-b8f2-4c5f-b9c0-e8d862d113c8 None None] oslo_reports.file_event_handler = None {{(pid=58569) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.397 | Mar 06 19:54:41 devstack nova-conductor[58569]: DEBUG oslo_service.service [None req-04b044a5-b8f2-4c5f-b9c0-e8d862d113c8 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58569) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.397 | Mar 06 19:54:41 devstack nova-conductor[58569]: DEBUG oslo_service.service [None req-04b044a5-b8f2-4c5f-b9c0-e8d862d113c8 None None] oslo_reports.log_dir = None {{(pid=58569) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.397 | Mar 06 19:54:41 devstack nova-conductor[58569]: DEBUG oslo_service.service [None req-04b044a5-b8f2-4c5f-b9c0-e8d862d113c8 None None] ******************************************************************************** {{(pid=58569) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-03-06 19:54:58.397 | Mar 06 19:54:51 devstack nova-conductor[58569]: DEBUG dbcounter [-] [58569] Writing DB stats nova_api:SELECT=3 {{(pid=58569) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.397 | Mar 06 19:54:51 devstack nova-conductor[58569]: DEBUG dbcounter [-] [58569] Writing DB stats nova_cell0:SELECT=3 {{(pid=58569) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.397 | Mar 06 19:54:51 devstack nova-conductor[58569]: DEBUG dbcounter [-] [58569] Writing DB stats nova_cell1:SELECT=3 {{(pid=58569) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.397 | Mar 06 19:54:56 devstack nova-conductor[58988]: DEBUG dbcounter [-] [58988] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=58988) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.397 | Mar 06 19:54:56 devstack nova-conductor[58989]: DEBUG dbcounter [-] [58989] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1 {{(pid=58989) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.400 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.402 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-03-06 19:54:58.411 | enabled 2025-03-06 19:54:58.414 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-03-06 19:54:58.426 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-03-06 19:54:58.426 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.426 | Active: active (running) since Thu 2025-03-06 19:54:37 UTC; 21s ago 2025-03-06 19:54:58.426 | Main PID: 57269 (nova-scheduler) 2025-03-06 19:54:58.426 | Tasks: 3 (limit: 19125) 2025-03-06 19:54:58.426 | Memory: 142.4M 2025-03-06 19:54:58.426 | CPU: 2.241s 2025-03-06 19:54:58.426 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-03-06 19:54:58.426 | ├─57269 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-03-06 19:54:58.426 | ├─58282 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-03-06 19:54:58.426 | └─58284 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-03-06 19:54:58.426 | 2025-03-06 19:54:58.426 | Mar 06 19:54:39 devstack nova-scheduler[57269]: DEBUG oslo_service.service [None req-8d9b8cef-e9b5-426a-b9ab-08654b0df9d4 None None] oslo_limit.version = None {{(pid=57269) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.426 | Mar 06 19:54:39 devstack nova-scheduler[57269]: DEBUG oslo_service.service [None req-8d9b8cef-e9b5-426a-b9ab-08654b0df9d4 None None] oslo_reports.file_event_handler = None {{(pid=57269) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.426 | Mar 06 19:54:39 devstack nova-scheduler[57269]: DEBUG oslo_service.service [None req-8d9b8cef-e9b5-426a-b9ab-08654b0df9d4 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=57269) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.426 | Mar 06 19:54:39 devstack nova-scheduler[57269]: DEBUG oslo_service.service [None req-8d9b8cef-e9b5-426a-b9ab-08654b0df9d4 None None] oslo_reports.log_dir = None {{(pid=57269) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.426 | Mar 06 19:54:39 devstack nova-scheduler[57269]: DEBUG oslo_service.service [None req-8d9b8cef-e9b5-426a-b9ab-08654b0df9d4 None None] ******************************************************************************** {{(pid=57269) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-03-06 19:54:58.426 | Mar 06 19:54:48 devstack nova-scheduler[57269]: DEBUG dbcounter [-] [57269] Writing DB stats nova_api:SELECT=7 {{(pid=57269) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.426 | Mar 06 19:54:48 devstack nova-scheduler[57269]: DEBUG dbcounter [-] [57269] Writing DB stats nova_cell1:SELECT=5 {{(pid=57269) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.426 | Mar 06 19:54:48 devstack nova-scheduler[57269]: DEBUG dbcounter [-] [57269] Writing DB stats nova_cell0:SELECT=3 {{(pid=57269) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.426 | Mar 06 19:54:54 devstack nova-scheduler[58282]: DEBUG dbcounter [-] [58282] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=58282) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.426 | Mar 06 19:54:54 devstack nova-scheduler[58284]: DEBUG dbcounter [-] [58284] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=58284) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.429 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.431 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-03-06 19:54:58.440 | enabled 2025-03-06 19:54:58.443 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-03-06 19:54:58.454 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-03-06 19:54:58.454 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.454 | Active: active (running) since Thu 2025-03-06 19:54:38 UTC; 19s ago 2025-03-06 19:54:58.454 | Main PID: 57871 (uwsgi) 2025-03-06 19:54:58.454 | Status: "uWSGI is ready" 2025-03-06 19:54:58.454 | Tasks: 4 (limit: 19125) 2025-03-06 19:54:58.454 | Memory: 188.8M 2025-03-06 19:54:58.454 | CPU: 3.931s 2025-03-06 19:54:58.454 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-03-06 19:54:58.454 | ├─57871 "nova-api-metauWSGI master" 2025-03-06 19:54:58.454 | ├─57872 "nova-api-metauWSGI worker 1" 2025-03-06 19:54:58.454 | ├─57873 "nova-api-metauWSGI worker 2" 2025-03-06 19:54:58.454 | └─57874 "nova-api-metauWSGI http 1" 2025-03-06 19:54:58.454 | 2025-03-06 19:54:58.454 | Mar 06 19:54:40 devstack devstack@n-api-meta.service[57872]: INFO dbcounter [None req-58bf73b6-c193-4a1b-92b1-3e8503ad0379 None None] Registered counter for database nova_cell1 2025-03-06 19:54:58.454 | Mar 06 19:54:40 devstack devstack@n-api-meta.service[57873]: INFO dbcounter [None req-40e51038-84fa-4c65-8e4d-e5ffa419ad35 None None] Registered counter for database nova_cell1 2025-03-06 19:54:58.454 | Mar 06 19:54:40 devstack devstack@n-api-meta.service[57872]: DEBUG oslo_db.sqlalchemy.engines [None req-58bf73b6-c193-4a1b-92b1-3e8503ad0379 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=57872) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:54:58.454 | Mar 06 19:54:40 devstack devstack@n-api-meta.service[57872]: DEBUG dbcounter [-] [57872] Writer thread running {{(pid=57872) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:54:58.454 | Mar 06 19:54:40 devstack devstack@n-api-meta.service[57873]: DEBUG oslo_db.sqlalchemy.engines [None req-40e51038-84fa-4c65-8e4d-e5ffa419ad35 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=57873) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:54:58.454 | Mar 06 19:54:40 devstack devstack@n-api-meta.service[57873]: DEBUG dbcounter [-] [57873] Writer thread running {{(pid=57873) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:54:58.454 | Mar 06 19:54:40 devstack devstack@n-api-meta.service[57872]: WARNING nova.api.metadata.handler [None req-58bf73b6-c193-4a1b-92b1-3e8503ad0379 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-03-06 19:54:58.454 | Mar 06 19:54:40 devstack devstack@n-api-meta.service[57873]: WARNING nova.api.metadata.handler [None req-40e51038-84fa-4c65-8e4d-e5ffa419ad35 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-03-06 19:54:58.454 | Mar 06 19:54:40 devstack devstack@n-api-meta.service[57872]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5efa1b9d8100 pid: 57872 (default app) 2025-03-06 19:54:58.454 | Mar 06 19:54:40 devstack devstack@n-api-meta.service[57873]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5efa1b9d8100 pid: 57873 (default app) 2025-03-06 19:54:58.457 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.459 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-03-06 19:54:58.468 | enabled 2025-03-06 19:54:58.471 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-03-06 19:54:58.482 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-03-06 19:54:58.482 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.482 | Active: active (running) since Thu 2025-03-06 19:54:11 UTC; 47s ago 2025-03-06 19:54:58.482 | Main PID: 53801 (uwsgi) 2025-03-06 19:54:58.482 | Status: "uWSGI is ready" 2025-03-06 19:54:58.482 | Tasks: 5 (limit: 19125) 2025-03-06 19:54:58.482 | Memory: 136.7M 2025-03-06 19:54:58.482 | CPU: 2.445s 2025-03-06 19:54:58.482 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-03-06 19:54:58.482 | ├─53801 "placementuWSGI master" 2025-03-06 19:54:58.482 | ├─53802 "placementuWSGI worker 1" 2025-03-06 19:54:58.482 | └─53803 "placementuWSGI worker 2" 2025-03-06 19:54:58.482 | 2025-03-06 19:54:58.482 | Mar 06 19:54:12 devstack devstack@placement-api.service[53802]: INFO placement.requestlog [None req-f02feb39-ee2f-40bc-8b86-13e46c0875e4 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-03-06 19:54:58.482 | Mar 06 19:54:12 devstack devstack@placement-api.service[53802]: [pid: 53802|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Thu Mar 6 19:54:12 2025] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-03-06 19:54:58.482 | Mar 06 19:54:22 devstack devstack@placement-api.service[53803]: DEBUG dbcounter [-] [53803] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=53803) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.482 | Mar 06 19:54:22 devstack devstack@placement-api.service[53802]: DEBUG dbcounter [-] [53802] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=53802) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.482 | Mar 06 19:54:38 devstack devstack@placement-api.service[53803]: DEBUG placement.requestlog [None req-c025ed83-9fed-4c5f-aeef-662c9c8b80e4 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=53803) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-03-06 19:54:58.482 | Mar 06 19:54:38 devstack devstack@placement-api.service[53803]: INFO placement.requestlog [None req-c025ed83-9fed-4c5f-aeef-662c9c8b80e4 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-03-06 19:54:58.482 | Mar 06 19:54:38 devstack devstack@placement-api.service[53803]: [pid: 53803|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Thu Mar 6 19:54:38 2025] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-03-06 19:54:58.482 | Mar 06 19:54:41 devstack devstack@placement-api.service[53802]: DEBUG placement.requestlog [None req-b28bb0fa-19f4-4d59-9844-bb69342ecf71 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=53802) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-03-06 19:54:58.482 | Mar 06 19:54:41 devstack devstack@placement-api.service[53802]: INFO placement.requestlog [None req-b28bb0fa-19f4-4d59-9844-bb69342ecf71 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-03-06 19:54:58.482 | Mar 06 19:54:41 devstack devstack@placement-api.service[53802]: [pid: 53802|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Thu Mar 6 19:54:41 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-03-06 19:54:58.485 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.487 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-03-06 19:54:58.495 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-03-06 19:54:58.499 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.501 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-03-06 19:54:58.510 | enabled 2025-03-06 19:54:58.513 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-03-06 19:54:58.524 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-03-06 19:54:58.525 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.525 | Active: active (running) since Thu 2025-03-06 19:54:51 UTC; 7s ago 2025-03-06 19:54:58.525 | Main PID: 61429 (uwsgi) 2025-03-06 19:54:58.525 | Status: "uWSGI is ready" 2025-03-06 19:54:58.525 | Tasks: 9 (limit: 19125) 2025-03-06 19:54:58.525 | Memory: 223.5M 2025-03-06 19:54:58.525 | CPU: 4.491s 2025-03-06 19:54:58.525 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-03-06 19:54:58.525 | ├─61429 "glance-apiuWSGI master" 2025-03-06 19:54:58.525 | ├─61430 "glance-apiuWSGI worker 1" 2025-03-06 19:54:58.525 | └─61431 "glance-apiuWSGI worker 2" 2025-03-06 19:54:58.525 | 2025-03-06 19:54:58.525 | Mar 06 19:54:55 devstack devstack@g-api.service[61430]: DEBUG glance.api.middleware.version_negotiation [None req-bffacd17-1ee4-4622-a3c6-89bd9040972e None None] new path /v2/images/285931c9-8b83-4997-8c4d-6a79005e36ba/file {{(pid=61430) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-03-06 19:54:58.525 | Mar 06 19:54:55 devstack devstack@g-api.service[61430]: INFO dbcounter [None req-c9d9db10-e693-4bee-ad63-f9df1191fc41 admin admin] Registered counter for database glance 2025-03-06 19:54:58.525 | Mar 06 19:54:55 devstack devstack@g-api.service[61430]: DEBUG oslo_db.sqlalchemy.engines [None req-c9d9db10-e693-4bee-ad63-f9df1191fc41 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=61430) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:54:58.525 | Mar 06 19:54:55 devstack devstack@g-api.service[61430]: DEBUG dbcounter [-] [61430] Writer thread running {{(pid=61430) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-03-06 19:54:58.525 | Mar 06 19:54:55 devstack devstack@g-api.service[61430]: INFO glance.api.v2.image_data [None req-c9d9db10-e693-4bee-ad63-f9df1191fc41 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-03-06 19:54:58.525 | Mar 06 19:54:55 devstack devstack@g-api.service[61430]: DEBUG glance.location [None req-c9d9db10-e693-4bee-ad63-f9df1191fc41 admin admin] Enabling in-flight format inspection for vmdk {{(pid=61430) set_data /opt/stack/glance/glance/location.py:592}} 2025-03-06 19:54:58.525 | Mar 06 19:54:55 devstack devstack@g-api.service[61430]: DEBUG glance_store._drivers.filesystem [None req-c9d9db10-e693-4bee-ad63-f9df1191fc41 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/285931c9-8b83-4997-8c4d-6a79005e36ba with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=61430) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-03-06 19:54:58.525 | Mar 06 19:54:55 devstack devstack@g-api.service[61430]: INFO glance.location [None req-c9d9db10-e693-4bee-ad63-f9df1191fc41 admin admin] Image format matched and virtual size computed: 117440512 2025-03-06 19:54:58.525 | Mar 06 19:54:55 devstack devstack@g-api.service[61430]: DEBUG glance_store.backend [None req-c9d9db10-e693-4bee-ad63-f9df1191fc41 admin admin] Skipping store.set_acls... not implemented. {{(pid=61430) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-03-06 19:54:58.525 | Mar 06 19:54:55 devstack devstack@g-api.service[61430]: [pid: 61430|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Thu Mar 6 19:54:55 2025] PUT /v2/images/285931c9-8b83-4997-8c4d-6a79005e36ba/file => generated 0 bytes in 745 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-03-06 19:54:58.528 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.530 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-03-06 19:54:58.539 | enabled 2025-03-06 19:54:58.542 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-03-06 19:54:58.553 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-03-06 19:54:58.553 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.553 | Active: active (running) since Thu 2025-03-06 19:54:46 UTC; 11s ago 2025-03-06 19:54:58.553 | Main PID: 60205 (cinder-schedule) 2025-03-06 19:54:58.553 | Tasks: 1 (limit: 19125) 2025-03-06 19:54:58.553 | Memory: 93.8M 2025-03-06 19:54:58.553 | CPU: 1.745s 2025-03-06 19:54:58.553 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-03-06 19:54:58.553 | └─60205 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-03-06 19:54:58.553 | 2025-03-06 19:54:58.553 | Mar 06 19:54:48 devstack cinder-scheduler[60205]: DEBUG oslo_service.service [None req-128002f0-ed55-4a80-881a-7cc7ffe44204 None None] nova.token_auth_url = None {{(pid=60205) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.553 | Mar 06 19:54:48 devstack cinder-scheduler[60205]: DEBUG oslo_service.service [None req-128002f0-ed55-4a80-881a-7cc7ffe44204 None None] ******************************************************************************** {{(pid=60205) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-03-06 19:54:58.553 | Mar 06 19:54:48 devstack cinder-scheduler[60205]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-03-06 19:54:58.553 | Mar 06 19:54:48 devstack cinder-scheduler[60205]: INFO cinder.manager [None req-c3f28cd5-2e99-4eb6-85ee-19f75ba31be6 None None] Initiating service 1 cleanup 2025-03-06 19:54:58.553 | Mar 06 19:54:48 devstack cinder-scheduler[60205]: INFO cinder.manager [None req-c3f28cd5-2e99-4eb6-85ee-19f75ba31be6 None None] Service 1 cleanup completed. 2025-03-06 19:54:58.553 | Mar 06 19:54:48 devstack cinder-scheduler[60205]: DEBUG cinder.service [None req-c3f28cd5-2e99-4eb6-85ee-19f75ba31be6 None None] Creating RPC server for service cinder-scheduler {{(pid=60205) start /opt/stack/cinder/cinder/service.py:239}} 2025-03-06 19:54:58.553 | Mar 06 19:54:48 devstack cinder-scheduler[60205]: DEBUG cinder.service [None req-c3f28cd5-2e99-4eb6-85ee-19f75ba31be6 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=60205) start /opt/stack/cinder/cinder/service.py:245}} 2025-03-06 19:54:58.553 | Mar 06 19:54:52 devstack cinder-scheduler[60205]: DEBUG cinder.scheduler.host_manager [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 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=60205) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-03-06 19:54:58.553 | Mar 06 19:54:52 devstack cinder-scheduler[60205]: DEBUG cinder.scheduler.host_manager [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 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, 3, 6, 19, 54, 52, 51970)} {{(pid=60205) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-03-06 19:54:58.553 | Mar 06 19:54:52 devstack cinder-scheduler[60205]: DEBUG cinder.utils [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=60205) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-03-06 19:54:58.556 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.558 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-03-06 19:54:58.567 | enabled 2025-03-06 19:54:58.570 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-03-06 19:54:58.581 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-03-06 19:54:58.581 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.581 | Active: active (running) since Thu 2025-03-06 19:54:43 UTC; 14s ago 2025-03-06 19:54:58.581 | Main PID: 59669 (uwsgi) 2025-03-06 19:54:58.581 | Status: "uWSGI is ready" 2025-03-06 19:54:58.581 | Tasks: 7 (limit: 19125) 2025-03-06 19:54:58.581 | Memory: 213.3M 2025-03-06 19:54:58.581 | CPU: 4.704s 2025-03-06 19:54:58.581 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-03-06 19:54:58.581 | ├─59669 "cinder-apiuWSGI master" 2025-03-06 19:54:58.581 | ├─59670 "cinder-apiuWSGI worker 1" 2025-03-06 19:54:58.581 | └─59671 "cinder-apiuWSGI worker 2" 2025-03-06 19:54:58.581 | 2025-03-06 19:54:58.581 | Mar 06 19:54:49 devstack devstack@c-api.service[59670]: INFO cinder.api.openstack.wsgi [None req-f9220199-441a-4f79-bb0b-937f4d9af69f admin admin] http://10.180.1.21/volume/v3/c31f6504bb73492890b262ff43fdf9bc/types returned with HTTP 200 2025-03-06 19:54:58.581 | Mar 06 19:54:49 devstack devstack@c-api.service[59670]: [pid: 59670|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Thu Mar 6 19:54:48 2025] POST /volume/v3/c31f6504bb73492890b262ff43fdf9bc/types => generated 182 bytes in 493 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-03-06 19:54:58.581 | Mar 06 19:54:49 devstack devstack@c-api.service[59671]: DEBUG cinder.api.middleware.request_id [req-f9220199-441a-4f79-bb0b-937f4d9af69f req-979cc0f3-0d51-44d5-a5bf-e1552a544903 None None] RequestId filter calling following filter/app {{(pid=59671) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-03-06 19:54:58.581 | Mar 06 19:54:49 devstack devstack@c-api.service[59671]: INFO cinder.api.openstack.wsgi [req-f9220199-441a-4f79-bb0b-937f4d9af69f req-979cc0f3-0d51-44d5-a5bf-e1552a544903 admin admin] POST http://10.180.1.21/volume/v3/c31f6504bb73492890b262ff43fdf9bc/types/f1f872a7-9507-47fd-800e-f8602b059720/extra_specs 2025-03-06 19:54:58.581 | Mar 06 19:54:49 devstack devstack@c-api.service[59671]: DEBUG cinder.api.openstack.wsgi [req-f9220199-441a-4f79-bb0b-937f4d9af69f req-979cc0f3-0d51-44d5-a5bf-e1552a544903 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=59671) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-03-06 19:54:58.581 | Mar 06 19:54:49 devstack devstack@c-api.service[59671]: /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-03-06 19:54:58.581 | Mar 06 19:54:49 devstack devstack@c-api.service[59671]: warnings.warn('Policy enforcement is depending on the value of ' 2025-03-06 19:54:58.581 | Mar 06 19:54:49 devstack devstack@c-api.service[59671]: DEBUG oslo_db.sqlalchemy.engines [req-f9220199-441a-4f79-bb0b-937f4d9af69f req-979cc0f3-0d51-44d5-a5bf-e1552a544903 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=59671) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-03-06 19:54:58.582 | Mar 06 19:54:49 devstack devstack@c-api.service[59671]: INFO cinder.api.openstack.wsgi [req-f9220199-441a-4f79-bb0b-937f4d9af69f req-979cc0f3-0d51-44d5-a5bf-e1552a544903 admin admin] http://10.180.1.21/volume/v3/c31f6504bb73492890b262ff43fdf9bc/types/f1f872a7-9507-47fd-800e-f8602b059720/extra_specs returned with HTTP 200 2025-03-06 19:54:58.582 | Mar 06 19:54:49 devstack devstack@c-api.service[59671]: [pid: 59671|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Thu Mar 6 19:54:49 2025] POST /volume/v3/c31f6504bb73492890b262ff43fdf9bc/types/f1f872a7-9507-47fd-800e-f8602b059720/extra_specs => generated 51 bytes in 429 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) 2025-03-06 19:54:58.584 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.586 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-03-06 19:54:58.595 | enabled 2025-03-06 19:54:58.598 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-03-06 19:54:58.609 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-03-06 19:54:58.609 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.609 | Active: active (running) since Thu 2025-03-06 19:54:47 UTC; 10s ago 2025-03-06 19:54:58.609 | Main PID: 60751 (cinder-volume) 2025-03-06 19:54:58.609 | Tasks: 3 (limit: 19125) 2025-03-06 19:54:58.609 | Memory: 242.9M 2025-03-06 19:54:58.609 | CPU: 4.242s 2025-03-06 19:54:58.609 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-03-06 19:54:58.609 | ├─60751 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-03-06 19:54:58.609 | └─60852 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-03-06 19:54:58.609 | 2025-03-06 19:54:58.609 | Mar 06 19:54:52 devstack cinder-volume[60852]: DEBUG cinder.image.image_utils [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=60852) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-03-06 19:54:58.609 | Mar 06 19:54:52 devstack cinder-volume[60852]: INFO cinder.keymgr.migration [None req-1ffb8ab1-4c50-40db-ab33-af33dba98cb4 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-03-06 19:54:58.609 | Mar 06 19:54:52 devstack cinder-volume[60852]: DEBUG cinder.manager [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 None None] Notifying Schedulers of capabilities ... {{(pid=60852) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-03-06 19:54:58.609 | Mar 06 19:54:52 devstack cinder-volume[60852]: INFO cinder.volume.manager [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 None None] Driver initialization completed successfully. 2025-03-06 19:54:58.609 | Mar 06 19:54:52 devstack cinder-volume[60852]: INFO cinder.manager [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 None None] Initiating service 2 cleanup 2025-03-06 19:54:58.609 | Mar 06 19:54:52 devstack cinder-volume[60852]: INFO cinder.manager [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 None None] Service 2 cleanup completed. 2025-03-06 19:54:58.609 | Mar 06 19:54:52 devstack cinder-volume[60852]: DEBUG cinder.service [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 None None] Creating RPC server for service cinder-volume {{(pid=60852) start /opt/stack/cinder/cinder/service.py:239}} 2025-03-06 19:54:58.609 | Mar 06 19:54:52 devstack cinder-volume[60852]: DEBUG cinder.service [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=60852) start /opt/stack/cinder/cinder/service.py:245}} 2025-03-06 19:54:58.609 | Mar 06 19:54:52 devstack cinder-volume[60852]: INFO cinder.volume.manager [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-03-06 19:54:58.609 | Mar 06 19:54:52 devstack cinder-volume[60852]: INFO cinder.volume.manager [None req-77c75e3f-ad0d-4b85-a583-e049711860b2 None None] Driver post RPC initialization completed successfully. 2025-03-06 19:54:58.612 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.614 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-03-06 19:54:58.622 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-03-06 19:54:58.625 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.627 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-03-06 19:54:58.635 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-03-06 19:54:58.638 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.640 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-03-06 19:54:58.649 | enabled 2025-03-06 19:54:58.652 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-03-06 19:54:58.663 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-03-06 19:54:58.663 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.663 | Active: active (running) since Thu 2025-03-06 19:54:07 UTC; 51s ago 2025-03-06 19:54:58.663 | Main PID: 53120 (/opt/stack/data) 2025-03-06 19:54:58.663 | Tasks: 5 (limit: 19125) 2025-03-06 19:54:58.663 | Memory: 377.2M 2025-03-06 19:54:58.663 | CPU: 10.377s 2025-03-06 19:54:58.663 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-03-06 19:54:58.663 | ├─53120 "/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-03-06 19:54:58.663 | ├─53223 "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-03-06 19:54:58.663 | ├─53224 "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-03-06 19:54:58.663 | ├─53225 "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-03-06 19:54:58.663 | └─53226 "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-03-06 19:54:58.663 | 2025-03-06 19:54:58.663 | Mar 06 19:54:42 devstack neutron-server[53226]: DEBUG dbcounter [-] [53226] Writing DB stats neutron:SELECT=225,neutron:UPDATE=2 {{(pid=53226) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.663 | Mar 06 19:54:42 devstack neutron-server[53226]: DEBUG dbcounter [-] [53226] Writing DB stats neutron:SELECT=233,neutron:UPDATE=5,neutron:INSERT=1 {{(pid=53226) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.663 | Mar 06 19:54:42 devstack neutron-server[53224]: DEBUG dbcounter [-] [53224] Writing DB stats neutron:SELECT=183,neutron:INSERT=26,neutron:DELETE=4,neutron:UPDATE=3 {{(pid=53224) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.663 | Mar 06 19:54:42 devstack neutron-server[53224]: DEBUG dbcounter [-] [53224] Writing DB stats neutron:SELECT=160,neutron:INSERT=18,neutron:UPDATE=7,neutron:DELETE=4 {{(pid=53224) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.663 | Mar 06 19:54:45 devstack neutron-server[53223]: DEBUG dbcounter [-] [53223] Writing DB stats neutron:SELECT=442,neutron:INSERT=23,neutron:DELETE=2,neutron:UPDATE=7 {{(pid=53223) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.663 | Mar 06 19:54:45 devstack neutron-server[53223]: DEBUG dbcounter [-] [53223] Writing DB stats neutron:SELECT=453,neutron:INSERT=21,neutron:UPDATE=8,neutron:DELETE=2 {{(pid=53223) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-03-06 19:54:58.663 | Mar 06 19:54:46 devstack neutron-server[53225]: DEBUG neutron_lib.callbacks.manager [None req-27eb2956-1176-4a62-a994-a34889825bda None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735779016575', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-851322'] for agent (e36c5e7c-217e-4cba-a194-defccfdc180c), after_update {{(pid=53225) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-06 19:54:58.663 | Mar 06 19:54:47 devstack neutron-server[53225]: DEBUG neutron_lib.callbacks.manager [None req-c7bb531d-63d3-4a11-a93c-d49e8fb794ec None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735779016575', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-851322'] for agent (368bc7a8-d2c8-4efe-9910-ed67c00ab37d), after_update {{(pid=53225) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-06 19:54:58.663 | Mar 06 19:54:48 devstack neutron-server[53225]: DEBUG neutron_lib.callbacks.manager [None req-d163f578-d472-468a-902b-38e42b0ca8c2 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735779016575', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-851322'] for agent (5b176d4f-3288-4b83-a058-3b942acefcfd), after_update {{(pid=53225) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-06 19:54:58.663 | Mar 06 19:54:48 devstack neutron-server[53225]: DEBUG neutron_lib.callbacks.manager [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8735779016575', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-851322'] for agent (2fde7899-cf8d-489b-9942-b15655baa35d), after_update {{(pid=53225) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-03-06 19:54:58.667 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.669 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-03-06 19:54:58.677 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-03-06 19:54:58.680 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.682 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-03-06 19:54:58.690 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-03-06 19:54:58.692 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.694 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-03-06 19:54:58.703 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-03-06 19:54:58.706 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.708 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-03-06 19:54:58.716 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-03-06 19:54:58.719 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.721 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-03-06 19:54:58.730 | enabled 2025-03-06 19:54:58.733 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-03-06 19:54:58.744 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-03-06 19:54:58.744 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.744 | Active: active (running) since Thu 2025-03-06 19:54:13 UTC; 45s ago 2025-03-06 19:54:58.744 | Main PID: 54337 (neutron-openvsw) 2025-03-06 19:54:58.744 | Tasks: 4 (limit: 19125) 2025-03-06 19:54:58.744 | Memory: 153.2M 2025-03-06 19:54:58.744 | CPU: 3.749s 2025-03-06 19:54:58.744 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-03-06 19:54:58.744 | ├─54337 "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-03-06 19:54:58.744 | ├─55908 /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/tmplbemogmn/privsep.sock 2025-03-06 19:54:58.744 | └─55911 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-03-06 19:54:58.744 | 2025-03-06 19:54:58.744 | Mar 06 19:54:56 devstack neutron-openvswitch-agent[54337]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-b6f55867-e2aa-48f1-b4d0-6bb5d026a0c7 None None] Agent rpc_loop - iteration:18 started 2025-03-06 19:54:58.744 | Mar 06 19:54:56 devstack neutron-openvswitch-agent[54337]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-b6f55867-e2aa-48f1-b4d0-6bb5d026a0c7 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x2cfec611,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=13958313119979097977,duration_nsec=227000000,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=54337) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-03-06 19:54:58.744 | Mar 06 19:54:56 devstack neutron-openvswitch-agent[54337]: DEBUG neutron.agent.linux.utils [None req-b6f55867-e2aa-48f1-b4d0-6bb5d026a0c7 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 55911. {{(pid=54337) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-03-06 19:54:58.744 | Mar 06 19:54:56 devstack neutron-openvswitch-agent[54337]: DEBUG neutron.agent.common.ovsdb_monitor [None req-b6f55867-e2aa-48f1-b4d0-6bb5d026a0c7 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=54337) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-03-06 19:54:58.744 | Mar 06 19:54:56 devstack neutron-openvswitch-agent[54337]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-b6f55867-e2aa-48f1-b4d0-6bb5d026a0c7 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-03-06 19:54:58.744 | Mar 06 19:54:58 devstack neutron-openvswitch-agent[54337]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-b6f55867-e2aa-48f1-b4d0-6bb5d026a0c7 None None] Agent rpc_loop - iteration:19 started 2025-03-06 19:54:58.744 | Mar 06 19:54:58 devstack neutron-openvswitch-agent[54337]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-b6f55867-e2aa-48f1-b4d0-6bb5d026a0c7 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x2cfec613,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=13958313119979097977,duration_nsec=227000000,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=54337) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-03-06 19:54:58.744 | Mar 06 19:54:58 devstack neutron-openvswitch-agent[54337]: DEBUG neutron.agent.linux.utils [None req-b6f55867-e2aa-48f1-b4d0-6bb5d026a0c7 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 55911. {{(pid=54337) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-03-06 19:54:58.744 | Mar 06 19:54:58 devstack neutron-openvswitch-agent[54337]: DEBUG neutron.agent.common.ovsdb_monitor [None req-b6f55867-e2aa-48f1-b4d0-6bb5d026a0c7 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=54337) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-03-06 19:54:58.744 | Mar 06 19:54:58 devstack neutron-openvswitch-agent[54337]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-b6f55867-e2aa-48f1-b4d0-6bb5d026a0c7 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-03-06 19:54:58.747 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.749 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-03-06 19:54:58.758 | enabled 2025-03-06 19:54:58.761 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-03-06 19:54:58.771 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-03-06 19:54:58.771 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.771 | Active: active (running) since Thu 2025-03-06 19:54:14 UTC; 44s ago 2025-03-06 19:54:58.771 | Main PID: 54797 (neutron-dhcp-ag) 2025-03-06 19:54:58.771 | Tasks: 14 (limit: 19125) 2025-03-06 19:54:58.771 | Memory: 400.4M 2025-03-06 19:54:58.771 | CPU: 8.671s 2025-03-06 19:54:58.771 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-03-06 19:54:58.771 | ├─54797 "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-03-06 19:54:58.771 | ├─56110 /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/tmpl_ohcl8x/privsep.sock 2025-03-06 19:54:58.771 | ├─56149 /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/tmp6ztteii9/privsep.sock 2025-03-06 19:54:58.771 | ├─56210 /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/tmp92nnjx1j/privsep.sock 2025-03-06 19:54:58.771 | ├─56299 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-06 19:54:58.772 | ├─56300 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-06 19:54:58.772 | └─56341 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/f4207ec3-f6ec-4256-84aa-0007480b9bfd/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/f4207ec3-f6ec-4256-84aa-0007480b9bfd/host --addn-hosts=/opt/stack/data/neutron/dhcp/f4207ec3-f6ec-4256-84aa-0007480b9bfd/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/f4207ec3-f6ec-4256-84aa-0007480b9bfd/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/f4207ec3-f6ec-4256-84aa-0007480b9bfd/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-e81b2d0e-c1b3-4a3d-b865-067a1361b229,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-03-06 19:54:58.772 | 2025-03-06 19:54:58.772 | Mar 06 19:54:31 devstack neutron-dhcp-agent[54797]: INFO neutron.agent.dhcp.agent [None req-91c30e60-3174-45dc-8ab0-5d663d579244 None None] DHCP configuration for ports {'26140b62-b97e-471a-afa0-f9957aed38ec'} is completed 2025-03-06 19:54:58.772 | Mar 06 19:54:32 devstack neutron-dhcp-agent[54797]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '9d3d5e92-7579-4e5b-b017-9912ee9dca8d'}, 'priority': 0},) {} {{(pid=54797) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-03-06 19:54:58.772 | Mar 06 19:54:32 devstack neutron-dhcp-agent[54797]: DEBUG oslo_concurrency.lockutils [None req-6fc11d67-70d1-4e8e-9a8a-f6a8140a353b None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=54797) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-03-06 19:54:58.772 | Mar 06 19:54:32 devstack neutron-dhcp-agent[54797]: DEBUG oslo_concurrency.lockutils [None req-6fc11d67-70d1-4e8e-9a8a-f6a8140a353b None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=54797) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-03-06 19:54:58.772 | Mar 06 19:54:32 devstack neutron-dhcp-agent[54797]: DEBUG oslo_concurrency.lockutils [None req-6fc11d67-70d1-4e8e-9a8a-f6a8140a353b None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=54797) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-03-06 19:54:58.772 | Mar 06 19:54:32 devstack neutron-dhcp-agent[54797]: DEBUG neutron.agent.dhcp.agent [None req-6fc11d67-70d1-4e8e-9a8a-f6a8140a353b None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'e6b70f2d-cb9a-41bc-a35a-95ad7af2097d', 'name': 'public-subnet', 'tenant_id': 'c31f6504bb73492890b262ff43fdf9bc', 'network_id': '9d3d5e92-7579-4e5b-b017-9912ee9dca8d', '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-03-06T19:54:32Z', 'updated_at': '2025-03-06T19:54:32Z', 'revision_number': 0, 'project_id': 'c31f6504bb73492890b262ff43fdf9bc', 'network': {'id': '9d3d5e92-7579-4e5b-b017-9912ee9dca8d', 'name': 'public', 'tenant_id': 'c31f6504bb73492890b262ff43fdf9bc', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['e6b70f2d-cb9a-41bc-a35a-95ad7af2097d'], '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-03-06T19:54:28Z', 'updated_at': '2025-03-06T19:54:32Z', 'revision_number': 2, 'project_id': 'c31f6504bb73492890b262ff43fdf9bc', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=54797) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-03-06 19:54:58.772 | Mar 06 19:54:32 devstack neutron-dhcp-agent[54797]: DEBUG oslo_concurrency.lockutils [None req-714b94a3-b207-4ad0-8546-cbb5c77698b4 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=54797) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-03-06 19:54:58.772 | Mar 06 19:54:32 devstack neutron-dhcp-agent[54797]: DEBUG oslo_concurrency.lockutils [None req-714b94a3-b207-4ad0-8546-cbb5c77698b4 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=54797) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-03-06 19:54:58.772 | Mar 06 19:54:32 devstack neutron-dhcp-agent[54797]: DEBUG oslo_concurrency.lockutils [None req-714b94a3-b207-4ad0-8546-cbb5c77698b4 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=54797) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-03-06 19:54:58.772 | Mar 06 19:54:34 devstack neutron-dhcp-agent[54797]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=54797) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-03-06 19:54:58.775 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.777 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-03-06 19:54:58.786 | enabled 2025-03-06 19:54:58.789 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-03-06 19:54:58.800 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-03-06 19:54:58.800 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.800 | Active: active (running) since Thu 2025-03-06 19:54:15 UTC; 43s ago 2025-03-06 19:54:58.800 | Main PID: 55256 (neutron-l3-agen) 2025-03-06 19:54:58.800 | Tasks: 22 (limit: 19125) 2025-03-06 19:54:58.800 | Memory: 405.1M 2025-03-06 19:54:58.800 | CPU: 8.749s 2025-03-06 19:54:58.800 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-03-06 19:54:58.800 | ├─55256 "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-03-06 19:54:58.800 | ├─56016 /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/tmpg4q3tpcn/privsep.sock 2025-03-06 19:54:58.800 | ├─56519 /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/tmpf1s620z2/privsep.sock 2025-03-06 19:54:58.800 | ├─56532 /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/tmph3gr2apy/privsep.sock 2025-03-06 19:54:58.800 | ├─56966 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-06 19:54:58.800 | ├─56972 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-03-06 19:54:58.800 | └─57214 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/9f126780-2052-4319-8455-7fd74964f8b9.conf 2025-03-06 19:54:58.800 | 2025-03-06 19:54:58.800 | Mar 06 19:54:39 devstack neutron-l3-agent[55256]: DEBUG oslo.privsep.daemon [-] privsep: reply[a4827c18-8688-46dc-a5b0-30c769805583]: (4, ('ARPING 10.180.180.158 from 10.180.180.158 qg-35c4b44d-10\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56519) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:54:58.800 | Mar 06 19:54:40 devstack neutron-l3-agent[55256]: DEBUG oslo.privsep.daemon [-] privsep: reply[e645c387-d79a-4741-bbf8-4dbc5405b14b]: (4, ('ARPING 10.180.180.158 from 10.180.180.158 qg-35c4b44d-10\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56519) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:54:58.800 | Mar 06 19:54:41 devstack neutron-l3-agent[55256]: DEBUG oslo.privsep.daemon [-] privsep: reply[755a97b3-fb8f-4f46-8388-4d8c1bd2d00f]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-26140b62-b9\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56519) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:54:58.800 | Mar 06 19:54:42 devstack neutron-l3-agent[55256]: DEBUG oslo.privsep.daemon [-] privsep: reply[eb0fd6c1-0572-4def-a6aa-13518a73b98b]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-26140b62-b9\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56519) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:54:58.800 | Mar 06 19:54:43 devstack neutron-l3-agent[55256]: DEBUG oslo.privsep.daemon [-] privsep: reply[a07b2c6d-bc6b-4578-8264-14086cc14494]: (4, ('ARPING 10.180.180.158 from 10.180.180.158 qg-35c4b44d-10\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56519) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:54:58.800 | Mar 06 19:54:44 devstack neutron-l3-agent[55256]: DEBUG oslo.privsep.daemon [-] privsep: reply[8eecde75-56c2-4e0a-b8ca-0b4c56a5f384]: (4, ('ARPING 10.180.180.158 from 10.180.180.158 qg-35c4b44d-10\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56519) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:54:58.800 | Mar 06 19:54:45 devstack neutron-l3-agent[55256]: DEBUG oslo.privsep.daemon [-] privsep: reply[e820ba4f-41fc-4aa9-a9a1-67d22970ba72]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-26140b62-b9\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56519) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:54:58.800 | Mar 06 19:54:46 devstack neutron-l3-agent[55256]: DEBUG oslo.privsep.daemon [-] privsep: reply[4e333d6b-325f-4ff6-b234-4a308dc2241b]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-26140b62-b9\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56519) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:54:58.800 | Mar 06 19:54:47 devstack neutron-l3-agent[55256]: DEBUG oslo.privsep.daemon [-] privsep: reply[07578b0e-1d98-4ade-8393-e51763702356]: (4, ('ARPING 10.180.180.158 from 10.180.180.158 qg-35c4b44d-10\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56519) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:54:58.800 | Mar 06 19:54:48 devstack neutron-l3-agent[55256]: DEBUG oslo.privsep.daemon [-] privsep: reply[9a2a0f63-b712-474d-a00f-4d50183be9c9]: (4, ('ARPING 10.180.180.158 from 10.180.180.158 qg-35c4b44d-10\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=56519) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-03-06 19:54:58.804 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-03-06 19:54:58.806 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-03-06 19:54:58.815 | enabled 2025-03-06 19:54:58.818 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-03-06 19:54:58.829 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-03-06 19:54:58.829 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-03-06 19:54:58.829 | Active: active (running) since Thu 2025-03-06 19:54:16 UTC; 42s ago 2025-03-06 19:54:58.829 | Main PID: 55698 (neutron-metadat) 2025-03-06 19:54:58.829 | Tasks: 3 (limit: 19125) 2025-03-06 19:54:58.829 | Memory: 117.3M 2025-03-06 19:54:58.829 | CPU: 1.965s 2025-03-06 19:54:58.829 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-03-06 19:54:58.829 | ├─55698 "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-03-06 19:54:58.829 | ├─55905 "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-03-06 19:54:58.829 | └─55906 "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-03-06 19:54:58.829 | 2025-03-06 19:54:58.829 | Mar 06 19:54:18 devstack neutron-metadata-agent[55698]: DEBUG oslo_service.service [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=55698) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.829 | Mar 06 19:54:18 devstack neutron-metadata-agent[55698]: DEBUG oslo_service.service [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=55698) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.829 | Mar 06 19:54:18 devstack neutron-metadata-agent[55698]: DEBUG oslo_service.service [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=55698) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.829 | Mar 06 19:54:18 devstack neutron-metadata-agent[55698]: DEBUG oslo_service.service [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=55698) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.829 | Mar 06 19:54:18 devstack neutron-metadata-agent[55698]: DEBUG oslo_service.service [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] oslo_messaging_rabbit.ssl_version = {{(pid=55698) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.829 | Mar 06 19:54:18 devstack neutron-metadata-agent[55698]: DEBUG oslo_service.service [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] oslo_messaging_notifications.driver = [] {{(pid=55698) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.829 | Mar 06 19:54:18 devstack neutron-metadata-agent[55698]: DEBUG oslo_service.service [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] oslo_messaging_notifications.retry = -1 {{(pid=55698) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.829 | Mar 06 19:54:18 devstack neutron-metadata-agent[55698]: DEBUG oslo_service.service [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=55698) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.829 | Mar 06 19:54:18 devstack neutron-metadata-agent[55698]: DEBUG oslo_service.service [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] oslo_messaging_notifications.transport_url = **** {{(pid=55698) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-03-06 19:54:58.829 | Mar 06 19:54:18 devstack neutron-metadata-agent[55698]: DEBUG oslo_service.service [None req-502b14a8-11b9-4069-8f8b-0bf47bec1897 None None] ******************************************************************************** {{(pid=55698) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-03-06 19:54:58.832 | + stack.sh:main:1460 : is_service_enabled n-api 2025-03-06 19:54:58.846 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:54:58.848 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-03-06 19:54:58.862 | + functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:54:58.865 | + 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-03-06 19:54:58.867 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:54:58.869 | + 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-03-06 19:54:58.871 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-03-06 19:54:59.338 | 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-03-06 19:55:00.737 | +--------------------------------------------------------------------+ 2025-03-06 19:55:00.737 | | Upgrade Check Results | 2025-03-06 19:55:00.737 | +--------------------------------------------------------------------+ 2025-03-06 19:55:00.737 | | Check: Cells v2 | 2025-03-06 19:55:00.737 | | Result: Success | 2025-03-06 19:55:00.737 | | Details: No host mappings or compute nodes were found. Remember to | 2025-03-06 19:55:00.737 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-03-06 19:55:00.737 | | compute hosts are deployed. | 2025-03-06 19:55:00.737 | +--------------------------------------------------------------------+ 2025-03-06 19:55:00.737 | | Check: Placement API | 2025-03-06 19:55:00.737 | | Result: Success | 2025-03-06 19:55:00.737 | | Details: None | 2025-03-06 19:55:00.737 | +--------------------------------------------------------------------+ 2025-03-06 19:55:00.737 | | Check: Cinder API | 2025-03-06 19:55:00.737 | | Result: Success | 2025-03-06 19:55:00.737 | | Details: None | 2025-03-06 19:55:00.737 | +--------------------------------------------------------------------+ 2025-03-06 19:55:00.737 | | Check: Policy File JSON to YAML Migration | 2025-03-06 19:55:00.737 | | Result: Success | 2025-03-06 19:55:00.737 | | Details: None | 2025-03-06 19:55:00.737 | +--------------------------------------------------------------------+ 2025-03-06 19:55:00.737 | | Check: Older than N-1 computes | 2025-03-06 19:55:00.737 | | Result: Success | 2025-03-06 19:55:00.737 | | Details: None | 2025-03-06 19:55:00.737 | +--------------------------------------------------------------------+ 2025-03-06 19:55:00.737 | | Check: hw_machine_type unset | 2025-03-06 19:55:00.737 | | Result: Success | 2025-03-06 19:55:00.737 | | Details: None | 2025-03-06 19:55:00.737 | +--------------------------------------------------------------------+ 2025-03-06 19:55:00.737 | | Check: Service User Token Configuration | 2025-03-06 19:55:00.737 | | Result: Success | 2025-03-06 19:55:00.737 | | Details: None | 2025-03-06 19:55:00.737 | +--------------------------------------------------------------------+ 2025-03-06 19:55:01.065 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-03-06 19:55:01.068 | + stack.sh:main:1493 : command openstack complete 2025-03-06 19:55:01.068 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-03-06 19:55:02.431 | + stack.sh:main:1497 : is_service_enabled cinder 2025-03-06 19:55:02.445 | + functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:02.447 | + stack.sh:main:1498 : is_ubuntu 2025-03-06 19:55:02.449 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-03-06 19:55:02.451 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-03-06 19:55:02.454 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-03-06 19:55:02.456 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:55:02.458 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-03-06 19:55:02.460 | + stack.sh:main:1500 : set_lvm_filter 2025-03-06 19:55:02.462 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-03-06 19:55:02.464 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-03-06 19:55:02.466 | + lib/lvm:set_lvm_filter:191 : local pv 2025-03-06 19:55:02.468 | + lib/lvm:set_lvm_filter:192 : local vg 2025-03-06 19:55:02.470 | + lib/lvm:set_lvm_filter:193 : local line 2025-03-06 19:55:02.473 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-03-06 19:55:02.516 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-03-06 19:55:02.519 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-03-06 19:55:02.521 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-03-06 19:55:02.532 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-03-06 19:55:02.543 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-03-06 19:55:02.545 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:55:02.547 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-03-06 19:55:02.549 | + stack.sh:main:1510 : run_phase stack test-config 2025-03-06 19:55:02.551 | + functions-common:run_phase:1828 : local mode=stack 2025-03-06 19:55:02.553 | + functions-common:run_phase:1829 : local phase=test-config 2025-03-06 19:55:02.556 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-03-06 19:55:02.558 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-03-06 19:55:02.560 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-03-06 19:55:02.562 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-03-06 19:55:02.564 | + functions-common:run_phase:1838 : local extra 2025-03-06 19:55:02.567 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-03-06 19:55:02.570 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-03-06 19:55:02.572 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-03-06 19:55:02.575 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-03-06 19:55:02.577 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-03-06 19:55:02.579 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-03-06 19:55:02.593 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:02.595 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:55:02.597 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:55:02.599 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-03-06 19:55:02.601 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:55:02.603 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-06 19:55:02.605 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:55:02.607 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-03-06 19:55:02.609 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:55:02.611 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-03-06 19:55:02.613 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:55:02.615 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-03-06 19:55:02.617 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-03-06 19:55:02.651 | [3541 Async install_tempest:33045]: Waiting for completion of install_tempest running on PID 33045 (1 other jobs running) 2025-03-06 19:55:02.668 | [3541 Async install_tempest:33045]: Signaling child to exit 2025-03-06 19:55:02.668 | WAKEUP 2025-03-06 19:55:02.684 | [3541 Async install_tempest:33045]: Signaled 2025-03-06 19:55:02.685 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:574 : local git_ref=master 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:575 : local orig_dir 2025-03-06 19:55:02.685 | +++ functions-common:git_clone:576 : pwd 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-03-06 19:55:02.685 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:579 : RECLONE=False 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:593 : echo master 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:680 : local count=0 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:681 : local timeout=0 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:684 : timeout=0 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:55:02.685 | ++ functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:55:02.685 | ++ functions-common:time_start:2387 : local start_time= 2025-03-06 19:55:02.685 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:55:02.685 | +++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:55:02.685 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1741290698714 2025-03-06 19:55:02.685 | ++ 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-03-06 19:55:02.685 | Cloning into '/opt/stack//tempest'... 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2400 : local name 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2401 : local end_time 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2403 : local total 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2404 : local start_time 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2407 : start_time=1741290698714 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2409 : [[ -z 1741290698714 ]] 2025-03-06 19:55:02.685 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2412 : end_time=1741290700797 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2413 : elapsed_time=2083 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2414 : total=75196 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77279 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:680 : local count=0 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:681 : local timeout=0 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:684 : timeout=0 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:55:02.685 | ++ functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:55:02.685 | ++ functions-common:time_start:2387 : local start_time= 2025-03-06 19:55:02.685 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:55:02.685 | +++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:55:02.685 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1741290700828 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-03-06 19:55:02.685 | From https://opendev.org/openstack/tempest 2025-03-06 19:55:02.685 | * branch master -> FETCH_HEAD 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2400 : local name 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2401 : local end_time 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2403 : local total 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2404 : local start_time 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2407 : start_time=1741290700828 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2409 : [[ -z 1741290700828 ]] 2025-03-06 19:55:02.685 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2412 : end_time=1741290701696 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2413 : elapsed_time=868 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2414 : total=77279 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:55:02.685 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=78147 2025-03-06 19:55:02.685 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:680 : local count=0 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:681 : local timeout=0 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:684 : timeout=0 2025-03-06 19:55:02.685 | ++ functions-common:git_timed:687 : time_start git_timed 2025-03-06 19:55:02.686 | ++ functions-common:time_start:2386 : local name=git_timed 2025-03-06 19:55:02.686 | ++ functions-common:time_start:2387 : local start_time= 2025-03-06 19:55:02.686 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-03-06 19:55:02.686 | +++ functions-common:time_start:2391 : date +%s%3N 2025-03-06 19:55:02.686 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1741290701724 2025-03-06 19:55:02.686 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-03-06 19:55:02.686 | Note: switching to 'FETCH_HEAD'. 2025-03-06 19:55:02.686 | 2025-03-06 19:55:02.686 | You are in 'detached HEAD' state. You can look around, make experimental 2025-03-06 19:55:02.686 | changes and commit them, and you can discard any commits you make in this 2025-03-06 19:55:02.686 | state without impacting any branches by switching back to a branch. 2025-03-06 19:55:02.686 | 2025-03-06 19:55:02.686 | If you want to create a new branch to retain commits you create, you may 2025-03-06 19:55:02.686 | do so (now or later) by using -c with the switch command. Example: 2025-03-06 19:55:02.686 | 2025-03-06 19:55:02.686 | git switch -c 2025-03-06 19:55:02.686 | 2025-03-06 19:55:02.686 | Or undo this operation with: 2025-03-06 19:55:02.686 | 2025-03-06 19:55:02.686 | git switch - 2025-03-06 19:55:02.686 | 2025-03-06 19:55:02.686 | Turn off this advice by setting config variable advice.detachedHead to false 2025-03-06 19:55:02.686 | 2025-03-06 19:55:02.686 | HEAD is now at faa1dec Add compute tests for microversion 2.100 2025-03-06 19:55:02.686 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2400 : local name 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2401 : local end_time 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2403 : local total 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2404 : local start_time 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2406 : name=git_timed 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2407 : start_time=1741290701724 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2409 : [[ -z 1741290701724 ]] 2025-03-06 19:55:02.686 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2412 : end_time=1741290701820 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2413 : elapsed_time=96 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2414 : total=78147 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=78243 2025-03-06 19:55:02.686 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-03-06 19:55:02.686 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-03-06 19:55:02.686 | ++ functions-common:git_clone:656 : git show --oneline 2025-03-06 19:55:02.686 | ++ functions-common:git_clone:656 : head -1 2025-03-06 19:55:02.686 | faa1dec Add compute tests for microversion 2.100 2025-03-06 19:55:02.686 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-03-06 19:55:02.686 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-03-06 19:55:02.686 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-03-06 19:55:02.686 | ++ 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-03-06 19:55:02.686 | Collecting tox!=2.8.0,<4.0.0 2025-03-06 19:55:02.686 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-03-06 19:55:02.686 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-03-06 19:55:02.686 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-03-06 19:55:02.686 | 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-03-06 19:55:02.686 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-03-06 19:55:02.686 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-03-06 19:55:02.686 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-03-06 19:55:02.686 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-03-06 19:55:02.686 | 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-03-06 19:55:02.686 | 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-03-06 19:55:02.686 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-03-06 19:55:02.686 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-03-06 19:55:02.686 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-03-06 19:55:02.686 | 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-03-06 19:55:02.686 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-03-06 19:55:02.686 | 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-03-06 19:55:02.686 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-03-06 19:55:02.686 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-03-06 19:55:02.686 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-03-06 19:55:02.686 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-03-06 19:55:02.686 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-03-06 19:55:02.686 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-03-06 19:55:02.686 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-03-06 19:55:02.686 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-03-06 19:55:02.686 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-03-06 19:55:02.686 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-03-06 19:55:02.686 | 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-03-06 19:55:02.686 | ++ inc/python:pip_install:222 : result=0 2025-03-06 19:55:02.686 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2400 : local name 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2401 : local end_time 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2403 : local total 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2404 : local start_time 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2407 : start_time=1741290701863 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2409 : [[ -z 1741290701863 ]] 2025-03-06 19:55:02.686 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2412 : end_time=1741290705014 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2413 : elapsed_time=3151 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2414 : total=86537 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:55:02.686 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=89688 2025-03-06 19:55:02.686 | ++ inc/python:pip_install:225 : return 0 2025-03-06 19:55:02.686 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-03-06 19:55:02.686 | ~/tempest ~/devstack 2025-03-06 19:55:02.686 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-03-06 19:55:02.686 | Switched to branch 'master' 2025-03-06 19:55:02.686 | Your branch is up to date with 'origin/master'. 2025-03-06 19:55:02.686 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-03-06 19:55:02.686 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-03-06 19:55:02.686 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.gWjqVZKWcH 2025-03-06 19:55:02.686 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.gWjqVZKWcH 2025-03-06 19:55:02.686 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-03-06 19:55:02.686 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.gWjqVZKWcH 2025-03-06 19:55:02.686 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-03-06 19:55:02.686 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-03-06 19:55:02.686 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-03-06 19:55:02.686 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-03-06 19:55:02.686 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-03-06 19:55:02.686 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-03-06 19:55:02.686 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-03-06 19:55:02.686 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-03-06 19:55:02.686 | full create: /opt/stack/tempest/.tox/tempest 2025-03-06 19:55:02.686 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-03-06 19:55:02.686 | full develop-inst: /opt/stack/tempest 2025-03-06 19:55:02.686 | 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@faa1decedfef73a77ab88feee2976036da475e0d#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-03-06 19:55:02.686 | ___________________________________ summary ____________________________________ 2025-03-06 19:55:02.686 | full: skipped tests 2025-03-06 19:55:02.686 | congratulations :) 2025-03-06 19:55:02.687 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.gWjqVZKWcH -r requirements.txt 2025-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | 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-03-06 19:55:02.687 | WARNING: There was an error checking the latest version of pip. 2025-03-06 19:55:02.687 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-03-06 19:55:02.687 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.gWjqVZKWcH 2025-03-06 19:55:02.687 | ++ lib/tempest:install_tempest:882 : popd 2025-03-06 19:55:02.687 | ~/devstack 2025-03-06 19:55:02.716 | [3541 Async install_tempest:33045]: finished install_tempest with result 0 in 22 seconds 2025-03-06 19:55:02.719 | ++ inc/async:async_wait:197 : return 0 2025-03-06 19:55:02.721 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-03-06 19:55:02.723 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:55:02.725 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-03-06 19:55:02.727 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-03-06 19:55:02.729 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-03-06 19:55:02.731 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-03-06 19:55:02.732 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-03-06 19:55:02.734 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-03-06 19:55:02.737 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-03-06 19:55:02.738 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-03-06 19:55:02.740 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-03-06 19:55:02.743 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-03-06 19:55:02.743 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-03-06 19:55:02.746 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-03-06 19:55:02.748 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-03-06 19:55:02.750 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-03-06 19:55:02.752 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-03-06 19:55:02.753 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-03-06 19:55:02.769 | Using python 3.10 to install testrepository 2025-03-06 19:55:02.770 | ++ 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-03-06 19:55:03.801 | Collecting testrepository 2025-03-06 19:55:03.801 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-03-06 19:55:03.832 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-03-06 19:55:03.833 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2025-03-06 19:55:03.833 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-03-06 19:55:03.839 | 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-03-06 19:55:03.843 | 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-03-06 19:55:04.882 | Installing collected packages: testrepository 2025-03-06 19:55:04.988 | Successfully installed testrepository-0.0.20 2025-03-06 19:55:05.098 | ++ inc/python:pip_install:222 : result=0 2025-03-06 19:55:05.100 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-03-06 19:55:05.102 | ++ functions-common:time_stop:2400 : local name 2025-03-06 19:55:05.104 | ++ functions-common:time_stop:2401 : local end_time 2025-03-06 19:55:05.105 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-03-06 19:55:05.107 | ++ functions-common:time_stop:2403 : local total 2025-03-06 19:55:05.109 | ++ functions-common:time_stop:2404 : local start_time 2025-03-06 19:55:05.111 | ++ functions-common:time_stop:2406 : name=pip_install 2025-03-06 19:55:05.112 | ++ functions-common:time_stop:2407 : start_time=1741290902765 2025-03-06 19:55:05.114 | ++ functions-common:time_stop:2409 : [[ -z 1741290902765 ]] 2025-03-06 19:55:05.116 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-03-06 19:55:05.119 | ++ functions-common:time_stop:2412 : end_time=1741290905118 2025-03-06 19:55:05.121 | ++ functions-common:time_stop:2413 : elapsed_time=2353 2025-03-06 19:55:05.123 | ++ functions-common:time_stop:2414 : total=102753 2025-03-06 19:55:05.125 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-03-06 19:55:05.126 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=105106 2025-03-06 19:55:05.128 | ++ inc/python:pip_install:225 : return 0 2025-03-06 19:55:05.130 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-03-06 19:55:05.132 | ++ lib/tempest:configure_tempest:197 : local images 2025-03-06 19:55:05.134 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-03-06 19:55:05.135 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-03-06 19:55:05.137 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-03-06 19:55:05.139 | ++ lib/tempest:configure_tempest:201 : local password 2025-03-06 19:55:05.141 | ++ lib/tempest:configure_tempest:202 : local line 2025-03-06 19:55:05.143 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-03-06 19:55:05.144 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-03-06 19:55:05.146 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-03-06 19:55:05.148 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-03-06 19:55:05.150 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-03-06 19:55:05.151 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-03-06 19:55:05.153 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-03-06 19:55:05.155 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-03-06 19:55:05.157 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-03-06 19:55:05.158 | ++ lib/tempest:configure_tempest:212 : local disk 2025-03-06 19:55:05.160 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-03-06 19:55:05.160 | ' 2025-03-06 19:55:05.162 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-03-06 19:55:05.164 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-03-06 19:55:05.177 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:05.178 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-03-06 19:55:05.180 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-03-06 19:55:05.182 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-03-06 19:55:05.184 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-03-06 19:55:05.187 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-03-06 19:55:05.187 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-03-06 19:55:05.188 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-03-06 19:55:06.364 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:55:06.367 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-03-06 19:55:06.369 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-03-06 19:55:06.371 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-03-06 19:55:06.373 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-03-06 19:55:06.375 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-03-06 19:55:06.377 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-03-06 19:55:06.378 | ++ lib/tempest:configure_tempest:251 : image_uuid=285931c9-8b83-4997-8c4d-6a79005e36ba 2025-03-06 19:55:06.380 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=285931c9-8b83-4997-8c4d-6a79005e36ba 2025-03-06 19:55:06.382 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-03-06 19:55:06.391 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-03-06 19:55:06.394 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-03-06 19:55:06.396 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-03-06 19:55:06.398 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-03-06 19:55:06.400 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-03-06 19:55:06.401 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-03-06 19:55:06.403 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-03-06 19:55:06.405 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-03-06 19:55:06.407 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-03-06 19:55:06.407 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-03-06 19:55:07.491 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:55:07.494 | ++ lib/tempest:configure_tempest:287 : admin_project_id=c31f6504bb73492890b262ff43fdf9bc 2025-03-06 19:55:07.496 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-03-06 19:55:07.509 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:07.511 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-03-06 19:55:08.629 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:55:08.631 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-03-06 19:55:08.631 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-03-06 19:55:08.631 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-06 19:55:08.631 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-03-06 19:55:08.631 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-03-06 19:55:08.631 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-03-06 19:55:08.631 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-03-06 19:55:08.631 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-03-06 19:55:08.631 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-03-06 19:55:08.631 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-03-06 19:55:08.631 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-03-06 19:55:08.631 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-03-06 19:55:08.631 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-03-06 19:55:08.631 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-03-06 19:55:08.633 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-03-06 19:55:08.635 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-06 19:55:08.635 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-03-06 19:55:08.635 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-06 19:55:08.635 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-03-06 19:55:08.635 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-03-06 19:55:08.635 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-03-06 19:55:08.635 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-03-06 19:55:08.635 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-03-06 19:55:08.635 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-03-06 19:55:08.635 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-03-06 19:55:08.635 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-03-06 19:55:08.635 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-03-06 19:55:08.635 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-03-06 19:55:08.635 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-03-06 19:55:08.637 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 285931c9-8b83-4997-8c4d-6a79005e36ba 2025-03-06 19:55:08.639 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-03-06 19:55:08.642 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 285931c9-8b83-4997-8c4d-6a79005e36ba -c size -f value 2025-03-06 19:55:09.803 | ++++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:55:09.805 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-03-06 19:55:09.808 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-03-06 19:55:09.808 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-03-06 19:55:09.835 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-03-06 19:55:09.837 | ++ 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-03-06 19:55:10.861 | +----------------------------+-----------------------+ 2025-03-06 19:55:10.861 | | Field | Value | 2025-03-06 19:55:10.861 | +----------------------------+-----------------------+ 2025-03-06 19:55:10.861 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:55:10.861 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:55:10.861 | | description | None | 2025-03-06 19:55:10.861 | | disk | 1 | 2025-03-06 19:55:10.861 | | id | 42 | 2025-03-06 19:55:10.861 | | name | m1.nano | 2025-03-06 19:55:10.861 | | os-flavor-access:is_public | True | 2025-03-06 19:55:10.861 | | properties | hw_rng:allowed='True' | 2025-03-06 19:55:10.861 | | ram | 128 | 2025-03-06 19:55:10.861 | | rxtx_factor | 1.0 | 2025-03-06 19:55:10.861 | | swap | 0 | 2025-03-06 19:55:10.861 | | vcpus | 1 | 2025-03-06 19:55:10.861 | +----------------------------+-----------------------+ 2025-03-06 19:55:10.994 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-03-06 19:55:10.996 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-06 19:55:10.996 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-03-06 19:55:10.996 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-03-06 19:55:10.996 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-03-06 19:55:10.996 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-03-06 19:55:10.996 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-03-06 19:55:10.996 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-03-06 19:55:10.996 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-03-06 19:55:10.996 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-03-06 19:55:10.996 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-03-06 19:55:10.996 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-03-06 19:55:10.996 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-03-06 19:55:10.996 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-03-06 19:55:10.996 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-03-06 19:55:10.998 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib 285931c9-8b83-4997-8c4d-6a79005e36ba 2025-03-06 19:55:11.001 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-03-06 19:55:11.003 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 285931c9-8b83-4997-8c4d-6a79005e36ba -c size -f value 2025-03-06 19:55:12.121 | ++++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:55:12.123 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-03-06 19:55:12.126 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-03-06 19:55:12.126 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-03-06 19:55:12.153 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-03-06 19:55:12.155 | ++ 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-03-06 19:55:13.143 | +----------------------------+-----------------------+ 2025-03-06 19:55:13.143 | | Field | Value | 2025-03-06 19:55:13.143 | +----------------------------+-----------------------+ 2025-03-06 19:55:13.143 | | OS-FLV-DISABLED:disabled | False | 2025-03-06 19:55:13.143 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-03-06 19:55:13.143 | | description | None | 2025-03-06 19:55:13.143 | | disk | 1 | 2025-03-06 19:55:13.143 | | id | 84 | 2025-03-06 19:55:13.143 | | name | m1.micro | 2025-03-06 19:55:13.143 | | os-flavor-access:is_public | True | 2025-03-06 19:55:13.143 | | properties | hw_rng:allowed='True' | 2025-03-06 19:55:13.143 | | ram | 192 | 2025-03-06 19:55:13.143 | | rxtx_factor | 1.0 | 2025-03-06 19:55:13.143 | | swap | 0 | 2025-03-06 19:55:13.143 | | vcpus | 1 | 2025-03-06 19:55:13.143 | +----------------------------+-----------------------+ 2025-03-06 19:55:13.273 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-03-06 19:55:13.275 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-03-06 19:55:13.300 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-03-06 19:55:13.302 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-03-06 19:55:13.304 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-03-06 19:55:13.306 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-03-06 19:55:13.308 | +++ 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-03-06 19:55:14.446 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:55:14.449 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-03-06 19:55:14.449 | address-scope 2025-03-06 19:55:14.449 | router-admin-state-down-before-update 2025-03-06 19:55:14.449 | agent 2025-03-06 19:55:14.449 | agent-resources-synced 2025-03-06 19:55:14.449 | allowed-address-pairs 2025-03-06 19:55:14.449 | auto-allocated-topology 2025-03-06 19:55:14.449 | availability_zone 2025-03-06 19:55:14.449 | availability_zone_filter 2025-03-06 19:55:14.449 | default-subnetpools 2025-03-06 19:55:14.449 | dhcp_agent_scheduler 2025-03-06 19:55:14.449 | dvr 2025-03-06 19:55:14.449 | empty-string-filtering 2025-03-06 19:55:14.449 | external-net 2025-03-06 19:55:14.449 | extra_dhcp_opt 2025-03-06 19:55:14.449 | extraroute 2025-03-06 19:55:14.449 | extraroute-atomic 2025-03-06 19:55:14.449 | filter-validation 2025-03-06 19:55:14.449 | floating-ip-port-forwarding-detail 2025-03-06 19:55:14.449 | fip-port-details 2025-03-06 19:55:14.449 | flavors 2025-03-06 19:55:14.449 | floatingip-pools 2025-03-06 19:55:14.449 | ip-substring-filtering 2025-03-06 19:55:14.449 | router 2025-03-06 19:55:14.449 | ext-gw-mode 2025-03-06 19:55:14.449 | l3-ha 2025-03-06 19:55:14.449 | l3-flavors 2025-03-06 19:55:14.449 | l3-port-ip-change-not-allowed 2025-03-06 19:55:14.449 | l3_agent_scheduler 2025-03-06 19:55:14.449 | multi-provider 2025-03-06 19:55:14.449 | net-mtu 2025-03-06 19:55:14.449 | net-mtu-writable 2025-03-06 19:55:14.449 | network_availability_zone 2025-03-06 19:55:14.449 | network_ha 2025-03-06 19:55:14.449 | network-ip-availability 2025-03-06 19:55:14.449 | pagination 2025-03-06 19:55:14.449 | port-device-profile 2025-03-06 19:55:14.449 | port-mac-override 2025-03-06 19:55:14.449 | port-mac-address-regenerate 2025-03-06 19:55:14.449 | port-numa-affinity-policy 2025-03-06 19:55:14.449 | binding 2025-03-06 19:55:14.449 | binding-extended 2025-03-06 19:55:14.449 | port-security 2025-03-06 19:55:14.449 | project-id 2025-03-06 19:55:14.449 | provider 2025-03-06 19:55:14.449 | quota-check-limit 2025-03-06 19:55:14.449 | quotas 2025-03-06 19:55:14.449 | quota_details 2025-03-06 19:55:14.449 | rbac-policies 2025-03-06 19:55:14.449 | rbac-address-group 2025-03-06 19:55:14.449 | rbac-address-scope 2025-03-06 19:55:14.449 | rbac-security-groups 2025-03-06 19:55:14.449 | rbac-subnetpool 2025-03-06 19:55:14.449 | revision-if-match 2025-03-06 19:55:14.449 | standard-attr-revisions 2025-03-06 19:55:14.449 | router_availability_zone 2025-03-06 19:55:14.449 | security-groups-default-rules 2025-03-06 19:55:14.449 | security-groups-normalized-cidr 2025-03-06 19:55:14.449 | port-security-groups-filtering 2025-03-06 19:55:14.449 | security-groups-remote-address-group 2025-03-06 19:55:14.449 | security-groups-shared-filtering 2025-03-06 19:55:14.449 | security-group 2025-03-06 19:55:14.449 | service-type 2025-03-06 19:55:14.449 | sorting 2025-03-06 19:55:14.449 | standard-attr-description 2025-03-06 19:55:14.449 | stateful-security-group 2025-03-06 19:55:14.449 | subnet_onboard 2025-03-06 19:55:14.449 | subnet-service-types 2025-03-06 19:55:14.449 | subnet_allocation 2025-03-06 19:55:14.449 | subnetpool-prefix-ops 2025-03-06 19:55:14.449 | standard-attr-tag 2025-03-06 19:55:14.449 | standard-attr-timestamp 2025-03-06 19:55:14.449 | nsxt-ops' 2025-03-06 19:55:14.451 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-03-06 19:55:14.451 | address-scope 2025-03-06 19:55:14.451 | router-admin-state-down-before-update 2025-03-06 19:55:14.451 | agent 2025-03-06 19:55:14.451 | agent-resources-synced 2025-03-06 19:55:14.451 | allowed-address-pairs 2025-03-06 19:55:14.451 | auto-allocated-topology 2025-03-06 19:55:14.451 | availability_zone 2025-03-06 19:55:14.451 | availability_zone_filter 2025-03-06 19:55:14.451 | default-subnetpools 2025-03-06 19:55:14.451 | dhcp_agent_scheduler 2025-03-06 19:55:14.451 | dvr 2025-03-06 19:55:14.451 | empty-string-filtering 2025-03-06 19:55:14.451 | external-net 2025-03-06 19:55:14.451 | extra_dhcp_opt 2025-03-06 19:55:14.451 | extraroute 2025-03-06 19:55:14.451 | extraroute-atomic 2025-03-06 19:55:14.451 | filter-validation 2025-03-06 19:55:14.451 | floating-ip-port-forwarding-detail 2025-03-06 19:55:14.451 | fip-port-details 2025-03-06 19:55:14.451 | flavors 2025-03-06 19:55:14.451 | floatingip-pools 2025-03-06 19:55:14.451 | ip-substring-filtering 2025-03-06 19:55:14.451 | router 2025-03-06 19:55:14.451 | ext-gw-mode 2025-03-06 19:55:14.451 | l3-ha 2025-03-06 19:55:14.451 | l3-flavors 2025-03-06 19:55:14.451 | l3-port-ip-change-not-allowed 2025-03-06 19:55:14.451 | l3_agent_scheduler 2025-03-06 19:55:14.451 | multi-provider 2025-03-06 19:55:14.451 | net-mtu 2025-03-06 19:55:14.451 | net-mtu-writable 2025-03-06 19:55:14.451 | network_availability_zone 2025-03-06 19:55:14.451 | network_ha 2025-03-06 19:55:14.451 | network-ip-availability 2025-03-06 19:55:14.451 | pagination 2025-03-06 19:55:14.451 | port-device-profile 2025-03-06 19:55:14.451 | port-mac-override 2025-03-06 19:55:14.451 | port-mac-address-regenerate 2025-03-06 19:55:14.451 | port-numa-affinity-policy 2025-03-06 19:55:14.451 | binding 2025-03-06 19:55:14.451 | binding-extended 2025-03-06 19:55:14.451 | port-security 2025-03-06 19:55:14.452 | project-id 2025-03-06 19:55:14.452 | provider 2025-03-06 19:55:14.452 | quota-check-limit 2025-03-06 19:55:14.452 | quotas 2025-03-06 19:55:14.452 | quota_details 2025-03-06 19:55:14.452 | rbac-policies 2025-03-06 19:55:14.452 | rbac-address-group 2025-03-06 19:55:14.452 | rbac-address-scope 2025-03-06 19:55:14.452 | rbac-security-groups 2025-03-06 19:55:14.452 | rbac-subnetpool 2025-03-06 19:55:14.452 | revision-if-match 2025-03-06 19:55:14.452 | standard-attr-revisions 2025-03-06 19:55:14.452 | router_availability_zone 2025-03-06 19:55:14.452 | security-groups-default-rules 2025-03-06 19:55:14.452 | security-groups-normalized-cidr 2025-03-06 19:55:14.452 | port-security-groups-filtering 2025-03-06 19:55:14.452 | security-groups-remote-address-group 2025-03-06 19:55:14.452 | security-groups-shared-filtering 2025-03-06 19:55:14.452 | security-group 2025-03-06 19:55:14.452 | service-type 2025-03-06 19:55:14.452 | sorting 2025-03-06 19:55:14.452 | standard-attr-description 2025-03-06 19:55:14.452 | stateful-security-group 2025-03-06 19:55:14.452 | subnet_onboard 2025-03-06 19:55:14.452 | subnet-service-types 2025-03-06 19:55:14.452 | subnet_allocation 2025-03-06 19:55:14.452 | subnetpool-prefix-ops 2025-03-06 19:55:14.452 | standard-attr-tag 2025-03-06 19:55:14.452 | standard-attr-timestamp 2025-03-06 19:55:14.452 | nsxt-ops =~ external-net ]] 2025-03-06 19:55:14.453 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-03-06 19:55:14.455 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-03-06 19:55:15.643 | +++ functions-common:oscwrap:2440 : return 0 2025-03-06 19:55:15.646 | ++ lib/tempest:configure_tempest:363 : public_network_id=9d3d5e92-7579-4e5b-b017-9912ee9dca8d 2025-03-06 19:55:15.648 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-03-06 19:55:16.729 | +---------------------------+--------------------------------------+ 2025-03-06 19:55:16.730 | | Field | Value | 2025-03-06 19:55:16.730 | +---------------------------+--------------------------------------+ 2025-03-06 19:55:16.730 | | admin_state_up | UP | 2025-03-06 19:55:16.730 | | availability_zone_hints | | 2025-03-06 19:55:16.730 | | availability_zones | | 2025-03-06 19:55:16.730 | | created_at | 2025-03-06T19:55:16Z | 2025-03-06 19:55:16.730 | | description | | 2025-03-06 19:55:16.730 | | dns_domain | None | 2025-03-06 19:55:16.730 | | id | 617508ba-3567-4508-96b5-a01447ece634 | 2025-03-06 19:55:16.730 | | ipv4_address_scope | None | 2025-03-06 19:55:16.730 | | ipv6_address_scope | None | 2025-03-06 19:55:16.730 | | is_default | False | 2025-03-06 19:55:16.730 | | is_vlan_transparent | None | 2025-03-06 19:55:16.730 | | mtu | 8950 | 2025-03-06 19:55:16.730 | | name | shared | 2025-03-06 19:55:16.730 | | port_security_enabled | True | 2025-03-06 19:55:16.730 | | project_id | c31f6504bb73492890b262ff43fdf9bc | 2025-03-06 19:55:16.730 | | provider:network_type | vlan | 2025-03-06 19:55:16.730 | | provider:physical_network | default | 2025-03-06 19:55:16.730 | | provider:segmentation_id | 897 | 2025-03-06 19:55:16.730 | | qos_policy_id | None | 2025-03-06 19:55:16.730 | | revision_number | 1 | 2025-03-06 19:55:16.730 | | router:external | Internal | 2025-03-06 19:55:16.730 | | segments | None | 2025-03-06 19:55:16.730 | | shared | True | 2025-03-06 19:55:16.730 | | status | ACTIVE | 2025-03-06 19:55:16.730 | | subnets | | 2025-03-06 19:55:16.730 | | tags | | 2025-03-06 19:55:16.730 | | tenant_id | c31f6504bb73492890b262ff43fdf9bc | 2025-03-06 19:55:16.730 | | updated_at | 2025-03-06T19:55:16Z | 2025-03-06 19:55:16.730 | +---------------------------+--------------------------------------+ 2025-03-06 19:55:16.862 | ++ 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-03-06 19:55:18.036 | +----------------------+--------------------------------------+ 2025-03-06 19:55:18.037 | | Field | Value | 2025-03-06 19:55:18.037 | +----------------------+--------------------------------------+ 2025-03-06 19:55:18.037 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-03-06 19:55:18.037 | | cidr | 192.168.233.0/24 | 2025-03-06 19:55:18.037 | | created_at | 2025-03-06T19:55:17Z | 2025-03-06 19:55:18.037 | | description | shared-subnet | 2025-03-06 19:55:18.037 | | dns_nameservers | | 2025-03-06 19:55:18.037 | | dns_publish_fixed_ip | None | 2025-03-06 19:55:18.037 | | enable_dhcp | True | 2025-03-06 19:55:18.037 | | gateway_ip | 192.168.233.1 | 2025-03-06 19:55:18.037 | | host_routes | | 2025-03-06 19:55:18.037 | | id | e5808619-5422-4313-a5cd-f1042553c4a8 | 2025-03-06 19:55:18.037 | | ip_version | 4 | 2025-03-06 19:55:18.037 | | ipv6_address_mode | None | 2025-03-06 19:55:18.037 | | ipv6_ra_mode | None | 2025-03-06 19:55:18.037 | | name | shared-subnet | 2025-03-06 19:55:18.037 | | network_id | 617508ba-3567-4508-96b5-a01447ece634 | 2025-03-06 19:55:18.037 | | project_id | c31f6504bb73492890b262ff43fdf9bc | 2025-03-06 19:55:18.037 | | revision_number | 0 | 2025-03-06 19:55:18.037 | | segment_id | None | 2025-03-06 19:55:18.037 | | service_types | | 2025-03-06 19:55:18.037 | | subnetpool_id | None | 2025-03-06 19:55:18.037 | | tags | | 2025-03-06 19:55:18.037 | | updated_at | 2025-03-06T19:55:17Z | 2025-03-06 19:55:18.037 | +----------------------+--------------------------------------+ 2025-03-06 19:55:18.178 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-03-06 19:55:18.204 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-03-06 19:55:18.230 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-03-06 19:55:18.233 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-03-06 19:55:18.257 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-03-06 19:55:18.279 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-03-06 19:55:18.302 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-03-06 19:55:18.327 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-03-06 19:55:18.352 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-03-06 19:55:18.378 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-03-06 19:55:18.400 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-03-06 19:55:18.423 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-03-06 19:55:18.447 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-03-06 19:55:18.470 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-03-06 19:55:18.472 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-03-06 19:55:18.497 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-03-06 19:55:18.519 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-03-06 19:55:18.541 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-03-06 19:55:18.564 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-03-06 19:55:18.565 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-03-06 19:55:18.597 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-03-06 19:55:18.624 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-03-06 19:55:18.626 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-03-06 19:55:18.650 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-03-06 19:55:18.663 | ++ functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:55:18.665 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-03-06 19:55:18.667 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-03-06 19:55:18.691 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-03-06 19:55:18.703 | ++ functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:55:18.705 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-03-06 19:55:18.728 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-03-06 19:55:18.750 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-03-06 19:55:18.772 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-03-06 19:55:18.774 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-03-06 19:55:18.799 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-03-06 19:55:18.824 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-03-06 19:55:18.836 | ++ functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:55:18.838 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 285931c9-8b83-4997-8c4d-6a79005e36ba 2025-03-06 19:55:18.861 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 285931c9-8b83-4997-8c4d-6a79005e36ba 2025-03-06 19:55:18.884 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-03-06 19:55:18.909 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-03-06 19:55:18.934 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-03-06 19:55:18.959 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-03-06 19:55:18.972 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:18.974 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-03-06 19:55:18.976 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-03-06 19:55:18.977 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-03-06 19:55:18.979 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-03-06 19:55:18.981 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-03-06 19:55:18.982 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-03-06 19:55:18.997 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-03-06 19:55:18.999 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-03-06 19:55:19.022 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-03-06 19:55:19.049 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-03-06 19:55:19.075 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-03-06 19:55:19.098 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-03-06 19:55:19.122 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-03-06 19:55:19.145 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-03-06 19:55:19.169 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-03-06 19:55:19.192 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-03-06 19:55:19.217 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-03-06 19:55:19.219 | ++ 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-03-06 19:55:19.242 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-03-06 19:55:19.244 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-03-06 19:55:19.256 | ++ functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:55:19.258 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-03-06 19:55:19.281 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 9d3d5e92-7579-4e5b-b017-9912ee9dca8d 2025-03-06 19:55:19.304 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-03-06 19:55:19.327 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-03-06 19:55:19.350 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-03-06 19:55:19.376 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-03-06 19:55:19.399 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-03-06 19:55:19.422 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-03-06 19:55:19.447 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-03-06 19:55:19.449 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-03-06 19:55:19.451 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-03-06 19:55:19.452 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-03-06 19:55:19.477 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-03-06 19:55:19.480 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-03-06 19:55:19.480 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-03-06 19:55:19.484 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-03-06 19:55:19.486 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-03-06 19:55:19.509 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-03-06 19:55:19.510 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-03-06 19:55:19.512 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-03-06 19:55:19.514 | ++ functions-common:is_provider_network:2252 : return 1 2025-03-06 19:55:19.516 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-03-06 19:55:19.538 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-03-06 19:55:19.561 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-03-06 19:55:19.584 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-03-06 19:55:19.607 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-03-06 19:55:19.631 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-03-06 19:55:19.653 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-06 19:55:19.656 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-03-06 19:55:19.669 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-03-06 19:55:19.694 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-06 19:55:19.696 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-03-06 19:55:19.709 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-03-06 19:55:19.731 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-06 19:55:19.734 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-03-06 19:55:19.746 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-03-06 19:55:19.769 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-03-06 19:55:19.771 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-03-06 19:55:19.784 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-03-06 19:55:19.808 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-03-06 19:55:19.809 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-03-06 19:55:19.811 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-03-06 19:55:19.813 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-03-06 19:55:19.827 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-03-06 19:55:19.829 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-03-06 19:55:19.852 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-03-06 19:55:19.864 | ++ functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:55:19.866 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-03-06 19:55:19.888 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-03-06 19:55:19.890 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-03-06 19:55:19.892 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-03-06 19:55:19.894 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-03-06 19:55:19.896 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-03-06 19:55:19.898 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-03-06 19:55:19.900 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-03-06 19:55:19.901 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-03-06 19:55:19.903 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-03-06 19:55:19.917 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-03-06 19:55:19.919 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-03-06 19:55:19.944 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-03-06 19:55:19.946 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-03-06 19:55:19.947 | ++ lib/tempest:configure_tempest:685 : local service 2025-03-06 19:55:19.949 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-03-06 19:55:19.951 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-03-06 19:55:19.953 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-03-06 19:55:19.965 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:19.967 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-03-06 19:55:19.992 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-03-06 19:55:19.994 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-03-06 19:55:20.007 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:20.009 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-03-06 19:55:20.034 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-03-06 19:55:20.035 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-03-06 19:55:20.048 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:20.050 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-03-06 19:55:20.074 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-03-06 19:55:20.076 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-03-06 19:55:20.089 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:20.091 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-03-06 19:55:20.114 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-03-06 19:55:20.116 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-03-06 19:55:20.129 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:20.131 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-03-06 19:55:20.156 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-03-06 19:55:20.157 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-03-06 19:55:20.170 | ++ functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:55:20.172 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-03-06 19:55:20.196 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-03-06 19:55:20.198 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-03-06 19:55:20.212 | ++ functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:55:20.214 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-03-06 19:55:20.238 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-03-06 19:55:20.240 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-03-06 19:55:20.242 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-03-06 19:55:20.244 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-03-06 19:55:20.268 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-03-06 19:55:20.269 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-03-06 19:55:20.271 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-03-06 19:55:20.273 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-03-06 19:55:20.297 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-03-06 19:55:20.299 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-03-06 19:55:20.301 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-03-06 19:55:20.303 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-03-06 19:55:20.305 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-03-06 19:55:20.308 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.aOziGkFk40 2025-03-06 19:55:20.310 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-03-06 19:55:20.312 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-03-06 19:55:20.315 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-03-06 19:55:20.318 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.wGRBzjW4LJ 2025-03-06 19:55:20.320 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.wGRBzjW4LJ 2025-03-06 19:55:20.322 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-03-06 19:55:20.324 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.wGRBzjW4LJ 2025-03-06 19:55:20.326 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-03-06 19:55:20.328 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-03-06 19:55:20.330 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-03-06 19:55:20.335 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-03-06 19:55:20.337 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-03-06 19:55:20.339 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-03-06 19:55:20.341 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-03-06 19:55:20.343 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-03-06 19:55:20.345 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-03-06 19:55:20.571 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-03-06 19:55:20.955 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-03-06 19:55:31.693 | venv-tempest develop-inst: /opt/stack/tempest 2025-03-06 19:55:34.611 | 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@faa1decedfef73a77ab88feee2976036da475e0d#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-03-06 19:55:34.611 | ___________________________________ summary ____________________________________ 2025-03-06 19:55:34.611 | venv-tempest: skipped tests 2025-03-06 19:55:34.611 | congratulations :) 2025-03-06 19:55:34.634 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.wGRBzjW4LJ -r requirements.txt 2025-03-06 19:55:35.065 | /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-03-06 19:55:35.066 | dist.fetch_build_eggs(dist.setup_requires) 2025-03-06 19:55:35.139 | /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-03-06 19:55:35.139 | warnings.warn( 2025-03-06 19:55:35.139 | /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-03-06 19:55:35.139 | warnings.warn( 2025-03-06 19:55:35.202 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-03-06 19:55:37.405 | 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@faa1decedfef73a77ab88feee2976036da475e0d#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-03-06 19:55:37.405 | venv-tempest run-test-pre: PYTHONHASHSEED='2180272589' 2025-03-06 19:55:37.405 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.wGRBzjW4LJ -r requirements.txt 2025-03-06 19:55:38.288 | 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-03-06 19:55:38.289 | 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-03-06 19:55:38.289 | 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-03-06 19:55:38.290 | 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-03-06 19:55:38.291 | 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-03-06 19:55:38.291 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-03-06 19:55:38.292 | 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-03-06 19:55:38.293 | 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-03-06 19:55:38.294 | 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-03-06 19:55:38.295 | 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-03-06 19:55:38.295 | 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-03-06 19:55:38.296 | 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-03-06 19:55:38.298 | 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-03-06 19:55:38.298 | 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-03-06 19:55:38.300 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-03-06 19:55:38.300 | 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-03-06 19:55:38.301 | 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-03-06 19:55:38.301 | 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-03-06 19:55:38.301 | 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-03-06 19:55:38.303 | 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-03-06 19:55:38.303 | 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-03-06 19:55:38.303 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-03-06 19:55:38.304 | 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-03-06 19:55:38.306 | 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-03-06 19:55:38.311 | 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-03-06 19:55:38.312 | 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-03-06 19:55:38.329 | 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-03-06 19:55:38.329 | 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-03-06 19:55:38.330 | 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-03-06 19:55:38.331 | 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-03-06 19:55:38.347 | 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-03-06 19:55:38.348 | 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-03-06 19:55:38.367 | 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-03-06 19:55:38.379 | 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-03-06 19:55:38.394 | 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-03-06 19:55:38.394 | 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-03-06 19:55:38.408 | 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-03-06 19:55:38.409 | 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-03-06 19:55:38.425 | 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-03-06 19:55:38.425 | 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-03-06 19:55:38.426 | 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-03-06 19:55:38.430 | 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-03-06 19:55:38.431 | 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-03-06 19:55:38.440 | 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-03-06 19:55:38.441 | 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-03-06 19:55:38.441 | 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-03-06 19:55:38.442 | 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-03-06 19:55:38.469 | 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-03-06 19:55:38.492 | 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-03-06 19:55:38.568 | 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-03-06 19:55:38.576 | 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-03-06 19:55:38.656 | 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-03-06 19:55:38.666 | 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-03-06 19:55:38.677 | 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-03-06 19:55:38.678 | 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-03-06 19:55:38.679 | 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-03-06 19:55:38.842 | WARNING: There was an error checking the latest version of pip. 2025-03-06 19:55:38.920 | ___________________________________ summary ____________________________________ 2025-03-06 19:55:38.920 | venv-tempest: commands succeeded 2025-03-06 19:55:38.920 | congratulations :) 2025-03-06 19:55:38.941 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.wGRBzjW4LJ 2025-03-06 19:55:38.945 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-03-06 19:55:38.947 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-03-06 19:55:38.949 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-03-06 19:55:38.973 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.aOziGkFk40 2025-03-06 19:55:39.215 | venv create: /opt/stack/tempest/.tox/venv 2025-03-06 19:55:39.500 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-03-06 19:55:53.951 | venv develop-inst: /opt/stack/tempest 2025-03-06 19:55:57.441 | 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@faa1decedfef73a77ab88feee2976036da475e0d#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-03-06 19:55:57.442 | venv run-test-pre: PYTHONHASHSEED='2528195171' 2025-03-06 19:55:57.442 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.aOziGkFk40 2025-03-06 19:55:57.571 | /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-03-06 19:55:57.571 | debtcollector.deprecate( 2025-03-06 19:55:57.740 | /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-03-06 19:55:57.740 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-03-06 19:55:57.740 | /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-03-06 19:55:57.740 | @jsonschema.FormatChecker.cls_checks('base64') 2025-03-06 19:55:57.999 | /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-03-06 19:55:57.999 | warnings.warn( 2025-03-06 19:55:58.193 | /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-03-06 19:55:58.193 | for key, value in info.getheaders().items(): 2025-03-06 19:55:58.220 | /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-03-06 19:55:58.220 | for key, value in info.getheaders().items(): 2025-03-06 19:55:58.455 | /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-03-06 19:55:58.455 | for key, value in info.getheaders().items(): 2025-03-06 19:55:58.456 | /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-03-06 19:55:58.456 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-03-06 19:55:59.211 | ___________________________________ summary ____________________________________ 2025-03-06 19:55:59.211 | venv: commands succeeded 2025-03-06 19:55:59.211 | congratulations :) 2025-03-06 19:55:59.232 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-03-06 19:55:59.246 | ++ functions-common:is_service_enabled:2056 : return 1 2025-03-06 19:55:59.248 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-03-06 19:55:59.250 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-03-06 19:55:59.263 | ++ functions-common:is_service_enabled:2056 : return 0 2025-03-06 19:55:59.265 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-03-06 19:55:59.266 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-03-06 19:55:59.269 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-03-06 19:55:59.271 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-03-06 19:55:59.273 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-03-06 19:55:59.274 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-03-06 19:55:59.276 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-03-06 19:55:59.278 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-03-06 19:55:59.280 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-03-06 19:55:59.282 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-03-06 19:55:59.284 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-03-06 19:55:59.286 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-03-06 19:55:59.287 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-03-06 19:55:59.289 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-03-06 19:55:59.291 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-03-06 19:55:59.293 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-03-06 19:55:59.295 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-03-06 19:55:59.297 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-03-06 19:55:59.299 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-03-06 19:55:59.301 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-03-06 19:55:59.303 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-03-06 19:55:59.305 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-03-06 19:55:59.307 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-03-06 19:55:59.309 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-03-06 19:55:59.311 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-03-06 19:55:59.313 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-03-06 19:55:59.315 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-03-06 19:55:59.317 | ++ 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-03-06 19:55:59.319 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-03-06 19:55:59.322 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.aOziGkFk40 network-feature-enabled api_extensions 2025-03-06 19:55:59.323 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-03-06 19:55:59.338 | ++ 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-03-06 19:55:59.341 | +++ 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-03-06 19:55:59.343 | +++ 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-03-06 19:55:59.345 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-03-06 19:55:59.347 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-03-06 19:55:59.349 | +++ 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-03-06 19:55:59.364 | +++ 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-03-06 19:55:59.380 | ++ 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-03-06 19:55:59.382 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-03-06 19:55:59.384 | ++ 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-03-06 19:55:59.409 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-03-06 19:55:59.411 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-03-06 19:55:59.413 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-03-06 19:55:59.415 | ++ 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-03-06 19:55:59.417 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-03-06 19:55:59.419 | ++ 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-03-06 19:55:59.444 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-03-06 19:55:59.446 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-03-06 19:55:59.449 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-03-06 19:55:59.450 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-03-06 19:55:59.453 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-03-06 19:55:59.455 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-03-06 19:55:59.457 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-03-06 19:55:59.459 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-03-06 19:55:59.461 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-03-06 19:55:59.463 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-03-06 19:55:59.465 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-03-06 19:55:59.467 | ++ 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-03-06 19:55:59.469 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-03-06 19:55:59.471 | ++ 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-03-06 19:55:59.496 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-03-06 19:55:59.496 | ' 2025-03-06 19:55:59.498 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-03-06 19:55:59.500 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-03-06 19:55:59.502 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-03-06 19:55:59.504 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-03-06 19:55:59.506 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-03-06 19:55:59.506 | ~/tempest ~/tempest 2025-03-06 19:55:59.508 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-03-06 19:55:59.510 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-03-06 19:55:59.510 | ~/tempest 2025-03-06 19:55:59.512 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-03-06 19:55:59.514 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-03-06 19:55:59.516 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:55:59.519 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-03-06 19:55:59.521 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-03-06 19:55:59.523 | + functions-common:run_plugins:1814 : local mode=stack 2025-03-06 19:55:59.525 | + functions-common:run_plugins:1815 : local phase=test-config 2025-03-06 19:55:59.527 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-03-06 19:55:59.529 | + functions-common:run_plugins:1818 : local plugin 2025-03-06 19:55:59.531 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-03-06 19:55:59.534 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-03-06 19:55:59.536 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-03-06 19:55:59.538 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-03-06 19:55:59.540 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-03-06 19:55:59.542 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:55:59.544 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-03-06 19:55:59.547 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:55:59.549 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-03-06 19:55:59.551 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-03-06 19:55:59.553 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-03-06 19:55:59.555 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-03-06 19:55:59.557 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-03-06 19:55:59.560 | + inc/meta-config:merge_config_group:171 : shift 2025-03-06 19:55:59.562 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-03-06 19:55:59.564 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:55:59.566 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-03-06 19:55:59.568 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-03-06 19:55:59.571 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-03-06 19:55:59.573 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-03-06 19:55:59.576 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-03-06 19:55:59.578 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-03-06 19:55:59.580 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-03-06 19:55:59.580 | /^\[\[.+\|.*\]\]/ { 2025-03-06 19:55:59.580 | gsub("[][]", "", $1); 2025-03-06 19:55:59.580 | split($1, a, "|"); 2025-03-06 19:55:59.580 | if (a[1] == matchgroup) 2025-03-06 19:55:59.580 | print a[2] 2025-03-06 19:55:59.580 | } 2025-03-06 19:55:59.580 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 9 async_wait 42 osc 150 apt-get 24 test_with_retry 3 dbsync 2 pip_install 105 apt-get-update 7 run_process 16 git_timed 75 ------------------------- Unaccounted time 53 ========================= Total runtime 486 ================= Async summary ================= Time spent in the background minus waits: 180 sec Elapsed time: 486 sec Time if we did everything serially: 666 sec Speedup: 1.37037 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36774 | | keystone | UPDATE | 7 | | keystone | INSERT | 93 | | neutron | SELECT | 3468 | | neutron | INSERT | 131 | | placement | SELECT | 10 | | placement | INSERT | 4 | | placement | SET | 2 | | neutron | UPDATE | 75 | | neutron | DELETE | 16 | | nova_cell1 | SELECT | 70 | | nova_cell0 | SELECT | 12 | | nova_cell1 | INSERT | 6 | | nova_api | SELECT | 110 | | nova_cell1 | UPDATE | 3 | | cinder | SELECT | 121 | | cinder | INSERT | 5 | | cinder | UPDATE | 3 | | glance | SELECT | 47 | | glance | INSERT | 8 | | glance | UPDATE | 2 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | cinder | DELETE | 1 | +------------+-----------+-------+ This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.2 Change: daa3ed62d38daadecfecccc022655deb65e81141 Update glance image size limit 2025-02-13 11:37:41 +0000 OS Version: Ubuntu 22.04 jammy