2025-04-15 17:46:05.640 | + stack.sh:main:502 : exec 2025-04-15 17:46:05.640 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-15-174605' 2025-04-15 17:46:05.640 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-15-174605.summary.2025-04-15-174605 2025-04-15 17:46:05.640 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:46:05.640 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-15-174605 2025-04-15 17:46:05.640 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-15-174605 /opt/stack//logs/stack.sh.log 2025-04-15 17:46:05.640 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-15-174605.summary.2025-04-15-174605 /opt/stack//logs/stack.sh.log.summary 2025-04-15 17:46:05.640 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-15 17:46:05.640 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-15 17:46:05.640 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-15 17:46:05.640 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-15 17:46:05.640 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-15 17:46:05.640 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-15 17:46:05.640 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-15 17:46:05.640 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-15 17:46:05.640 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-15 17:46:05.640 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-15 17:46:05.641 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-15 17:46:05.642 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-15 17:46:05.643 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-15 17:46:05.645 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-15 17:46:05.648 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-15 17:46:05.649 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-15 17:46:05.650 | + stack.sh:main:575 : trap err_trap ERR 2025-04-15 17:46:05.652 | + stack.sh:main:588 : set -o errexit 2025-04-15 17:46:05.653 | + stack.sh:main:591 : uname -a 2025-04-15 17:46:05.654 | Linux devstack 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2025-04-15 17:46:05.655 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-15 17:46:05.657 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-15 17:46:05.659 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-15 17:46:05.682 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-15 17:46:05.693 | + stack.sh:main:605 : fetch_plugins 2025-04-15 17:46:05.694 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-15 17:46:05.695 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-15 17:46:05.697 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-15 17:46:05.698 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-15 17:46:05.698 | Fetching DevStack plugins 2025-04-15 17:46:05.699 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-15 17:46:05.701 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-15 17:46:05.702 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-15 17:46:05.703 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-15 17:46:05.705 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-15 17:46:05.706 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-15 17:46:05.707 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-15 17:46:05.709 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-15 17:46:05.710 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-15 17:46:05.711 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-15 17:46:05.712 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 17:46:05.714 | ++ functions-common:git_clone:576 : pwd 2025-04-15 17:46:05.716 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 17:46:05.717 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 17:46:05.719 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 17:46:05.728 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 17:46:05.729 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 17:46:05.730 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 17:46:05.732 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 17:46:05.733 | + functions-common:git_clone:593 : echo devstack 2025-04-15 17:46:05.733 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 17:46:05.736 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-15 17:46:05.738 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 17:46:05.739 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-15 17:46:05.740 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:46:05.742 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:46:05.743 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:46:05.744 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:46:05.745 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:46:05.747 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:46:05.748 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:46:05.749 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:46:05.751 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:46:05.753 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739165752 2025-04-15 17:46:05.755 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-15 17:46:05.758 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-15 17:46:06.696 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:46:06.697 | + functions-common:time_stop:2400 : local name 2025-04-15 17:46:06.699 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:46:06.700 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:46:06.702 | + functions-common:time_stop:2403 : local total 2025-04-15 17:46:06.703 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:46:06.704 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:46:06.706 | + functions-common:time_stop:2407 : start_time=1744739165752 2025-04-15 17:46:06.707 | + functions-common:time_stop:2409 : [[ -z 1744739165752 ]] 2025-04-15 17:46:06.709 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:46:06.711 | + functions-common:time_stop:2412 : end_time=1744739166710 2025-04-15 17:46:06.713 | + functions-common:time_stop:2413 : elapsed_time=958 2025-04-15 17:46:06.714 | + functions-common:time_stop:2414 : total=0 2025-04-15 17:46:06.716 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:46:06.717 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=958 2025-04-15 17:46:06.719 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-15 17:46:06.720 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-15 17:46:06.722 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:46:06.723 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:46:06.725 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:46:06.726 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:46:06.728 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:46:06.730 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:46:06.731 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:46:06.733 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:46:06.734 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:46:06.737 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739166735 2025-04-15 17:46:06.738 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-15 17:46:07.313 | From https://github.com/sapcc/networking-nsx-t 2025-04-15 17:46:07.313 | * branch devstack -> FETCH_HEAD 2025-04-15 17:46:07.317 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:46:07.318 | + functions-common:time_stop:2400 : local name 2025-04-15 17:46:07.319 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:46:07.321 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:46:07.322 | + functions-common:time_stop:2403 : local total 2025-04-15 17:46:07.324 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:46:07.325 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:46:07.326 | + functions-common:time_stop:2407 : start_time=1744739166735 2025-04-15 17:46:07.328 | + functions-common:time_stop:2409 : [[ -z 1744739166735 ]] 2025-04-15 17:46:07.329 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:46:07.332 | + functions-common:time_stop:2412 : end_time=1744739167330 2025-04-15 17:46:07.333 | + functions-common:time_stop:2413 : elapsed_time=595 2025-04-15 17:46:07.334 | + functions-common:time_stop:2414 : total=958 2025-04-15 17:46:07.335 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:46:07.337 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1553 2025-04-15 17:46:07.338 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 17:46:07.340 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:46:07.341 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:46:07.342 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:46:07.344 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:46:07.345 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:46:07.346 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:46:07.348 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:46:07.349 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:46:07.351 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:46:07.353 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739167351 2025-04-15 17:46:07.354 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 17:46:07.363 | Note: switching to 'FETCH_HEAD'. 2025-04-15 17:46:07.363 | 2025-04-15 17:46:07.363 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 17:46:07.363 | changes and commit them, and you can discard any commits you make in this 2025-04-15 17:46:07.363 | state without impacting any branches by switching back to a branch. 2025-04-15 17:46:07.363 | 2025-04-15 17:46:07.363 | If you want to create a new branch to retain commits you create, you may 2025-04-15 17:46:07.363 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 17:46:07.363 | 2025-04-15 17:46:07.363 | git switch -c 2025-04-15 17:46:07.363 | 2025-04-15 17:46:07.363 | Or undo this operation with: 2025-04-15 17:46:07.364 | 2025-04-15 17:46:07.364 | git switch - 2025-04-15 17:46:07.364 | 2025-04-15 17:46:07.364 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 17:46:07.364 | 2025-04-15 17:46:07.364 | HEAD is now at 29bc664 Delay agent initialization 2025-04-15 17:46:07.365 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:46:07.367 | + functions-common:time_stop:2400 : local name 2025-04-15 17:46:07.368 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:46:07.369 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:46:07.371 | + functions-common:time_stop:2403 : local total 2025-04-15 17:46:07.372 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:46:07.373 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:46:07.375 | + functions-common:time_stop:2407 : start_time=1744739167351 2025-04-15 17:46:07.376 | + functions-common:time_stop:2409 : [[ -z 1744739167351 ]] 2025-04-15 17:46:07.378 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:46:07.380 | + functions-common:time_stop:2412 : end_time=1744739167378 2025-04-15 17:46:07.381 | + functions-common:time_stop:2413 : elapsed_time=27 2025-04-15 17:46:07.382 | + functions-common:time_stop:2414 : total=1553 2025-04-15 17:46:07.384 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:46:07.385 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1580 2025-04-15 17:46:07.386 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-15 17:46:07.395 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-15 17:46:07.397 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 17:46:07.397 | + functions-common:git_clone:656 : head -1 2025-04-15 17:46:07.399 | 29bc664 Delay agent initialization 2025-04-15 17:46:07.400 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 17:46:07.402 | + stack.sh:main:609 : run_phase override_defaults 2025-04-15 17:46:07.404 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-15 17:46:07.405 | + functions-common:run_phase:1829 : local phase= 2025-04-15 17:46:07.406 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 17:46:07.408 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 17:46:07.409 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 17:46:07.411 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 17:46:07.412 | + functions-common:run_phase:1838 : local extra 2025-04-15 17:46:07.414 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 17:46:07.416 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 17:46:07.418 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 17:46:07.419 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 17:46:07.421 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-15 17:46:07.422 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 17:46:07.431 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:46:07.432 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-15 17:46:07.434 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 17:46:07.435 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 17:46:07.436 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 17:46:07.438 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 17:46:07.439 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-15 17:46:07.440 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-15 17:46:07.442 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-15 17:46:07.443 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-15 17:46:07.445 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 17:46:07.446 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-15 17:46:07.447 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-15 17:46:07.449 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-15 17:46:07.450 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-15 17:46:07.452 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-15 17:46:07.452 | Overriding Configuration Defaults 2025-04-15 17:46:07.453 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-15 17:46:07.454 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-15 17:46:07.456 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-15 17:46:07.457 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-15 17:46:07.468 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-15 17:46:07.469 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-15 17:46:07.478 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:46:07.481 | +++ lib/tls:source:43 : hostname -f 2025-04-15 17:46:07.483 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-15 17:46:07.484 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-15 17:46:07.485 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-15 17:46:07.487 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-15 17:46:07.488 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-15 17:46:07.490 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-15 17:46:07.491 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-15 17:46:07.492 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-15 17:46:07.494 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-15 17:46:07.495 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-15 17:46:07.498 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-15 17:46:07.506 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-15 17:46:07.517 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-15 17:46:07.526 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-15 17:46:07.534 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-15 17:46:07.557 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-15 17:46:07.597 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-15 17:46:07.642 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-15 17:46:07.660 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-15 17:46:07.694 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-15 17:46:07.726 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-15 17:46:07.727 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-15 17:46:07.737 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:46:07.739 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-15 17:46:07.741 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-15 17:46:07.743 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-15 17:46:07.744 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-15 17:46:07.746 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-15 17:46:07.757 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-15 17:46:07.758 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-15 17:46:07.760 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-15 17:46:07.762 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-15 17:46:07.763 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-15 17:46:07.765 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-15 17:46:07.767 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-15 17:46:07.769 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-15 17:46:07.780 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-15 17:46:07.781 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-15 17:46:07.783 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-15 17:46:07.794 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-15 17:46:07.796 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-15 17:46:07.797 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-15 17:46:07.799 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-15 17:46:07.800 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-15 17:46:07.802 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-15 17:46:07.804 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-15 17:46:07.805 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-15 17:46:07.807 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-15 17:46:07.808 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-15 17:46:07.810 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-15 17:46:07.812 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-15 17:46:07.813 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-15 17:46:07.815 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-15 17:46:07.817 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-15 17:46:07.819 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-15 17:46:07.821 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-15 17:46:07.821 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-15 17:46:07.824 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-15 17:46:07.825 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-15 17:46:07.827 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-15 17:46:07.829 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-15 17:46:07.830 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-15 17:46:07.832 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-15 17:46:07.843 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-15 17:46:07.845 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-15 17:46:07.847 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-15 17:46:07.847 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-15 17:46:07.850 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-15 17:46:07.852 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-15 17:46:07.853 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-15 17:46:07.855 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-15 17:46:07.857 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-15 17:46:07.858 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-15 17:46:07.860 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-15 17:46:07.861 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-15 17:46:07.863 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-15 17:46:07.865 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-15 17:46:07.866 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-15 17:46:07.868 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-15 17:46:07.869 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-15 17:46:07.871 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:46:07.873 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-15 17:46:07.874 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-15 17:46:07.876 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-15 17:46:07.887 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-15 17:46:07.888 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-15 17:46:07.890 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-15 17:46:07.892 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-15 17:46:07.894 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 17:46:07.895 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-15 17:46:07.897 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 17:46:07.898 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-15 17:46:07.900 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-15 17:46:07.901 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-15 17:46:07.903 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-15 17:46:07.904 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-15 17:46:07.906 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-15 17:46:07.908 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-15 17:46:07.909 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-15 17:46:07.911 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-15 17:46:07.912 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-15 17:46:07.914 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-15 17:46:07.915 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-15 17:46:07.917 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-15 17:46:07.918 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-15 17:46:07.939 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-15 17:46:07.948 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-15 17:46:07.950 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-15 17:46:07.952 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-15 17:46:07.953 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-15 17:46:07.955 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-15 17:46:07.956 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-15 17:46:07.958 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-15 17:46:07.960 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-15 17:46:07.961 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-15 17:46:07.963 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-15 17:46:07.964 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-15 17:46:07.966 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-15 17:46:07.967 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-15 17:46:07.969 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-15 17:46:07.971 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-15 17:46:07.972 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-15 17:46:07.974 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-15 17:46:07.975 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-15 17:46:07.978 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-15 17:46:07.978 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-15 17:46:07.978 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-15 17:46:07.978 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-15 17:46:07.983 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=97:f22f:bc99 2025-04-15 17:46:07.985 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-15 17:46:07.986 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-15 17:46:07.988 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-15 17:46:07.990 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-15 17:46:07.991 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd97:f22f:bc99::/56 2025-04-15 17:46:07.994 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd97:f22f:bc99::/56 2025-04-15 17:46:07.994 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-15 17:46:07.998 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd97:f22f:bc99::/64 2025-04-15 17:46:07.999 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-15 17:46:08.001 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-15 17:46:08.003 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-15 17:46:08.004 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-15 17:46:08.006 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-15 17:46:08.007 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-15 17:46:08.009 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-15 17:46:08.010 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-15 17:46:08.012 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-15 17:46:08.013 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-15 17:46:08.015 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-15 17:46:08.017 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-15 17:46:08.018 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd97:f22f:bc99::/56 2025-04-15 17:46:08.020 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-15 17:46:08.021 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-15 17:46:08.024 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-15 17:46:08.025 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-15 17:46:08.025 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-15 17:46:08.028 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-15 17:46:08.031 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-15 17:46:08.031 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-15 17:46:08.031 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-15 17:46:08.035 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-15 17:46:08.037 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-15 17:46:08.039 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-15 17:46:08.041 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-15 17:46:08.043 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-15 17:46:08.044 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-15 17:46:08.046 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-15 17:46:08.048 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-15 17:46:08.049 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-15 17:46:08.061 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-15 17:46:08.071 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-15 17:46:08.081 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-15 17:46:08.090 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-15 17:46:08.137 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-15 17:46:08.139 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-15 17:46:08.141 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-15 17:46:08.143 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-15 17:46:08.144 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-15 17:46:08.146 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-15 17:46:08.146 | False' 2025-04-15 17:46:08.148 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-15 17:46:08.160 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-15 17:46:08.162 | + stack.sh:main:639 : run_phase source 2025-04-15 17:46:08.163 | + functions-common:run_phase:1828 : local mode=source 2025-04-15 17:46:08.165 | + functions-common:run_phase:1829 : local phase= 2025-04-15 17:46:08.167 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 17:46:08.168 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 17:46:08.170 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 17:46:08.172 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 17:46:08.173 | + functions-common:run_phase:1838 : local extra 2025-04-15 17:46:08.175 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 17:46:08.178 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 17:46:08.179 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 17:46:08.181 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 17:46:08.183 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-15 17:46:08.184 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 17:46:08.195 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:46:08.197 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-15 17:46:08.198 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-15 17:46:08.225 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-15 17:46:08.226 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-15 17:46:08.228 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-15 17:46:08.230 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-15 17:46:08.231 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-15 17:46:08.233 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-15 17:46:08.235 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-15 17:46:08.236 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-15 17:46:08.236 | Loading plugin settings 2025-04-15 17:46:08.238 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-15 17:46:08.240 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-15 17:46:08.241 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-15 17:46:08.243 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-15 17:46:08.245 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-15 17:46:08.247 | ++ functions-common:define_plugin:1872 : : 2025-04-15 17:46:08.248 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-15 17:46:08.250 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-15 17:46:08.252 | + functions-common:verify_disabled_services:2111 : local service 2025-04-15 17:46:08.253 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.255 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-15 17:46:08.257 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.259 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-04-15 17:46:08.260 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.262 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-04-15 17:46:08.264 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.266 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-04-15 17:46:08.268 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.269 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2025-04-15 17:46:08.271 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.273 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-04-15 17:46:08.274 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.276 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-04-15 17:46:08.278 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.280 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-04-15 17:46:08.281 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.283 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-04-15 17:46:08.285 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.286 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-04-15 17:46:08.288 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.290 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-04-15 17:46:08.292 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.293 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-04-15 17:46:08.295 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.297 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-04-15 17:46:08.299 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.300 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-04-15 17:46:08.302 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.304 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-15 17:46:08.306 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.307 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-15 17:46:08.309 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.311 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-15 17:46:08.313 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.314 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-15 17:46:08.316 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.318 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-04-15 17:46:08.320 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.321 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-04-15 17:46:08.323 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.325 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-04-15 17:46:08.327 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:46:08.328 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-04-15 17:46:08.331 | + stack.sh:main:710 : initialize_database_backends 2025-04-15 17:46:08.332 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-15 17:46:08.334 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-15 17:46:08.346 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:46:08.347 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-15 17:46:08.349 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-15 17:46:08.351 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-15 17:46:08.362 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:46:08.364 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-15 17:46:08.366 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-15 17:46:08.368 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-15 17:46:08.369 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-15 17:46:08.371 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-15 17:46:08.373 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-15 17:46:08.375 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-15 17:46:08.376 | + lib/database:initialize_database_backends:92 : return 0 2025-04-15 17:46:08.378 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-15 17:46:08.378 | Using mysql database backend 2025-04-15 17:46:08.380 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-15 17:46:08.392 | + stack.sh:main:716 : define_database_baseurl 2025-04-15 17:46:08.394 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-15 17:46:08.396 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-15 17:46:08.398 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-15 17:46:08.400 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 17:46:08.402 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-15 17:46:08.414 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:46:08.416 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-15 17:46:08.428 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-15 17:46:08.440 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:46:08.442 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-15 17:46:08.454 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-15 17:46:08.467 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-15 17:46:08.479 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:46:08.481 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-15 17:46:08.493 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:46:08.495 | + stack.sh:main:772 : save_stackenv 772 2025-04-15 17:46:08.497 | + functions-common:save_stackenv:60 : local tag=772 2025-04-15 17:46:08.499 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-15 17:46:08.502 | + functions-common:save_stackenv:62 : time_stamp=2025-04-15-174608 2025-04-15 17:46:08.504 | + functions-common:save_stackenv:63 : echo '# 2025-04-15-174608 772' 2025-04-15 17:46:08.506 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.508 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 17:46:08.510 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.511 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-15 17:46:08.513 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.515 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-15 17:46:08.517 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.519 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-15 17:46:08.521 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.523 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-15 17:46:08.524 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.526 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-15 17:46:08.528 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.530 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-15-174605 2025-04-15 17:46:08.532 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.533 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-15 17:46:08.535 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.537 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-15 17:46:08.539 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.541 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-15 17:46:08.543 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.544 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-15 17:46:08.547 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.548 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-15 17:46:08.550 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.552 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-15 17:46:08.554 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.556 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-15 17:46:08.557 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:46:08.559 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-15 17:46:08.561 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-15 17:46:08.563 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-15 17:46:08.565 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-15 17:46:08.567 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-15 17:46:08.568 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 17:46:08.570 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 17:46:08.572 | ++ functions-common:git_clone:576 : pwd 2025-04-15 17:46:08.574 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 17:46:08.576 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 17:46:08.578 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 17:46:08.590 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 17:46:08.591 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-15 17:46:08.593 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 17:46:08.595 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 17:46:08.595 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 17:46:08.599 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-15 17:46:08.600 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 17:46:08.602 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-15 17:46:08.604 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:46:08.605 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:46:08.607 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:46:08.609 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:46:08.610 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:46:08.612 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:46:08.613 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:46:08.615 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:46:08.617 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:46:08.620 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739168618 2025-04-15 17:46:08.621 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-15 17:46:08.624 | Cloning into '/opt/stack//requirements'... 2025-04-15 17:46:51.060 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:46:51.061 | + functions-common:time_stop:2400 : local name 2025-04-15 17:46:51.063 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:46:51.065 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:46:51.066 | + functions-common:time_stop:2403 : local total 2025-04-15 17:46:51.068 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:46:51.070 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:46:51.071 | + functions-common:time_stop:2407 : start_time=1744739168618 2025-04-15 17:46:51.073 | + functions-common:time_stop:2409 : [[ -z 1744739168618 ]] 2025-04-15 17:46:51.075 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:46:51.078 | + functions-common:time_stop:2412 : end_time=1744739211076 2025-04-15 17:46:51.080 | + functions-common:time_stop:2413 : elapsed_time=42458 2025-04-15 17:46:51.082 | + functions-common:time_stop:2414 : total=1580 2025-04-15 17:46:51.083 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:46:51.085 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44038 2025-04-15 17:46:51.087 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-15 17:46:51.088 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-15 17:46:51.090 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:46:51.091 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:46:51.093 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:46:51.095 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:46:51.096 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:46:51.098 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:46:51.100 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:46:51.101 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:46:51.104 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:46:51.106 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739211104 2025-04-15 17:46:51.108 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-15 17:46:51.794 | From https://opendev.org/openstack/requirements 2025-04-15 17:46:51.794 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 17:46:51.802 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:46:51.804 | + functions-common:time_stop:2400 : local name 2025-04-15 17:46:51.806 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:46:51.807 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:46:51.809 | + functions-common:time_stop:2403 : local total 2025-04-15 17:46:51.811 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:46:51.812 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:46:51.814 | + functions-common:time_stop:2407 : start_time=1744739211104 2025-04-15 17:46:51.816 | + functions-common:time_stop:2409 : [[ -z 1744739211104 ]] 2025-04-15 17:46:51.818 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:46:51.821 | + functions-common:time_stop:2412 : end_time=1744739211819 2025-04-15 17:46:51.822 | + functions-common:time_stop:2413 : elapsed_time=715 2025-04-15 17:46:51.824 | + functions-common:time_stop:2414 : total=44038 2025-04-15 17:46:51.826 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:46:51.827 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44753 2025-04-15 17:46:51.829 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 17:46:51.831 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:46:51.833 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:46:51.834 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:46:51.836 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:46:51.838 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:46:51.839 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:46:51.841 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:46:51.842 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:46:51.845 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:46:51.848 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739211845 2025-04-15 17:46:51.849 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 17:46:51.859 | Note: switching to 'FETCH_HEAD'. 2025-04-15 17:46:51.859 | 2025-04-15 17:46:51.859 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 17:46:51.859 | changes and commit them, and you can discard any commits you make in this 2025-04-15 17:46:51.859 | state without impacting any branches by switching back to a branch. 2025-04-15 17:46:51.859 | 2025-04-15 17:46:51.859 | If you want to create a new branch to retain commits you create, you may 2025-04-15 17:46:51.859 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 17:46:51.859 | 2025-04-15 17:46:51.859 | git switch -c 2025-04-15 17:46:51.859 | 2025-04-15 17:46:51.859 | Or undo this operation with: 2025-04-15 17:46:51.859 | 2025-04-15 17:46:51.859 | git switch - 2025-04-15 17:46:51.859 | 2025-04-15 17:46:51.859 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 17:46:51.859 | 2025-04-15 17:46:51.859 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-15 17:46:51.861 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:46:51.862 | + functions-common:time_stop:2400 : local name 2025-04-15 17:46:51.864 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:46:51.866 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:46:51.867 | + functions-common:time_stop:2403 : local total 2025-04-15 17:46:51.869 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:46:51.871 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:46:51.872 | + functions-common:time_stop:2407 : start_time=1744739211845 2025-04-15 17:46:51.874 | + functions-common:time_stop:2409 : [[ -z 1744739211845 ]] 2025-04-15 17:46:51.876 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:46:51.879 | + functions-common:time_stop:2412 : end_time=1744739211877 2025-04-15 17:46:51.880 | + functions-common:time_stop:2413 : elapsed_time=32 2025-04-15 17:46:51.882 | + functions-common:time_stop:2414 : total=44753 2025-04-15 17:46:51.884 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:46:51.885 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44785 2025-04-15 17:46:51.887 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-15 17:46:51.897 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-15 17:46:51.899 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 17:46:51.899 | + functions-common:git_clone:656 : head -1 2025-04-15 17:46:51.901 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-15 17:46:51.903 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 17:46:51.905 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-15 17:46:51.907 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:46:51.909 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-15 17:46:51.911 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-15 17:46:51.913 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-15 17:46:51.915 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-15 17:46:51.917 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-15 17:46:51.919 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-15 17:46:51.920 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-15 17:46:51.922 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-15 17:46:51.925 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-15 17:46:51.928 | ++ tools/install_prereqs.sh:source:47 : NOW=1744739211 2025-04-15 17:46:51.930 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-15 17:46:51.933 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-15 17:46:51.935 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-15 17:46:51.937 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744739211 2025-04-15 17:46:51.939 | ++ tools/install_prereqs.sh:source:50 : [[ 1744739211 -lt 7200 ]] 2025-04-15 17:46:51.941 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-15 17:46:51.943 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-15 17:46:51.945 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-15 17:46:51.946 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-15 17:46:51.948 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-15 17:46:51.950 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-15 17:46:51.952 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-15 17:46:51.955 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-15 17:46:51.982 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-15 17:46:51.982 | apache2-dev 2025-04-15 17:46:51.982 | bc 2025-04-15 17:46:51.982 | bsdmainutils 2025-04-15 17:46:51.982 | curl 2025-04-15 17:46:51.982 | g++ 2025-04-15 17:46:51.982 | gawk 2025-04-15 17:46:51.982 | gcc 2025-04-15 17:46:51.982 | gettext 2025-04-15 17:46:51.982 | git 2025-04-15 17:46:51.982 | graphviz 2025-04-15 17:46:51.982 | iputils-ping 2025-04-15 17:46:51.982 | libapache2-mod-proxy-uwsgi 2025-04-15 17:46:51.982 | libffi-dev 2025-04-15 17:46:51.982 | libjpeg-dev 2025-04-15 17:46:51.982 | libpcre3-dev 2025-04-15 17:46:51.982 | libpq-dev 2025-04-15 17:46:51.982 | libssl-dev 2025-04-15 17:46:51.982 | libsystemd-dev 2025-04-15 17:46:51.982 | libxml2-dev 2025-04-15 17:46:51.982 | libxslt1-dev 2025-04-15 17:46:51.982 | libyaml-dev 2025-04-15 17:46:51.982 | lsof 2025-04-15 17:46:51.982 | openssh-server 2025-04-15 17:46:51.982 | openssl 2025-04-15 17:46:51.982 | pkg-config 2025-04-15 17:46:51.982 | psmisc 2025-04-15 17:46:51.982 | python3-dev 2025-04-15 17:46:51.982 | python3-pip 2025-04-15 17:46:51.982 | python3-systemd 2025-04-15 17:46:51.982 | python3-venv 2025-04-15 17:46:51.982 | tar 2025-04-15 17:46:51.982 | tcpdump 2025-04-15 17:46:51.982 | unzip 2025-04-15 17:46:51.982 | uuid-runtime 2025-04-15 17:46:51.982 | wget 2025-04-15 17:46:51.982 | wget 2025-04-15 17:46:51.982 | zlib1g-dev 2025-04-15 17:46:51.982 | libkrb5-dev 2025-04-15 17:46:51.982 | libldap2-dev 2025-04-15 17:46:51.982 | libsasl2-dev 2025-04-15 17:46:51.982 | memcached 2025-04-15 17:46:51.982 | python3-mysqldb 2025-04-15 17:46:51.982 | sqlite3 2025-04-15 17:46:51.982 | conntrack 2025-04-15 17:46:51.982 | curl 2025-04-15 17:46:51.982 | ebtables 2025-04-15 17:46:51.982 | genisoimage 2025-04-15 17:46:51.982 | iptables 2025-04-15 17:46:51.982 | iputils-arping 2025-04-15 17:46:51.982 | kpartx 2025-04-15 17:46:51.982 | libjs-jquery-tablesorter 2025-04-15 17:46:51.982 | parted 2025-04-15 17:46:51.982 | pm-utils 2025-04-15 17:46:51.982 | python3-mysqldb 2025-04-15 17:46:51.982 | socat 2025-04-15 17:46:51.982 | sqlite3 2025-04-15 17:46:51.982 | sudo 2025-04-15 17:46:51.982 | vlan 2025-04-15 17:46:51.982 | lsscsi 2025-04-15 17:46:51.982 | open-iscsi 2025-04-15 17:46:51.982 | lvm2 2025-04-15 17:46:51.982 | qemu-utils 2025-04-15 17:46:51.982 | thin-provisioning-tools 2025-04-15 17:46:51.982 | acl 2025-04-15 17:46:51.982 | dnsmasq-base 2025-04-15 17:46:51.982 | dnsmasq-utils 2025-04-15 17:46:51.982 | ebtables 2025-04-15 17:46:51.982 | haproxy 2025-04-15 17:46:51.982 | iptables 2025-04-15 17:46:51.982 | iputils-arping 2025-04-15 17:46:51.982 | iputils-ping 2025-04-15 17:46:51.982 | postgresql-server-dev-all 2025-04-15 17:46:51.982 | python3-mysqldb 2025-04-15 17:46:51.982 | sqlite3 2025-04-15 17:46:51.982 | sudo 2025-04-15 17:46:51.982 | vlan 2025-04-15 17:46:51.982 | ipset 2025-04-15 17:46:51.982 | conntrack 2025-04-15 17:46:51.982 | conntrackd 2025-04-15 17:46:51.982 | keepalived' 2025-04-15 17:46:51.984 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-15 17:46:51.999 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-15 17:46:51.999 | apache2-dev 2025-04-15 17:46:51.999 | bc 2025-04-15 17:46:51.999 | bsdmainutils 2025-04-15 17:46:51.999 | curl 2025-04-15 17:46:51.999 | g++ 2025-04-15 17:46:51.999 | gawk 2025-04-15 17:46:51.999 | gcc 2025-04-15 17:46:51.999 | gettext 2025-04-15 17:46:51.999 | git 2025-04-15 17:46:51.999 | graphviz 2025-04-15 17:46:51.999 | iputils-ping 2025-04-15 17:46:51.999 | libapache2-mod-proxy-uwsgi 2025-04-15 17:46:51.999 | libffi-dev 2025-04-15 17:46:51.999 | libjpeg-dev 2025-04-15 17:46:51.999 | libpcre3-dev 2025-04-15 17:46:51.999 | libpq-dev 2025-04-15 17:46:51.999 | libssl-dev 2025-04-15 17:46:51.999 | libsystemd-dev 2025-04-15 17:46:51.999 | libxml2-dev 2025-04-15 17:46:51.999 | libxslt1-dev 2025-04-15 17:46:51.999 | libyaml-dev 2025-04-15 17:46:51.999 | lsof 2025-04-15 17:46:51.999 | openssh-server 2025-04-15 17:46:51.999 | openssl 2025-04-15 17:46:51.999 | pkg-config 2025-04-15 17:46:51.999 | psmisc 2025-04-15 17:46:51.999 | python3-dev 2025-04-15 17:46:51.999 | python3-pip 2025-04-15 17:46:51.999 | python3-systemd 2025-04-15 17:46:51.999 | python3-venv 2025-04-15 17:46:51.999 | tar 2025-04-15 17:46:51.999 | tcpdump 2025-04-15 17:46:51.999 | unzip 2025-04-15 17:46:51.999 | uuid-runtime 2025-04-15 17:46:51.999 | wget 2025-04-15 17:46:51.999 | wget 2025-04-15 17:46:51.999 | zlib1g-dev 2025-04-15 17:46:51.999 | libkrb5-dev 2025-04-15 17:46:51.999 | libldap2-dev 2025-04-15 17:46:51.999 | libsasl2-dev 2025-04-15 17:46:51.999 | memcached 2025-04-15 17:46:51.999 | python3-mysqldb 2025-04-15 17:46:51.999 | sqlite3 2025-04-15 17:46:51.999 | conntrack 2025-04-15 17:46:51.999 | curl 2025-04-15 17:46:51.999 | ebtables 2025-04-15 17:46:51.999 | genisoimage 2025-04-15 17:46:51.999 | iptables 2025-04-15 17:46:51.999 | iputils-arping 2025-04-15 17:46:51.999 | kpartx 2025-04-15 17:46:51.999 | libjs-jquery-tablesorter 2025-04-15 17:46:51.999 | parted 2025-04-15 17:46:51.999 | pm-utils 2025-04-15 17:46:51.999 | python3-mysqldb 2025-04-15 17:46:51.999 | socat 2025-04-15 17:46:52.000 | sqlite3 2025-04-15 17:46:52.000 | sudo 2025-04-15 17:46:52.000 | vlan 2025-04-15 17:46:52.000 | lsscsi 2025-04-15 17:46:52.000 | open-iscsi 2025-04-15 17:46:52.000 | lvm2 2025-04-15 17:46:52.000 | qemu-utils 2025-04-15 17:46:52.000 | thin-provisioning-tools 2025-04-15 17:46:52.000 | acl 2025-04-15 17:46:52.000 | dnsmasq-base 2025-04-15 17:46:52.000 | dnsmasq-utils 2025-04-15 17:46:52.000 | ebtables 2025-04-15 17:46:52.000 | haproxy 2025-04-15 17:46:52.000 | iptables 2025-04-15 17:46:52.000 | iputils-arping 2025-04-15 17:46:52.000 | iputils-ping 2025-04-15 17:46:52.000 | postgresql-server-dev-all 2025-04-15 17:46:52.000 | python3-mysqldb 2025-04-15 17:46:52.000 | sqlite3 2025-04-15 17:46:52.000 | sudo 2025-04-15 17:46:52.000 | vlan 2025-04-15 17:46:52.000 | ipset 2025-04-15 17:46:52.000 | conntrack 2025-04-15 17:46:52.000 | conntrackd 2025-04-15 17:46:52.000 | keepalived ' 2025-04-15 17:46:52.001 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-15 17:46:52.003 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:46:52.005 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:46:52.007 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-15 17:46:52.007 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-15 17:46:52.011 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-15 17:46:52.012 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-15 17:46:52.014 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 17:46:52.016 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-15 17:46:52.018 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 17:46:52.019 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 17:46:52.021 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 17:46:52.023 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:46:52.024 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:46:52.026 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 17:46:52.028 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-15 17:46:52.029 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-15 17:46:52.031 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-15 17:46:52.033 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-15 17:46:52.036 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-15 17:46:52.038 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-15 17:46:52.040 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-15 17:46:52.041 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 17:46:52.043 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:46:52.045 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:46:52.048 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744739212046 2025-04-15 17:46:52.050 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-15 17:46:52.051 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-15 17:46:52.053 | ++ functions-common:apt_get_update:1164 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2025-04-15 17:46:52.232 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-15 17:46:52.236 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-15 17:46:52.250 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-15 17:46:52.410 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,468 kB] 2025-04-15 17:46:52.468 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [405 kB] 2025-04-15 17:46:52.468 | Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-15 17:46:52.484 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-15 17:46:52.497 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,269 kB] 2025-04-15 17:46:52.528 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [580 kB] 2025-04-15 17:46:52.541 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-15 17:46:52.556 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-15 17:46:52.582 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-15 17:46:52.598 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-15 17:46:52.606 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-15 17:46:52.616 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-15 17:46:52.624 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-15 17:46:52.638 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-15 17:46:52.648 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-15 17:46:52.655 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-15 17:46:52.669 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-15 17:46:52.678 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-04-15 17:46:52.687 | Get:22 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-15 17:46:53.004 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-15 17:46:58.187 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-15 17:46:58.972 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-15 17:46:58.999 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-15 17:47:06.595 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-15 17:47:07.870 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-15 17:47:07.870 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-15 17:47:10.091 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-15 17:47:10.571 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-15 17:47:10.619 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-15 17:47:10.710 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-15 17:47:10.724 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-15 17:47:15.758 | Fetched 16.4 MB in 19s (880 kB/s) 2025-04-15 17:47:16.837 | Reading package lists... 2025-04-15 17:47:16.862 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-15 17:47:16.864 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-15 17:47:16.866 | ++ functions-common:time_stop:2400 : local name 2025-04-15 17:47:16.867 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 17:47:16.869 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:47:16.871 | ++ functions-common:time_stop:2403 : local total 2025-04-15 17:47:16.873 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 17:47:16.875 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-15 17:47:16.876 | ++ functions-common:time_stop:2407 : start_time=1744739212046 2025-04-15 17:47:16.878 | ++ functions-common:time_stop:2409 : [[ -z 1744739212046 ]] 2025-04-15 17:47:16.881 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:47:16.883 | ++ functions-common:time_stop:2412 : end_time=1744739236881 2025-04-15 17:47:16.885 | ++ functions-common:time_stop:2413 : elapsed_time=24835 2025-04-15 17:47:16.887 | ++ functions-common:time_stop:2414 : total=0 2025-04-15 17:47:16.889 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:47:16.891 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=24835 2025-04-15 17:47:16.892 | ++ functions-common:install_package:1422 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-15 17:47:16.895 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 17:47:16.896 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:47:16.899 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:47:16.901 | ++ functions-common:real_install_package:1410 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-15 17:47:16.917 | ++ functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-15 17:47:16.977 | Reading package lists... 2025-04-15 17:47:17.197 | Building dependency tree... 2025-04-15 17:47:17.198 | Reading state information... 2025-04-15 17:47:17.400 | acl is already the newest version (2.3.1-1). 2025-04-15 17:47:17.400 | bc is already the newest version (1.07.1-3build1). 2025-04-15 17:47:17.400 | bc set to manually installed. 2025-04-15 17:47:17.400 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-15 17:47:17.400 | ebtables is already the newest version (2.0.11-4build2). 2025-04-15 17:47:17.400 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-15 17:47:17.400 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-15 17:47:17.400 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-15 17:47:17.400 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-15 17:47:17.400 | ipset is already the newest version (7.15-1build1). 2025-04-15 17:47:17.400 | iputils-arping is already the newest version (3:20211215-1). 2025-04-15 17:47:17.400 | iputils-ping is already the newest version (3:20211215-1). 2025-04-15 17:47:17.400 | iputils-ping set to manually installed. 2025-04-15 17:47:17.400 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-15 17:47:17.400 | libffi-dev is already the newest version (3.4.2-4). 2025-04-15 17:47:17.400 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-15 17:47:17.400 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-15 17:47:17.400 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-15 17:47:17.400 | lsof set to manually installed. 2025-04-15 17:47:17.400 | lsscsi is already the newest version (0.31-1build2). 2025-04-15 17:47:17.400 | parted is already the newest version (3.4-2build1). 2025-04-15 17:47:17.400 | parted set to manually installed. 2025-04-15 17:47:17.400 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-15 17:47:17.400 | psmisc is already the newest version (23.4-2build3). 2025-04-15 17:47:17.400 | psmisc set to manually installed. 2025-04-15 17:47:17.400 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-15 17:47:17.400 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-15 17:47:17.400 | python3-systemd set to manually installed. 2025-04-15 17:47:17.400 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-15 17:47:17.400 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-15 17:47:17.400 | thin-provisioning-tools set to manually installed. 2025-04-15 17:47:17.400 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-15 17:47:17.400 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-15 17:47:17.400 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-15 17:47:17.400 | pm-utils is already the newest version (1.4.1-19). 2025-04-15 17:47:17.400 | postgresql-server-dev-all is already the newest version (238). 2025-04-15 17:47:17.400 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-15 17:47:17.400 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-15 17:47:17.400 | curl set to manually installed. 2025-04-15 17:47:17.400 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-15 17:47:17.400 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-15 17:47:17.400 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-15 17:47:17.400 | gawk set to manually installed. 2025-04-15 17:47:17.400 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-15 17:47:17.400 | git set to manually installed. 2025-04-15 17:47:17.400 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-15 17:47:17.400 | iptables set to manually installed. 2025-04-15 17:47:17.400 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-15 17:47:17.400 | kpartx set to manually installed. 2025-04-15 17:47:17.400 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-15 17:47:17.400 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-15 17:47:17.400 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-15 17:47:17.400 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-15 17:47:17.400 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-15 17:47:17.400 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-15 17:47:17.400 | sudo set to manually installed. 2025-04-15 17:47:17.400 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-15 17:47:17.400 | tar set to manually installed. 2025-04-15 17:47:17.400 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-15 17:47:17.400 | tcpdump set to manually installed. 2025-04-15 17:47:17.400 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-15 17:47:17.400 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-15 17:47:17.400 | uuid-runtime set to manually installed. 2025-04-15 17:47:17.400 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-15 17:47:17.400 | wget set to manually installed. 2025-04-15 17:47:17.400 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-15 17:47:17.400 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-15 17:47:17.400 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-15 17:47:17.400 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-15 17:47:17.400 | The following additional packages will be installed: 2025-04-15 17:47:17.400 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-15 17:47:17.400 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-15 17:47:17.400 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-15 17:47:17.401 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-15 17:47:17.401 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-15 17:47:17.402 | Suggested packages: 2025-04-15 17:47:17.402 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-15 17:47:17.402 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-15 17:47:17.402 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-15 17:47:17.402 | systemd-container libtss2-rc0 2025-04-15 17:47:17.402 | Recommended packages: 2025-04-15 17:47:17.402 | krb5-locales 2025-04-15 17:47:17.446 | The following packages will be upgraded: 2025-04-15 17:47:17.446 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-15 17:47:17.446 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-15 17:47:17.446 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-15 17:47:17.446 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-15 17:47:17.446 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-15 17:47:17.447 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-15 17:47:17.447 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-15 17:47:17.447 | systemd-timesyncd 2025-04-15 17:47:18.050 | Preconfiguring packages ... 2025-04-15 17:47:18.131 | 42 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-15 17:47:18.131 | Need to get 0 B/22.3 MB of archives. 2025-04-15 17:47:18.131 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-15 17:47:18.980 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 17:47:18.986 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 17:47:19.001 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 17:47:19.225 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 17:47:19.241 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 17:47:19.309 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 17:47:19.322 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 17:47:19.392 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 17:47:19.403 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 17:47:19.462 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 17:47:19.475 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 17:47:19.543 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-15 17:47:19.555 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-15 17:47:19.735 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-15 17:47:19.748 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-15 17:47:19.853 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-15 17:47:20.088 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 17:47:20.094 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 17:47:20.140 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 17:47:20.432 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-15 17:47:20.448 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-15 17:47:20.513 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 17:47:20.628 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 17:47:20.633 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 17:47:20.655 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 17:47:20.706 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-15 17:47:20.716 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-15 17:47:20.808 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-15 17:47:20.820 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-15 17:47:20.895 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 17:47:20.913 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 17:47:21.019 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 17:47:21.030 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 17:47:21.125 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-15 17:47:21.136 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 17:47:21.236 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 17:47:21.247 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 17:47:21.312 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-15 17:47:21.334 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-15 17:47:21.438 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-15 17:47:21.457 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-15 17:47:21.537 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-15 17:47:21.550 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-15 17:47:21.618 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-15 17:47:21.641 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-15 17:47:21.765 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-15 17:47:22.016 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-15 17:47:22.091 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 17:47:22.102 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 17:47:22.162 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 17:47:22.276 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 17:47:22.282 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 17:47:22.294 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 17:47:22.353 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 17:47:22.464 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 17:47:22.469 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 17:47:22.488 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 17:47:22.898 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 17:47:23.014 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 17:47:23.020 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 17:47:23.032 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 17:47:23.096 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 17:47:23.210 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 17:47:23.216 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 17:47:23.228 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 17:47:23.286 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 17:47:23.297 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 17:47:23.353 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 17:47:23.363 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 17:47:23.414 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 17:47:23.425 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 17:47:23.483 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-15 17:47:23.494 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-15 17:47:23.554 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-15 17:47:23.565 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-15 17:47:23.628 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-15 17:47:23.659 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-15 17:47:23.744 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-15 17:47:23.767 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-15 17:47:23.852 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-15 17:47:23.863 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-15 17:47:23.974 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-15 17:47:23.984 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-15 17:47:24.056 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-15 17:47:24.067 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-15 17:47:24.137 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-15 17:47:24.149 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-15 17:47:24.201 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-15 17:47:24.214 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-15 17:47:24.317 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-15 17:47:24.328 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-15 17:47:24.387 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-15 17:47:24.409 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-15 17:47:24.462 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-15 17:47:24.473 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-15 17:47:24.576 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-15 17:47:24.587 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-15 17:47:24.648 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-15 17:47:24.736 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-15 17:47:24.747 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-15 17:47:25.579 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-15 17:47:26.280 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-15 17:47:27.275 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-15 17:47:28.084 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-15 17:47:28.095 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 17:47:28.105 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-15 17:47:28.115 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-15 17:47:28.607 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-15 17:47:28.620 | update-initramfs: deferring update (trigger activated) 2025-04-15 17:47:28.625 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-15 17:47:28.996 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-15 17:47:29.067 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 17:47:29.078 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-15 17:47:29.089 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-15 17:47:29.100 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-15 17:47:29.115 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-15 17:47:29.125 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-15 17:47:29.852 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 17:47:29.869 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 17:47:29.883 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-15 17:47:29.899 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-15 17:47:29.914 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 17:47:29.926 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-15 17:47:29.939 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-15 17:47:29.952 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-15 17:47:30.823 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-15 17:47:31.269 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-15 17:47:31.317 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 17:47:31.329 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-15 17:47:31.339 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-15 17:47:31.349 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-15 17:47:31.445 | update-initramfs: deferring update (trigger activated) 2025-04-15 17:47:32.804 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-15 17:47:32.814 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-15 17:47:32.825 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-15 17:47:32.835 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-15 17:47:33.017 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-15 17:47:33.028 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-15 17:47:34.950 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-15 17:47:34.970 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-15 17:47:34.985 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-15 17:47:35.029 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-15 17:47:35.077 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-15 17:47:35.158 | Processing triggers for man-db (2.10.2-1) ... 2025-04-15 17:47:35.527 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-15 17:47:35.542 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-15 17:47:35.578 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-15 17:47:42.666 | NEEDRESTART-VER: 3.5 2025-04-15 17:47:43.383 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-15 17:47:43.383 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-15 17:47:43.383 | NEEDRESTART-KSTA: 1 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: conntrackd.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: dbus.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: epmd.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: irqbalance.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: mariadb.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: memcached.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: ModemManager.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: multipathd.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: packagekit.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: pmcd.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: pmie.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: pmie_farm.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: pmlogger.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: pmproxy.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: polkit.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: systemd-logind.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: udisks2.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: user@1001.service 2025-04-15 17:47:43.383 | NEEDRESTART-SVC: vgauth.service 2025-04-15 17:47:45.339 | ++ functions-common:apt_get:1194 : result=0 2025-04-15 17:47:45.341 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 17:47:45.343 | ++ functions-common:time_stop:2400 : local name 2025-04-15 17:47:45.345 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 17:47:45.347 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:47:45.349 | ++ functions-common:time_stop:2403 : local total 2025-04-15 17:47:45.351 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 17:47:45.353 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-15 17:47:45.354 | ++ functions-common:time_stop:2407 : start_time=1744739236914 2025-04-15 17:47:45.356 | ++ functions-common:time_stop:2409 : [[ -z 1744739236914 ]] 2025-04-15 17:47:45.359 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:47:45.361 | ++ functions-common:time_stop:2412 : end_time=1744739265359 2025-04-15 17:47:45.363 | ++ functions-common:time_stop:2413 : elapsed_time=28445 2025-04-15 17:47:45.365 | ++ functions-common:time_stop:2414 : total=504 2025-04-15 17:47:45.366 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:47:45.368 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28949 2025-04-15 17:47:45.370 | ++ functions-common:apt_get:1198 : return 0 2025-04-15 17:47:45.372 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-15 17:47:45.374 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-15 17:47:45.376 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-15 17:47:45.380 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-15 17:47:45.382 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-15 17:47:45.384 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-15 17:47:45.387 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-15 17:47:45.390 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-15 17:47:45.392 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-15 17:47:45.394 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-15 17:47:45.697 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-15 17:47:45.698 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-15 17:47:45.700 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-15 17:47:45.701 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-15 17:47:45.702 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-15 17:47:45.703 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-15 17:47:45.705 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-15 17:47:45.706 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-15 17:47:45.707 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-15 17:47:45.709 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-15 17:47:45.710 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-15 17:47:45.711 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-15 17:47:45.712 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-15 17:47:45.714 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-15 17:47:45.715 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-15 17:47:45.716 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-15 17:47:45.718 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-15 17:47:45.719 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-15 17:47:45.720 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-15 17:47:45.721 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-15 17:47:45.723 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-15 17:47:45.724 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-15 17:47:45.726 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-15 17:47:45.727 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-15 17:47:45.729 | + functions-common:_ensure_lsb_release:394 : return 2025-04-15 17:47:45.730 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-15 17:47:45.764 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-15 17:47:45.766 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-15 17:47:45.800 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-15 17:47:45.801 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-15 17:47:45.835 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-15 17:47:45.836 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-15 17:47:45.837 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-15 17:47:45.839 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-15 17:47:45.840 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-15 17:47:45.842 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-15 17:47:45.843 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-15 17:47:45.844 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-15 17:47:45.845 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-15 17:47:45.847 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-15 17:47:45.849 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-15 17:47:45.849 | Distro: jammy 2025-04-15 17:47:45.850 | + tools/install_pip.sh:main:124 : get_versions 2025-04-15 17:47:45.852 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-15 17:47:45.854 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-15 17:47:45.855 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-15 17:47:45.858 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-15 17:47:45.858 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-15 17:47:45.979 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-15 17:47:45.980 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-15 17:47:45.980 | pip: 0.1.15 2025-04-15 17:47:45.981 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-15 17:47:45.983 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-15 17:47:45.984 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 17:47:45.985 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 17:47:45.987 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 17:47:45.988 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 17:47:45.989 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 17:47:45.990 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 17:47:45.992 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 17:47:45.993 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 17:47:45.994 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 17:47:45.995 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 17:47:45.997 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 17:47:45.998 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 17:47:45.999 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 17:47:46.000 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-15 17:47:46.002 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:47:46.003 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:47:46.004 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-15 17:47:46.007 | + tools/install_pip.sh:main:153 : set -x 2025-04-15 17:47:46.009 | + tools/install_pip.sh:main:156 : get_versions 2025-04-15 17:47:46.010 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-15 17:47:46.013 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-15 17:47:46.014 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-15 17:47:46.016 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-15 17:47:46.016 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-15 17:47:46.024 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-15 17:47:46.025 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-15 17:47:46.025 | pip: 0.1.15 2025-04-15 17:47:46.028 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-15 17:47:46.030 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-15 17:47:46.032 | + stack.sh:main:811 : fixup_all 2025-04-15 17:47:46.034 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-15 17:47:46.036 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-15 17:47:46.038 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:47:46.039 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:47:46.041 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-15 17:47:46.050 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-15 17:47:46.059 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-15 17:47:46.067 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-15 17:47:46.069 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-15 17:47:46.071 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 17:47:46.072 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 17:47:46.074 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 17:47:46.075 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 17:47:46.077 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 17:47:46.079 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 17:47:46.080 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 17:47:46.082 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 17:47:46.084 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 17:47:46.085 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 17:47:46.087 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 17:47:46.088 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 17:47:46.090 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 17:47:46.092 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-15 17:47:46.094 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-15 17:47:46.096 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-15 17:47:46.105 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-15 17:47:46.114 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-15 17:47:46.122 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-15 17:47:46.130 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-15 17:47:46.139 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-15 17:47:46.147 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-15 17:47:46.155 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-15 17:47:46.157 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-15 17:47:46.159 | + inc/python:setup_devstack_virtualenv:46 : [[ :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] 2025-04-15 17:47:46.161 | + inc/python:setup_devstack_virtualenv:47 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:47:46.163 | + inc/python:setup_devstack_virtualenv:47 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:47:46.165 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-15 17:47:46.166 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-15 17:47:46.168 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-15 17:47:46.186 | Using python 3.10 to install os-testr 2025-04-15 17:47:46.188 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-04-15 17:47:47.908 | Collecting os-testr 2025-04-15 17:47:47.910 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-15 17:47:47.954 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-15 17:47:47.956 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-15 17:47:47.980 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-15 17:47:47.982 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-15 17:47:48.013 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-15 17:47:48.015 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-15 17:47:48.039 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-15 17:47:48.041 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 17:47:48.085 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-15 17:47:48.086 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-15 17:47:48.113 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-15 17:47:48.116 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-15 17:47:48.120 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-15 17:47:48.123 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-15 17:47:48.127 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-15 17:47:48.197 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-15 17:47:48.558 | Successfully installed extras-1.0.0 fixtures-4.0.1 os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 testtools-2.6.0 2025-04-15 17:47:48.662 | + inc/python:pip_install:222 : result=0 2025-04-15 17:47:48.664 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:47:48.666 | + functions-common:time_stop:2400 : local name 2025-04-15 17:47:48.668 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:47:48.670 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:47:48.672 | + functions-common:time_stop:2403 : local total 2025-04-15 17:47:48.674 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:47:48.676 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:47:48.677 | + functions-common:time_stop:2407 : start_time=1744739266182 2025-04-15 17:47:48.679 | + functions-common:time_stop:2409 : [[ -z 1744739266182 ]] 2025-04-15 17:47:48.682 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:47:48.685 | + functions-common:time_stop:2412 : end_time=1744739268682 2025-04-15 17:47:48.687 | + functions-common:time_stop:2413 : elapsed_time=2500 2025-04-15 17:47:48.689 | + functions-common:time_stop:2414 : total=0 2025-04-15 17:47:48.691 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:47:48.692 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2500 2025-04-15 17:47:48.694 | + inc/python:pip_install:225 : return 0 2025-04-15 17:47:48.697 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-15 17:47:48.740 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-15 17:47:48.803 | + stack.sh:main:838 : install_infra 2025-04-15 17:47:48.805 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-15 17:47:48.807 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-15 17:47:48.809 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-15 17:47:51.951 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-15 17:47:51.953 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-15 17:47:51.970 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-15 17:47:52.928 | Collecting pbr 2025-04-15 17:47:52.931 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-15 17:47:52.957 | Installing collected packages: pbr 2025-04-15 17:47:53.022 | Successfully installed pbr-5.11.1 2025-04-15 17:47:53.093 | + inc/python:pip_install:222 : result=0 2025-04-15 17:47:53.095 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:47:53.097 | + functions-common:time_stop:2400 : local name 2025-04-15 17:47:53.099 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:47:53.101 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:47:53.102 | + functions-common:time_stop:2403 : local total 2025-04-15 17:47:53.104 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:47:53.106 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:47:53.107 | + functions-common:time_stop:2407 : start_time=1744739271964 2025-04-15 17:47:53.109 | + functions-common:time_stop:2409 : [[ -z 1744739271964 ]] 2025-04-15 17:47:53.111 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:47:53.114 | + functions-common:time_stop:2412 : end_time=1744739273112 2025-04-15 17:47:53.116 | + functions-common:time_stop:2413 : elapsed_time=1148 2025-04-15 17:47:53.117 | + functions-common:time_stop:2414 : total=2500 2025-04-15 17:47:53.119 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:47:53.121 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3648 2025-04-15 17:47:53.123 | + inc/python:pip_install:225 : return 0 2025-04-15 17:47:53.125 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-15 17:47:53.127 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-15 17:47:53.144 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2025-04-15 17:47:53.998 | Processing /opt/stack/requirements 2025-04-15 17:47:53.998 | Preparing metadata (setup.py): started 2025-04-15 17:47:54.682 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 17:47:54.778 | Collecting Parsley>=1.2 2025-04-15 17:47:54.781 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-15 17:47:54.890 | Collecting PyYAML>=3.12 2025-04-15 17:47:54.897 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-15 17:47:55.009 | Collecting beagle>=0.2.1 2025-04-15 17:47:55.012 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-15 17:47:55.039 | Collecting fixtures>=3.0.0 2025-04-15 17:47:55.042 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-15 17:47:55.081 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-15 17:47:55.083 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-15 17:47:55.137 | Collecting requests>=2.14.2 2025-04-15 17:47:55.140 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-15 17:47:55.164 | Collecting six>=1.10.0 2025-04-15 17:47:55.166 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-15 17:47:55.216 | Collecting cliff>=2.11.0 2025-04-15 17:47:55.218 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-15 17:47:55.232 | Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack-requirements==1.2.1.dev6395) (5.11.1) 2025-04-15 17:47:55.441 | Collecting charset-normalizer<4,>=2 2025-04-15 17:47:55.446 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-15 17:47:55.490 | Collecting certifi>=2017.4.17 2025-04-15 17:47:55.493 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-15 17:47:55.519 | Collecting idna<4,>=2.5 2025-04-15 17:47:55.521 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-15 17:47:55.583 | Collecting urllib3<1.27,>=1.21.1 2025-04-15 17:47:55.586 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-15 17:47:55.630 | Collecting PrettyTable>=0.7.2 2025-04-15 17:47:55.632 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-15 17:47:55.733 | Collecting importlib-metadata>=4.4 2025-04-15 17:47:55.736 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-15 17:47:55.805 | Collecting cmd2>=1.0.0 2025-04-15 17:47:55.808 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-15 17:47:55.830 | Collecting autopage>=0.4.0 2025-04-15 17:47:55.832 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-15 17:47:55.875 | Collecting stevedore>=2.0.1 2025-04-15 17:47:55.878 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-15 17:47:55.945 | Collecting pyperclip>=1.6 2025-04-15 17:47:55.945 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-15 17:47:55.970 | Collecting wcwidth>=0.1.7 2025-04-15 17:47:55.972 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-15 17:47:56.003 | Collecting attrs>=16.3.0 2025-04-15 17:47:56.006 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-15 17:47:56.069 | Collecting zipp>=0.5 2025-04-15 17:47:56.070 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-15 17:47:56.127 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-15 17:47:56.273 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2025-04-15 17:47:57.062 | Running setup.py install for openstack-requirements: started 2025-04-15 17:47:58.467 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-15 17:47:58.476 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2025.1.31 charset-normalizer-3.1.0 cliff-4.3.0 cmd2-2.4.3 fixtures-4.0.1 idna-3.4 importlib-metadata-6.0.1 openstack-requirements-1.2.1.dev6395 packaging-23.1 pyperclip-1.8.2 requests-2.28.2 six-1.16.0 stevedore-5.1.0 urllib3-1.26.15 wcwidth-0.2.6 zipp-3.15.0 2025-04-15 17:47:58.580 | + inc/python:pip_install:222 : result=0 2025-04-15 17:47:58.582 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:47:58.584 | + functions-common:time_stop:2400 : local name 2025-04-15 17:47:58.586 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:47:58.588 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:47:58.590 | + functions-common:time_stop:2403 : local total 2025-04-15 17:47:58.592 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:47:58.593 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:47:58.595 | + functions-common:time_stop:2407 : start_time=1744739273138 2025-04-15 17:47:58.597 | + functions-common:time_stop:2409 : [[ -z 1744739273138 ]] 2025-04-15 17:47:58.599 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:47:58.602 | + functions-common:time_stop:2412 : end_time=1744739278600 2025-04-15 17:47:58.604 | + functions-common:time_stop:2413 : elapsed_time=5462 2025-04-15 17:47:58.606 | + functions-common:time_stop:2414 : total=3648 2025-04-15 17:47:58.607 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:47:58.609 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9110 2025-04-15 17:47:58.611 | + inc/python:pip_install:225 : return 0 2025-04-15 17:47:58.613 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-15 17:47:58.615 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-15 17:47:58.617 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-15 17:47:58.619 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:47:58.621 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:47:58.623 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-15 17:47:58.625 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:47:58.627 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-15 17:47:58.642 | Using python 3.10 to install pbr 2025-04-15 17:47:58.644 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-15 17:47:59.428 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-15 17:47:59.661 | + inc/python:pip_install:222 : result=0 2025-04-15 17:47:59.663 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:47:59.665 | + functions-common:time_stop:2400 : local name 2025-04-15 17:47:59.667 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:47:59.668 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:47:59.670 | + functions-common:time_stop:2403 : local total 2025-04-15 17:47:59.672 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:47:59.674 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:47:59.675 | + functions-common:time_stop:2407 : start_time=1744739278638 2025-04-15 17:47:59.677 | + functions-common:time_stop:2409 : [[ -z 1744739278638 ]] 2025-04-15 17:47:59.680 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:47:59.682 | + functions-common:time_stop:2412 : end_time=1744739279680 2025-04-15 17:47:59.684 | + functions-common:time_stop:2413 : elapsed_time=1042 2025-04-15 17:47:59.686 | + functions-common:time_stop:2414 : total=9110 2025-04-15 17:47:59.688 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:47:59.690 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10152 2025-04-15 17:47:59.691 | + inc/python:pip_install:225 : return 0 2025-04-15 17:47:59.693 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-15 17:48:02.875 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-15 17:48:03.394 | Collecting bindep 2025-04-15 17:48:03.398 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-15 17:48:03.460 | Collecting pbr>=2 2025-04-15 17:48:03.465 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-15 17:48:03.511 | Collecting packaging 2025-04-15 17:48:03.515 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-15 17:48:03.537 | Collecting Parsley 2025-04-15 17:48:03.538 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-15 17:48:03.564 | Collecting distro>=1.7 2025-04-15 17:48:03.567 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-15 17:48:03.571 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-15 17:48:03.610 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-15 17:48:03.961 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-15 17:48:04.029 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-15 17:48:04.032 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-15 17:48:04.035 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-15 17:48:04.048 | + stack.sh:main:847 : pkgs= 2025-04-15 17:48:04.050 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-15 17:48:04.052 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-15 17:48:04.053 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 17:48:04.055 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-15 17:48:04.057 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 17:48:04.058 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 17:48:04.060 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 17:48:04.062 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 17:48:04.064 | + functions-common:run_phase:1838 : local extra 2025-04-15 17:48:04.066 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 17:48:04.069 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 17:48:04.070 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 17:48:04.072 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 17:48:04.074 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-15 17:48:04.076 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 17:48:04.087 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:04.089 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:48:04.090 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:48:04.092 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-15 17:48:04.094 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:48:04.095 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 17:48:04.097 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:48:04.099 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-15 17:48:04.100 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:48:04.102 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-15 17:48:04.103 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:48:04.105 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-15 17:48:04.107 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 17:48:04.108 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 17:48:04.110 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:48:04.112 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 17:48:04.113 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-15 17:48:04.115 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 17:48:04.117 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-15 17:48:04.119 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 17:48:04.120 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 17:48:04.122 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 17:48:04.124 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 17:48:04.126 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 17:48:04.128 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-15 17:48:04.129 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:48:04.131 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:48:04.133 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-15 17:48:04.134 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:48:04.136 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 17:48:04.138 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:48:04.140 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-15 17:48:04.142 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-15 17:48:04.144 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-15 17:48:04.146 | + functions:set_systemd_override:832 : local value=2048 2025-04-15 17:48:04.147 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-15 17:48:04.149 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-15 17:48:04.190 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-15 17:48:04.190 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-15 17:48:04.192 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-15 17:48:04.427 | + stack.sh:main:860 : install_rpc_backend 2025-04-15 17:48:04.430 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-15 17:48:04.443 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:04.445 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-15 17:48:04.446 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 17:48:04.448 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 17:48:04.450 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 17:48:04.452 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 17:48:04.454 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 17:48:04.456 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 17:48:04.458 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:04.460 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:04.461 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 17:48:04.463 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 17:48:04.465 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 17:48:04.467 | + functions-common:apt_get_update:1150 : return 2025-04-15 17:48:04.469 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-15 17:48:04.471 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 17:48:04.473 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:04.474 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:04.476 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-15 17:48:04.492 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-04-15 17:48:04.553 | Reading package lists... 2025-04-15 17:48:04.765 | Building dependency tree... 2025-04-15 17:48:04.766 | Reading state information... 2025-04-15 17:48:04.975 | The following packages will be upgraded: 2025-04-15 17:48:04.975 | rabbitmq-server 2025-04-15 17:48:05.314 | 1 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 17:48:05.314 | Need to get 0 B/15.2 MB of archives. 2025-04-15 17:48:05.314 | After this operation, 0 B of additional disk space will be used. 2025-04-15 17:48:05.520 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-15 17:48:05.526 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-15 17:48:05.606 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-15 17:48:06.441 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-15 17:48:12.119 | Processing triggers for man-db (2.10.2-1) ... 2025-04-15 17:48:12.588 | NEEDRESTART-VER: 3.5 2025-04-15 17:48:13.089 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-15 17:48:13.089 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-15 17:48:13.089 | NEEDRESTART-KSTA: 1 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: conntrackd.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: dbus.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: epmd.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: irqbalance.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: mariadb.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: memcached.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: ModemManager.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: multipathd.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: packagekit.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: pmcd.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: pmie.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: pmie_farm.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: pmlogger.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: pmproxy.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: polkit.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: systemd-logind.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: udisks2.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: user@1001.service 2025-04-15 17:48:13.089 | NEEDRESTART-SVC: vgauth.service 2025-04-15 17:48:15.035 | + functions-common:apt_get:1194 : result=0 2025-04-15 17:48:15.037 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 17:48:15.039 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:15.041 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:15.043 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:15.045 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:15.047 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:15.049 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 17:48:15.050 | + functions-common:time_stop:2407 : start_time=1744739284490 2025-04-15 17:48:15.052 | + functions-common:time_stop:2409 : [[ -z 1744739284490 ]] 2025-04-15 17:48:15.055 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:15.058 | + functions-common:time_stop:2412 : end_time=1744739295056 2025-04-15 17:48:15.060 | + functions-common:time_stop:2413 : elapsed_time=10566 2025-04-15 17:48:15.061 | + functions-common:time_stop:2414 : total=28949 2025-04-15 17:48:15.063 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:15.065 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39515 2025-04-15 17:48:15.067 | + functions-common:apt_get:1198 : return 0 2025-04-15 17:48:15.069 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-15 17:48:15.071 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 17:48:15.073 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 17:48:15.075 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 17:48:15.077 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 17:48:15.079 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 17:48:15.080 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 17:48:15.082 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 17:48:15.084 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 17:48:15.086 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 17:48:15.088 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 17:48:15.090 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 17:48:15.092 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 17:48:15.094 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 17:48:15.095 | + stack.sh:main:861 : restart_rpc_backend 2025-04-15 17:48:15.097 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-15 17:48:15.110 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:15.112 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-15 17:48:15.113 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:48:15.115 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-15 17:48:15.117 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-15 17:48:15.120 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-15 17:48:15.123 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-15 17:48:15.124 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-15 17:48:15.126 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-15 17:48:15.128 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-15 17:48:15.130 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-15 17:48:15.132 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-15 17:48:15.134 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-15 17:48:15.588 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-15 17:48:15.588 | user tags 2025-04-15 17:48:15.588 | guest [administrator]' 2025-04-15 17:48:15.591 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-15 17:48:15.591 | user tags 2025-04-15 17:48:15.591 | guest [administrator]' 2025-04-15 17:48:15.591 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-15 17:48:15.596 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-15 17:48:15.598 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-15 17:48:15.600 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-15 17:48:16.057 | Adding user "stackrabbit" ... 2025-04-15 17:48:16.063 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-15 17:48:16.074 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-15 17:48:16.499 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-15 17:48:16.515 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-15 17:48:16.517 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-15 17:48:16.941 | Changing password for user "stackrabbit" ... 2025-04-15 17:48:16.958 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-15 17:48:16.960 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-15 17:48:16.962 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-15 17:48:17.387 | Deleting user "guest" ... 2025-04-15 17:48:17.404 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-15 17:48:17.417 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:17.418 | + stack.sh:main:864 : install_database 2025-04-15 17:48:17.420 | + lib/database:install_database:118 : install_database_mysql 2025-04-15 17:48:17.422 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-15 17:48:17.424 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:17.426 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:17.428 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-15 17:48:17.538 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-15 17:48:17.540 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-15 17:48:17.543 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-15 17:48:17.545 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:17.547 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:17.549 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-15 17:48:17.551 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-15 17:48:17.554 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-15 17:48:17.556 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-15 17:48:17.558 | + stack.sh:main:867 : install_database_python 2025-04-15 17:48:17.560 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-15 17:48:17.562 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-15 17:48:17.564 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-15 17:48:17.566 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 17:48:17.568 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-15 17:48:17.570 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-15 17:48:17.572 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 17:48:17.575 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-15 17:48:17.575 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 17:48:17.579 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-15 17:48:17.581 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-15 17:48:17.582 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-15 17:48:17.585 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-15 17:48:17.587 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-15 17:48:17.602 | Using python 3.10 to install PyMySQL 2025-04-15 17:48:17.604 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2025-04-15 17:48:18.491 | Collecting PyMySQL 2025-04-15 17:48:18.493 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-15 17:48:18.499 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-15 17:48:18.562 | Installing collected packages: PyMySQL 2025-04-15 17:48:18.599 | Successfully installed PyMySQL-1.0.3 2025-04-15 17:48:18.668 | + inc/python:pip_install:222 : result=0 2025-04-15 17:48:18.670 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:48:18.672 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:18.674 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:18.676 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:18.678 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:18.680 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:18.682 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:48:18.683 | + functions-common:time_stop:2407 : start_time=1744739297598 2025-04-15 17:48:18.685 | + functions-common:time_stop:2409 : [[ -z 1744739297598 ]] 2025-04-15 17:48:18.688 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:18.691 | + functions-common:time_stop:2412 : end_time=1744739298689 2025-04-15 17:48:18.693 | + functions-common:time_stop:2413 : elapsed_time=1091 2025-04-15 17:48:18.694 | + functions-common:time_stop:2414 : total=10152 2025-04-15 17:48:18.696 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:18.698 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11243 2025-04-15 17:48:18.700 | + inc/python:pip_install:225 : return 0 2025-04-15 17:48:18.702 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-15 17:48:18.704 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-15 17:48:18.706 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-15 17:48:18.708 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-15 17:48:18.720 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:18.722 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-15 17:48:18.724 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-15 17:48:18.737 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:18.739 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-15 17:48:18.740 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 17:48:18.742 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 17:48:18.744 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 17:48:18.746 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 17:48:18.748 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 17:48:18.750 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 17:48:18.752 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:18.754 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:18.756 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 17:48:18.758 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 17:48:18.759 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 17:48:18.761 | + functions-common:apt_get_update:1150 : return 2025-04-15 17:48:18.763 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-15 17:48:18.765 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 17:48:18.767 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:18.769 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:18.771 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-15 17:48:18.787 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2025-04-15 17:48:18.847 | Reading package lists... 2025-04-15 17:48:19.064 | Building dependency tree... 2025-04-15 17:48:19.064 | Reading state information... 2025-04-15 17:48:19.272 | radvd is already the newest version (1:2.18-3build2). 2025-04-15 17:48:19.272 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 17:48:19.276 | + functions-common:apt_get:1194 : result=0 2025-04-15 17:48:19.278 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 17:48:19.280 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:19.282 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:19.284 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:19.286 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:19.288 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:19.290 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 17:48:19.292 | + functions-common:time_stop:2407 : start_time=1744739298784 2025-04-15 17:48:19.294 | + functions-common:time_stop:2409 : [[ -z 1744739298784 ]] 2025-04-15 17:48:19.296 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:19.300 | + functions-common:time_stop:2412 : end_time=1744739299298 2025-04-15 17:48:19.302 | + functions-common:time_stop:2413 : elapsed_time=514 2025-04-15 17:48:19.303 | + functions-common:time_stop:2414 : total=39515 2025-04-15 17:48:19.305 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:19.307 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40029 2025-04-15 17:48:19.309 | + functions-common:apt_get:1198 : return 0 2025-04-15 17:48:19.311 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-15 17:48:19.325 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:19.327 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-15 17:48:19.329 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-15 17:48:19.331 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-15 17:48:19.333 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-15 17:48:19.348 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-15 17:48:19.350 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 17:48:19.352 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 17:48:19.354 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 17:48:19.356 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 17:48:19.357 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 17:48:19.359 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 17:48:19.361 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:19.363 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:19.365 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 17:48:19.367 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 17:48:19.368 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 17:48:19.370 | + functions-common:apt_get_update:1150 : return 2025-04-15 17:48:19.372 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-15 17:48:19.374 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 17:48:19.376 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:19.378 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:19.380 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-15 17:48:19.395 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2025-04-15 17:48:19.455 | Reading package lists... 2025-04-15 17:48:19.672 | Building dependency tree... 2025-04-15 17:48:19.674 | Reading state information... 2025-04-15 17:48:19.900 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-15 17:48:19.900 | fakeroot set to manually installed. 2025-04-15 17:48:19.900 | make is already the newest version (4.3-4.1build1). 2025-04-15 17:48:19.900 | make set to manually installed. 2025-04-15 17:48:19.900 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-15 17:48:19.900 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 17:48:19.904 | + functions-common:apt_get:1194 : result=0 2025-04-15 17:48:19.906 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 17:48:19.908 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:19.910 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:19.912 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:19.913 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:19.915 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:19.917 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 17:48:19.919 | + functions-common:time_stop:2407 : start_time=1744739299393 2025-04-15 17:48:19.920 | + functions-common:time_stop:2409 : [[ -z 1744739299393 ]] 2025-04-15 17:48:19.923 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:19.926 | + functions-common:time_stop:2412 : end_time=1744739299923 2025-04-15 17:48:19.927 | + functions-common:time_stop:2413 : elapsed_time=530 2025-04-15 17:48:19.929 | + functions-common:time_stop:2414 : total=40029 2025-04-15 17:48:19.931 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:19.932 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40559 2025-04-15 17:48:19.934 | + functions-common:apt_get:1198 : return 0 2025-04-15 17:48:19.936 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-15 17:48:19.938 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:19.940 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:19.942 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-15 17:48:19.944 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-15 17:48:19.946 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-15 17:48:19.949 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-15 17:48:19.951 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-15 17:48:19.954 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-15 17:48:19.954 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-15 17:48:19.957 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-15 17:48:19.959 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-15 17:48:19.961 | + functions:vercmp:639 : local v1=6.8 2025-04-15 17:48:19.963 | + functions:vercmp:640 : local 'op=<' 2025-04-15 17:48:19.965 | + functions:vercmp:641 : local v2=3.13 2025-04-15 17:48:19.966 | + functions:vercmp:642 : local result 2025-04-15 17:48:19.969 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-15 17:48:19.969 | ++ functions:vercmp:646 : head -1 2025-04-15 17:48:19.969 | ++ functions:vercmp:646 : sort -V 2025-04-15 17:48:19.973 | + functions:vercmp:646 : result=3.13 2025-04-15 17:48:19.975 | + functions:vercmp:648 : case $op in 2025-04-15 17:48:19.977 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-15 17:48:19.978 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-15 17:48:19.980 | + functions:vercmp:659 : return 2025-04-15 17:48:19.982 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-15 17:48:19.984 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:48:19.986 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-15 17:48:20.346 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-15 17:48:20.349 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-15 17:48:20.352 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:20.353 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:20.356 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-15 17:48:20.357 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:20.360 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-15 17:48:20.372 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:20.374 | + stack.sh:main:875 : install_etcd3 2025-04-15 17:48:20.376 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-15 17:48:20.376 | Installing etcd 2025-04-15 17:48:20.378 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-15 17:48:20.386 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-15 17:48:20.395 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-15 17:48:20.397 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-15 17:48:20.406 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-15 17:48:20.409 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 17:48:20.411 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 17:48:20.414 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 17:48:20.416 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 17:48:20.418 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] 2025-04-15 17:48:20.420 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-15 17:48:20.422 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 17:48:20.432 | --2025-04-15 17:48:20-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 17:48:20.438 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-15 17:48:20.439 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-15 17:48:20.477 | HTTP request sent, awaiting response... 200 OK 2025-04-15 17:48:20.477 | Length: 16171146 (15M) [application/gzip] 2025-04-15 17:48:20.477 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-15 17:48:20.487 | 2025-04-15 17:48:20.553 | 0K ........ ....... 100% 203M=0.08s 2025-04-15 17:48:20.553 | 2025-04-15 17:48:20.553 | 2025-04-15 17:48:20 (203 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-15 17:48:20.553 | 2025-04-15 17:48:20.557 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-15 17:48:20.559 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 17:48:20.561 | ++ functions:get_extra_file:74 : return 2025-04-15 17:48:20.564 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-15 17:48:20.565 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-15 17:48:20.567 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-15 17:48:20.569 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-15 17:48:20.660 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-15 17:48:20.662 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files 2025-04-15 17:48:20.665 | etcd-v3.4.27-linux-amd64/ 2025-04-15 17:48:20.665 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-15 17:48:20.665 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-15 17:48:20.796 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-15 17:48:20.796 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-15 17:48:20.796 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-15 17:48:20.796 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-15 17:48:20.797 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-15 17:48:20.798 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-15 17:48:20.799 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-15 17:48:20.799 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-15 17:48:20.799 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-15 17:48:20.799 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-15 17:48:20.799 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-15 17:48:20.799 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-15 17:48:20.799 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-15 17:48:20.800 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-15 17:48:20.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-15 17:48:20.801 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-15 17:48:20.801 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-15 17:48:20.801 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-15 17:48:20.801 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-15 17:48:20.801 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-15 17:48:20.801 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-15 17:48:20.801 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-15 17:48:20.801 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-15 17:48:20.801 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-15 17:48:20.802 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-15 17:48:20.803 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-15 17:48:20.803 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-15 17:48:20.803 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-15 17:48:20.803 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-15 17:48:20.803 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-15 17:48:20.803 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-15 17:48:20.803 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-15 17:48:20.803 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-15 17:48:20.803 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-15 17:48:20.803 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-15 17:48:20.804 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-15 17:48:20.804 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-15 17:48:20.804 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-15 17:48:20.804 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-15 17:48:20.804 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-15 17:48:20.804 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-15 17:48:20.804 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-15 17:48:20.804 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-15 17:48:20.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-15 17:48:20.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-15 17:48:20.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-15 17:48:20.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-15 17:48:20.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-15 17:48:20.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-15 17:48:20.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-15 17:48:20.805 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-15 17:48:20.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-15 17:48:20.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-15 17:48:20.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-15 17:48:20.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-15 17:48:20.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-15 17:48:20.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-15 17:48:20.806 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-15 17:48:20.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-15 17:48:20.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-15 17:48:20.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-15 17:48:20.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-15 17:48:20.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-15 17:48:20.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-15 17:48:20.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-15 17:48:20.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-15 17:48:20.807 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-15 17:48:20.807 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-15 17:48:20.808 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-15 17:48:20.808 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-15 17:48:20.808 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-15 17:48:20.808 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-15 17:48:20.808 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-15 17:48:20.808 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-15 17:48:20.808 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-15 17:48:20.808 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-15 17:48:20.808 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-15 17:48:20.809 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-15 17:48:20.809 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-15 17:48:20.811 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-15 17:48:20.811 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-15 17:48:20.812 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-15 17:48:20.812 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-15 17:48:20.813 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-15 17:48:20.815 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-15 17:48:20.816 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-15 17:48:20.816 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-15 17:48:20.817 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-15 17:48:20.817 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-15 17:48:20.818 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-15 17:48:20.819 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-15 17:48:20.820 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-15 17:48:20.821 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-15 17:48:20.821 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-15 17:48:20.823 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-15 17:48:20.824 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-15 17:48:20.825 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-15 17:48:20.825 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-15 17:48:20.827 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-15 17:48:20.827 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-15 17:48:20.827 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-15 17:48:20.827 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-15 17:48:20.827 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-15 17:48:20.827 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-15 17:48:20.828 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-15 17:48:20.829 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-15 17:48:20.829 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-15 17:48:20.829 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-15 17:48:20.830 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-15 17:48:20.831 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-15 17:48:20.831 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-15 17:48:20.831 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-15 17:48:20.831 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-15 17:48:20.831 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-15 17:48:20.831 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-15 17:48:20.831 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-15 17:48:20.831 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/README.md 2025-04-15 17:48:20.832 | etcd-v3.4.27-linux-amd64/etcd 2025-04-15 17:48:21.006 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-15 17:48:21.034 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-15 17:48:21.054 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-15 17:48:21.056 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-15 17:48:21.070 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:48:21.071 | + stack.sh:main:894 : install_dstat 2025-04-15 17:48:21.073 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-15 17:48:21.086 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:48:21.088 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-15 17:48:21.090 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:48:21.092 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-15 17:48:21.094 | + stack.sh:main:903 : install_libs 2025-04-15 17:48:21.096 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-15 17:48:21.097 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-15 17:48:21.099 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-15 17:48:21.101 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-15 17:48:21.103 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.105 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.107 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-15 17:48:21.108 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.110 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-15 17:48:21.112 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-15 17:48:21.114 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-15 17:48:21.116 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-15 17:48:21.117 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.119 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.121 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-15 17:48:21.123 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.124 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-15 17:48:21.126 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-15 17:48:21.128 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-15 17:48:21.130 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-15 17:48:21.132 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.134 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.135 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-15 17:48:21.137 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.139 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-15 17:48:21.141 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-15 17:48:21.143 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-15 17:48:21.145 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-15 17:48:21.146 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.148 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.150 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-15 17:48:21.152 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.154 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-15 17:48:21.155 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-15 17:48:21.157 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-15 17:48:21.159 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-15 17:48:21.161 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.163 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.164 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-15 17:48:21.166 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.168 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-15 17:48:21.170 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-15 17:48:21.172 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-15 17:48:21.174 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-15 17:48:21.176 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.177 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.179 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-15 17:48:21.181 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.183 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-15 17:48:21.185 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-15 17:48:21.187 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-15 17:48:21.188 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-15 17:48:21.190 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.192 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.194 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-15 17:48:21.196 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.198 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-15 17:48:21.199 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-15 17:48:21.201 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-15 17:48:21.203 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-15 17:48:21.205 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.207 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.208 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-15 17:48:21.210 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.212 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-15 17:48:21.214 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-15 17:48:21.216 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-15 17:48:21.218 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-15 17:48:21.219 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.221 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.223 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-15 17:48:21.225 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.227 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-15 17:48:21.229 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-15 17:48:21.230 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-15 17:48:21.232 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-15 17:48:21.234 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.236 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.238 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-15 17:48:21.240 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.241 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-15 17:48:21.243 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-15 17:48:21.245 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-15 17:48:21.247 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-15 17:48:21.249 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.251 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.253 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-15 17:48:21.255 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.257 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-15 17:48:21.259 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-15 17:48:21.261 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-15 17:48:21.262 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-15 17:48:21.264 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.266 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.268 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-15 17:48:21.270 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.271 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-15 17:48:21.273 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-15 17:48:21.275 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-15 17:48:21.277 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-15 17:48:21.279 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.281 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.283 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-15 17:48:21.284 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.286 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-15 17:48:21.288 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-15 17:48:21.290 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-15 17:48:21.292 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-15 17:48:21.294 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.295 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.297 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-15 17:48:21.299 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.301 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-15 17:48:21.303 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-15 17:48:21.305 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-15 17:48:21.306 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-15 17:48:21.308 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.310 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.312 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-15 17:48:21.314 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.316 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-15 17:48:21.318 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-15 17:48:21.320 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-15 17:48:21.322 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-15 17:48:21.323 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.325 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.327 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-15 17:48:21.329 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.331 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-15 17:48:21.333 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-15 17:48:21.335 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-15 17:48:21.336 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-15 17:48:21.338 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.340 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.342 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-15 17:48:21.344 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.346 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-15 17:48:21.347 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-15 17:48:21.349 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-15 17:48:21.351 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-15 17:48:21.353 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.355 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.357 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-15 17:48:21.359 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.360 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-15 17:48:21.362 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-15 17:48:21.364 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-15 17:48:21.366 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-15 17:48:21.368 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.370 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.371 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-15 17:48:21.373 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.375 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-15 17:48:21.377 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-15 17:48:21.379 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-15 17:48:21.381 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-15 17:48:21.383 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.384 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.386 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-15 17:48:21.388 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.390 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-15 17:48:21.392 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-15 17:48:21.394 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-15 17:48:21.396 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-15 17:48:21.397 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.399 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.401 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-15 17:48:21.403 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.405 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-15 17:48:21.407 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-15 17:48:21.409 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-15 17:48:21.411 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-15 17:48:21.413 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.414 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.416 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-15 17:48:21.418 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.420 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-15 17:48:21.422 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-15 17:48:21.423 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-15 17:48:21.425 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-15 17:48:21.427 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.430 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.432 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-15 17:48:21.433 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.435 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-15 17:48:21.437 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-15 17:48:21.439 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-15 17:48:21.441 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-15 17:48:21.443 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.445 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.447 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-15 17:48:21.449 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.450 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-15 17:48:21.452 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-15 17:48:21.455 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-15 17:48:21.456 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-15 17:48:21.458 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.460 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.462 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-15 17:48:21.464 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.466 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-15 17:48:21.468 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-15 17:48:21.470 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-15 17:48:21.472 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-15 17:48:21.473 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.475 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.477 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-15 17:48:21.479 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.481 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-15 17:48:21.483 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-15 17:48:21.484 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-15 17:48:21.486 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-15 17:48:21.488 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.490 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.492 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-15 17:48:21.493 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.495 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-15 17:48:21.497 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-15 17:48:21.499 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-15 17:48:21.501 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-15 17:48:21.503 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.504 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.506 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-15 17:48:21.508 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.510 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-15 17:48:21.512 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-15 17:48:21.514 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-15 17:48:21.516 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-15 17:48:21.517 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.519 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.521 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-15 17:48:21.523 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.525 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-15 17:48:21.527 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-15 17:48:21.529 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-15 17:48:21.530 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-15 17:48:21.532 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.534 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.536 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-15 17:48:21.538 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.540 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-15 17:48:21.542 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-15 17:48:21.543 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-15 17:48:21.545 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-15 17:48:21.547 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.549 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.551 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-15 17:48:21.553 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.555 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-15 17:48:21.556 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-15 17:48:21.558 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-15 17:48:21.560 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-15 17:48:21.562 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.564 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.566 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-15 17:48:21.567 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.569 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-15 17:48:21.571 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-15 17:48:21.573 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-15 17:48:21.575 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-15 17:48:21.577 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.579 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.580 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-15 17:48:21.583 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.585 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-15 17:48:21.586 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-15 17:48:21.588 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-15 17:48:21.590 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-15 17:48:21.592 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.594 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.595 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-15 17:48:21.597 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.599 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-15 17:48:21.601 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-15 17:48:21.603 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-15 17:48:21.605 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-15 17:48:21.606 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.608 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.610 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-15 17:48:21.612 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.614 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-15 17:48:21.616 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-15 17:48:21.617 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-15 17:48:21.619 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-15 17:48:21.621 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.623 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.625 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-15 17:48:21.627 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.628 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-15 17:48:21.630 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-15 17:48:21.632 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-15 17:48:21.634 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-15 17:48:21.636 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.638 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.640 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-15 17:48:21.642 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.644 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-15 17:48:21.646 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-15 17:48:21.648 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-15 17:48:21.650 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-15 17:48:21.651 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:21.653 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:21.655 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-15 17:48:21.657 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:21.659 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-15 17:48:21.674 | Using python 3.10 to install etcd3 2025-04-15 17:48:21.675 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2025-04-15 17:48:22.557 | Collecting etcd3 2025-04-15 17:48:22.557 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-15 17:48:23.216 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-15 17:48:23.218 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-15 17:48:23.435 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-15 17:48:23.446 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-15 17:48:23.490 | Collecting six>=1.12.0 (from etcd3) 2025-04-15 17:48:23.492 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-15 17:48:23.520 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-15 17:48:23.521 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-15 17:48:23.537 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-15 17:48:23.564 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-15 17:48:23.568 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-15 17:48:23.571 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-15 17:48:23.660 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-15 17:48:24.007 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-04-15 17:48:24.192 | + inc/python:pip_install:222 : result=0 2025-04-15 17:48:24.194 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:48:24.196 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:24.198 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:24.200 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:24.202 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:24.203 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:24.205 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:48:24.207 | + functions-common:time_stop:2407 : start_time=1744739301670 2025-04-15 17:48:24.208 | + functions-common:time_stop:2409 : [[ -z 1744739301670 ]] 2025-04-15 17:48:24.210 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:24.213 | + functions-common:time_stop:2412 : end_time=1744739304212 2025-04-15 17:48:24.215 | + functions-common:time_stop:2413 : elapsed_time=2542 2025-04-15 17:48:24.217 | + functions-common:time_stop:2414 : total=11243 2025-04-15 17:48:24.218 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:24.220 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13785 2025-04-15 17:48:24.222 | + inc/python:pip_install:225 : return 0 2025-04-15 17:48:24.224 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-15 17:48:24.239 | Using python 3.10 to install etcd3gw 2025-04-15 17:48:24.241 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2025-04-15 17:48:25.126 | Collecting etcd3gw 2025-04-15 17:48:25.128 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-15 17:48:25.160 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-15 17:48:25.162 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-15 17:48:25.163 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-15 17:48:25.206 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-15 17:48:25.208 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-15 17:48:25.317 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-15 17:48:25.319 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-15 17:48:25.346 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-15 17:48:25.347 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-15 17:48:25.403 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-15 17:48:25.405 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-15 17:48:25.439 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-15 17:48:25.441 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-15 17:48:25.466 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-15 17:48:25.470 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-15 17:48:25.472 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-15 17:48:25.475 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-15 17:48:25.478 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-15 17:48:25.482 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-15 17:48:25.485 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-15 17:48:25.589 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-15 17:48:25.883 | Successfully installed certifi-2025.1.31 charset-normalizer-3.1.0 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.2 urllib3-1.26.15 2025-04-15 17:48:25.970 | + inc/python:pip_install:222 : result=0 2025-04-15 17:48:25.972 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:48:25.974 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:25.976 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:25.977 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:25.979 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:25.981 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:25.982 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:48:25.984 | + functions-common:time_stop:2407 : start_time=1744739304235 2025-04-15 17:48:25.986 | + functions-common:time_stop:2409 : [[ -z 1744739304235 ]] 2025-04-15 17:48:25.988 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:25.991 | + functions-common:time_stop:2412 : end_time=1744739305989 2025-04-15 17:48:25.993 | + functions-common:time_stop:2413 : elapsed_time=1754 2025-04-15 17:48:25.994 | + functions-common:time_stop:2414 : total=13785 2025-04-15 17:48:25.996 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:25.998 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15539 2025-04-15 17:48:26.000 | + inc/python:pip_install:225 : return 0 2025-04-15 17:48:26.002 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-15 17:48:26.003 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-15 17:48:26.005 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-15 17:48:26.007 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 17:48:26.009 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 17:48:26.011 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 17:48:26.013 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 17:48:26.015 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 17:48:26.017 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 17:48:26.019 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 17:48:26.020 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 17:48:26.022 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 17:48:26.024 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 17:48:26.026 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 17:48:26.028 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 17:48:26.030 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 17:48:26.032 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-15 17:48:26.034 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:26.036 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:26.038 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-15 17:48:26.040 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 17:48:26.042 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 17:48:26.044 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 17:48:26.046 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 17:48:26.047 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 17:48:26.050 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 17:48:26.051 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 17:48:26.054 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:26.056 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:26.057 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 17:48:26.060 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 17:48:26.061 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 17:48:26.063 | + functions-common:apt_get_update:1150 : return 2025-04-15 17:48:26.065 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 17:48:26.067 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 17:48:26.069 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:26.071 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:26.073 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 17:48:26.089 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-15 17:48:26.150 | Reading package lists... 2025-04-15 17:48:26.370 | Building dependency tree... 2025-04-15 17:48:26.371 | Reading state information... 2025-04-15 17:48:26.584 | uwsgi is already the newest version (2.0.20-4). 2025-04-15 17:48:26.584 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-15 17:48:26.584 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-15 17:48:26.584 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 17:48:26.588 | + functions-common:apt_get:1194 : result=0 2025-04-15 17:48:26.590 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 17:48:26.592 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:26.594 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:26.595 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:26.597 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:26.599 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:26.601 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 17:48:26.602 | + functions-common:time_stop:2407 : start_time=1744739306087 2025-04-15 17:48:26.604 | + functions-common:time_stop:2409 : [[ -z 1744739306087 ]] 2025-04-15 17:48:26.606 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:26.610 | + functions-common:time_stop:2412 : end_time=1744739306608 2025-04-15 17:48:26.611 | + functions-common:time_stop:2413 : elapsed_time=521 2025-04-15 17:48:26.613 | + functions-common:time_stop:2414 : total=40559 2025-04-15 17:48:26.615 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:26.617 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41080 2025-04-15 17:48:26.619 | + functions-common:apt_get:1198 : return 0 2025-04-15 17:48:26.621 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-15 17:48:26.623 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:26.624 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:26.626 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-15 17:48:26.661 | Enabling module proxy. 2025-04-15 17:48:26.665 | To activate the new configuration, you need to run: 2025-04-15 17:48:26.665 | systemctl restart apache2 2025-04-15 17:48:26.669 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-15 17:48:26.700 | Considering dependency proxy for proxy_uwsgi: 2025-04-15 17:48:26.700 | Module proxy already enabled 2025-04-15 17:48:26.700 | Enabling module proxy_uwsgi. 2025-04-15 17:48:26.703 | To activate the new configuration, you need to run: 2025-04-15 17:48:26.703 | systemctl restart apache2 2025-04-15 17:48:26.706 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-15 17:48:26.708 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 17:48:26.710 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:48:26.712 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 17:48:26.816 | + stack.sh:main:909 : install_keystoneauth 2025-04-15 17:48:26.818 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-15 17:48:26.820 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-15 17:48:26.821 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:26.823 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:26.825 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-15 17:48:26.827 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:26.829 | + stack.sh:main:910 : install_keystoneclient 2025-04-15 17:48:26.830 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-15 17:48:26.832 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-15 17:48:26.834 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:26.836 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:26.838 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-15 17:48:26.840 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:26.841 | + stack.sh:main:911 : install_glanceclient 2025-04-15 17:48:26.843 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-15 17:48:26.845 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-15 17:48:26.847 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:26.849 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:26.851 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-15 17:48:26.852 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:26.854 | + stack.sh:main:912 : install_cinderclient 2025-04-15 17:48:26.856 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-15 17:48:26.858 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-15 17:48:26.860 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:26.861 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:26.863 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-15 17:48:26.865 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:26.867 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-15 17:48:26.869 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-15 17:48:26.871 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:26.872 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:26.874 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-15 17:48:26.876 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:26.878 | + stack.sh:main:913 : install_novaclient 2025-04-15 17:48:26.880 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-15 17:48:26.882 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-15 17:48:26.883 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:26.885 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:26.887 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-15 17:48:26.889 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:26.891 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-15 17:48:26.904 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:26.905 | + stack.sh:main:915 : install_swiftclient 2025-04-15 17:48:26.907 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-15 17:48:26.909 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-15 17:48:26.911 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:26.913 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:26.915 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-15 17:48:26.916 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:26.918 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-15 17:48:26.931 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:26.933 | + stack.sh:main:918 : install_neutronclient 2025-04-15 17:48:26.934 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-15 17:48:26.936 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-15 17:48:26.938 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:26.940 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:26.942 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-15 17:48:26.944 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:26.946 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-15 17:48:26.948 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-15 17:48:26.949 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-15 17:48:26.951 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:26.953 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:26.955 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-15 17:48:26.957 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:26.959 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-15 17:48:26.961 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-15 17:48:26.963 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 17:48:26.965 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-15 17:48:26.967 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-15 17:48:26.969 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 17:48:26.972 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-15 17:48:26.972 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 17:48:26.976 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-15 17:48:26.978 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-15 17:48:26.979 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-15 17:48:26.982 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-15 17:48:26.984 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-15 17:48:26.999 | Using python 3.10 to install keystonemiddleware 2025-04-15 17:48:27.001 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2025-04-15 17:48:27.904 | Collecting keystonemiddleware 2025-04-15 17:48:27.907 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 17:48:27.969 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-15 17:48:27.971 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-15 17:48:28.014 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-15 17:48:28.016 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 17:48:28.057 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-15 17:48:28.058 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-15 17:48:28.125 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-15 17:48:28.127 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-15 17:48:28.162 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-15 17:48:28.164 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 17:48:28.196 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-15 17:48:28.198 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 17:48:28.247 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-15 17:48:28.249 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-15 17:48:28.291 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-15 17:48:28.293 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 17:48:28.349 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-15 17:48:28.350 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 17:48:28.352 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (5.11.1) 2025-04-15 17:48:28.379 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-15 17:48:28.380 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-15 17:48:28.414 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-15 17:48:28.416 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 17:48:28.418 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-04-15 17:48:28.466 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-15 17:48:28.468 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-15 17:48:28.487 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-15 17:48:28.489 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 17:48:28.526 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-15 17:48:28.528 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 17:48:28.585 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-15 17:48:28.586 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-15 17:48:28.692 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 17:48:28.694 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2025-04-15 17:48:28.724 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 17:48:28.726 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-15 17:48:28.761 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 17:48:28.763 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-15 17:48:28.784 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 17:48:28.786 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-15 17:48:28.905 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-15 17:48:28.907 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-15 17:48:28.928 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-15 17:48:28.928 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-15 17:48:29.019 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-15 17:48:29.021 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-15 17:48:29.083 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-15 17:48:29.084 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-15 17:48:29.112 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-15 17:48:29.114 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-15 17:48:29.150 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-15 17:48:29.150 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-15 17:48:29.183 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-15 17:48:29.184 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-15 17:48:29.231 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-15 17:48:29.233 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-15 17:48:29.243 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware) (1.16.0) 2025-04-15 17:48:29.271 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.1.0) 2025-04-15 17:48:29.271 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-04-15 17:48:29.272 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.15) 2025-04-15 17:48:29.272 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2025.1.31) 2025-04-15 17:48:29.418 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-15 17:48:29.421 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-04-15 17:48:29.452 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-15 17:48:29.453 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 17:48:29.608 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-15 17:48:29.612 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-15 17:48:29.615 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-15 17:48:29.618 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-15 17:48:29.621 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-15 17:48:29.623 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-15 17:48:29.626 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-15 17:48:29.629 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-15 17:48:29.631 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-15 17:48:29.634 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-15 17:48:29.637 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-15 17:48:29.642 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-15 17:48:29.645 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-15 17:48:29.648 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-15 17:48:29.650 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-15 17:48:29.652 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-15 17:48:29.657 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-15 17:48:29.669 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-15 17:48:29.672 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-15 17:48:29.675 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-15 17:48:29.677 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-15 17:48:29.681 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-15 17:48:29.686 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-15 17:48:29.693 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-15 17:48:29.696 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-15 17:48:29.699 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-15 17:48:29.704 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-15 17:48:29.706 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-15 17:48:30.005 | Installing collected packages: pytz, pyinotify, netifaces, netaddr, msgpack, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2025-04-15 17:48:31.672 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.3.0 keystonemiddleware-10.4.1 msgpack-1.0.5 netaddr-0.8.0 netifaces-0.11.0 os-service-types-1.7.0 oslo.cache-3.5.0 oslo.config-9.2.0 oslo.context-5.2.0 oslo.i18n-6.1.1 oslo.log-5.3.2 oslo.serialization-5.2.1 oslo.utils-6.2.1 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.2.0 pytz-2023.3 rfc3986-2.0.0 stevedore-5.1.0 tzdata-2023.3 wrapt-1.15.0 2025-04-15 17:48:31.820 | + inc/python:pip_install:222 : result=0 2025-04-15 17:48:31.822 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:48:31.824 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:31.826 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:31.828 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:31.830 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:31.832 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:31.833 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:48:31.835 | + functions-common:time_stop:2407 : start_time=1744739306995 2025-04-15 17:48:31.837 | + functions-common:time_stop:2409 : [[ -z 1744739306995 ]] 2025-04-15 17:48:31.839 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:31.842 | + functions-common:time_stop:2412 : end_time=1744739311840 2025-04-15 17:48:31.844 | + functions-common:time_stop:2413 : elapsed_time=4845 2025-04-15 17:48:31.845 | + functions-common:time_stop:2414 : total=15539 2025-04-15 17:48:31.847 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:31.849 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20384 2025-04-15 17:48:31.851 | + inc/python:pip_install:225 : return 0 2025-04-15 17:48:31.852 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-15 17:48:31.854 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-15 17:48:31.856 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 17:48:31.859 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-15 17:48:31.861 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-15 17:48:31.863 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 17:48:31.865 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-15 17:48:31.865 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 17:48:31.870 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-15 17:48:31.872 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-15 17:48:31.873 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-15 17:48:31.876 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-15 17:48:31.878 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-15 17:48:31.894 | Using python 3.10 to install python-memcached 2025-04-15 17:48:31.896 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2025-04-15 17:48:32.797 | Collecting python-memcached 2025-04-15 17:48:32.799 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-15 17:48:32.802 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2025-04-15 17:48:32.804 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-15 17:48:33.014 | Installing collected packages: python-memcached 2025-04-15 17:48:33.038 | Successfully installed python-memcached-1.59 2025-04-15 17:48:33.112 | + inc/python:pip_install:222 : result=0 2025-04-15 17:48:33.114 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:48:33.116 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:33.118 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:33.120 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:33.122 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:33.123 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:33.125 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:48:33.127 | + functions-common:time_stop:2407 : start_time=1744739311890 2025-04-15 17:48:33.129 | + functions-common:time_stop:2409 : [[ -z 1744739311890 ]] 2025-04-15 17:48:33.131 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:33.134 | + functions-common:time_stop:2412 : end_time=1744739313132 2025-04-15 17:48:33.136 | + functions-common:time_stop:2413 : elapsed_time=1242 2025-04-15 17:48:33.138 | + functions-common:time_stop:2414 : total=20384 2025-04-15 17:48:33.140 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:33.141 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21626 2025-04-15 17:48:33.143 | + inc/python:pip_install:225 : return 0 2025-04-15 17:48:33.145 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-15 17:48:33.158 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:33.160 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-15 17:48:33.161 | + stack.sh:main:926 : stack_install_service keystone 2025-04-15 17:48:33.163 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-15 17:48:33.165 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-15 17:48:33.167 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 17:48:33.169 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-15 17:48:33.171 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-15 17:48:33.182 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:48:33.184 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-15 17:48:33.186 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-15 17:48:33.187 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-15 17:48:33.189 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 17:48:33.191 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 17:48:33.192 | ++ functions-common:git_clone:576 : pwd 2025-04-15 17:48:33.195 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 17:48:33.196 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 17:48:33.198 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 17:48:33.210 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 17:48:33.211 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 17:48:33.213 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 17:48:33.215 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 17:48:33.217 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 17:48:33.217 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 17:48:33.221 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-15 17:48:33.222 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 17:48:33.224 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-15 17:48:33.226 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:48:33.227 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:48:33.229 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:48:33.230 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:48:33.232 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:48:33.234 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:48:33.235 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:48:33.237 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:48:33.239 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:48:33.242 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739313240 2025-04-15 17:48:33.243 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-15 17:48:33.246 | Cloning into '/opt/stack//keystone'... 2025-04-15 17:48:35.929 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:48:35.931 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:35.933 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:35.935 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:35.936 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:35.938 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:35.940 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:48:35.942 | + functions-common:time_stop:2407 : start_time=1744739313240 2025-04-15 17:48:35.943 | + functions-common:time_stop:2409 : [[ -z 1744739313240 ]] 2025-04-15 17:48:35.945 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:35.948 | + functions-common:time_stop:2412 : end_time=1744739315946 2025-04-15 17:48:35.950 | + functions-common:time_stop:2413 : elapsed_time=2706 2025-04-15 17:48:35.951 | + functions-common:time_stop:2414 : total=44785 2025-04-15 17:48:35.953 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:35.955 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47491 2025-04-15 17:48:35.956 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-15 17:48:35.958 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 17:48:35.960 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:48:35.962 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:48:35.963 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:48:35.965 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:48:35.967 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:48:35.968 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:48:35.970 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:48:35.972 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:48:35.974 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:48:35.977 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739315975 2025-04-15 17:48:35.978 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 17:48:38.333 | From https://opendev.org/openstack/keystone 2025-04-15 17:48:38.333 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 17:48:38.337 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:48:38.339 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:38.341 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:38.342 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:38.344 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:38.346 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:38.347 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:48:38.349 | + functions-common:time_stop:2407 : start_time=1744739315975 2025-04-15 17:48:38.351 | + functions-common:time_stop:2409 : [[ -z 1744739315975 ]] 2025-04-15 17:48:38.353 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:38.356 | + functions-common:time_stop:2412 : end_time=1744739318354 2025-04-15 17:48:38.357 | + functions-common:time_stop:2413 : elapsed_time=2379 2025-04-15 17:48:38.359 | + functions-common:time_stop:2414 : total=47491 2025-04-15 17:48:38.360 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:38.362 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=49870 2025-04-15 17:48:38.364 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 17:48:38.365 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:48:38.367 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:48:38.369 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:48:38.370 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:48:38.372 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:48:38.374 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:48:38.375 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:48:38.377 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:48:38.379 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:48:38.382 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739318380 2025-04-15 17:48:38.383 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 17:48:38.473 | Note: switching to 'FETCH_HEAD'. 2025-04-15 17:48:38.473 | 2025-04-15 17:48:38.473 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 17:48:38.473 | changes and commit them, and you can discard any commits you make in this 2025-04-15 17:48:38.473 | state without impacting any branches by switching back to a branch. 2025-04-15 17:48:38.473 | 2025-04-15 17:48:38.473 | If you want to create a new branch to retain commits you create, you may 2025-04-15 17:48:38.473 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 17:48:38.473 | 2025-04-15 17:48:38.473 | git switch -c 2025-04-15 17:48:38.473 | 2025-04-15 17:48:38.473 | Or undo this operation with: 2025-04-15 17:48:38.473 | 2025-04-15 17:48:38.473 | git switch - 2025-04-15 17:48:38.473 | 2025-04-15 17:48:38.473 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 17:48:38.473 | 2025-04-15 17:48:38.473 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-15 17:48:38.476 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:48:38.479 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:38.480 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:38.482 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:38.484 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:38.485 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:38.487 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:48:38.489 | + functions-common:time_stop:2407 : start_time=1744739318380 2025-04-15 17:48:38.491 | + functions-common:time_stop:2409 : [[ -z 1744739318380 ]] 2025-04-15 17:48:38.493 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:38.496 | + functions-common:time_stop:2412 : end_time=1744739318494 2025-04-15 17:48:38.498 | + functions-common:time_stop:2413 : elapsed_time=114 2025-04-15 17:48:38.499 | + functions-common:time_stop:2414 : total=49870 2025-04-15 17:48:38.501 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:38.503 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=49984 2025-04-15 17:48:38.505 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-15 17:48:38.514 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-15 17:48:38.516 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 17:48:38.516 | + functions-common:git_clone:656 : head -1 2025-04-15 17:48:38.519 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-15 17:48:38.521 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 17:48:38.523 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-15 17:48:38.524 | + inc/python:setup_develop:360 : local bindep 2025-04-15 17:48:38.526 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-15 17:48:38.528 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-15 17:48:38.530 | + inc/python:setup_develop:366 : local extras= 2025-04-15 17:48:38.532 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-15 17:48:38.534 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 17:48:38.535 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-15 17:48:38.537 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-15 17:48:38.539 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 17:48:38.541 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 17:48:38.543 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-15 17:48:38.545 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 17:48:38.547 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-15 17:48:38.549 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 17:48:38.551 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 17:48:38.554 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-15 17:48:38.558 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-15 17:48:38.560 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-15 17:48:38.884 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-15 17:48:38.886 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 17:48:38.888 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 17:48:38.890 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 17:48:38.892 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-15 17:48:38.893 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-15 17:48:38.895 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 17:48:38.897 | + inc/python:setup_package:450 : local extras= 2025-04-15 17:48:38.899 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 17:48:38.901 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 17:48:38.902 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 17:48:38.904 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 17:48:38.906 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 17:48:38.908 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-15 17:48:38.923 | Using python 3.10 to install /opt/stack/keystone 2025-04-15 17:48:38.925 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2025-04-15 17:48:39.706 | Obtaining file:///opt/stack/keystone 2025-04-15 17:48:39.708 | Preparing metadata (setup.py): started 2025-04-15 17:48:40.367 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 17:48:40.422 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.11.1) 2025-04-15 17:48:40.423 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.8.7) 2025-04-15 17:48:40.518 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-15 17:48:40.520 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-15 17:48:40.542 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-15 17:48:40.544 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-15 17:48:40.778 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-15 17:48:40.779 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-15 17:48:41.203 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.205 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10.0 kB) 2025-04-15 17:48:41.208 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.1.0) 2025-04-15 17:48:41.228 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.230 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 17:48:41.233 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-15 17:48:41.233 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (10.4.1) 2025-04-15 17:48:41.290 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.292 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-15 17:48:41.352 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.353 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-15 17:48:41.356 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.5.0) 2025-04-15 17:48:41.356 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (9.2.0) 2025-04-15 17:48:41.357 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-15 17:48:41.416 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.418 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-15 17:48:41.470 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.472 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-15 17:48:41.475 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.1.1) 2025-04-15 17:48:41.476 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.3.2) 2025-04-15 17:48:41.512 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.513 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 17:48:41.557 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.558 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-15 17:48:41.561 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.1) 2025-04-15 17:48:41.586 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.587 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-15 17:48:41.590 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.2.1) 2025-04-15 17:48:41.610 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.611 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-15 17:48:41.639 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.641 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-15 17:48:41.667 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.669 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 17:48:41.671 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.1.8) 2025-04-15 17:48:41.713 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.714 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-15 17:48:41.717 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.1.1) 2025-04-15 17:48:41.717 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.0.5) 2025-04-15 17:48:41.743 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-15 17:48:41.745 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-15 17:48:41.748 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (2023.3) 2025-04-15 17:48:41.942 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-15 17:48:41.944 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-15 17:48:41.949 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2025-04-15 17:48:41.994 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 17:48:41.997 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-15 17:48:42.024 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 17:48:42.026 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-15 17:48:42.049 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 17:48:42.051 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-15 17:48:42.079 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 17:48:42.081 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-15 17:48:42.106 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-15 17:48:42.108 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-15 17:48:42.114 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2025-04-15 17:48:42.158 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.160 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-15 17:48:42.193 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.195 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-15 17:48:42.220 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.3.0) 2025-04-15 17:48:42.222 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.2) 2025-04-15 17:48:42.266 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2025-04-15 17:48:42.267 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2025-04-15 17:48:42.268 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2025-04-15 17:48:42.269 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.0.0) 2025-04-15 17:48:42.340 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.342 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-15 17:48:42.361 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.363 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-15 17:48:42.380 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.381 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-15 17:48:42.406 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (2.8.2) 2025-04-15 17:48:42.408 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2025-04-15 17:48:42.465 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.468 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-15 17:48:42.506 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.508 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-15 17:48:42.510 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2025-04-15 17:48:42.560 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.562 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-15 17:48:42.591 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.592 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-15 17:48:42.631 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.633 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-15 17:48:42.667 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.668 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-15 17:48:42.686 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==0.0.1.dev11) (2023.3) 2025-04-15 17:48:42.720 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.722 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-15 17:48:42.739 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2025-04-15 17:48:42.740 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2025-04-15 17:48:42.741 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2025-04-15 17:48:42.742 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2025-04-15 17:48:42.857 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.859 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 17:48:42.961 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.962 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-15 17:48:42.991 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 17:48:42.993 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-15 17:48:43.045 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 17:48:43.046 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-15 17:48:43.324 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-15 17:48:43.326 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-15 17:48:43.417 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-15 17:48:43.418 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-15 17:48:43.452 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:43.453 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-15 17:48:43.531 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-15 17:48:43.533 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-15 17:48:43.556 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.15.0) 2025-04-15 17:48:43.690 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-15 17:48:43.692 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-15 17:48:43.727 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2025-04-15 17:48:43.815 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-15 17:48:43.817 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-15 17:48:43.858 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:43.859 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-15 17:48:43.910 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:43.912 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-15 17:48:43.934 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:43.936 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 17:48:43.957 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:43.959 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-15 17:48:43.998 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:44.000 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-04-15 17:48:44.028 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:44.029 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-15 17:48:44.033 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (4.0.1) 2025-04-15 17:48:44.087 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-15 17:48:44.089 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-15 17:48:44.170 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.1.0) 2025-04-15 17:48:44.171 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.4) 2025-04-15 17:48:44.171 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.26.15) 2025-04-15 17:48:44.172 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2025.1.31) 2025-04-15 17:48:44.238 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.6.0) 2025-04-15 17:48:44.396 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-15 17:48:44.398 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-15 17:48:44.538 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:44.540 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-15 17:48:44.638 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (69.1.1) 2025-04-15 17:48:44.713 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-15 17:48:44.715 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-15 17:48:44.981 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-15 17:48:44.986 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-15 17:48:45.008 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-15 17:48:45.011 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-15 17:48:45.014 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-15 17:48:45.017 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-15 17:48:45.020 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-15 17:48:45.024 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-15 17:48:45.028 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-15 17:48:45.031 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-15 17:48:45.034 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-15 17:48:45.037 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-15 17:48:45.040 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-15 17:48:45.045 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-15 17:48:45.048 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-15 17:48:45.053 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-15 17:48:45.061 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-04-15 17:48:45.072 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-15 17:48:45.077 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-15 17:48:45.080 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-15 17:48:45.083 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-15 17:48:45.086 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-15 17:48:45.088 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-15 17:48:45.093 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-15 17:48:45.096 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-15 17:48:45.101 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-15 17:48:45.104 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-15 17:48:45.107 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-15 17:48:45.110 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-15 17:48:45.112 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-15 17:48:45.115 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-15 17:48:45.118 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-15 17:48:45.120 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-15 17:48:45.123 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-15 17:48:45.125 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-15 17:48:45.128 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-15 17:48:45.130 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-15 17:48:45.134 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-15 17:48:45.138 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-15 17:48:45.140 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-15 17:48:45.143 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-15 17:48:45.147 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-15 17:48:45.151 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-15 17:48:45.153 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-15 17:48:45.156 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-15 17:48:45.161 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-15 17:48:45.163 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-15 17:48:45.166 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-15 17:48:45.169 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-15 17:48:45.171 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-15 17:48:45.174 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-15 17:48:45.176 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-15 17:48:45.179 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-15 17:48:45.181 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-15 17:48:45.185 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-15 17:48:45.681 | Installing collected packages: Yappi, wcwidth, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testresources, Routes, pyrsistent, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, testscenarios, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyopenssl, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2025-04-15 17:48:50.012 | Running setup.py develop for keystone 2025-04-15 17:48:51.081 | Successfully installed Flask-2.2.3 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Paste-3.5.2 PasteDeploy-3.0.1 PrettyTable-3.7.0 PyJWT-2.6.0 Routes-2.5.1 SQLAlchemy-1.4.41 Werkzeug-2.2.3 Yappi-1.4.0 alembic-1.9.4 amqp-5.1.1 aniso8601-9.0.1 attrs-23.1.0 bcrypt-4.0.1 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 cryptography-40.0.2 defusedxml-0.7.1 dnspython-2.3.0 elementpath-4.1.1 eventlet-0.33.3 fasteners-0.18 greenlet-2.0.2 itsdangerous-2.1.2 jsonschema-4.17.3 keystone-0.0.1.dev11 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.1 oslo.messaging-14.4.2 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.1 oslo.upgradecheck-2.2.0 osprofiler-4.1.0 passlib-1.7.4 prometheus-client-0.16.0 pycparser-2.21 pyopenssl-23.1.1 pyrsistent-0.19.3 pysaml2-7.3.1 repoze.lru-0.7 scrypt-0.8.20 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 wcwidth-0.2.6 xmlschema-2.2.3 2025-04-15 17:48:51.413 | + inc/python:pip_install:222 : result=0 2025-04-15 17:48:51.415 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:48:51.417 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:51.419 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:51.420 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:51.422 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:51.423 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:51.425 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:48:51.427 | + functions-common:time_stop:2407 : start_time=1744739318919 2025-04-15 17:48:51.428 | + functions-common:time_stop:2409 : [[ -z 1744739318919 ]] 2025-04-15 17:48:51.431 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:51.433 | + functions-common:time_stop:2412 : end_time=1744739331431 2025-04-15 17:48:51.435 | + functions-common:time_stop:2413 : elapsed_time=12512 2025-04-15 17:48:51.436 | + functions-common:time_stop:2414 : total=21626 2025-04-15 17:48:51.438 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:51.440 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34138 2025-04-15 17:48:51.441 | + inc/python:pip_install:225 : return 0 2025-04-15 17:48:51.443 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 17:48:51.445 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:48:51.447 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-15 17:48:51.449 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-15 17:48:51.450 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:51.452 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:51.454 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-15 17:48:51.456 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:51.458 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-15 17:48:51.471 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:48:51.473 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-15 17:48:51.474 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 17:48:51.476 | + stack.sh:main:927 : configure_keystone 2025-04-15 17:48:51.478 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-15 17:48:51.487 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2025-04-15 17:48:51.489 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-15 17:48:51.492 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-15 17:48:51.504 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:48:51.506 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-15 17:48:51.530 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-15 17:48:51.552 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-15 17:48:51.575 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-15 17:48:51.599 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-15 17:48:51.623 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-15 17:48:51.646 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-15 17:48:51.669 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-15 17:48:51.691 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-15 17:48:51.693 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-15 17:48:51.694 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-15 17:48:51.696 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-15 17:48:51.698 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 17:48:51.700 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 17:48:51.712 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:51.714 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 17:48:51.716 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 17:48:51.718 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 17:48:51.730 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:51.731 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:48:51.734 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:48:51.761 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 17:48:51.763 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 17:48:51.765 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-15 17:48:51.767 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-15 17:48:51.781 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:48:51.783 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-15 17:48:51.808 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-15 17:48:51.811 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-15 17:48:51.837 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-15 17:48:51.839 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-15 17:48:51.841 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-15 17:48:51.843 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-15 17:48:51.845 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 17:48:51.847 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 17:48:51.849 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 17:48:51.861 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:51.862 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 17:48:51.864 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-15 17:48:51.867 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-15 17:48:51.891 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-15 17:48:51.892 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-15 17:48:51.894 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-15 17:48:51.896 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-15 17:48:51.898 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 17:48:51.910 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 17:48:51.912 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 17:48:51.914 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 17:48:51.916 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 17:48:51.917 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 17:48:51.939 | + functions:setup_systemd_logging:715 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:48:51.962 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:48:51.985 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 17:48:52.007 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-15 17:48:52.029 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-15 17:48:52.031 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2025-04-15 17:48:52.033 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-15 17:48:52.035 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-15 17:48:52.037 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-15 17:48:52.038 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 17:48:52.040 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 17:48:52.042 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-15 17:48:52.045 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-15 17:48:52.047 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 17:48:52.049 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 17:48:52.058 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 17:48:52.058 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 17:48:52.064 | d /var/run/uwsgi 0755 stack root 2025-04-15 17:48:52.067 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 17:48:52.075 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-15 17:48:52.077 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-15 17:48:52.079 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-15 17:48:52.082 | + lib/apache:write_uwsgi_config:262 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-15 17:48:52.111 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-15 17:48:52.143 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-15 17:48:52.170 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-15 17:48:52.199 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-15 17:48:52.225 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-15 17:48:52.251 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-15 17:48:52.281 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-15 17:48:52.307 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-15 17:48:52.346 | + lib/apache:write_uwsgi_config:277 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 17:48:52.370 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-15 17:48:52.393 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-15 17:48:52.414 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-15 17:48:52.436 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 17:48:52.438 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 17:48:52.440 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-15 17:48:52.442 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-15 17:48:52.444 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 17:48:52.446 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:52.447 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:52.450 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-15 17:48:52.452 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-15 17:48:52.454 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-15 17:48:52.476 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-15 17:48:52.498 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 ' 2025-04-15 17:48:52.498 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-15 17:48:52.504 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-15 17:48:52.507 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-15 17:48:52.509 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-15 17:48:52.511 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 17:48:52.513 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 17:48:52.514 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 17:48:52.516 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:52.518 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:52.520 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 17:48:52.522 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 17:48:52.523 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:48:52.525 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:48:52.527 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-15 17:48:52.561 | Enabling site keystone-wsgi-public. 2025-04-15 17:48:52.565 | To activate the new configuration, you need to run: 2025-04-15 17:48:52.565 | systemctl reload apache2 2025-04-15 17:48:52.568 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 17:48:52.570 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 17:48:52.572 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:48:52.574 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 17:48:52.675 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-15 17:48:52.699 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-15 17:48:52.725 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-15 17:48:52.750 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-15 17:48:52.752 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-15 17:48:52.777 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-15 17:48:52.800 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-15 17:48:52.823 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-15 17:48:52.848 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-15 17:48:52.850 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-15 17:48:52.852 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-15 17:48:52.874 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-15 17:48:52.897 | + stack.sh:main:931 : is_service_enabled swift 2025-04-15 17:48:52.910 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:48:52.912 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-15 17:48:52.925 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:52.927 | + stack.sh:main:947 : stack_install_service glance 2025-04-15 17:48:52.929 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-15 17:48:52.931 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-15 17:48:52.933 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 17:48:52.935 | + lib/stack:stack_install_service:32 : install_glance 2025-04-15 17:48:52.936 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-15 17:48:52.938 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-15 17:48:52.940 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-15 17:48:52.952 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:48:52.954 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-15 17:48:52.956 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-15 17:48:52.968 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:48:52.970 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-15 17:48:52.972 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-15 17:48:52.974 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:48:52.976 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:48:52.978 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-15 17:48:52.980 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:48:52.982 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-15 17:48:52.984 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-15 17:48:52.986 | ++ inc/python:join_extras:29 : echo cinder 2025-04-15 17:48:52.988 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-15 17:48:52.990 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-15 17:48:52.992 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-15 17:48:52.994 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-15 17:48:52.997 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-15 17:48:52.998 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-15 17:48:53.000 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-15 17:48:53.003 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-04-15 17:48:53.003 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-15 17:48:53.008 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-15 17:48:53.010 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-15 17:48:53.011 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-15 17:48:53.014 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-15 17:48:53.016 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-15 17:48:53.032 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-15 17:48:53.033 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2025-04-15 17:48:53.947 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 17:48:53.949 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-15 17:48:54.001 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.33.3) 2025-04-15 17:48:54.002 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.17.3) 2025-04-15 17:48:54.003 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.3.0) 2025-04-15 17:48:54.005 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-15 17:48:54.005 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.2.0) 2025-04-15 17:48:54.006 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.1) 2025-04-15 17:48:54.006 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.1) 2025-04-15 17:48:54.007 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.1) 2025-04-15 17:48:54.008 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-15 17:48:54.009 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.28.2) 2025-04-15 17:48:54.009 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.1.0) 2025-04-15 17:48:54.067 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 17:48:54.069 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-15 17:48:54.109 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 17:48:54.110 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-15 17:48:54.147 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 17:48:54.149 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 17:48:54.188 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-15 17:48:54.190 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-15 17:48:54.196 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.3.0) 2025-04-15 17:48:54.197 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.2) 2025-04-15 17:48:54.198 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.16.0) 2025-04-15 17:48:54.216 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1.0) 2025-04-15 17:48:54.218 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19.3) 2025-04-15 17:48:54.241 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.1.0) 2025-04-15 17:48:54.242 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) 2025-04-15 17:48:54.243 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.11.1) 2025-04-15 17:48:54.284 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-15 17:48:54.286 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-15 17:48:54.288 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-15 17:48:54.288 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.3.2) 2025-04-15 17:48:54.295 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.2.1) 2025-04-15 17:48:54.296 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.3.1) 2025-04-15 17:48:54.301 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.18) 2025-04-15 17:48:54.320 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0) 2025-04-15 17:48:54.321 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.5.0) 2025-04-15 17:48:54.321 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.8.0) 2025-04-15 17:48:54.322 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) 2025-04-15 17:48:54.332 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2025-04-15 17:48:54.333 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.5) 2025-04-15 17:48:54.342 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-15 17:48:54.343 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-15 17:48:54.351 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.11.0) 2025-04-15 17:48:54.352 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1) 2025-04-15 17:48:54.352 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.9) 2025-04-15 17:48:54.362 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.7.0) 2025-04-15 17:48:54.381 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.0) 2025-04-15 17:48:54.382 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4) 2025-04-15 17:48:54.382 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.15) 2025-04-15 17:48:54.384 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2025.1.31) 2025-04-15 17:48:54.418 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2025-04-15 17:48:54.431 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.15.0) 2025-04-15 17:48:54.554 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.8.2) 2025-04-15 17:48:54.556 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.9.6) 2025-04-15 17:48:54.570 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.5.2) 2025-04-15 17:48:54.571 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.0.1) 2025-04-15 17:48:54.572 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) 2025-04-15 17:48:54.573 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.7) 2025-04-15 17:48:54.574 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.4.0) 2025-04-15 17:48:54.575 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (4.0.1) 2025-04-15 17:48:54.600 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.6) 2025-04-15 17:48:54.709 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (69.1.1) 2025-04-15 17:48:54.751 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) 2025-04-15 17:48:54.868 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-15 17:48:54.873 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-15 17:48:54.878 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-15 17:48:54.881 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-15 17:48:54.883 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-15 17:48:54.886 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-15 17:48:55.263 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-15 17:48:56.024 | Successfully installed glance-store-4.6.1 os-brick-6.4.2 os-win-5.9.0 oslo.privsep-3.2.0 oslo.rootwrap-7.1.0 python-cinderclient-9.4.0 2025-04-15 17:48:56.133 | + inc/python:pip_install:222 : result=0 2025-04-15 17:48:56.135 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:48:56.137 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:56.139 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:56.141 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:56.143 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:56.145 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:56.147 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:48:56.148 | + functions-common:time_stop:2407 : start_time=1744739333027 2025-04-15 17:48:56.150 | + functions-common:time_stop:2409 : [[ -z 1744739333027 ]] 2025-04-15 17:48:56.153 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:56.155 | + functions-common:time_stop:2412 : end_time=1744739336153 2025-04-15 17:48:56.157 | + functions-common:time_stop:2413 : elapsed_time=3126 2025-04-15 17:48:56.159 | + functions-common:time_stop:2414 : total=34138 2025-04-15 17:48:56.161 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:56.163 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37264 2025-04-15 17:48:56.165 | + inc/python:pip_install:225 : return 0 2025-04-15 17:48:56.166 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-15 17:48:56.168 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-15 17:48:56.170 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-15 17:48:56.180 | + lib/glance:copy_rootwrap:241 : cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ 2025-04-15 17:48:56.184 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-15 17:48:56.185 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-15 17:48:56.187 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-15 17:48:56.189 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 17:48:56.191 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 17:48:56.193 | ++ functions-common:git_clone:576 : pwd 2025-04-15 17:48:56.195 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 17:48:56.197 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 17:48:56.199 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 17:48:56.211 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 17:48:56.213 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 17:48:56.215 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 17:48:56.217 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 17:48:56.219 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 17:48:56.219 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 17:48:56.223 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-15 17:48:56.225 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 17:48:56.227 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-15 17:48:56.228 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:48:56.230 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:48:56.232 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:48:56.233 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:48:56.235 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:48:56.237 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:48:56.239 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:48:56.240 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:48:56.243 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:48:56.245 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739336243 2025-04-15 17:48:56.247 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-15 17:48:56.250 | Cloning into '/opt/stack//glance'... 2025-04-15 17:48:58.505 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:48:58.507 | + functions-common:time_stop:2400 : local name 2025-04-15 17:48:58.509 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:48:58.511 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:48:58.513 | + functions-common:time_stop:2403 : local total 2025-04-15 17:48:58.514 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:48:58.516 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:48:58.518 | + functions-common:time_stop:2407 : start_time=1744739336243 2025-04-15 17:48:58.520 | + functions-common:time_stop:2409 : [[ -z 1744739336243 ]] 2025-04-15 17:48:58.522 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:48:58.525 | + functions-common:time_stop:2412 : end_time=1744739338523 2025-04-15 17:48:58.526 | + functions-common:time_stop:2413 : elapsed_time=2280 2025-04-15 17:48:58.528 | + functions-common:time_stop:2414 : total=49984 2025-04-15 17:48:58.530 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:48:58.532 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=52264 2025-04-15 17:48:58.534 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-15 17:48:58.536 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 17:48:58.538 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:48:58.540 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:48:58.541 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:48:58.543 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:48:58.545 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:48:58.547 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:48:58.548 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:48:58.550 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:48:58.553 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:48:58.556 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739338554 2025-04-15 17:48:58.557 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 17:49:00.477 | From https://opendev.org/openstack/glance 2025-04-15 17:49:00.478 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 17:49:00.481 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:49:00.483 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:00.485 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:00.487 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:00.489 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:00.491 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:00.492 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:49:00.494 | + functions-common:time_stop:2407 : start_time=1744739338554 2025-04-15 17:49:00.496 | + functions-common:time_stop:2409 : [[ -z 1744739338554 ]] 2025-04-15 17:49:00.498 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:00.501 | + functions-common:time_stop:2412 : end_time=1744739340499 2025-04-15 17:49:00.503 | + functions-common:time_stop:2413 : elapsed_time=1945 2025-04-15 17:49:00.505 | + functions-common:time_stop:2414 : total=52264 2025-04-15 17:49:00.507 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:00.509 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=54209 2025-04-15 17:49:00.511 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 17:49:00.512 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:49:00.514 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:49:00.516 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:49:00.518 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:49:00.519 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:49:00.521 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:49:00.523 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:49:00.525 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:49:00.527 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:49:00.530 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739340528 2025-04-15 17:49:00.532 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 17:49:00.599 | Note: switching to 'FETCH_HEAD'. 2025-04-15 17:49:00.599 | 2025-04-15 17:49:00.599 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 17:49:00.599 | changes and commit them, and you can discard any commits you make in this 2025-04-15 17:49:00.599 | state without impacting any branches by switching back to a branch. 2025-04-15 17:49:00.599 | 2025-04-15 17:49:00.599 | If you want to create a new branch to retain commits you create, you may 2025-04-15 17:49:00.599 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 17:49:00.599 | 2025-04-15 17:49:00.599 | git switch -c 2025-04-15 17:49:00.599 | 2025-04-15 17:49:00.599 | Or undo this operation with: 2025-04-15 17:49:00.599 | 2025-04-15 17:49:00.599 | git switch - 2025-04-15 17:49:00.599 | 2025-04-15 17:49:00.599 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 17:49:00.599 | 2025-04-15 17:49:00.599 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-15 17:49:00.602 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:49:00.604 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:00.606 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:00.607 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:00.609 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:00.611 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:00.613 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:49:00.614 | + functions-common:time_stop:2407 : start_time=1744739340528 2025-04-15 17:49:00.616 | + functions-common:time_stop:2409 : [[ -z 1744739340528 ]] 2025-04-15 17:49:00.619 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:00.622 | + functions-common:time_stop:2412 : end_time=1744739340620 2025-04-15 17:49:00.623 | + functions-common:time_stop:2413 : elapsed_time=92 2025-04-15 17:49:00.625 | + functions-common:time_stop:2414 : total=54209 2025-04-15 17:49:00.627 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:00.629 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=54301 2025-04-15 17:49:00.630 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-15 17:49:00.640 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-15 17:49:00.643 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 17:49:00.643 | + functions-common:git_clone:656 : head -1 2025-04-15 17:49:00.645 | 18453f8 Fixed typo in discovery.py 2025-04-15 17:49:00.647 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 17:49:00.649 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-15 17:49:00.651 | + inc/python:setup_develop:360 : local bindep 2025-04-15 17:49:00.653 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-15 17:49:00.655 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-15 17:49:00.657 | + inc/python:setup_develop:366 : local extras= 2025-04-15 17:49:00.659 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-15 17:49:00.661 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 17:49:00.662 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-15 17:49:00.664 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-15 17:49:00.666 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 17:49:00.668 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 17:49:00.671 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-15 17:49:00.672 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 17:49:00.675 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-15 17:49:00.677 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 17:49:00.678 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 17:49:00.681 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-15 17:49:00.685 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-15 17:49:00.687 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-15 17:49:01.011 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-15 17:49:01.013 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 17:49:01.015 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 17:49:01.017 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 17:49:01.019 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-15 17:49:01.021 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-15 17:49:01.023 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 17:49:01.025 | + inc/python:setup_package:450 : local extras= 2025-04-15 17:49:01.027 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 17:49:01.029 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 17:49:01.031 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 17:49:01.033 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 17:49:01.035 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 17:49:01.037 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-15 17:49:01.052 | Using python 3.10 to install /opt/stack/glance 2025-04-15 17:49:01.054 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2025-04-15 17:49:01.855 | Obtaining file:///opt/stack/glance 2025-04-15 17:49:01.855 | Preparing metadata (setup.py): started 2025-04-15 17:49:02.222 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 17:49:02.283 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.11.1) 2025-04-15 17:49:02.283 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.7.1) 2025-04-15 17:49:02.284 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.4.41) 2025-04-15 17:49:02.285 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.33.3) 2025-04-15 17:49:02.288 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.0.1) 2025-04-15 17:49:02.288 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.1) 2025-04-15 17:49:02.288 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.8.7) 2025-04-15 17:49:02.377 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-15 17:49:02.380 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 17:49:02.381 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.9.4) 2025-04-15 17:49:02.405 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-15 17:49:02.407 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 17:49:02.409 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (9.2.0) 2025-04-15 17:49:02.410 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-15 17:49:02.411 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-15 17:49:02.412 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.2.0) 2025-04-15 17:49:02.412 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.2.1) 2025-04-15 17:49:02.413 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.1.0) 2025-04-15 17:49:02.414 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.4.1) 2025-04-15 17:49:02.453 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-15 17:49:02.455 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-15 17:49:02.456 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.0) 2025-04-15 17:49:02.457 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (10.4.1) 2025-04-15 17:49:02.477 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-15 17:49:02.479 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 17:49:02.481 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.7.0) 2025-04-15 17:49:02.481 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.5.2) 2025-04-15 17:49:02.482 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.17.3) 2025-04-15 17:49:02.483 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-15 17:49:02.484 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (23.1.1) 2025-04-15 17:49:02.485 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.1.1) 2025-04-15 17:49:02.485 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.1.1) 2025-04-15 17:49:02.509 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-15 17:49:02.511 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-15 17:49:02.513 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.2) 2025-04-15 17:49:02.513 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.4.2) 2025-04-15 17:49:02.514 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-15 17:49:02.542 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-15 17:49:02.543 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 17:49:02.545 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.2.1) 2025-04-15 17:49:02.562 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-15 17:49:02.563 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-15 17:49:02.565 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.1.0) 2025-04-15 17:49:02.566 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.6.1) 2025-04-15 17:49:02.566 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.0) 2025-04-15 17:49:02.567 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (40.0.2) 2025-04-15 17:49:02.585 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-15 17:49:02.587 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-15 17:49:02.589 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.1.0) 2025-04-15 17:49:02.589 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.9.0) 2025-04-15 17:49:02.624 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-15 17:49:02.625 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 17:49:02.632 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev13) (1.2.4) 2025-04-15 17:49:02.665 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 17:49:02.667 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-15 17:49:02.669 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==0.0.1.dev13) (2.28.2) 2025-04-15 17:49:02.688 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.6.1->glance==0.0.1.dev13) (1.15.1) 2025-04-15 17:49:02.703 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==0.0.1.dev13) (5.2.1) 2025-04-15 17:49:02.707 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==0.0.1.dev13) (1.15.0) 2025-04-15 17:49:02.713 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.3.0) 2025-04-15 17:49:02.714 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.0.2) 2025-04-15 17:49:02.715 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (1.16.0) 2025-04-15 17:49:02.754 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==0.0.1.dev13) (3.0.9) 2025-04-15 17:49:02.776 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (23.1.0) 2025-04-15 17:49:02.776 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (0.19.3) 2025-04-15 17:49:02.802 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev13) (1.7.0) 2025-04-15 17:49:02.826 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.5.0) 2025-04-15 17:49:02.827 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.1.1) 2025-04-15 17:49:02.849 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev13) (0.18) 2025-04-15 17:49:02.869 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (6.0) 2025-04-15 17:49:02.869 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (0.8.0) 2025-04-15 17:49:02.869 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (2.0.0) 2025-04-15 17:49:02.921 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (2.0.1) 2025-04-15 17:49:02.922 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (0.5.0) 2025-04-15 17:49:03.001 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 17:49:03.002 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-15 17:49:03.028 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (2.8.2) 2025-04-15 17:49:03.031 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (0.9.6) 2025-04-15 17:49:03.055 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.1.1) 2025-04-15 17:49:03.056 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.3.0) 2025-04-15 17:49:03.057 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.2.4) 2025-04-15 17:49:03.058 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.7.0) 2025-04-15 17:49:03.059 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (3.2.1) 2025-04-15 17:49:03.070 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (3.1.2) 2025-04-15 17:49:03.071 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-15 17:49:03.073 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-15 17:49:03.201 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-15 17:49:03.203 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-04-15 17:49:03.227 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (0.11.0) 2025-04-15 17:49:03.228 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (23.1) 2025-04-15 17:49:03.229 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-15 17:49:03.230 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-15 17:49:03.263 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev13) (69.1.1) 2025-04-15 17:49:03.293 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev13) (0.2.6) 2025-04-15 17:49:03.342 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==0.0.1.dev13) (0.7) 2025-04-15 17:49:03.515 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-15 17:49:03.517 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-15 17:49:03.559 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-15 17:49:03.560 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-15 17:49:03.584 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-15 17:49:03.586 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-15 17:49:03.590 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==0.0.1.dev13) (6.3.1) 2025-04-15 17:49:03.633 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-15 17:49:03.633 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-15 17:49:03.714 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-15 17:49:03.715 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-15 17:49:03.729 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.0.0) 2025-04-15 17:49:03.802 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev13) (2.21) 2025-04-15 17:49:03.910 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-15 17:49:03.912 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 17:49:03.927 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev13) (2.1.2) 2025-04-15 17:49:04.042 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 17:49:04.044 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-15 17:49:04.075 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 17:49:04.077 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-15 17:49:04.105 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 17:49:04.107 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-15 17:49:04.109 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (5.1.1) 2025-04-15 17:49:04.129 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 17:49:04.131 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-15 17:49:04.133 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (1.1.8) 2025-04-15 17:49:04.190 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.16.0) 2025-04-15 17:49:04.204 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev13) (1.0.5) 2025-04-15 17:49:04.226 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (1.4.0) 2025-04-15 17:49:04.229 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (4.0.1) 2025-04-15 17:49:04.390 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 17:49:04.393 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 17:49:04.477 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.1.0) 2025-04-15 17:49:04.478 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.4) 2025-04-15 17:49:04.479 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (1.26.15) 2025-04-15 17:49:04.480 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (2025.1.31) 2025-04-15 17:49:04.586 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev13) (2.6.0) 2025-04-15 17:49:04.819 | Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 17:49:04.821 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-15 17:49:04.874 | Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 17:49:04.876 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-15 17:49:05.012 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-15 17:49:05.014 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-15 17:49:05.354 | Collecting pyperclip>=1.6 (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-15 17:49:05.355 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-15 17:49:05.420 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-15 17:49:05.423 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-15 17:49:05.426 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-15 17:49:05.429 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-15 17:49:05.432 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-15 17:49:05.435 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-15 17:49:05.437 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-15 17:49:05.440 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-15 17:49:05.446 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-15 17:49:05.450 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-15 17:49:05.453 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-15 17:49:05.455 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-15 17:49:05.469 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-15 17:49:05.485 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2025-04-15 17:49:05.490 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-15 17:49:05.492 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-15 17:49:05.495 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-15 17:49:05.497 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-15 17:49:05.500 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-15 17:49:05.502 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-15 17:49:05.505 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-15 17:49:05.507 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-15 17:49:05.509 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-15 17:49:05.512 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-15 17:49:05.515 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-15 17:49:05.839 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, appdirs, zipp, sqlparse, retrying, pydot, psutil, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, automaton, WSME, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2025-04-15 17:49:08.983 | Running setup.py develop for glance 2025-04-15 17:49:10.200 | Successfully installed WSME-0.12.1 appdirs-1.4.4 automaton-3.2.0 autopage-0.5.1 castellan-4.3.0 cliff-4.3.0 cmd2-2.4.3 cursive-0.2.3 glance-0.0.1.dev13 httplib2-0.22.0 importlib-metadata-6.0.1 jmespath-1.0.1 jsonpatch-1.32 jsonpointer-2.3 networkx-3.1 openstacksdk-1.5.1 oslo.limit-2.2.0 oslo.reports-3.1.0 psutil-5.9.5 pydot-1.4.2 pyperclip-1.8.2 python-barbicanclient-5.6.1 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 sqlparse-0.4.4 taskflow-5.4.0 zipp-3.15.0 2025-04-15 17:49:10.353 | + inc/python:pip_install:222 : result=0 2025-04-15 17:49:10.355 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:49:10.357 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:10.359 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:10.361 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:10.363 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:10.364 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:10.366 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:49:10.368 | + functions-common:time_stop:2407 : start_time=1744739341049 2025-04-15 17:49:10.370 | + functions-common:time_stop:2409 : [[ -z 1744739341049 ]] 2025-04-15 17:49:10.372 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:10.375 | + functions-common:time_stop:2412 : end_time=1744739350373 2025-04-15 17:49:10.377 | + functions-common:time_stop:2413 : elapsed_time=9324 2025-04-15 17:49:10.378 | + functions-common:time_stop:2414 : total=37264 2025-04-15 17:49:10.380 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:10.382 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46588 2025-04-15 17:49:10.384 | + inc/python:pip_install:225 : return 0 2025-04-15 17:49:10.386 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 17:49:10.388 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:49:10.389 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-15 17:49:10.391 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-15 17:49:10.393 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:49:10.395 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:49:10.397 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-15 17:49:10.399 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:49:10.401 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 17:49:10.403 | + stack.sh:main:948 : configure_glance 2025-04-15 17:49:10.405 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-15 17:49:10.414 | + lib/glance:configure_glance:325 : local dburl 2025-04-15 17:49:10.417 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-15 17:49:10.419 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-15 17:49:10.421 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-15 17:49:10.422 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-15 17:49:10.424 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 17:49:10.426 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 17:49:10.428 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 17:49:10.439 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:10.441 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 17:49:10.443 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-15 17:49:10.445 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-15 17:49:10.447 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-15 17:49:10.471 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-15 17:49:10.495 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-15 17:49:10.517 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-15 17:49:10.540 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-15 17:49:10.565 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-15 17:49:10.589 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-15 17:49:10.591 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-15 17:49:10.593 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-15 17:49:10.595 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 17:49:10.596 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-15 17:49:10.621 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-15 17:49:10.643 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 17:49:10.666 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-15 17:49:10.687 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-15 17:49:10.709 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-15 17:49:10.731 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-15 17:49:10.753 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-15 17:49:10.776 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 17:49:10.807 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 17:49:10.830 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-15 17:49:10.854 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-15 17:49:10.856 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-15 17:49:10.858 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-15 17:49:10.860 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 17:49:10.861 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 17:49:10.863 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 17:49:10.875 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:10.878 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 17:49:10.879 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 17:49:10.881 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 17:49:10.893 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:10.895 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:49:10.897 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:49:10.919 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 17:49:10.922 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 17:49:10.923 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-15 17:49:10.925 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-15 17:49:10.947 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-15 17:49:10.970 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-15 17:49:10.972 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-15 17:49:10.974 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-15 17:49:10.976 | + lib/glance:configure_glance_store:253 : local be 2025-04-15 17:49:10.978 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-15 17:49:10.980 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-15 17:49:10.982 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-15 17:49:11.006 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-15 17:49:11.008 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-15 17:49:11.032 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-15 17:49:11.034 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-15 17:49:11.046 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:49:11.048 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-15 17:49:11.070 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-15 17:49:11.082 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:49:11.084 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-15 17:49:11.086 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-15 17:49:11.087 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-15 17:49:11.090 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 17:49:11.102 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 17:49:11.104 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 17:49:11.105 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 17:49:11.107 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 17:49:11.109 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 17:49:11.131 | + functions:setup_systemd_logging:715 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:49:11.154 | + functions:setup_systemd_logging:716 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:49:11.177 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 17:49:11.200 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-15 17:49:11.203 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-15 17:49:11.228 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-15 17:49:11.250 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-15 17:49:11.273 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-15 17:49:11.296 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-15 17:49:11.318 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-15 17:49:11.341 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-15 17:49:11.363 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-15 17:49:11.387 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-15 17:49:11.412 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-15 17:49:11.436 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-15 17:49:11.459 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-15 17:49:11.463 | + lib/glance:configure_glance:410 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2025-04-15 17:49:11.467 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-15 17:49:11.479 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:49:11.481 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-15 17:49:11.483 | + lib/glance:configure_glance:421 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image 2025-04-15 17:49:11.485 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-15 17:49:11.486 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-15 17:49:11.488 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-15 17:49:11.490 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-15 17:49:11.493 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-15 17:49:11.495 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-15 17:49:11.498 | + lib/apache:write_local_uwsgi_http_config:316 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-15 17:49:11.522 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-15 17:49:11.523 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-15 17:49:11.525 | ++ functions:get_random_port:848 : true 2025-04-15 17:49:11.527 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-15 17:49:11.529 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-15 17:49:11.531 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-15 17:49:11.584 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-15 17:49:11.586 | ++ functions:get_random_port:852 : break 2 2025-04-15 17:49:11.588 | ++ functions:get_random_port:856 : echo 60999 2025-04-15 17:49:11.590 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-15 17:49:11.592 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-15 17:49:11.615 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-15 17:49:11.636 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-15 17:49:11.658 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-15 17:49:11.680 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 17:49:11.702 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-15 17:49:11.723 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-15 17:49:11.745 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-15 17:49:11.767 | + lib/apache:write_local_uwsgi_http_config:330 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 17:49:11.788 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 17:49:11.811 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 17:49:11.833 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 17:49:11.855 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-15 17:49:11.877 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 17:49:11.899 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-15 17:49:11.921 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-15 17:49:11.943 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-15 17:49:11.965 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-15 17:49:11.987 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-15 17:49:12.010 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-15 17:49:12.011 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-15 17:49:12.013 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 17:49:12.015 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:12.017 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:12.019 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-15 17:49:12.020 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-15 17:49:12.049 | proxy (enabled by site administrator) 2025-04-15 17:49:12.051 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-15 17:49:12.053 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-15 17:49:12.055 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 17:49:12.057 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:12.058 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:12.060 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-15 17:49:12.062 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-15 17:49:12.090 | No module matches proxy_http 2025-04-15 17:49:12.092 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-15 17:49:12.124 | Considering dependency proxy for proxy_http: 2025-04-15 17:49:12.124 | Module proxy already enabled 2025-04-15 17:49:12.124 | Enabling module proxy_http. 2025-04-15 17:49:12.127 | To activate the new configuration, you need to run: 2025-04-15 17:49:12.128 | systemctl restart apache2 2025-04-15 17:49:12.131 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-15 17:49:12.133 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 17:49:12.135 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:49:12.136 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 17:49:12.227 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-15 17:49:12.230 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-15 17:49:12.232 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-15 17:49:12.234 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 17:49:12.235 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:12.237 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:12.239 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 17:49:12.241 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 17:49:12.244 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-15 17:49:12.244 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 17:49:12.251 | KeepAlive Off 2025-04-15 17:49:12.255 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 17:49:12.255 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-15 17:49:12.261 | SetEnv proxy-sendchunked 1 2025-04-15 17:49:12.264 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-15 17:49:12.265 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-15 17:49:12.270 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-15 17:49:12.273 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-15 17:49:12.275 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-15 17:49:12.276 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 17:49:12.278 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 17:49:12.280 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 17:49:12.282 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:12.284 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:12.285 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 17:49:12.287 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 17:49:12.289 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:12.291 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:12.292 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-15 17:49:12.324 | Enabling site glance-wsgi-api. 2025-04-15 17:49:12.327 | To activate the new configuration, you need to run: 2025-04-15 17:49:12.327 | systemctl reload apache2 2025-04-15 17:49:12.331 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-15 17:49:12.333 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 17:49:12.335 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:49:12.337 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 17:49:12.446 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-15 17:49:12.450 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-15 17:49:12.473 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-15 17:49:12.475 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-15 17:49:12.500 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-15 17:49:12.523 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-15 17:49:12.546 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-15 17:49:12.560 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:12.562 | + stack.sh:main:953 : stack_install_service cinder 2025-04-15 17:49:12.563 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-15 17:49:12.566 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-15 17:49:12.568 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 17:49:12.570 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-15 17:49:12.572 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-15 17:49:12.573 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-15 17:49:12.575 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-15 17:49:12.577 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 17:49:12.579 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 17:49:12.581 | ++ functions-common:git_clone:576 : pwd 2025-04-15 17:49:12.583 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 17:49:12.585 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 17:49:12.587 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 17:49:12.599 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 17:49:12.601 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 17:49:12.603 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 17:49:12.604 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 17:49:12.606 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 17:49:12.607 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 17:49:12.610 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-15 17:49:12.612 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 17:49:12.614 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-15 17:49:12.616 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:49:12.618 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:49:12.619 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:49:12.621 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:49:12.623 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:49:12.624 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:49:12.626 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:49:12.628 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:49:12.630 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:49:12.633 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739352631 2025-04-15 17:49:12.635 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-15 17:49:12.637 | Cloning into '/opt/stack//cinder'... 2025-04-15 17:49:16.116 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:49:16.118 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:16.120 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:16.121 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:16.123 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:16.125 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:16.127 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:49:16.128 | + functions-common:time_stop:2407 : start_time=1744739352631 2025-04-15 17:49:16.130 | + functions-common:time_stop:2409 : [[ -z 1744739352631 ]] 2025-04-15 17:49:16.133 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:16.135 | + functions-common:time_stop:2412 : end_time=1744739356133 2025-04-15 17:49:16.137 | + functions-common:time_stop:2413 : elapsed_time=3502 2025-04-15 17:49:16.139 | + functions-common:time_stop:2414 : total=54301 2025-04-15 17:49:16.141 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:16.142 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=57803 2025-04-15 17:49:16.144 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-15 17:49:16.146 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 17:49:16.148 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:49:16.150 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:49:16.151 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:49:16.153 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:49:16.155 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:49:16.157 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:49:16.158 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:49:16.160 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:49:16.163 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:49:16.165 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739356163 2025-04-15 17:49:16.167 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 17:49:19.383 | From https://opendev.org/openstack/cinder 2025-04-15 17:49:19.383 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 17:49:19.387 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:49:19.389 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:19.390 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:19.392 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:19.394 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:19.396 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:19.397 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:49:19.399 | + functions-common:time_stop:2407 : start_time=1744739356163 2025-04-15 17:49:19.401 | + functions-common:time_stop:2409 : [[ -z 1744739356163 ]] 2025-04-15 17:49:19.403 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:19.406 | + functions-common:time_stop:2412 : end_time=1744739359404 2025-04-15 17:49:19.408 | + functions-common:time_stop:2413 : elapsed_time=3241 2025-04-15 17:49:19.409 | + functions-common:time_stop:2414 : total=57803 2025-04-15 17:49:19.411 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:19.413 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=61044 2025-04-15 17:49:19.415 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 17:49:19.416 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:49:19.418 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:49:19.420 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:49:19.422 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:49:19.424 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:49:19.425 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:49:19.427 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:49:19.429 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:49:19.431 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:49:19.434 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739359432 2025-04-15 17:49:19.436 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 17:49:19.674 | Note: switching to 'FETCH_HEAD'. 2025-04-15 17:49:19.674 | 2025-04-15 17:49:19.674 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 17:49:19.674 | changes and commit them, and you can discard any commits you make in this 2025-04-15 17:49:19.674 | state without impacting any branches by switching back to a branch. 2025-04-15 17:49:19.674 | 2025-04-15 17:49:19.674 | If you want to create a new branch to retain commits you create, you may 2025-04-15 17:49:19.674 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 17:49:19.674 | 2025-04-15 17:49:19.674 | git switch -c 2025-04-15 17:49:19.674 | 2025-04-15 17:49:19.674 | Or undo this operation with: 2025-04-15 17:49:19.674 | 2025-04-15 17:49:19.674 | git switch - 2025-04-15 17:49:19.674 | 2025-04-15 17:49:19.674 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 17:49:19.674 | 2025-04-15 17:49:19.674 | HEAD is now at a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-15 17:49:19.678 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:49:19.680 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:19.682 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:19.684 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:19.686 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:19.688 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:19.690 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:49:19.691 | + functions-common:time_stop:2407 : start_time=1744739359432 2025-04-15 17:49:19.693 | + functions-common:time_stop:2409 : [[ -z 1744739359432 ]] 2025-04-15 17:49:19.695 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:19.698 | + functions-common:time_stop:2412 : end_time=1744739359696 2025-04-15 17:49:19.700 | + functions-common:time_stop:2413 : elapsed_time=264 2025-04-15 17:49:19.702 | + functions-common:time_stop:2414 : total=61044 2025-04-15 17:49:19.704 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:19.705 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=61308 2025-04-15 17:49:19.707 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-15 17:49:19.717 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-15 17:49:19.719 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 17:49:19.720 | + functions-common:git_clone:656 : head -1 2025-04-15 17:49:19.722 | a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-15 17:49:19.724 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 17:49:19.726 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-15 17:49:19.728 | + inc/python:setup_develop:360 : local bindep 2025-04-15 17:49:19.729 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-15 17:49:19.731 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-15 17:49:19.733 | + inc/python:setup_develop:366 : local extras= 2025-04-15 17:49:19.735 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-15 17:49:19.737 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 17:49:19.739 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-15 17:49:19.741 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-15 17:49:19.742 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 17:49:19.744 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 17:49:19.747 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-15 17:49:19.748 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 17:49:19.751 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-15 17:49:19.752 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 17:49:19.754 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 17:49:19.757 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-15 17:49:19.761 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-15 17:49:19.763 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-15 17:49:20.092 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-15 17:49:20.094 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 17:49:20.096 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 17:49:20.098 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 17:49:20.100 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-15 17:49:20.102 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-15 17:49:20.104 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 17:49:20.106 | + inc/python:setup_package:450 : local extras= 2025-04-15 17:49:20.108 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 17:49:20.110 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 17:49:20.112 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 17:49:20.113 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 17:49:20.115 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 17:49:20.117 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-15 17:49:20.133 | Using python 3.10 to install /opt/stack/cinder 2025-04-15 17:49:20.134 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2025-04-15 17:49:20.946 | Obtaining file:///opt/stack/cinder 2025-04-15 17:49:20.946 | Preparing metadata (setup.py): started 2025-04-15 17:49:21.488 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 17:49:21.577 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.11.1) 2025-04-15 17:49:21.577 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.1) 2025-04-15 17:49:21.578 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.33.3) 2025-04-15 17:49:21.579 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.0.2) 2025-04-15 17:49:21.579 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.22.0) 2025-04-15 17:49:21.580 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.0.1) 2025-04-15 17:49:21.581 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.1.0) 2025-04-15 17:49:21.582 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.17.3) 2025-04-15 17:49:21.582 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.0) 2025-04-15 17:49:21.583 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (10.4.1) 2025-04-15 17:49:21.905 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev23) 2025-04-15 17:49:21.908 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.6 kB) 2025-04-15 17:49:21.941 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev23) 2025-04-15 17:49:21.943 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-15 17:49:21.946 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (9.2.0) 2025-04-15 17:49:21.947 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-15 17:49:21.947 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-15 17:49:21.948 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.1.1) 2025-04-15 17:49:21.949 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.2) 2025-04-15 17:49:21.951 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.4.2) 2025-04-15 17:49:21.951 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-15 17:49:21.951 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.2.1) 2025-04-15 17:49:21.952 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.0) 2025-04-15 17:49:21.952 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.1.0) 2025-04-15 17:49:21.953 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (7.1.0) 2025-04-15 17:49:21.954 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.1) 2025-04-15 17:49:21.955 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.1) 2025-04-15 17:49:21.956 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.2.0) 2025-04-15 17:49:21.956 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.2.1) 2025-04-15 17:49:21.997 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.000 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 17:49:22.002 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.1.0) 2025-04-15 17:49:22.002 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (23.1) 2025-04-15 17:49:22.044 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.046 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-15 17:49:22.048 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.5.2) 2025-04-15 17:49:22.049 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.1) 2025-04-15 17:49:22.050 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.5) 2025-04-15 17:49:22.051 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.9) 2025-04-15 17:49:22.052 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.6.1) 2025-04-15 17:49:22.085 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.087 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-15 17:49:22.089 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-15 17:49:22.130 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.133 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-15 17:49:22.163 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.166 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-15 17:49:22.168 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2023.3) 2025-04-15 17:49:22.168 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.28.2) 2025-04-15 17:49:22.169 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.5.1) 2025-04-15 17:49:22.169 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.4.0) 2025-04-15 17:49:22.202 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.202 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-15 17:49:22.208 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.16.0) 2025-04-15 17:49:22.209 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.4.41) 2025-04-15 17:49:22.210 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.0) 2025-04-15 17:49:22.231 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.233 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-15 17:49:22.237 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.3.1) 2025-04-15 17:49:22.238 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.8.7) 2025-04-15 17:49:22.238 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.1.1) 2025-04-15 17:49:22.312 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.314 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-15 17:49:22.316 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.4.2) 2025-04-15 17:49:22.317 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.0) 2025-04-15 17:49:22.377 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.380 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-15 17:49:22.477 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.479 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-15 17:49:22.482 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.3.0) 2025-04-15 17:49:22.484 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (40.0.2) 2025-04-15 17:49:22.484 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.2.3) 2025-04-15 17:49:22.578 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev23) 2025-04-15 17:49:22.581 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-04-15 17:49:23.045 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev23) 2025-04-15 17:49:23.048 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-15 17:49:23.623 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-15 17:49:23.625 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-15 17:49:23.627 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==0.0.1.dev23) (1.0.1) 2025-04-15 17:49:23.655 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-15 17:49:23.657 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-15 17:49:23.688 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev23) (1.15.1) 2025-04-15 17:49:23.701 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev23) (2.3.0) 2025-04-15 17:49:23.866 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 17:49:23.868 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-15 17:49:23.892 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 17:49:23.894 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-15 17:49:23.979 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 17:49:23.982 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-15 17:49:24.004 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 17:49:24.006 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-15 17:49:24.040 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev23) (3.15.0) 2025-04-15 17:49:24.061 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (23.1.0) 2025-04-15 17:49:24.062 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (0.19.3) 2025-04-15 17:49:24.088 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev23) (1.7.0) 2025-04-15 17:49:24.111 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.5.0) 2025-04-15 17:49:24.113 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.1.1) 2025-04-15 17:49:24.165 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-15 17:49:24.167 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-15 17:49:24.201 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-15 17:49:24.203 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-15 17:49:24.230 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-15 17:49:24.231 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-15 17:49:24.260 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev23) (0.18) 2025-04-15 17:49:24.280 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (6.0) 2025-04-15 17:49:24.281 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.5.0) 2025-04-15 17:49:24.282 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (0.8.0) 2025-04-15 17:49:24.283 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.0.0) 2025-04-15 17:49:24.310 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.9.4) 2025-04-15 17:49:24.311 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.0.1) 2025-04-15 17:49:24.312 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (0.5.0) 2025-04-15 17:49:24.339 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (2.8.2) 2025-04-15 17:49:24.341 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (0.9.6) 2025-04-15 17:49:24.368 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.1.1) 2025-04-15 17:49:24.370 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.3.0) 2025-04-15 17:49:24.371 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (2.4.1) 2025-04-15 17:49:24.371 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.4) 2025-04-15 17:49:24.373 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.7.0) 2025-04-15 17:49:24.384 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.1.2) 2025-04-15 17:49:24.385 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-15 17:49:24.387 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-15 17:49:24.409 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev23) (1.0.5) 2025-04-15 17:49:24.435 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->cinder==0.0.1.dev23) (2023.3) 2025-04-15 17:49:24.450 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (1.4.0) 2025-04-15 17:49:24.451 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (4.0.1) 2025-04-15 17:49:24.463 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (3.7.0) 2025-04-15 17:49:24.475 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev23) (0.11.0) 2025-04-15 17:49:24.506 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (0.7.1) 2025-04-15 17:49:24.538 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) 2025-04-15 17:49:24.540 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-15 17:49:24.541 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (1.26.15) 2025-04-15 17:49:24.628 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev23) 2025-04-15 17:49:24.630 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2025-04-15 17:49:24.644 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev23) (69.1.1) 2025-04-15 17:49:24.710 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (4.3.0) 2025-04-15 17:49:24.728 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (23.1.1) 2025-04-15 17:49:24.750 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) 2025-04-15 17:49:24.752 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-15 17:49:24.754 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.15.0) 2025-04-15 17:49:24.841 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.1.0) 2025-04-15 17:49:24.841 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.4) 2025-04-15 17:49:24.842 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2025.1.31) 2025-04-15 17:49:24.865 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==0.0.1.dev23) (0.7) 2025-04-15 17:49:24.923 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev23) 2025-04-15 17:49:24.925 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-15 17:49:25.103 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.2.0) 2025-04-15 17:49:25.105 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.1) 2025-04-15 17:49:25.106 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (1.4.2) 2025-04-15 17:49:25.194 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev23) 2025-04-15 17:49:25.196 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-15 17:49:25.253 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.2.4) 2025-04-15 17:49:25.269 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.0.0) 2025-04-15 17:49:25.400 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev23) (2.21) 2025-04-15 17:49:25.436 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (0.5.1) 2025-04-15 17:49:25.437 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (2.4.3) 2025-04-15 17:49:25.614 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-15 17:49:25.616 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-15 17:49:25.617 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) (4.22.3) 2025-04-15 17:49:25.732 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (2.1.2) 2025-04-15 17:49:25.930 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (1.1.8) 2025-04-15 17:49:25.956 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.16.0) 2025-04-15 17:49:25.979 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (0.2.6) 2025-04-15 17:49:26.480 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.6.0) 2025-04-15 17:49:26.609 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.32) 2025-04-15 17:49:26.822 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (1.8.2) 2025-04-15 17:49:26.898 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (2.3) 2025-04-15 17:49:27.167 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-15 17:49:27.170 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-15 17:49:27.219 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2025-04-15 17:49:27.255 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-15 17:49:27.258 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-15 17:49:27.261 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-15 17:49:27.265 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-15 17:49:27.269 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-15 17:49:27.272 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-15 17:49:27.277 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-15 17:49:27.280 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-15 17:49:27.282 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-15 17:49:27.285 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-15 17:49:27.295 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-15 17:49:27.345 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-15 17:49:27.349 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-15 17:49:27.352 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-15 17:49:27.354 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-15 17:49:27.357 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-15 17:49:27.360 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2025-04-15 17:49:27.366 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-15 17:49:27.370 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-15 17:49:27.372 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-15 17:49:27.375 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-15 17:49:27.378 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-15 17:49:27.381 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-15 17:49:27.383 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-15 17:49:27.385 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-15 17:49:27.945 | Installing collected packages: zstd, voluptuous, pyasn1, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2025-04-15 17:49:30.906 | Running setup.py develop for cinder 2025-04-15 17:49:32.373 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev23 google-api-core-2.11.0 google-api-python-client-2.86.0 google-auth-2.17.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.59.0 lxml-4.9.2 oauth2client-4.1.3 oslo.versionedobjects-3.2.0 oslo.vmware-4.2.0 paramiko-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.3.0 pynacl-1.5.0 python-glanceclient-4.4.1 python-novaclient-18.4.0 python-swiftclient-4.4.0 pyudev-0.24.1 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-4.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.5.1 2025-04-15 17:49:32.690 | + inc/python:pip_install:222 : result=0 2025-04-15 17:49:32.692 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:49:32.694 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:32.696 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:32.697 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:32.699 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:32.701 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:32.702 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:49:32.704 | + functions-common:time_stop:2407 : start_time=1744739360129 2025-04-15 17:49:32.705 | + functions-common:time_stop:2409 : [[ -z 1744739360129 ]] 2025-04-15 17:49:32.708 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:32.710 | + functions-common:time_stop:2412 : end_time=1744739372708 2025-04-15 17:49:32.712 | + functions-common:time_stop:2413 : elapsed_time=12579 2025-04-15 17:49:32.714 | + functions-common:time_stop:2414 : total=46588 2025-04-15 17:49:32.715 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:32.717 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59167 2025-04-15 17:49:32.718 | + inc/python:pip_install:225 : return 0 2025-04-15 17:49:32.720 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 17:49:32.722 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:49:32.724 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-15 17:49:32.726 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-15 17:49:32.728 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:49:32.730 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:49:32.732 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-15 17:49:32.733 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:49:32.735 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-15 17:49:32.737 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-15 17:49:32.739 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-15 17:49:32.741 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:32.742 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:32.744 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-15 17:49:32.753 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-15 17:49:32.755 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 17:49:32.757 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 17:49:32.759 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 17:49:32.761 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 17:49:32.762 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 17:49:32.764 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 17:49:32.766 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:32.768 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:32.770 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 17:49:32.772 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 17:49:32.774 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 17:49:32.775 | + functions-common:apt_get_update:1150 : return 2025-04-15 17:49:32.777 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-15 17:49:32.779 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 17:49:32.781 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:32.783 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:32.784 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-15 17:49:32.801 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2025-04-15 17:49:32.861 | Reading package lists... 2025-04-15 17:49:33.069 | Building dependency tree... 2025-04-15 17:49:33.072 | Reading state information... 2025-04-15 17:49:33.278 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-15 17:49:33.278 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 17:49:33.282 | + functions-common:apt_get:1194 : result=0 2025-04-15 17:49:33.285 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 17:49:33.287 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:33.289 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:33.291 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:33.293 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:33.295 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:33.297 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 17:49:33.299 | + functions-common:time_stop:2407 : start_time=1744739372798 2025-04-15 17:49:33.301 | + functions-common:time_stop:2409 : [[ -z 1744739372798 ]] 2025-04-15 17:49:33.304 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:33.307 | + functions-common:time_stop:2412 : end_time=1744739373305 2025-04-15 17:49:33.309 | + functions-common:time_stop:2413 : elapsed_time=507 2025-04-15 17:49:33.311 | + functions-common:time_stop:2414 : total=41080 2025-04-15 17:49:33.313 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:33.315 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41587 2025-04-15 17:49:33.317 | + functions-common:apt_get:1198 : return 0 2025-04-15 17:49:33.319 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 17:49:33.321 | + stack.sh:main:954 : configure_cinder 2025-04-15 17:49:33.323 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-15 17:49:33.333 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-15 17:49:33.336 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-15 17:49:33.338 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-15 17:49:33.339 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-15 17:49:33.342 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-15 17:49:33.343 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-15 17:49:33.346 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-15 17:49:33.348 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-15 17:49:33.350 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-15 17:49:33.351 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-15 17:49:33.353 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-15 17:49:33.355 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-15 17:49:33.357 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-15 17:49:33.358 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-15 17:49:33.367 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-15 17:49:33.376 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2025-04-15 17:49:33.385 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2025-04-15 17:49:33.394 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-15 17:49:33.404 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-15 17:49:33.413 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-15 17:49:33.415 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-15 17:49:33.418 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.QZ7pWzMchZ 2025-04-15 17:49:33.420 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-15 17:49:33.422 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-15 17:49:33.424 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-15 17:49:33.426 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.QZ7pWzMchZ 2025-04-15 17:49:33.428 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.QZ7pWzMchZ 2025-04-15 17:49:33.437 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.QZ7pWzMchZ /etc/sudoers.d/cinder-rootwrap 2025-04-15 17:49:33.448 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-15 17:49:33.451 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-15 17:49:33.453 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-15 17:49:33.455 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-15 17:49:33.456 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-15 17:49:33.458 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-15 17:49:33.460 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-15 17:49:33.462 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-15 17:49:33.463 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-15 17:49:33.469 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-15 17:49:33.472 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-15 17:49:33.480 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-15 17:49:33.489 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-15 17:49:33.491 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-15 17:49:33.494 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-15 17:49:33.497 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-15 17:49:33.511 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-15 17:49:33.525 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-15 17:49:33.540 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-15 17:49:33.554 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-15 17:49:33.569 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-15 17:49:33.584 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-15 17:49:33.598 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-15 17:49:33.612 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-15 17:49:33.614 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-15 17:49:33.616 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-15 17:49:33.618 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 17:49:33.620 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-15 17:49:33.644 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-15 17:49:33.666 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 17:49:33.688 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-15 17:49:33.711 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-15 17:49:33.733 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-15 17:49:33.755 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-15 17:49:33.777 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-15 17:49:33.800 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 17:49:33.823 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 17:49:33.845 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-15 17:49:33.870 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-15 17:49:33.893 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-15 17:49:33.895 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-15 17:49:33.896 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-15 17:49:33.898 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-15 17:49:33.900 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 17:49:33.902 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 17:49:33.904 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 17:49:33.916 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:33.918 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 17:49:33.920 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-15 17:49:33.922 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-15 17:49:33.946 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-15 17:49:33.969 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-15 17:49:33.991 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-15 17:49:34.013 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-15 17:49:34.035 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-15 17:49:34.057 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-15 17:49:34.082 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-15 17:49:34.104 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-15 17:49:34.130 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-15 17:49:34.136 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 96f2a4410492d82bed5436ce642b1f71 2025-04-15 17:49:34.159 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-15 17:49:34.161 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-15 17:49:34.183 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-15 17:49:34.205 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-15 17:49:34.228 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-15 17:49:34.252 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-15 17:49:34.275 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-15 17:49:34.298 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-15 17:49:34.310 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:34.312 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-15 17:49:34.314 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-15 17:49:34.316 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-15 17:49:34.318 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-15 17:49:34.319 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-15 17:49:34.321 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-15 17:49:34.323 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-15 17:49:34.325 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-15 17:49:34.326 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-15 17:49:34.328 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-15 17:49:34.330 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-15 17:49:34.355 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-15 17:49:34.377 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-15 17:49:34.399 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-15 17:49:34.422 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-15 17:49:34.444 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-15 17:49:34.446 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-15 17:49:34.447 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-15 17:49:34.449 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-15 17:49:34.472 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-15 17:49:34.474 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-15 17:49:34.497 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-15 17:49:34.499 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-15 17:49:34.501 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-15 17:49:34.503 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-15 17:49:34.525 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-15 17:49:34.527 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-15 17:49:34.529 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-15 17:49:34.541 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:49:34.543 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-15 17:49:34.556 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:49:34.558 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-15 17:49:34.570 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:49:34.572 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-15 17:49:34.574 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-15 17:49:34.576 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-15 17:49:34.577 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-15 17:49:34.579 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 17:49:34.581 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 17:49:34.583 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 17:49:34.596 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:34.599 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 17:49:34.601 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 17:49:34.603 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 17:49:34.616 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:34.618 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:49:34.620 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:49:34.643 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 17:49:34.645 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 17:49:34.646 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-15 17:49:34.648 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-15 17:49:34.650 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-15 17:49:34.653 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 17:49:34.665 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 17:49:34.667 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 17:49:34.669 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 17:49:34.671 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 17:49:34.673 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 17:49:34.696 | + functions:setup_systemd_logging:715 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:49:34.718 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:49:34.741 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 17:49:34.764 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-15 17:49:34.777 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:34.779 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-04-15 17:49:34.781 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-15 17:49:34.782 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-15 17:49:34.784 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-15 17:49:34.786 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 17:49:34.788 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 17:49:34.791 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-15 17:49:34.794 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-15 17:49:34.796 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 17:49:34.798 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 17:49:34.808 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 17:49:34.808 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 17:49:34.814 | d /var/run/uwsgi 0755 stack root 2025-04-15 17:49:34.817 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 17:49:34.825 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-15 17:49:34.828 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-15 17:49:34.830 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-15 17:49:34.833 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2025-04-15 17:49:34.858 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-15 17:49:34.881 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-15 17:49:34.903 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-15 17:49:34.926 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 17:49:34.948 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 17:49:34.971 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-15 17:49:34.994 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-15 17:49:35.015 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-15 17:49:35.037 | + lib/apache:write_uwsgi_config:277 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 17:49:35.059 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 17:49:35.081 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 17:49:35.103 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-15 17:49:35.125 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 17:49:35.126 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 17:49:35.129 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-15 17:49:35.131 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-15 17:49:35.132 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 17:49:35.134 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:35.136 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:35.137 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-15 17:49:35.140 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-15 17:49:35.142 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-15 17:49:35.164 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 17:49:35.186 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 ' 2025-04-15 17:49:35.186 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-15 17:49:35.192 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-15 17:49:35.195 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-15 17:49:35.197 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-15 17:49:35.199 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 17:49:35.200 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 17:49:35.202 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 17:49:35.204 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:35.206 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:35.208 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 17:49:35.209 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 17:49:35.211 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:49:35.213 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:49:35.215 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-15 17:49:35.247 | Enabling site cinder-wsgi. 2025-04-15 17:49:35.251 | To activate the new configuration, you need to run: 2025-04-15 17:49:35.251 | systemctl reload apache2 2025-04-15 17:49:35.254 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 17:49:35.256 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 17:49:35.257 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:49:35.259 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 17:49:35.356 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-15 17:49:35.358 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-15 17:49:35.360 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-15 17:49:35.383 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-15 17:49:35.406 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-15 17:49:35.428 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-15 17:49:35.451 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-15 17:49:35.473 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-15 17:49:35.495 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-15 17:49:35.509 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:49:35.510 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-15 17:49:35.512 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-15 17:49:35.514 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-15 17:49:35.516 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-15 17:49:35.518 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-15 17:49:35.542 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-15 17:49:35.565 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-15 17:49:35.587 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-15 17:49:35.610 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-15 17:49:35.632 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-15 17:49:35.654 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-15 17:49:35.676 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-15 17:49:35.698 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-15 17:49:35.721 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-15 17:49:35.744 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-15 17:49:35.767 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-15 17:49:35.790 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-15 17:49:35.792 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-15 17:49:35.805 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:35.807 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2025-04-15 17:49:35.833 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-15 17:49:35.835 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-15 17:49:35.837 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-15 17:49:35.861 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-15 17:49:35.884 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-15 17:49:35.898 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:35.900 | + stack.sh:main:959 : stack_install_service neutron 2025-04-15 17:49:35.901 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-15 17:49:35.903 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-15 17:49:35.905 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 17:49:35.907 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-15 17:49:35.910 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-15 17:49:35.912 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-15 17:49:35.914 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:49:35.916 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:49:35.918 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-15 17:49:35.920 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:49:35.922 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-15 17:49:35.924 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-15 17:49:35.926 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-15 17:49:35.927 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 17:49:35.930 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 17:49:35.932 | ++ functions-common:git_clone:576 : pwd 2025-04-15 17:49:35.934 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 17:49:35.936 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 17:49:35.938 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 17:49:35.951 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 17:49:35.953 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 17:49:35.955 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 17:49:35.956 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 17:49:35.959 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 17:49:35.959 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 17:49:35.963 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-15 17:49:35.965 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 17:49:35.967 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-15 17:49:35.969 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:49:35.970 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:49:35.972 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:49:35.974 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:49:35.976 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:49:35.978 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:49:35.979 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:49:35.981 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:49:35.984 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:49:35.986 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739375985 2025-04-15 17:49:35.988 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-15 17:49:35.991 | Cloning into '/opt/stack//neutron'... 2025-04-15 17:49:39.886 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:49:39.888 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:39.892 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:39.894 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:39.898 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:39.899 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:39.901 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:49:39.904 | + functions-common:time_stop:2407 : start_time=1744739375985 2025-04-15 17:49:39.906 | + functions-common:time_stop:2409 : [[ -z 1744739375985 ]] 2025-04-15 17:49:39.911 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:39.915 | + functions-common:time_stop:2412 : end_time=1744739379912 2025-04-15 17:49:39.917 | + functions-common:time_stop:2413 : elapsed_time=3927 2025-04-15 17:49:39.922 | + functions-common:time_stop:2414 : total=61308 2025-04-15 17:49:39.924 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:39.926 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=65235 2025-04-15 17:49:39.931 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-15 17:49:39.933 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 17:49:39.935 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:49:39.938 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:49:39.942 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:49:39.943 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:49:39.946 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:49:39.948 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:49:39.949 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:49:39.951 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:49:39.954 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:49:39.957 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739379955 2025-04-15 17:49:39.959 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 17:49:43.393 | From https://opendev.org/openstack/neutron 2025-04-15 17:49:43.393 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 17:49:43.397 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:49:43.399 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:43.401 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:43.403 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:43.405 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:43.406 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:43.408 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:49:43.410 | + functions-common:time_stop:2407 : start_time=1744739379955 2025-04-15 17:49:43.412 | + functions-common:time_stop:2409 : [[ -z 1744739379955 ]] 2025-04-15 17:49:43.415 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:43.418 | + functions-common:time_stop:2412 : end_time=1744739383415 2025-04-15 17:49:43.419 | + functions-common:time_stop:2413 : elapsed_time=3460 2025-04-15 17:49:43.421 | + functions-common:time_stop:2414 : total=65235 2025-04-15 17:49:43.423 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:43.425 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68695 2025-04-15 17:49:43.427 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 17:49:43.429 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:49:43.430 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:49:43.432 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:49:43.434 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:49:43.436 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:49:43.438 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:49:43.439 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:49:43.441 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:49:43.443 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:49:43.447 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739383444 2025-04-15 17:49:43.448 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 17:49:43.705 | Note: switching to 'FETCH_HEAD'. 2025-04-15 17:49:43.705 | 2025-04-15 17:49:43.705 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 17:49:43.705 | changes and commit them, and you can discard any commits you make in this 2025-04-15 17:49:43.705 | state without impacting any branches by switching back to a branch. 2025-04-15 17:49:43.705 | 2025-04-15 17:49:43.705 | If you want to create a new branch to retain commits you create, you may 2025-04-15 17:49:43.705 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 17:49:43.705 | 2025-04-15 17:49:43.705 | git switch -c 2025-04-15 17:49:43.705 | 2025-04-15 17:49:43.705 | Or undo this operation with: 2025-04-15 17:49:43.705 | 2025-04-15 17:49:43.705 | git switch - 2025-04-15 17:49:43.705 | 2025-04-15 17:49:43.705 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 17:49:43.705 | 2025-04-15 17:49:43.705 | HEAD is now at ab3b600 [OVN] Isolate test_ovn_client* Functional Tests 2025-04-15 17:49:43.709 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:49:43.711 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:43.713 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:43.715 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:43.717 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:43.719 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:43.720 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:49:43.722 | + functions-common:time_stop:2407 : start_time=1744739383444 2025-04-15 17:49:43.724 | + functions-common:time_stop:2409 : [[ -z 1744739383444 ]] 2025-04-15 17:49:43.727 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:43.730 | + functions-common:time_stop:2412 : end_time=1744739383728 2025-04-15 17:49:43.732 | + functions-common:time_stop:2413 : elapsed_time=284 2025-04-15 17:49:43.734 | + functions-common:time_stop:2414 : total=68695 2025-04-15 17:49:43.735 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:43.737 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68979 2025-04-15 17:49:43.739 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-15 17:49:43.750 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-15 17:49:43.753 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 17:49:43.753 | + functions-common:git_clone:656 : head -1 2025-04-15 17:49:43.755 | ab3b600 [OVN] Isolate test_ovn_client* Functional Tests 2025-04-15 17:49:43.757 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 17:49:43.760 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-15 17:49:43.762 | + inc/python:setup_develop:360 : local bindep 2025-04-15 17:49:43.763 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-15 17:49:43.765 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-15 17:49:43.767 | + inc/python:setup_develop:366 : local extras= 2025-04-15 17:49:43.769 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-15 17:49:43.771 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 17:49:43.773 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-15 17:49:43.775 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-15 17:49:43.777 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 17:49:43.779 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 17:49:43.782 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-15 17:49:43.784 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 17:49:43.786 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-15 17:49:43.788 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 17:49:43.790 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 17:49:43.793 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-15 17:49:43.797 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-15 17:49:43.799 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-15 17:49:44.121 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-15 17:49:44.123 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 17:49:44.125 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 17:49:44.128 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 17:49:44.130 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-15 17:49:44.132 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-15 17:49:44.133 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 17:49:44.135 | + inc/python:setup_package:450 : local extras= 2025-04-15 17:49:44.138 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 17:49:44.140 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 17:49:44.142 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 17:49:44.144 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 17:49:44.146 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 17:49:44.148 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-15 17:49:44.164 | Using python 3.10 to install /opt/stack/neutron 2025-04-15 17:49:44.165 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2025-04-15 17:49:44.994 | Obtaining file:///opt/stack/neutron 2025-04-15 17:49:44.995 | Preparing metadata (setup.py): started 2025-04-15 17:49:45.599 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 17:49:45.673 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.11.1) 2025-04-15 17:49:45.675 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.5.2) 2025-04-15 17:49:45.675 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.0.1) 2025-04-15 17:49:45.675 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.5.1) 2025-04-15 17:49:45.676 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.5.0) 2025-04-15 17:49:45.677 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.1.1) 2025-04-15 17:49:45.677 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.33.3) 2025-04-15 17:49:45.775 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev17) 2025-04-15 17:49:45.776 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-15 17:49:45.784 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.22.0) 2025-04-15 17:49:45.785 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.28.2) 2025-04-15 17:49:45.786 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.1.2) 2025-04-15 17:49:45.787 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (10.4.1) 2025-04-15 17:49:45.788 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.8.0) 2025-04-15 17:49:45.788 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.11.0) 2025-04-15 17:49:45.838 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev17) 2025-04-15 17:49:45.841 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-15 17:49:45.877 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev17) 2025-04-15 17:49:45.879 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-15 17:49:45.880 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.3.1) 2025-04-15 17:49:45.881 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.4.41) 2025-04-15 17:49:45.883 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.8.7) 2025-04-15 17:49:45.883 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.3.0) 2025-04-15 17:49:45.884 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.9.4) 2025-04-15 17:49:45.884 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.1.0) 2025-04-15 17:49:45.885 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.5.0) 2025-04-15 17:49:45.886 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2025-04-15 17:49:45.887 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (9.2.0) 2025-04-15 17:49:45.887 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2025-04-15 17:49:45.888 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (14.1.1) 2025-04-15 17:49:45.889 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.1.1) 2025-04-15 17:49:45.890 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.3.2) 2025-04-15 17:49:45.891 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (14.4.2) 2025-04-15 17:49:45.891 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2025-04-15 17:49:45.892 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.2.1) 2025-04-15 17:49:45.893 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2025-04-15 17:49:45.894 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.1.0) 2025-04-15 17:49:45.897 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (7.1.0) 2025-04-15 17:49:45.897 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.1) 2025-04-15 17:49:45.897 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.1) 2025-04-15 17:49:45.897 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.2.0) 2025-04-15 17:49:45.897 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.2.1) 2025-04-15 17:49:45.898 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2025-04-15 17:49:45.899 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.1.0) 2025-04-15 17:49:45.930 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev17) 2025-04-15 17:49:45.932 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-15 17:49:45.955 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev17) 2025-04-15 17:49:45.957 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 17:49:46.032 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev17) 2025-04-15 17:49:46.032 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-15 17:49:46.076 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev17) 2025-04-15 17:49:46.078 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-15 17:49:46.081 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (23.1) 2025-04-15 17:49:46.081 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.9.5) 2025-04-15 17:49:46.109 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev17) 2025-04-15 17:49:46.110 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-15 17:49:46.113 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (23.1.1) 2025-04-15 17:49:46.114 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (18.4.0) 2025-04-15 17:49:46.114 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.5.1) 2025-04-15 17:49:46.143 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev17) 2025-04-15 17:49:46.145 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-15 17:49:46.181 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev17) 2025-04-15 17:49:46.182 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-15 17:49:46.186 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.4.1) 2025-04-15 17:49:46.186 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.2.0) 2025-04-15 17:49:46.191 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev17) (1.2.4) 2025-04-15 17:49:46.194 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev17) (1.15.0) 2025-04-15 17:49:46.200 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (2.3.0) 2025-04-15 17:49:46.201 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (2.0.2) 2025-04-15 17:49:46.201 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (1.16.0) 2025-04-15 17:49:46.209 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev17) (3.0.9) 2025-04-15 17:49:46.213 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev17) (2.1.2) 2025-04-15 17:49:46.238 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev17) (1.1.0) 2025-04-15 17:49:46.239 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev17) (1.7.0) 2025-04-15 17:49:46.264 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev17) (3.1.1) 2025-04-15 17:49:46.264 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev17) (5.2.0) 2025-04-15 17:49:46.316 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev17) 2025-04-15 17:49:46.319 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-15 17:49:46.388 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev17) 2025-04-15 17:49:46.390 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.8 kB) 2025-04-15 17:49:46.404 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (6.0) 2025-04-15 17:49:46.405 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.4.4) 2025-04-15 17:49:46.406 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.4.0) 2025-04-15 17:49:46.407 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.32) 2025-04-15 17:49:46.408 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.0.1) 2025-04-15 17:49:46.409 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.1.8) 2025-04-15 17:49:46.410 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (40.0.2) 2025-04-15 17:49:46.418 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev17) (1.0.5) 2025-04-15 17:49:46.443 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev17) 2025-04-15 17:49:46.444 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-15 17:49:46.523 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev17) (0.18) 2025-04-15 17:49:46.545 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev17) (2.0.0) 2025-04-15 17:49:46.573 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev17) (2.0.1) 2025-04-15 17:49:46.575 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev17) (0.5.0) 2025-04-15 17:49:46.600 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev17) (2.8.2) 2025-04-15 17:49:46.602 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev17) (0.9.6) 2025-04-15 17:49:46.628 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.1.1) 2025-04-15 17:49:46.629 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.3.0) 2025-04-15 17:49:46.630 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.2.4) 2025-04-15 17:49:46.631 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (0.7.0) 2025-04-15 17:49:46.642 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev17) (4.0.1) 2025-04-15 17:49:46.644 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev17) (4.0.1) 2025-04-15 17:49:46.664 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev17) (1.15.1) 2025-04-15 17:49:46.690 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev17) (2023.3) 2025-04-15 17:49:46.691 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev17) (2023.3) 2025-04-15 17:49:46.705 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev17) (1.4.0) 2025-04-15 17:49:46.706 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev17) (4.0.1) 2025-04-15 17:49:46.717 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev17) (3.7.0) 2025-04-15 17:49:46.805 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev17) 2025-04-15 17:49:46.807 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-15 17:49:46.842 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev17) (69.1.1) 2025-04-15 17:49:46.901 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev17) 2025-04-15 17:49:46.901 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-15 17:49:46.966 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) (4.3.0) 2025-04-15 17:49:46.966 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) (4.17.3) 2025-04-15 17:49:46.999 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) 2025-04-15 17:49:47.001 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-15 17:49:47.055 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev17) 2025-04-15 17:49:47.057 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-15 17:49:47.178 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev17) 2025-04-15 17:49:47.181 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2025-04-15 17:49:47.261 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (3.1.0) 2025-04-15 17:49:47.261 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (3.4) 2025-04-15 17:49:47.263 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (1.26.15) 2025-04-15 17:49:47.263 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (2025.1.31) 2025-04-15 17:49:47.280 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev17) (0.7) 2025-04-15 17:49:47.430 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev17) (0.13.1) 2025-04-15 17:49:47.466 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.0.0) 2025-04-15 17:49:47.544 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev17) (2.21) 2025-04-15 17:49:47.582 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (0.5.1) 2025-04-15 17:49:47.583 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (2.4.3) 2025-04-15 17:49:47.584 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (6.0.1) 2025-04-15 17:49:47.783 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev17) (2.3) 2025-04-15 17:49:47.816 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (23.1.0) 2025-04-15 17:49:47.817 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (0.19.3) 2025-04-15 17:49:47.942 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (3.1.0) 2025-04-15 17:49:47.943 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (4.9.2) 2025-04-15 17:49:48.046 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (0.16.0) 2025-04-15 17:49:48.069 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev17) (0.2.6) 2025-04-15 17:49:48.459 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev17) (2.6.0) 2025-04-15 17:49:48.698 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (1.8.2) 2025-04-15 17:49:48.739 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (3.15.0) 2025-04-15 17:49:48.815 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (1.5.0) 2025-04-15 17:49:49.058 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-15 17:49:49.064 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-15 17:49:49.077 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-15 17:49:49.079 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-15 17:49:49.082 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-15 17:49:49.086 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-15 17:49:49.091 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-15 17:49:49.093 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-15 17:49:49.097 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-15 17:49:49.100 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-15 17:49:49.103 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-15 17:49:49.105 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2025-04-15 17:49:49.108 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2025-04-15 17:49:49.111 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-15 17:49:49.539 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2025-04-15 17:49:52.263 | Running setup.py develop for neutron 2025-04-15 17:49:53.726 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev17 neutron-lib-3.8.2 os-client-config-2.1.0 os-ken-2.7.1 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.7 ovsdbapp-2.4.2 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2025-04-15 17:49:53.887 | + inc/python:pip_install:222 : result=0 2025-04-15 17:49:53.890 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:49:53.892 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:53.894 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:53.896 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:53.898 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:53.900 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:53.902 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:49:53.903 | + functions-common:time_stop:2407 : start_time=1744739384160 2025-04-15 17:49:53.905 | + functions-common:time_stop:2409 : [[ -z 1744739384160 ]] 2025-04-15 17:49:53.908 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:53.910 | + functions-common:time_stop:2412 : end_time=1744739393909 2025-04-15 17:49:53.912 | + functions-common:time_stop:2413 : elapsed_time=9749 2025-04-15 17:49:53.914 | + functions-common:time_stop:2414 : total=59167 2025-04-15 17:49:53.916 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:53.918 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68916 2025-04-15 17:49:53.920 | + inc/python:pip_install:225 : return 0 2025-04-15 17:49:53.922 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 17:49:53.924 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:49:53.926 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-15 17:49:53.928 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-15 17:49:53.930 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:49:53.932 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:49:53.934 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-15 17:49:53.936 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:49:53.938 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-15 17:49:53.940 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 17:49:53.942 | + stack.sh:main:962 : is_service_enabled nova 2025-04-15 17:49:53.956 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:49:53.958 | + stack.sh:main:964 : stack_install_service nova 2025-04-15 17:49:53.960 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-15 17:49:53.962 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-15 17:49:53.964 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 17:49:53.966 | + lib/stack:stack_install_service:32 : install_nova 2025-04-15 17:49:53.969 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-15 17:49:53.971 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-15 17:49:53.972 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:49:53.974 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:49:53.976 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-15 17:49:53.978 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:49:53.980 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-15 17:49:53.993 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:49:53.995 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-15 17:49:54.007 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:49:54.009 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-15 17:49:54.022 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:49:54.024 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova 2c0463d70e712925254b1e348927633c8c884b5c 2025-04-15 17:49:54.026 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-15 17:49:54.028 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-15 17:49:54.030 | + functions-common:git_clone:574 : local git_ref=2c0463d70e712925254b1e348927633c8c884b5c 2025-04-15 17:49:54.032 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 17:49:54.034 | ++ functions-common:git_clone:576 : pwd 2025-04-15 17:49:54.036 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 17:49:54.038 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 17:49:54.040 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 17:49:54.053 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 17:49:54.055 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 17:49:54.056 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 17:49:54.058 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 17:49:54.061 | + functions-common:git_clone:593 : echo 2c0463d70e712925254b1e348927633c8c884b5c 2025-04-15 17:49:54.061 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 17:49:54.065 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-15 17:49:54.066 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 17:49:54.068 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-15 17:49:54.070 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:49:54.072 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:49:54.073 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:49:54.075 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:49:54.077 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:49:54.079 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:49:54.081 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:49:54.082 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:49:54.085 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:49:54.087 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739394085 2025-04-15 17:49:54.089 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-15 17:49:54.092 | Cloning into '/opt/stack//nova'... 2025-04-15 17:49:57.878 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:49:57.880 | + functions-common:time_stop:2400 : local name 2025-04-15 17:49:57.882 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:49:57.883 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:49:57.885 | + functions-common:time_stop:2403 : local total 2025-04-15 17:49:57.887 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:49:57.889 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:49:57.891 | + functions-common:time_stop:2407 : start_time=1744739394085 2025-04-15 17:49:57.892 | + functions-common:time_stop:2409 : [[ -z 1744739394085 ]] 2025-04-15 17:49:57.895 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:49:57.898 | + functions-common:time_stop:2412 : end_time=1744739397896 2025-04-15 17:49:57.900 | + functions-common:time_stop:2413 : elapsed_time=3811 2025-04-15 17:49:57.902 | + functions-common:time_stop:2414 : total=68979 2025-04-15 17:49:57.903 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:49:57.905 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=72790 2025-04-15 17:49:57.907 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-15 17:49:57.909 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin 2c0463d70e712925254b1e348927633c8c884b5c 2025-04-15 17:49:57.911 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:49:57.913 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:49:57.914 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:49:57.916 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:49:57.918 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:49:57.920 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:49:57.922 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:49:57.923 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:49:57.926 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:49:57.929 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739397927 2025-04-15 17:49:57.931 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin 2c0463d70e712925254b1e348927633c8c884b5c 2025-04-15 17:50:05.959 | From https://opendev.org/openstack/nova 2025-04-15 17:50:05.959 | * branch 2c0463d70e712925254b1e348927633c8c884b5c -> FETCH_HEAD 2025-04-15 17:50:05.993 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:50:05.995 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:05.997 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:05.999 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:06.001 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:06.003 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:06.005 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:50:06.006 | + functions-common:time_stop:2407 : start_time=1744739397927 2025-04-15 17:50:06.008 | + functions-common:time_stop:2409 : [[ -z 1744739397927 ]] 2025-04-15 17:50:06.011 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:06.013 | + functions-common:time_stop:2412 : end_time=1744739406011 2025-04-15 17:50:06.015 | + functions-common:time_stop:2413 : elapsed_time=8084 2025-04-15 17:50:06.017 | + functions-common:time_stop:2414 : total=72790 2025-04-15 17:50:06.019 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:06.021 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=80874 2025-04-15 17:50:06.023 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 17:50:06.025 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:50:06.026 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:50:06.028 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:50:06.030 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:50:06.032 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:50:06.034 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:50:06.035 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:50:06.037 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:50:06.040 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:50:06.043 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739406040 2025-04-15 17:50:06.044 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 17:50:06.339 | Note: switching to 'FETCH_HEAD'. 2025-04-15 17:50:06.339 | 2025-04-15 17:50:06.339 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 17:50:06.339 | changes and commit them, and you can discard any commits you make in this 2025-04-15 17:50:06.339 | state without impacting any branches by switching back to a branch. 2025-04-15 17:50:06.339 | 2025-04-15 17:50:06.339 | If you want to create a new branch to retain commits you create, you may 2025-04-15 17:50:06.339 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 17:50:06.339 | 2025-04-15 17:50:06.339 | git switch -c 2025-04-15 17:50:06.339 | 2025-04-15 17:50:06.339 | Or undo this operation with: 2025-04-15 17:50:06.339 | 2025-04-15 17:50:06.339 | git switch - 2025-04-15 17:50:06.339 | 2025-04-15 17:50:06.339 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 17:50:06.339 | 2025-04-15 17:50:06.339 | HEAD is now at 2c0463d Fix device type when booting from ISO image 2025-04-15 17:50:06.343 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:50:06.345 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:06.347 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:06.349 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:06.351 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:06.353 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:06.355 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:50:06.356 | + functions-common:time_stop:2407 : start_time=1744739406040 2025-04-15 17:50:06.358 | + functions-common:time_stop:2409 : [[ -z 1744739406040 ]] 2025-04-15 17:50:06.361 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:06.364 | + functions-common:time_stop:2412 : end_time=1744739406361 2025-04-15 17:50:06.365 | + functions-common:time_stop:2413 : elapsed_time=321 2025-04-15 17:50:06.367 | + functions-common:time_stop:2414 : total=80874 2025-04-15 17:50:06.369 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:06.370 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=81195 2025-04-15 17:50:06.372 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-15 17:50:06.383 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-15 17:50:06.385 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 17:50:06.385 | + functions-common:git_clone:656 : head -1 2025-04-15 17:50:06.388 | 2c0463d Fix device type when booting from ISO image 2025-04-15 17:50:06.391 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 17:50:06.392 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-15 17:50:06.394 | + inc/python:setup_develop:360 : local bindep 2025-04-15 17:50:06.396 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-15 17:50:06.398 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-15 17:50:06.400 | + inc/python:setup_develop:366 : local extras= 2025-04-15 17:50:06.402 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-15 17:50:06.403 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 17:50:06.405 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-15 17:50:06.407 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-15 17:50:06.409 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 17:50:06.411 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 17:50:06.414 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-15 17:50:06.415 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 17:50:06.418 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-15 17:50:06.420 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 17:50:06.421 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 17:50:06.424 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-15 17:50:06.428 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-15 17:50:06.430 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-15 17:50:06.751 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-15 17:50:06.753 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 17:50:06.755 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 17:50:06.757 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 17:50:06.759 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-15 17:50:06.761 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-15 17:50:06.763 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 17:50:06.765 | + inc/python:setup_package:450 : local extras= 2025-04-15 17:50:06.767 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 17:50:06.769 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 17:50:06.771 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 17:50:06.773 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 17:50:06.775 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 17:50:06.777 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-15 17:50:06.793 | Using python 3.10 to install /opt/stack/nova 2025-04-15 17:50:06.795 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2025-04-15 17:50:07.623 | Obtaining file:///opt/stack/nova 2025-04-15 17:50:07.624 | Preparing metadata (setup.py): started 2025-04-15 17:50:08.242 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 17:50:08.330 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.11.1) 2025-04-15 17:50:08.333 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.4.41) 2025-04-15 17:50:08.333 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.1.1) 2025-04-15 17:50:08.333 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (0.33.3) 2025-04-15 17:50:08.333 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.1.2) 2025-04-15 17:50:08.333 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (10.4.1) 2025-04-15 17:50:08.334 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.9.2) 2025-04-15 17:50:08.335 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.5.1) 2025-04-15 17:50:08.335 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (40.0.2) 2025-04-15 17:50:08.336 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.8.7) 2025-04-15 17:50:08.337 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.0.2) 2025-04-15 17:50:08.338 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.0.1) 2025-04-15 17:50:08.338 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.5.2) 2025-04-15 17:50:08.339 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.7.0) 2025-04-15 17:50:08.340 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.9.4) 2025-04-15 17:50:08.341 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (0.8.0) 2025-04-15 17:50:08.341 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (0.11.0) 2025-04-15 17:50:08.342 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.1.0) 2025-04-15 17:50:08.343 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.1.0) 2025-04-15 17:50:08.344 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.17.3) 2025-04-15 17:50:08.344 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (9.4.0) 2025-04-15 17:50:08.345 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.3.0) 2025-04-15 17:50:08.346 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (11.0.0) 2025-04-15 17:50:08.347 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.4.1) 2025-04-15 17:50:08.347 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.28.2) 2025-04-15 17:50:08.348 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.1.0) 2025-04-15 17:50:08.441 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev12) 2025-04-15 17:50:08.441 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-15 17:50:08.448 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.5.0) 2025-04-15 17:50:08.449 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.2.0) 2025-04-15 17:50:08.450 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (9.2.0) 2025-04-15 17:50:08.451 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.2.0) 2025-04-15 17:50:08.452 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.3.2) 2025-04-15 17:50:08.452 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.2.0) 2025-04-15 17:50:08.453 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.1.0) 2025-04-15 17:50:08.454 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.2.1) 2025-04-15 17:50:08.455 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.2.0) 2025-04-15 17:50:08.455 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (6.2.1) 2025-04-15 17:50:08.456 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (14.1.1) 2025-04-15 17:50:08.457 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (7.1.0) 2025-04-15 17:50:08.458 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (14.4.2) 2025-04-15 17:50:08.459 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.2.1) 2025-04-15 17:50:08.459 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.2.0) 2025-04-15 17:50:08.460 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (6.1.1) 2025-04-15 17:50:08.461 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.2.1) 2025-04-15 17:50:08.462 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.0.0) 2025-04-15 17:50:08.463 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.2.0) 2025-04-15 17:50:08.463 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (5.9.5) 2025-04-15 17:50:08.465 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.2.0) 2025-04-15 17:50:08.465 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (6.4.2) 2025-04-15 17:50:08.466 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.1.0) 2025-04-15 17:50:08.466 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.0.0) 2025-04-15 17:50:08.467 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (3.2.0) 2025-04-15 17:50:08.468 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.3.0) 2025-04-15 17:50:08.491 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev12) 2025-04-15 17:50:08.493 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-15 17:50:08.495 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (4.2.0) 2025-04-15 17:50:08.495 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (0.2.3) 2025-04-15 17:50:08.496 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.3.4) 2025-04-15 17:50:08.497 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.7.0) 2025-04-15 17:50:08.498 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.8.2) 2025-04-15 17:50:08.499 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (2.4.1) 2025-04-15 17:50:08.499 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (1.5.1) 2025-04-15 17:50:08.501 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (6.0) 2025-04-15 17:50:08.501 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev12) (23.1) 2025-04-15 17:50:08.507 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev12) (1.2.4) 2025-04-15 17:50:08.519 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==0.0.1.dev12) (5.6.1) 2025-04-15 17:50:08.539 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev12) (1.15.1) 2025-04-15 17:50:08.553 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev12) (2.3.0) 2025-04-15 17:50:08.553 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev12) (1.16.0) 2025-04-15 17:50:08.564 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev12) (2.1.2) 2025-04-15 17:50:08.583 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev12) (23.1.0) 2025-04-15 17:50:08.583 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev12) (0.19.3) 2025-04-15 17:50:08.631 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev12) (3.1.1) 2025-04-15 17:50:08.632 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev12) (5.2.0) 2025-04-15 17:50:08.657 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev12) (1.4.4) 2025-04-15 17:50:08.658 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev12) (1.4.0) 2025-04-15 17:50:08.659 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev12) (1.32) 2025-04-15 17:50:08.660 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev12) (1.0.1) 2025-04-15 17:50:08.661 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev12) (1.1.8) 2025-04-15 17:50:08.674 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev12) (5.9.0) 2025-04-15 17:50:08.674 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev12) (6.3.1) 2025-04-15 17:50:08.695 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev12) (2.5.0) 2025-04-15 17:50:08.697 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev12) (2.4.2) 2025-04-15 17:50:08.698 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev12) (0.7.7) 2025-04-15 17:50:08.724 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==0.0.1.dev12) (0.18) 2025-04-15 17:50:08.795 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev12) (2.0.1) 2025-04-15 17:50:08.796 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev12) (0.5.0) 2025-04-15 17:50:08.833 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->nova==0.0.1.dev12) (0.9.6) 2025-04-15 17:50:08.860 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev12) (5.1.1) 2025-04-15 17:50:08.861 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev12) (5.3.0) 2025-04-15 17:50:08.862 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev12) (5.2.4) 2025-04-15 17:50:08.863 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev12) (0.7.0) 2025-04-15 17:50:08.875 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev12) (4.0.1) 2025-04-15 17:50:08.877 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev12) (4.0.1) 2025-04-15 17:50:08.899 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==0.0.1.dev12) (1.0.5) 2025-04-15 17:50:08.925 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev12) (2023.3) 2025-04-15 17:50:08.926 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev12) (2023.3) 2025-04-15 17:50:08.940 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev12) (1.4.0) 2025-04-15 17:50:08.941 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev12) (4.0.1) 2025-04-15 17:50:08.965 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->nova==0.0.1.dev12) (3.0.9) 2025-04-15 17:50:09.009 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==0.0.1.dev12) (1.5.0) 2025-04-15 17:50:09.021 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev12) (69.1.1) 2025-04-15 17:50:09.058 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev12) (0.2.6) 2025-04-15 17:50:09.120 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev12) (23.1.1) 2025-04-15 17:50:09.121 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev12) (2.0.1) 2025-04-15 17:50:09.122 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev12) (1.15.0) 2025-04-15 17:50:09.141 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev12) (4.3.0) 2025-04-15 17:50:09.143 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev12) (2.1.0) 2025-04-15 17:50:09.144 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev12) (2.8.1) 2025-04-15 17:50:09.146 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev12) (3.19.1) 2025-04-15 17:50:09.176 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev12) (3.1.0) 2025-04-15 17:50:09.177 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev12) (3.4) 2025-04-15 17:50:09.177 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev12) (1.26.15) 2025-04-15 17:50:09.178 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev12) (2025.1.31) 2025-04-15 17:50:09.222 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==0.0.1.dev12) (0.7) 2025-04-15 17:50:09.345 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==0.0.1.dev12) (0.13.1) 2025-04-15 17:50:09.643 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev12) 2025-04-15 17:50:09.646 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-15 17:50:09.663 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.0.1.dev12) (5.0.0) 2025-04-15 17:50:09.766 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev12) (2.21) 2025-04-15 17:50:09.800 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev12) (0.5.1) 2025-04-15 17:50:09.800 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev12) (2.4.3) 2025-04-15 17:50:09.801 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev12) (6.0.1) 2025-04-15 17:50:09.942 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==0.0.1.dev12) (2.3) 2025-04-15 17:50:10.087 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.0.1.dev12) (0.16.0) 2025-04-15 17:50:10.106 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev12) (2.17.7) 2025-04-15 17:50:10.470 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev12) (2.6.0) 2025-04-15 17:50:10.791 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev12) (1.8.2) 2025-04-15 17:50:10.844 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev12) (3.15.0) 2025-04-15 17:50:10.888 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev12) (2.4.0) 2025-04-15 17:50:11.083 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-15 17:50:11.093 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-15 17:50:11.611 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-15 17:50:13.496 | Running setup.py develop for nova 2025-04-15 17:50:14.992 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev12 numpy-1.24.2 websockify-0.10.0 2025-04-15 17:50:15.147 | + inc/python:pip_install:222 : result=0 2025-04-15 17:50:15.149 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:50:15.151 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:15.153 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:15.155 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:15.157 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:15.159 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:15.160 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:50:15.162 | + functions-common:time_stop:2407 : start_time=1744739406788 2025-04-15 17:50:15.164 | + functions-common:time_stop:2409 : [[ -z 1744739406788 ]] 2025-04-15 17:50:15.167 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:15.169 | + functions-common:time_stop:2412 : end_time=1744739415167 2025-04-15 17:50:15.171 | + functions-common:time_stop:2413 : elapsed_time=8379 2025-04-15 17:50:15.173 | + functions-common:time_stop:2414 : total=68916 2025-04-15 17:50:15.175 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:15.176 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77295 2025-04-15 17:50:15.178 | + inc/python:pip_install:225 : return 0 2025-04-15 17:50:15.180 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 17:50:15.182 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:50:15.184 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-15 17:50:15.186 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-15 17:50:15.187 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:50:15.189 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:50:15.191 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-15 17:50:15.193 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:50:15.195 | + lib/nova:install_nova:972 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2025-04-15 17:50:15.206 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 17:50:15.208 | + stack.sh:main:965 : configure_nova 2025-04-15 17:50:15.210 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-15 17:50:15.220 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-15 17:50:15.221 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-15 17:50:15.223 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-15 17:50:15.226 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-15 17:50:15.226 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-15 17:50:15.230 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-15 17:50:15.232 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-15 17:50:15.234 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-15 17:50:15.236 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-15 17:50:15.238 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-15 17:50:15.239 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-15 17:50:15.241 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-15 17:50:15.243 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-15 17:50:15.252 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-15 17:50:15.262 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2025-04-15 17:50:15.271 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2025-04-15 17:50:15.280 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-15 17:50:15.289 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-15 17:50:15.298 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-15 17:50:15.301 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-15 17:50:15.304 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.fn9shxgQ7u 2025-04-15 17:50:15.306 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-15 17:50:15.308 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-15 17:50:15.311 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-15 17:50:15.312 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-15 17:50:15.314 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-15 17:50:15.316 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.fn9shxgQ7u 2025-04-15 17:50:15.319 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.fn9shxgQ7u 2025-04-15 17:50:15.328 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.fn9shxgQ7u /etc/sudoers.d/nova-rootwrap 2025-04-15 17:50:15.337 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-15 17:50:15.340 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-15 17:50:15.342 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-15 17:50:15.344 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-15 17:50:15.346 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-15 17:50:15.348 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-15 17:50:15.350 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-15 17:50:15.353 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-15 17:50:15.353 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-15 17:50:15.359 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-15 17:50:15.362 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-15 17:50:15.371 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-15 17:50:15.379 | + lib/nova:configure_nova:258 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-15 17:50:15.381 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-15 17:50:15.385 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-15 17:50:15.397 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:15.399 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-15 17:50:15.401 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-15 17:50:15.404 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-15 17:50:15.406 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-15 17:50:15.430 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-15 17:50:15.431 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-15 17:50:15.453 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-15 17:50:15.476 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-15 17:50:15.498 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-15 17:50:15.522 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-15 17:50:15.545 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-15 17:50:15.568 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-15 17:50:15.590 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-15 17:50:15.612 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-15 17:50:15.634 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-15 17:50:15.657 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-15 17:50:15.679 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-15 17:50:15.702 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-15 17:50:15.724 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-15 17:50:15.746 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-15 17:50:15.748 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 17:50:15.749 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 17:50:15.751 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 17:50:15.753 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 17:50:15.754 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 17:50:15.756 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 17:50:15.758 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 17:50:15.759 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 17:50:15.761 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 17:50:15.763 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 17:50:15.764 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 17:50:15.766 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 17:50:15.768 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 17:50:15.770 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-15 17:50:15.781 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:15.783 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 17:50:15.785 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-15 17:50:15.787 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-15 17:50:15.789 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-15 17:50:15.790 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-15 17:50:15.792 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-15 17:50:15.794 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 17:50:15.796 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 17:50:15.798 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 17:50:15.810 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:15.812 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 17:50:15.814 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-15 17:50:15.816 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-15 17:50:15.841 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-15 17:50:15.842 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-15 17:50:15.844 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-15 17:50:15.846 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-15 17:50:15.848 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 17:50:15.849 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 17:50:15.851 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 17:50:15.863 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:15.865 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 17:50:15.866 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-15 17:50:15.869 | + lib/nova:create_nova_conf:482 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-15 17:50:15.893 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-15 17:50:15.917 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-15 17:50:15.938 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-15 17:50:15.960 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-15 17:50:15.972 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:15.973 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-15 17:50:15.986 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:15.988 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-15 17:50:15.988 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-15 17:50:15.992 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-15 17:50:15.994 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-15 17:50:16.016 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-15 17:50:16.017 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-15 17:50:16.041 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-15 17:50:16.063 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-15 17:50:16.075 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:16.077 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-15 17:50:16.079 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-15 17:50:16.081 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-15 17:50:16.083 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 17:50:16.085 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-15 17:50:16.108 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-15 17:50:16.131 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 17:50:16.153 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-15 17:50:16.176 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-15 17:50:16.199 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-15 17:50:16.221 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-15 17:50:16.244 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-15 17:50:16.266 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 17:50:16.288 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 17:50:16.311 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-15 17:50:16.324 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:16.325 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-15 17:50:16.327 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-15 17:50:16.351 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-15 17:50:16.374 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-15 17:50:16.395 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-15 17:50:16.417 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-15 17:50:16.439 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-15 17:50:16.461 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-15 17:50:16.482 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-15 17:50:16.504 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-15 17:50:16.516 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:16.518 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-15 17:50:16.520 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-15 17:50:16.542 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-15 17:50:16.565 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-15 17:50:16.567 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-15 17:50:16.589 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-15 17:50:16.591 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-15 17:50:16.593 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-15 17:50:16.595 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 17:50:16.596 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 17:50:16.598 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 17:50:16.600 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 17:50:16.602 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 17:50:16.603 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 17:50:16.605 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 17:50:16.607 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 17:50:16.608 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 17:50:16.610 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 17:50:16.612 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 17:50:16.613 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 17:50:16.615 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 17:50:16.617 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-15 17:50:16.619 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-15 17:50:16.620 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-15 17:50:16.623 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 17:50:16.636 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 17:50:16.637 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 17:50:16.639 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 17:50:16.641 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 17:50:16.643 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 17:50:16.665 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:50:16.687 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:50:16.709 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 17:50:16.730 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-15 17:50:16.754 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-15 17:50:16.767 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:16.768 | + lib/nova:create_nova_conf:544 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /opt/stack/data/venv/bin/nova-api-wsgi /compute 2025-04-15 17:50:16.770 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-15 17:50:16.772 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-15 17:50:16.774 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-15 17:50:16.776 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 17:50:16.777 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 17:50:16.780 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-15 17:50:16.783 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-15 17:50:16.784 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 17:50:16.786 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 17:50:16.796 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 17:50:16.796 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 17:50:16.803 | d /var/run/uwsgi 0755 stack root 2025-04-15 17:50:16.806 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 17:50:16.814 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-15 17:50:16.817 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-15 17:50:16.818 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-15 17:50:16.821 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-15 17:50:16.845 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-15 17:50:16.867 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-15 17:50:16.888 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-15 17:50:16.910 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 17:50:16.932 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 17:50:16.953 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-15 17:50:16.975 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-15 17:50:16.997 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-15 17:50:17.018 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 17:50:17.040 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 17:50:17.062 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 17:50:17.084 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-15 17:50:17.106 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 17:50:17.108 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 17:50:17.110 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-15 17:50:17.112 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-15 17:50:17.114 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 17:50:17.116 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:17.117 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:17.119 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-15 17:50:17.121 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-15 17:50:17.123 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-15 17:50:17.145 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 17:50:17.168 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 ' 2025-04-15 17:50:17.168 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-15 17:50:17.175 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-15 17:50:17.178 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-15 17:50:17.180 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-15 17:50:17.182 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 17:50:17.183 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 17:50:17.185 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 17:50:17.187 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:17.189 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:17.191 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 17:50:17.193 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 17:50:17.194 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:17.196 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:17.198 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-15 17:50:17.229 | Enabling site nova-api-wsgi. 2025-04-15 17:50:17.233 | To activate the new configuration, you need to run: 2025-04-15 17:50:17.233 | systemctl reload apache2 2025-04-15 17:50:17.236 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 17:50:17.238 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 17:50:17.240 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:50:17.241 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 17:50:17.339 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-15 17:50:17.352 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:17.354 | + lib/nova:create_nova_conf:548 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /opt/stack/data/venv/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2025-04-15 17:50:17.355 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-15 17:50:17.357 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-15 17:50:17.359 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-15 17:50:17.361 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-15 17:50:17.363 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 17:50:17.366 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-15 17:50:17.368 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-15 17:50:17.370 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 17:50:17.372 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 17:50:17.381 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 17:50:17.382 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 17:50:17.388 | d /var/run/uwsgi 0755 stack root 2025-04-15 17:50:17.391 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 17:50:17.399 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-15 17:50:17.402 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-15 17:50:17.404 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-15 17:50:17.407 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-15 17:50:17.431 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-15 17:50:17.452 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-15 17:50:17.475 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-15 17:50:17.499 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 17:50:17.523 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 17:50:17.547 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-15 17:50:17.571 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-15 17:50:17.597 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-15 17:50:17.624 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 17:50:17.650 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 17:50:17.675 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 17:50:17.700 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-15 17:50:17.724 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-15 17:50:17.726 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-15 17:50:17.749 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-15 17:50:17.761 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:17.763 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-15 17:50:17.788 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-15 17:50:17.790 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-15 17:50:17.792 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-15 17:50:17.805 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:17.807 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:50:17.809 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:50:17.832 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-15 17:50:17.856 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-15 17:50:17.858 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-15 17:50:17.860 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-15 17:50:17.861 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 17:50:17.863 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 17:50:17.865 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 17:50:17.877 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:17.880 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 17:50:17.882 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 17:50:17.884 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 17:50:17.897 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:17.899 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:50:17.902 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:50:17.925 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 17:50:17.927 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 17:50:17.929 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-15 17:50:17.952 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-15 17:50:17.976 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-15 17:50:18.000 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-15 17:50:18.012 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:18.014 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-15 17:50:18.036 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-15 17:50:18.038 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-15 17:50:18.040 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-15 17:50:18.064 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-15 17:50:18.087 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-04-15 17:50:18.109 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-15 17:50:18.132 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-15 17:50:18.155 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-15 17:50:18.177 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-15 17:50:18.200 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-15 17:50:18.223 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-15 17:50:18.245 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-15 17:50:18.258 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:18.261 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-15 17:50:18.264 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-15 17:50:18.266 | + lib/nova:create_nova_conf:582 : local conf 2025-04-15 17:50:18.268 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-15 17:50:18.270 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-15 17:50:18.272 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-15 17:50:18.274 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-15 17:50:18.276 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-15 17:50:18.278 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-15 17:50:18.280 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-15 17:50:18.283 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-15 17:50:18.285 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-15 17:50:18.287 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-15 17:50:18.289 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-15 17:50:18.291 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 17:50:18.293 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 17:50:18.294 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 17:50:18.307 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:18.309 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 17:50:18.311 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-15 17:50:18.313 | + lib/nova:create_nova_conf:588 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-15 17:50:18.337 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-15 17:50:18.361 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-15 17:50:18.385 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 17:50:18.387 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-15 17:50:18.389 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-15 17:50:18.391 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-15 17:50:18.393 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 17:50:18.395 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 17:50:18.396 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 17:50:18.408 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:18.411 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 17:50:18.413 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 17:50:18.415 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 17:50:18.427 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:18.429 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:50:18.431 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:50:18.454 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 17:50:18.455 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 17:50:18.457 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-15 17:50:18.459 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-15 17:50:18.461 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-15 17:50:18.463 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 17:50:18.476 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 17:50:18.478 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 17:50:18.481 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 17:50:18.483 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 17:50:18.484 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 17:50:18.508 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:50:18.530 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:50:18.553 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 17:50:18.576 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 17:50:18.578 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-15 17:50:18.580 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-15 17:50:18.582 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-15 17:50:18.583 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-15 17:50:18.585 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-15 17:50:18.597 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:18.599 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-15 17:50:18.601 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-15 17:50:18.613 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:18.615 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-15 17:50:18.627 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:18.629 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-15 17:50:18.642 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:18.644 | + stack.sh:main:968 : is_service_enabled placement 2025-04-15 17:50:18.658 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:18.660 | + stack.sh:main:970 : stack_install_service placement 2025-04-15 17:50:18.662 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-15 17:50:18.664 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-15 17:50:18.666 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-15 17:50:18.668 | + lib/stack:stack_install_service:32 : install_placement 2025-04-15 17:50:18.670 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-15 17:50:18.672 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-15 17:50:18.674 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:18.676 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:18.678 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-15 17:50:18.680 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 17:50:18.682 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 17:50:18.684 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 17:50:18.686 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 17:50:18.688 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 17:50:18.690 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 17:50:18.692 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:18.694 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:18.696 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 17:50:18.698 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 17:50:18.700 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 17:50:18.702 | + functions-common:apt_get_update:1150 : return 2025-04-15 17:50:18.704 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-15 17:50:18.706 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 17:50:18.708 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:18.710 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:18.712 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-15 17:50:18.728 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2025-04-15 17:50:18.789 | Reading package lists... 2025-04-15 17:50:19.002 | Building dependency tree... 2025-04-15 17:50:19.003 | Reading state information... 2025-04-15 17:50:19.212 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-15 17:50:19.212 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 17:50:19.216 | + functions-common:apt_get:1194 : result=0 2025-04-15 17:50:19.219 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 17:50:19.221 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:19.223 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:19.225 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:19.227 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:19.228 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:19.230 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 17:50:19.232 | + functions-common:time_stop:2407 : start_time=1744739418726 2025-04-15 17:50:19.234 | + functions-common:time_stop:2409 : [[ -z 1744739418726 ]] 2025-04-15 17:50:19.236 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:19.240 | + functions-common:time_stop:2412 : end_time=1744739419238 2025-04-15 17:50:19.242 | + functions-common:time_stop:2413 : elapsed_time=512 2025-04-15 17:50:19.243 | + functions-common:time_stop:2414 : total=41587 2025-04-15 17:50:19.245 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:19.247 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42099 2025-04-15 17:50:19.249 | + functions-common:apt_get:1198 : return 0 2025-04-15 17:50:19.252 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-15 17:50:19.254 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-15 17:50:19.256 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-15 17:50:19.258 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-15 17:50:19.260 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-15 17:50:19.274 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-15 17:50:19.276 | + functions-common:install_package:1421 : update_package_repo 2025-04-15 17:50:19.278 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-15 17:50:19.281 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-15 17:50:19.283 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-15 17:50:19.285 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-15 17:50:19.287 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-15 17:50:19.289 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:19.291 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:19.293 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-15 17:50:19.295 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-15 17:50:19.297 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-15 17:50:19.299 | + functions-common:apt_get_update:1150 : return 2025-04-15 17:50:19.301 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-15 17:50:19.303 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-15 17:50:19.305 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:19.307 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:19.309 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-15 17:50:19.326 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2025-04-15 17:50:19.385 | Reading package lists... 2025-04-15 17:50:19.600 | Building dependency tree... 2025-04-15 17:50:19.601 | Reading state information... 2025-04-15 17:50:19.814 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-15 17:50:19.814 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-15 17:50:19.818 | + functions-common:apt_get:1194 : result=0 2025-04-15 17:50:19.820 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-15 17:50:19.822 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:19.824 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:19.826 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:19.828 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:19.830 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:19.832 | + functions-common:time_stop:2406 : name=apt-get 2025-04-15 17:50:19.834 | + functions-common:time_stop:2407 : start_time=1744739419324 2025-04-15 17:50:19.836 | + functions-common:time_stop:2409 : [[ -z 1744739419324 ]] 2025-04-15 17:50:19.838 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:19.842 | + functions-common:time_stop:2412 : end_time=1744739419839 2025-04-15 17:50:19.843 | + functions-common:time_stop:2413 : elapsed_time=515 2025-04-15 17:50:19.845 | + functions-common:time_stop:2414 : total=42099 2025-04-15 17:50:19.847 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:19.849 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=42614 2025-04-15 17:50:19.851 | + functions-common:apt_get:1198 : return 0 2025-04-15 17:50:19.853 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-15 17:50:19.856 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-15 17:50:19.858 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 17:50:19.860 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:19.862 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:19.864 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-15 17:50:19.866 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-15 17:50:19.894 | wsgi (enabled by maintainer script) 2025-04-15 17:50:19.897 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-15 17:50:19.899 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-15 17:50:19.901 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 17:50:19.904 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-15 17:50:19.906 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-15 17:50:19.908 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 17:50:19.911 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-15 17:50:19.911 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 17:50:19.915 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-15 17:50:19.917 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-15 17:50:19.920 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-15 17:50:19.922 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-15 17:50:19.924 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-15 17:50:19.941 | Using python 3.10 to install osc-placement 2025-04-15 17:50:19.943 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2025-04-15 17:50:20.877 | Collecting osc-placement 2025-04-15 17:50:20.879 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-15 17:50:20.905 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2025-04-15 17:50:20.905 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (2.8.1) 2025-04-15 17:50:20.908 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.2.1) 2025-04-15 17:50:20.908 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2025-04-15 17:50:20.908 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2025-04-15 17:50:20.933 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2025-04-15 17:50:20.934 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2025-04-15 17:50:20.935 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.2) 2025-04-15 17:50:20.936 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.1.0) 2025-04-15 17:50:20.942 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.3.0) 2025-04-15 17:50:20.943 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (1.5.1) 2025-04-15 17:50:20.943 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.1.1) 2025-04-15 17:50:20.950 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2025-04-15 17:50:20.951 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2025-04-15 17:50:20.952 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2025-04-15 17:50:20.953 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2025-04-15 17:50:20.954 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2025-04-15 17:50:20.955 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-15 17:50:20.955 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-15 17:50:20.963 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.7.0) 2025-04-15 17:50:20.964 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2025-04-15 17:50:20.965 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2025-04-15 17:50:20.966 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.3) 2025-04-15 17:50:20.966 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0.1) 2025-04-15 17:50:20.970 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.15.0) 2025-04-15 17:50:20.987 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2025-04-15 17:50:20.987 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2025-04-15 17:50:20.988 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2025-04-15 17:50:20.990 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2025-04-15 17:50:20.990 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2025-04-15 17:50:20.991 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2025-04-15 17:50:20.992 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (40.0.2) 2025-04-15 17:50:21.014 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.1.0) 2025-04-15 17:50:21.015 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2025-04-15 17:50:21.015 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.15) 2025-04-15 17:50:21.016 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2025.1.31) 2025-04-15 17:50:21.057 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (23.1.0) 2025-04-15 17:50:21.057 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2025-04-15 17:50:21.058 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.6) 2025-04-15 17:50:21.078 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2025-04-15 17:50:21.112 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.15.0) 2025-04-15 17:50:21.119 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2025-04-15 17:50:21.178 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2025-04-15 17:50:21.218 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-15 17:50:22.026 | Installing collected packages: osc-placement 2025-04-15 17:50:22.100 | Successfully installed osc-placement-4.2.0 2025-04-15 17:50:22.199 | + inc/python:pip_install:222 : result=0 2025-04-15 17:50:22.201 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:50:22.203 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:22.205 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:22.207 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:22.209 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:22.211 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:22.213 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:50:22.215 | + functions-common:time_stop:2407 : start_time=1744739419937 2025-04-15 17:50:22.217 | + functions-common:time_stop:2409 : [[ -z 1744739419937 ]] 2025-04-15 17:50:22.220 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:22.224 | + functions-common:time_stop:2412 : end_time=1744739422221 2025-04-15 17:50:22.226 | + functions-common:time_stop:2413 : elapsed_time=2284 2025-04-15 17:50:22.228 | + functions-common:time_stop:2414 : total=77295 2025-04-15 17:50:22.230 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:22.232 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=79579 2025-04-15 17:50:22.234 | + inc/python:pip_install:225 : return 0 2025-04-15 17:50:22.236 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-15 17:50:22.238 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-15 17:50:22.240 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-15 17:50:22.242 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-15 17:50:22.244 | + functions-common:git_clone:575 : local orig_dir 2025-04-15 17:50:22.246 | ++ functions-common:git_clone:576 : pwd 2025-04-15 17:50:22.248 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 17:50:22.250 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 17:50:22.253 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 17:50:22.266 | + functions-common:git_clone:579 : RECLONE=False 2025-04-15 17:50:22.268 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 17:50:22.270 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 17:50:22.272 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 17:50:22.274 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-15 17:50:22.274 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 17:50:22.279 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-15 17:50:22.281 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 17:50:22.283 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-15 17:50:22.284 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:50:22.286 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:50:22.288 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:50:22.290 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:50:22.292 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:50:22.294 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:50:22.296 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:50:22.298 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:50:22.300 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:50:22.303 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739422301 2025-04-15 17:50:22.305 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-15 17:50:22.307 | Cloning into '/opt/stack//placement'... 2025-04-15 17:50:25.687 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:50:25.689 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:25.691 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:25.693 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:25.695 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:25.696 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:25.698 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:50:25.700 | + functions-common:time_stop:2407 : start_time=1744739422301 2025-04-15 17:50:25.702 | + functions-common:time_stop:2409 : [[ -z 1744739422301 ]] 2025-04-15 17:50:25.705 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:25.708 | + functions-common:time_stop:2412 : end_time=1744739425706 2025-04-15 17:50:25.710 | + functions-common:time_stop:2413 : elapsed_time=3405 2025-04-15 17:50:25.712 | + functions-common:time_stop:2414 : total=81195 2025-04-15 17:50:25.713 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:25.715 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=84600 2025-04-15 17:50:25.717 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-15 17:50:25.719 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-15 17:50:25.721 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:50:25.723 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:50:25.725 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:50:25.727 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:50:25.729 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:50:25.731 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:50:25.732 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:50:25.734 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:50:25.737 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:50:25.740 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739425738 2025-04-15 17:50:25.742 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-15 17:50:27.273 | From https://opendev.org/openstack/placement 2025-04-15 17:50:27.273 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-15 17:50:27.277 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:50:27.279 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:27.281 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:27.283 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:27.285 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:27.287 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:27.289 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:50:27.291 | + functions-common:time_stop:2407 : start_time=1744739425738 2025-04-15 17:50:27.293 | + functions-common:time_stop:2409 : [[ -z 1744739425738 ]] 2025-04-15 17:50:27.295 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:27.298 | + functions-common:time_stop:2412 : end_time=1744739427296 2025-04-15 17:50:27.300 | + functions-common:time_stop:2413 : elapsed_time=1558 2025-04-15 17:50:27.302 | + functions-common:time_stop:2414 : total=84600 2025-04-15 17:50:27.304 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:27.305 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86158 2025-04-15 17:50:27.308 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 17:50:27.309 | + functions-common:git_timed:680 : local count=0 2025-04-15 17:50:27.312 | + functions-common:git_timed:681 : local timeout=0 2025-04-15 17:50:27.313 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:50:27.315 | + functions-common:git_timed:684 : timeout=0 2025-04-15 17:50:27.317 | + functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:50:27.319 | + functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:50:27.321 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:50:27.323 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:50:27.326 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:50:27.329 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739427327 2025-04-15 17:50:27.331 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 17:50:27.357 | Note: switching to 'FETCH_HEAD'. 2025-04-15 17:50:27.357 | 2025-04-15 17:50:27.357 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 17:50:27.357 | changes and commit them, and you can discard any commits you make in this 2025-04-15 17:50:27.357 | state without impacting any branches by switching back to a branch. 2025-04-15 17:50:27.357 | 2025-04-15 17:50:27.357 | If you want to create a new branch to retain commits you create, you may 2025-04-15 17:50:27.357 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 17:50:27.357 | 2025-04-15 17:50:27.357 | git switch -c 2025-04-15 17:50:27.357 | 2025-04-15 17:50:27.357 | Or undo this operation with: 2025-04-15 17:50:27.357 | 2025-04-15 17:50:27.357 | git switch - 2025-04-15 17:50:27.357 | 2025-04-15 17:50:27.357 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 17:50:27.357 | 2025-04-15 17:50:27.357 | HEAD is now at d84f211 Add round-robin candidate generation strategy 2025-04-15 17:50:27.359 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:50:27.362 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:27.364 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:27.366 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:27.368 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:27.369 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:27.371 | + functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:50:27.373 | + functions-common:time_stop:2407 : start_time=1744739427327 2025-04-15 17:50:27.375 | + functions-common:time_stop:2409 : [[ -z 1744739427327 ]] 2025-04-15 17:50:27.377 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:27.381 | + functions-common:time_stop:2412 : end_time=1744739427379 2025-04-15 17:50:27.383 | + functions-common:time_stop:2413 : elapsed_time=52 2025-04-15 17:50:27.385 | + functions-common:time_stop:2414 : total=86158 2025-04-15 17:50:27.387 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:27.388 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86210 2025-04-15 17:50:27.390 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-15 17:50:27.400 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-15 17:50:27.403 | + functions-common:git_clone:656 : git show --oneline 2025-04-15 17:50:27.403 | + functions-common:git_clone:656 : head -1 2025-04-15 17:50:27.406 | d84f211 Add round-robin candidate generation strategy 2025-04-15 17:50:27.408 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 17:50:27.410 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-15 17:50:27.412 | + inc/python:setup_develop:360 : local bindep 2025-04-15 17:50:27.414 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-15 17:50:27.416 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-15 17:50:27.418 | + inc/python:setup_develop:366 : local extras= 2025-04-15 17:50:27.420 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-15 17:50:27.422 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 17:50:27.424 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-15 17:50:27.426 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-15 17:50:27.428 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 17:50:27.430 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 17:50:27.432 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-15 17:50:27.434 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 17:50:27.437 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-15 17:50:27.439 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 17:50:27.441 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 17:50:27.443 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-15 17:50:27.448 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-15 17:50:27.450 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-04-15 17:50:27.771 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-15 17:50:27.773 | + inc/python:setup_package:440 : local bindep=0 2025-04-15 17:50:27.775 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-15 17:50:27.777 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 17:50:27.779 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-15 17:50:27.781 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-15 17:50:27.783 | + inc/python:setup_package:449 : local flags=-e 2025-04-15 17:50:27.785 | + inc/python:setup_package:450 : local extras= 2025-04-15 17:50:27.787 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 17:50:27.789 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 17:50:27.791 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 17:50:27.794 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 17:50:27.796 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 17:50:27.798 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-15 17:50:27.815 | Using python 3.10 to install /opt/stack/placement 2025-04-15 17:50:27.817 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2025-04-15 17:50:28.649 | Obtaining file:///opt/stack/placement 2025-04-15 17:50:28.650 | Preparing metadata (setup.py): started 2025-04-15 17:50:29.074 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 17:50:29.130 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.11.1) 2025-04-15 17:50:29.130 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.4.41) 2025-04-15 17:50:29.131 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (10.4.1) 2025-04-15 17:50:29.132 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.5.1) 2025-04-15 17:50:29.133 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.8.7) 2025-04-15 17:50:29.133 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.17.3) 2025-04-15 17:50:29.134 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.28.2) 2025-04-15 17:50:29.135 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (69.1.1) 2025-04-15 17:50:29.136 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-15 17:50:29.136 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (9.2.0) 2025-04-15 17:50:29.137 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-15 17:50:29.138 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.3.2) 2025-04-15 17:50:29.139 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.1) 2025-04-15 17:50:29.139 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (6.2.1) 2025-04-15 17:50:29.140 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (14.1.1) 2025-04-15 17:50:29.141 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (4.2.1) 2025-04-15 17:50:29.142 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-15 17:50:29.142 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (2.2.0) 2025-04-15 17:50:29.143 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-15 17:50:29.144 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (3.0.0) 2025-04-15 17:50:29.145 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.0.1) 2025-04-15 17:50:29.163 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (23.1.0) 2025-04-15 17:50:29.164 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev12) (0.19.3) 2025-04-15 17:50:29.187 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.3.0) 2025-04-15 17:50:29.188 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.5.0) 2025-04-15 17:50:29.189 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (6.1.1) 2025-04-15 17:50:29.190 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.1.1) 2025-04-15 17:50:29.191 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-15 17:50:29.199 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.1.0.dev12) (0.18) 2025-04-15 17:50:29.218 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (6.0) 2025-04-15 17:50:29.219 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.5.0) 2025-04-15 17:50:29.219 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (0.8.0) 2025-04-15 17:50:29.220 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.0.0) 2025-04-15 17:50:29.221 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (5.1.0) 2025-04-15 17:50:29.242 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.9.4) 2025-04-15 17:50:29.244 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.0.1) 2025-04-15 17:50:29.244 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (0.5.0) 2025-04-15 17:50:29.263 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (2.8.2) 2025-04-15 17:50:29.265 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (0.9.6) 2025-04-15 17:50:29.272 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (3.1.2) 2025-04-15 17:50:29.273 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-15 17:50:29.275 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-15 17:50:29.287 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (1.0.5) 2025-04-15 17:50:29.288 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-15 17:50:29.288 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-15 17:50:29.294 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (3.7.0) 2025-04-15 17:50:29.302 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (1.1.0) 2025-04-15 17:50:29.303 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (0.11.0) 2025-04-15 17:50:29.304 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (23.1) 2025-04-15 17:50:29.304 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (3.0.9) 2025-04-15 17:50:29.317 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.1.0) 2025-04-15 17:50:29.317 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.4) 2025-04-15 17:50:29.318 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (1.26.15) 2025-04-15 17:50:29.319 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (2025.1.31) 2025-04-15 17:50:29.327 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (1.16.0) 2025-04-15 17:50:29.328 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev12) (0.7) 2025-04-15 17:50:29.434 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.1.0.dev12) (2.0.2) 2025-04-15 17:50:29.451 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.2.4) 2025-04-15 17:50:29.496 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (1.15.0) 2025-04-15 17:50:29.527 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (2.1.2) 2025-04-15 17:50:29.555 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.7.0) 2025-04-15 17:50:29.596 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.1.8) 2025-04-15 17:50:29.620 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.1.0.dev12) (0.2.6) 2025-04-15 17:50:29.747 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.6.0) 2025-04-15 17:50:29.788 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.1.1) 2025-04-15 17:50:29.840 | Requirement already satisfied: fixtures>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-15 17:50:30.547 | Installing collected packages: openstack-placement 2025-04-15 17:50:30.548 | Running setup.py develop for openstack-placement 2025-04-15 17:50:31.485 | Successfully installed openstack-placement-0.1.0.dev12 2025-04-15 17:50:31.587 | + inc/python:pip_install:222 : result=0 2025-04-15 17:50:31.589 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:50:31.591 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:31.593 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:31.595 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:31.597 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:31.598 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:31.600 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:50:31.602 | + functions-common:time_stop:2407 : start_time=1744739427811 2025-04-15 17:50:31.604 | + functions-common:time_stop:2409 : [[ -z 1744739427811 ]] 2025-04-15 17:50:31.607 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:31.610 | + functions-common:time_stop:2412 : end_time=1744739431607 2025-04-15 17:50:31.612 | + functions-common:time_stop:2413 : elapsed_time=3796 2025-04-15 17:50:31.613 | + functions-common:time_stop:2414 : total=79579 2025-04-15 17:50:31.615 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:31.617 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=83375 2025-04-15 17:50:31.619 | + inc/python:pip_install:225 : return 0 2025-04-15 17:50:31.621 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 17:50:31.623 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:50:31.625 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-15 17:50:31.627 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-15 17:50:31.629 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:50:31.631 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:50:31.633 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-15 17:50:31.635 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:50:31.637 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-15 17:50:31.639 | + stack.sh:main:971 : configure_placement 2025-04-15 17:50:31.641 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-15 17:50:31.651 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-15 17:50:31.653 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-15 17:50:31.657 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-15 17:50:31.659 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-15 17:50:31.661 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-15 17:50:31.663 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-15 17:50:31.665 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 17:50:31.667 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 17:50:31.669 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 17:50:31.683 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:31.684 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 17:50:31.686 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-15 17:50:31.689 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-15 17:50:31.717 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-15 17:50:31.743 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-15 17:50:31.769 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-15 17:50:31.771 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-15 17:50:31.774 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-15 17:50:31.776 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 17:50:31.778 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-15 17:50:31.805 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-15 17:50:31.830 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 17:50:31.854 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-15 17:50:31.879 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-15 17:50:31.903 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-15 17:50:31.927 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-15 17:50:31.951 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-15 17:50:31.975 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 17:50:32.000 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 17:50:32.025 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-15 17:50:32.027 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-15 17:50:32.029 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-15 17:50:32.032 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 17:50:32.045 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 17:50:32.047 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 17:50:32.049 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 17:50:32.051 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 17:50:32.053 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 17:50:32.077 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:50:32.101 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:50:32.125 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 17:50:32.149 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-15 17:50:32.151 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-15 17:50:32.153 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-15 17:50:32.155 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-15 17:50:32.157 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-15 17:50:32.159 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-15 17:50:32.161 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-15 17:50:32.164 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-15 17:50:32.167 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-15 17:50:32.169 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-15 17:50:32.171 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-15 17:50:32.181 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-15 17:50:32.181 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-15 17:50:32.187 | d /var/run/uwsgi 0755 stack root 2025-04-15 17:50:32.190 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-15 17:50:32.199 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-15 17:50:32.202 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-15 17:50:32.204 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-15 17:50:32.207 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-04-15 17:50:32.232 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-15 17:50:32.255 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-15 17:50:32.279 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-15 17:50:32.303 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-15 17:50:32.327 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-15 17:50:32.351 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-15 17:50:32.375 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-15 17:50:32.399 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-15 17:50:32.422 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-15 17:50:32.447 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-15 17:50:32.470 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-15 17:50:32.494 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-15 17:50:32.518 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-15 17:50:32.520 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-15 17:50:32.523 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-15 17:50:32.525 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-15 17:50:32.527 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-15 17:50:32.529 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:32.531 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:32.533 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-15 17:50:32.536 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-15 17:50:32.538 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-15 17:50:32.562 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-15 17:50:32.588 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' 2025-04-15 17:50:32.588 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-15 17:50:32.594 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-15 17:50:32.597 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-15 17:50:32.599 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-15 17:50:32.602 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-15 17:50:32.604 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-15 17:50:32.606 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-15 17:50:32.608 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:32.610 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:32.612 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-15 17:50:32.614 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-15 17:50:32.616 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:32.618 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:32.620 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-15 17:50:32.651 | Enabling site placement-api. 2025-04-15 17:50:32.655 | To activate the new configuration, you need to run: 2025-04-15 17:50:32.655 | systemctl reload apache2 2025-04-15 17:50:32.659 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-15 17:50:32.661 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-15 17:50:32.663 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:50:32.665 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-15 17:50:32.762 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-15 17:50:32.764 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-15 17:50:32.767 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-15 17:50:32.794 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-15 17:50:32.818 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-15 17:50:32.832 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:32.834 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-15 17:50:32.848 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:32.850 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-15 17:50:32.863 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:32.865 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-15 17:50:32.867 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-15 17:50:32.869 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-15 17:50:32.896 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-15 17:50:32.920 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-15 17:50:32.945 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-15 17:50:32.969 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-15 17:50:32.993 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-15 17:50:33.018 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-15 17:50:33.042 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-15 17:50:33.066 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-15 17:50:33.079 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:33.081 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-15 17:50:33.095 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:33.097 | + stack.sh:main:997 : run_phase stack install 2025-04-15 17:50:33.098 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 17:50:33.100 | + functions-common:run_phase:1829 : local phase=install 2025-04-15 17:50:33.102 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 17:50:33.104 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 17:50:33.106 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 17:50:33.108 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 17:50:33.110 | + functions-common:run_phase:1838 : local extra 2025-04-15 17:50:33.113 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 17:50:33.116 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 17:50:33.118 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 17:50:33.120 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 17:50:33.122 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-15 17:50:33.124 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 17:50:33.136 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:33.138 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:50:33.140 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:50:33.142 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-15 17:50:33.144 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-15 17:50:33.146 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:50:33.147 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-15 17:50:33.149 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-15 17:50:33.151 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-15 17:50:33.197 | ++ inc/async:async_inner:63 : install_tempest 2025-04-15 17:50:33.225 | [4245 Async install_tempest:34305]: running: install_tempest 2025-04-15 17:50:33.228 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 17:50:33.230 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 17:50:33.232 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:50:33.234 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 17:50:33.237 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-15 17:50:33.239 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 17:50:33.241 | + functions-common:run_plugins:1815 : local phase=install 2025-04-15 17:50:33.243 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 17:50:33.245 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 17:50:33.247 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 17:50:33.250 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 17:50:33.252 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 17:50:33.255 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-15 17:50:33.257 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:50:33.259 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:50:33.261 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-15 17:50:33.264 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-15 17:50:33.266 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:50:33.268 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-15 17:50:33.270 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-15 17:50:33.272 | ++ inc/python:setup_develop:360 : local bindep 2025-04-15 17:50:33.274 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-15 17:50:33.276 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-15 17:50:33.278 | ++ inc/python:setup_develop:366 : local extras= 2025-04-15 17:50:33.280 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-15 17:50:33.282 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-15 17:50:33.284 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-15 17:50:33.286 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-15 17:50:33.288 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-15 17:50:33.290 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-15 17:50:33.293 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-15 17:50:33.294 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-15 17:50:33.297 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-15 17:50:33.299 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-15 17:50:33.301 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-15 17:50:33.304 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-15 17:50:33.307 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-15 17:50:33.309 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-04-15 17:50:33.662 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-15 17:50:33.664 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-15 17:50:33.666 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-15 17:50:33.668 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-15 17:50:33.670 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-15 17:50:33.672 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-15 17:50:33.674 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-15 17:50:33.676 | ++ inc/python:setup_package:450 : local extras= 2025-04-15 17:50:33.678 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-15 17:50:33.680 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-15 17:50:33.682 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-15 17:50:33.684 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-15 17:50:33.686 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-15 17:50:33.687 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-15 17:50:33.704 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-15 17:50:33.706 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2025-04-15 17:50:34.553 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-15 17:50:34.554 | Preparing metadata (setup.py): started 2025-04-15 17:50:35.003 | Preparing metadata (setup.py): finished with status 'done' 2025-04-15 17:50:35.058 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.11.1) 2025-04-15 17:50:35.163 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-15 17:50:35.165 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-15 17:50:35.169 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.8.2) 2025-04-15 17:50:35.169 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (9.2.0) 2025-04-15 17:50:35.169 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.1.1) 2025-04-15 17:50:35.169 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.3.2) 2025-04-15 17:50:35.171 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.2.1) 2025-04-15 17:50:35.171 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.2.1) 2025-04-15 17:50:35.171 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.2.1) 2025-04-15 17:50:35.172 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (11.0.0) 2025-04-15 17:50:35.199 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-15 17:50:35.200 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-15 17:50:35.202 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.8.0) 2025-04-15 17:50:35.202 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (4.2.0) 2025-04-15 17:50:35.224 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-15 17:50:35.226 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-15 17:50:35.228 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.16.0) 2025-04-15 17:50:35.228 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (23.1.0) 2025-04-15 17:50:35.248 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.41) 2025-04-15 17:50:35.249 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.8.7) 2025-04-15 17:50:35.249 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-15 17:50:35.250 | Requirement already satisfied: os-ken>=0.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.7.1) 2025-04-15 17:50:35.250 | Requirement already satisfied: os-traits>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.0.0) 2025-04-15 17:50:35.252 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-15 17:50:35.253 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-15 17:50:35.254 | Requirement already satisfied: oslo.db>=12.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.1.1) 2025-04-15 17:50:35.254 | Requirement already satisfied: oslo.messaging>=14.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.4.2) 2025-04-15 17:50:35.255 | Requirement already satisfied: oslo.policy>=3.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.2.1) 2025-04-15 17:50:35.256 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.2.0) 2025-04-15 17:50:35.257 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.1.0) 2025-04-15 17:50:35.258 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.2) 2025-04-15 17:50:35.259 | Requirement already satisfied: setproctitle>=1.1.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.3.2) 2025-04-15 17:50:35.260 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.0) 2025-04-15 17:50:35.280 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (6.0) 2025-04-15 17:50:35.281 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.5.0) 2025-04-15 17:50:35.282 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.28.2) 2025-04-15 17:50:35.283 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.0.0) 2025-04-15 17:50:35.305 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (2.8.2) 2025-04-15 17:50:35.306 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (0.9.6) 2025-04-15 17:50:35.311 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (1.0.5) 2025-04-15 17:50:35.313 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-15 17:50:35.313 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-15 17:50:35.324 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.5.2) 2025-04-15 17:50:35.325 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.0.1) 2025-04-15 17:50:35.326 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.5.1) 2025-04-15 17:50:35.327 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-15 17:50:35.328 | Requirement already satisfied: eventlet>=0.25.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.33.3) 2025-04-15 17:50:35.329 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-15 17:50:35.330 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.0.2) 2025-04-15 17:50:35.339 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (1.1.0) 2025-04-15 17:50:35.340 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (0.11.0) 2025-04-15 17:50:35.342 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (23.1) 2025-04-15 17:50:35.342 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (3.0.9) 2025-04-15 17:50:35.383 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (4.3.0) 2025-04-15 17:50:35.384 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.5.1) 2025-04-15 17:50:35.385 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.1.0) 2025-04-15 17:50:35.386 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.8.1) 2025-04-15 17:50:35.391 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-15 17:50:35.391 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.19.1) 2025-04-15 17:50:35.422 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.18) 2025-04-15 17:50:35.422 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (2.4.1) 2025-04-15 17:50:35.424 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (6.3.1) 2025-04-15 17:50:35.425 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.13.1) 2025-04-15 17:50:35.432 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.7.0) 2025-04-15 17:50:35.433 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.5.1) 2025-04-15 17:50:35.434 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.4.3) 2025-04-15 17:50:35.435 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (6.0.1) 2025-04-15 17:50:35.441 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.15.0) 2025-04-15 17:50:35.448 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.3.0) 2025-04-15 17:50:35.449 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.16.0) 2025-04-15 17:50:35.502 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.7.0) 2025-04-15 17:50:35.525 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.4) 2025-04-15 17:50:35.526 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-15 17:50:35.526 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.32) 2025-04-15 17:50:35.528 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-15 17:50:35.528 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.0.1) 2025-04-15 17:50:35.529 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.1.8) 2025-04-15 17:50:35.530 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (40.0.2) 2025-04-15 17:50:35.547 | Requirement already satisfied: ncclient>=0.6.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.6.13) 2025-04-15 17:50:35.548 | Requirement already satisfied: ovs>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.17.7) 2025-04-15 17:50:35.603 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.9.4) 2025-04-15 17:50:35.604 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.0.1) 2025-04-15 17:50:35.605 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.5.0) 2025-04-15 17:50:35.655 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-15 17:50:35.656 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-15 17:50:35.657 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.4) 2025-04-15 17:50:35.659 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.7.0) 2025-04-15 17:50:35.659 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-15 17:50:35.730 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (69.1.1) 2025-04-15 17:50:35.755 | Requirement already satisfied: Mako>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.2.4) 2025-04-15 17:50:35.756 | Requirement already satisfied: logutils>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.3.5) 2025-04-15 17:50:35.831 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-15 17:50:35.832 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.4) 2025-04-15 17:50:35.833 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.26.15) 2025-04-15 17:50:35.834 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2025.1.31) 2025-04-15 17:50:35.858 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.7) 2025-04-15 17:50:36.046 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.0.0) 2025-04-15 17:50:36.132 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.8.2) 2025-04-15 17:50:36.133 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.2.6) 2025-04-15 17:50:36.162 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.15.1) 2025-04-15 17:50:36.252 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.15.0) 2025-04-15 17:50:36.276 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.3) 2025-04-15 17:50:36.336 | Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.1.2) 2025-04-15 17:50:36.352 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-15 17:50:36.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>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.9.2) 2025-04-15 17:50:36.399 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.2) 2025-04-15 17:50:36.403 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-15 17:50:36.403 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-15 17:50:36.417 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.4.0) 2025-04-15 17:50:36.558 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.6.0) 2025-04-15 17:50:36.628 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.21) 2025-04-15 17:50:36.711 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.5.0) 2025-04-15 17:50:36.877 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-15 17:50:36.921 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-15 17:50:36.924 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-15 17:50:37.447 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-15 17:50:37.878 | Running setup.py develop for networking_nsxv3 2025-04-15 17:50:39.074 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-15 17:50:39.226 | ++ inc/python:pip_install:222 : result=0 2025-04-15 17:50:39.228 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:50:39.230 | ++ functions-common:time_stop:2400 : local name 2025-04-15 17:50:39.233 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:39.235 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:39.237 | ++ functions-common:time_stop:2403 : local total 2025-04-15 17:50:39.239 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:39.243 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:50:39.244 | ++ functions-common:time_stop:2407 : start_time=1744739433699 2025-04-15 17:50:39.246 | ++ functions-common:time_stop:2409 : [[ -z 1744739433699 ]] 2025-04-15 17:50:39.248 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:39.253 | ++ functions-common:time_stop:2412 : end_time=1744739439249 2025-04-15 17:50:39.255 | ++ functions-common:time_stop:2413 : elapsed_time=5550 2025-04-15 17:50:39.257 | ++ functions-common:time_stop:2414 : total=83375 2025-04-15 17:50:39.259 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:39.261 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=88925 2025-04-15 17:50:39.262 | ++ inc/python:pip_install:225 : return 0 2025-04-15 17:50:39.264 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-15 17:50:39.266 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:50:39.269 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-15 17:50:39.271 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-15 17:50:39.273 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:50:39.275 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:50:39.277 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-15 17:50:39.278 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-15 17:50:39.280 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-15 17:50:39.283 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-15 17:50:39.285 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-15 17:50:39.287 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-15 17:50:39.289 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-15 17:50:39.291 | + inc/python:use_library_from_git:275 : return 1 2025-04-15 17:50:39.293 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-15 17:50:39.295 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-15 17:50:39.297 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-15 17:50:39.300 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-15 17:50:39.302 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-15 17:50:39.304 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 17:50:39.307 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-15 17:50:39.307 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 17:50:39.312 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-15 17:50:39.314 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-15 17:50:39.315 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-15 17:50:39.318 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-15 17:50:39.320 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-15 17:50:39.337 | Using python 3.10 to install python-openstackclient 2025-04-15 17:50:39.339 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2025-04-15 17:50:40.342 | Collecting python-openstackclient 2025-04-15 17:50:40.344 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-15 17:50:40.355 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2025-04-15 17:50:40.355 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-04-15 17:50:40.356 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2025-04-15 17:50:40.356 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.1) 2025-04-15 17:50:40.357 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.8.1) 2025-04-15 17:50:40.358 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.1) 2025-04-15 17:50:40.359 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.2.1) 2025-04-15 17:50:40.359 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.11.1) 2025-04-15 17:50:40.360 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.4.0) 2025-04-15 17:50:40.361 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.2.0) 2025-04-15 17:50:40.361 | Requirement already satisfied: python-novaclient>=18.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (18.4.0) 2025-04-15 17:50:40.362 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2025-04-15 17:50:40.367 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.7.0) 2025-04-15 17:50:40.368 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-04-15 17:50:40.369 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2025-04-15 17:50:40.369 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.4.3) 2025-04-15 17:50:40.370 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.1) 2025-04-15 17:50:40.389 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->python-openstackclient) (1.15.1) 2025-04-15 17:50:40.402 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.4) 2025-04-15 17:50:40.402 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.0) 2025-04-15 17:50:40.403 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.32) 2025-04-15 17:50:40.403 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.7.0) 2025-04-15 17:50:40.404 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.3.0) 2025-04-15 17:50:40.405 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.1.1) 2025-04-15 17:50:40.406 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.0.1) 2025-04-15 17:50:40.406 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (0.11.0) 2025-04-15 17:50:40.407 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.1.8) 2025-04-15 17:50:40.414 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (3.19.1) 2025-04-15 17:50:40.423 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2025-04-15 17:50:40.424 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2025-04-15 17:50:40.425 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2025-04-15 17:50:40.425 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2025-04-15 17:50:40.426 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-15 17:50:40.427 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-15 17:50:40.436 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.2) 2025-04-15 17:50:40.445 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.2.0) 2025-04-15 17:50:40.446 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.2.1) 2025-04-15 17:50:40.448 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2025-04-15 17:50:40.467 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.21) 2025-04-15 17:50:40.491 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (23.1.0) 2025-04-15 17:50:40.491 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2025-04-15 17:50:40.492 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.6) 2025-04-15 17:50:40.498 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.15.0) 2025-04-15 17:50:40.528 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.15.0) 2025-04-15 17:50:40.537 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient) (2.3) 2025-04-15 17:50:40.598 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) 2025-04-15 17:50:40.605 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.5) 2025-04-15 17:50:40.646 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.1.0) 2025-04-15 17:50:40.647 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2025-04-15 17:50:40.647 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.15) 2025-04-15 17:50:40.648 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2025.1.31) 2025-04-15 17:50:40.801 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-15 17:50:41.709 | Installing collected packages: python-openstackclient 2025-04-15 17:50:42.579 | Successfully installed python-openstackclient-6.3.0 2025-04-15 17:50:42.695 | + inc/python:pip_install:222 : result=0 2025-04-15 17:50:42.697 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:50:42.699 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:42.701 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:42.703 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:42.705 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:42.707 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:42.709 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:50:42.711 | + functions-common:time_stop:2407 : start_time=1744739439333 2025-04-15 17:50:42.713 | + functions-common:time_stop:2409 : [[ -z 1744739439333 ]] 2025-04-15 17:50:42.716 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:42.719 | + functions-common:time_stop:2412 : end_time=1744739442717 2025-04-15 17:50:42.721 | + functions-common:time_stop:2413 : elapsed_time=3384 2025-04-15 17:50:42.723 | + functions-common:time_stop:2414 : total=88925 2025-04-15 17:50:42.725 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:42.727 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92309 2025-04-15 17:50:42.729 | + inc/python:pip_install:225 : return 0 2025-04-15 17:50:42.732 | + stack.sh:main:1009 : install_oscwrap 2025-04-15 17:50:42.735 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-15 17:50:42.738 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.ARPCbV7k6R 2025-04-15 17:50:42.740 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-15 17:50:42.742 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-15 17:50:42.744 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-15 17:50:42.746 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-15 17:50:42.748 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-15 17:50:42.751 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-15 17:50:42.765 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:42.767 | + stack.sh:main:1063 : configure_database 2025-04-15 17:50:42.769 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-15 17:50:42.770 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-15 17:50:42.772 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-15 17:50:42.774 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:50:42.776 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-15 17:50:42.778 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-15 17:50:42.779 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:42.781 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:42.783 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-15 17:50:42.785 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-15 17:50:42.787 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:42.789 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:42.791 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-15 17:50:42.794 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-15 17:50:42.795 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-15 17:50:42.797 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-15 17:50:42.799 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-15 17:50:42.801 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-15 17:50:42.804 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-15 17:50:42.804 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-15 17:50:42.808 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-15 17:50:42.857 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-15 17:50:42.859 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-15 17:50:42.861 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-15 17:50:42.864 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-15 17:50:42.866 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-15 17:50:42.868 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-15 17:50:42.869 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-15 17:50:42.871 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-15 17:50:42.873 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-15 17:50:42.875 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-15 17:50:42.877 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-15 17:50:42.879 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-15 17:50:42.881 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-15 17:50:42.883 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-15 17:50:42.884 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-15 17:50:42.886 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:42.888 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:42.890 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-15 17:50:42.892 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:50:42.894 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-15 17:50:43.416 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-15 17:50:43.418 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:43.420 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:43.421 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-15 17:50:43.423 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-15 17:50:43.426 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-15 17:50:43.428 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:43.430 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:43.432 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-15 17:50:43.434 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-15 17:50:43.436 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-15 17:50:43.438 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:43.440 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:43.442 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-15 17:50:43.446 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-15 17:50:43.448 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-15 17:50:43.450 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-15 17:50:43.467 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-15 17:50:43.469 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:50:43.471 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:50:43.473 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-15 17:50:43.474 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-15 17:50:43.476 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-15 17:50:43.522 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-15 17:50:43.569 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-15 17:50:43.609 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-15 17:50:43.611 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-15 17:50:43.613 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-15 17:50:43.613 | enabling MySQL performance counting 2025-04-15 17:50:43.615 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-15 17:50:43.632 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-15 17:50:43.634 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2025-04-15 17:50:44.487 | Processing ./tools/dbcounter 2025-04-15 17:50:44.490 | Installing build dependencies: started 2025-04-15 17:50:49.236 | Installing build dependencies: finished with status 'done' 2025-04-15 17:50:49.236 | Getting requirements to build wheel: started 2025-04-15 17:50:49.430 | Getting requirements to build wheel: finished with status 'done' 2025-04-15 17:50:49.431 | Preparing metadata (pyproject.toml): started 2025-04-15 17:50:49.627 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-15 17:50:49.630 | Building wheels for collected packages: dbcounter 2025-04-15 17:50:49.631 | Building wheel for dbcounter (pyproject.toml): started 2025-04-15 17:50:49.841 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-15 17:50:49.841 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=a4e0d42938002a7124a904537d0257da78c76044a49688e6cfc87112233a54ee 2025-04-15 17:50:49.842 | Stored in directory: /tmp/pip-ephem-wheel-cache-e9k4ws26/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-15 17:50:49.844 | Successfully built dbcounter 2025-04-15 17:50:50.909 | Installing collected packages: dbcounter 2025-04-15 17:50:50.946 | Successfully installed dbcounter-0.1 2025-04-15 17:50:51.072 | + inc/python:pip_install:222 : result=0 2025-04-15 17:50:51.074 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:50:51.076 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:51.078 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:51.080 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:51.081 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:51.083 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:51.085 | + functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:50:51.087 | + functions-common:time_stop:2407 : start_time=1744739443628 2025-04-15 17:50:51.089 | + functions-common:time_stop:2409 : [[ -z 1744739443628 ]] 2025-04-15 17:50:51.091 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:51.094 | + functions-common:time_stop:2412 : end_time=1744739451092 2025-04-15 17:50:51.096 | + functions-common:time_stop:2413 : elapsed_time=7464 2025-04-15 17:50:51.098 | + functions-common:time_stop:2414 : total=92309 2025-04-15 17:50:51.100 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:51.102 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=99773 2025-04-15 17:50:51.104 | + inc/python:pip_install:225 : return 0 2025-04-15 17:50:51.106 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-15 17:50:51.107 | + lib/database:recreate_database:112 : local db=stats 2025-04-15 17:50:51.109 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-15 17:50:51.111 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-15 17:50:51.113 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-15 17:50:51.122 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-15 17:50:51.131 | + lib/databases/mysql:configure_database_mysql:178 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2025-04-15 17:50:51.131 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-15 17:50:51.153 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-15 17:50:51.155 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-15 17:50:51.197 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-15 17:50:51.239 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-15 17:50:51.281 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-15 17:50:51.323 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-15 17:50:51.365 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-15 17:50:51.407 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-15 17:50:51.449 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-15 17:50:51.451 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:50:51.453 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-15 17:50:52.030 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-15 17:50:52.032 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-15 17:50:52.035 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-15 17:50:52.038 | + functions-common:save_stackenv:62 : time_stamp=2025-04-15-175052 2025-04-15 17:50:52.041 | + functions-common:save_stackenv:63 : echo '# 2025-04-15-175052 1067' 2025-04-15 17:50:52.043 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.045 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 17:50:52.047 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.049 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-15 17:50:52.051 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.053 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-15 17:50:52.055 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.057 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-15 17:50:52.059 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.061 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-15 17:50:52.063 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.065 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-15 17:50:52.066 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.069 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-15-174605 2025-04-15 17:50:52.070 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.072 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-15 17:50:52.074 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.076 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-15 17:50:52.078 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.080 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-15 17:50:52.082 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.084 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-15 17:50:52.086 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.087 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-15 17:50:52.089 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.091 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-15 17:50:52.093 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.095 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-15 17:50:52.097 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:50:52.099 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-15 17:50:52.101 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-15 17:50:52.103 | + stack.sh:main:1093 : start_dstat 2025-04-15 17:50:52.104 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-15 17:50:52.106 | + functions-common:run_process:1654 : local service=dstat 2025-04-15 17:50:52.108 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-15 17:50:52.110 | + functions-common:run_process:1656 : local group= 2025-04-15 17:50:52.112 | + functions-common:run_process:1657 : local user= 2025-04-15 17:50:52.114 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:50:52.116 | + functions-common:run_process:1660 : local name=dstat 2025-04-15 17:50:52.118 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:50:52.120 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:50:52.122 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:50:52.124 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:50:52.126 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:50:52.130 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739452127 2025-04-15 17:50:52.131 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-15 17:50:52.145 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:52.147 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:50:52.149 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:52.151 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:52.152 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:52.154 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:52.156 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:52.158 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:50:52.160 | + functions-common:time_stop:2407 : start_time=1744739452127 2025-04-15 17:50:52.162 | + functions-common:time_stop:2409 : [[ -z 1744739452127 ]] 2025-04-15 17:50:52.164 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:52.167 | + functions-common:time_stop:2412 : end_time=1744739452165 2025-04-15 17:50:52.169 | + functions-common:time_stop:2413 : elapsed_time=38 2025-04-15 17:50:52.171 | + functions-common:time_stop:2414 : total=0 2025-04-15 17:50:52.173 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:52.175 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38 2025-04-15 17:50:52.177 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-15 17:50:52.179 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-15 17:50:52.181 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-15 17:50:52.183 | + functions-common:run_process:1656 : local group= 2025-04-15 17:50:52.185 | + functions-common:run_process:1657 : local user=root 2025-04-15 17:50:52.187 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:50:52.189 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-15 17:50:52.191 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:50:52.193 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:50:52.195 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:50:52.197 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:50:52.199 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:50:52.203 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739452200 2025-04-15 17:50:52.205 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-15 17:50:52.218 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:52.220 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:50:52.222 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:52.224 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:52.226 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:52.228 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:52.230 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:52.232 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:50:52.234 | + functions-common:time_stop:2407 : start_time=1744739452200 2025-04-15 17:50:52.236 | + functions-common:time_stop:2409 : [[ -z 1744739452200 ]] 2025-04-15 17:50:52.239 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:52.242 | + functions-common:time_stop:2412 : end_time=1744739452239 2025-04-15 17:50:52.244 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-15 17:50:52.246 | + functions-common:time_stop:2414 : total=38 2025-04-15 17:50:52.247 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:52.250 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77 2025-04-15 17:50:52.252 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-15 17:50:52.266 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:52.268 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-15 17:50:52.270 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-15 17:50:52.272 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-15 17:50:52.274 | + functions-common:run_process:1656 : local group= 2025-04-15 17:50:52.276 | + functions-common:run_process:1657 : local user= 2025-04-15 17:50:52.278 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:50:52.279 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-15 17:50:52.281 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:50:52.283 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:50:52.285 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:50:52.287 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:50:52.290 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:50:52.293 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739452291 2025-04-15 17:50:52.295 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-15 17:50:52.309 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:52.311 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:50:52.313 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:52.315 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:52.317 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:52.319 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:52.320 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:52.322 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:50:52.324 | + functions-common:time_stop:2407 : start_time=1744739452291 2025-04-15 17:50:52.326 | + functions-common:time_stop:2409 : [[ -z 1744739452291 ]] 2025-04-15 17:50:52.329 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:52.332 | + functions-common:time_stop:2412 : end_time=1744739452330 2025-04-15 17:50:52.334 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-15 17:50:52.336 | + functions-common:time_stop:2414 : total=77 2025-04-15 17:50:52.338 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:52.340 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=116 2025-04-15 17:50:52.342 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-15 17:50:52.356 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:52.358 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-15 17:50:52.371 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:52.373 | + stack.sh:main:1106 : start_etcd3 2025-04-15 17:50:52.375 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-15 17:50:52.377 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-15 17:50:52.379 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-15 17:50:52.381 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-15 17:50:52.383 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-15 17:50:52.385 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-15 17:50:52.387 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-15 17:50:52.389 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-15 17:50:52.391 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-15 17:50:52.393 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-15 17:50:52.395 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-15 17:50:52.397 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-15 17:50:52.399 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2025-04-15 17:50:52.401 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-15 17:50:52.403 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-04-15 17:50:52.404 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 17:50:52.406 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-15 17:50:52.408 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 17:50:52.410 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 17:50:52.412 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 17:50:52.413 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-15 17:50:52.415 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 17:50:52.418 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-15 17:50:52.468 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:50:52.516 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-15 17:50:52.556 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-04-15 17:50:52.596 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-15 17:50:52.637 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-15 17:50:52.677 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:50:52.718 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 17:50:52.720 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 17:50:52.722 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-15 17:50:52.771 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 17:50:53.013 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-15 17:50:53.057 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-15 17:50:53.099 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-15 17:50:53.140 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-15 17:50:53.183 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-15 17:50:53.186 | ++ functions-common:is_arch:497 : uname -m 2025-04-15 17:50:53.189 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-15 17:50:53.191 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-15 17:50:53.421 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-15 17:50:53.430 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-15 17:50:53.663 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-15 17:50:54.637 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-15 17:50:54.651 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:54.653 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-15 17:50:54.655 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-15 17:50:54.658 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-15 17:50:54.661 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-15 17:50:54.670 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-15 17:50:54.679 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-15 17:50:54.681 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-15 17:50:54.683 | + functions-common:write_clouds_yaml:89 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2025-04-15 17:50:54.731 | The user clouds.yaml file didn't exist. 2025-04-15 17:50:54.739 | + functions-common:write_clouds_yaml:100 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2025-04-15 17:50:54.800 | + functions-common:write_clouds_yaml:111 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2025-04-15 17:50:54.858 | + functions-common:write_clouds_yaml:122 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2025-04-15 17:50:54.918 | + functions-common:write_clouds_yaml:133 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2025-04-15 17:50:54.979 | + functions-common:write_clouds_yaml:144 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2025-04-15 17:50:55.043 | + functions-common:write_clouds_yaml:155 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2025-04-15 17:50:55.110 | + functions-common:write_clouds_yaml:166 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2025-04-15 17:50:55.175 | + functions-common:write_clouds_yaml:177 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2025-04-15 17:50:55.242 | + functions-common:write_clouds_yaml:188 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2025-04-15 17:50:55.310 | + functions-common:write_clouds_yaml:198 : cat 2025-04-15 17:50:55.314 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-15 17:50:55.316 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-15 17:50:55.319 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-15 17:50:55.322 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-15 17:50:55.324 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-15 17:50:55.326 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-15 17:50:55.339 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:50:55.341 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-15 17:50:55.343 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:50:55.345 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-15 17:50:55.347 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-15 17:50:55.349 | + stack.sh:main:1124 : init_keystone 2025-04-15 17:50:55.351 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-15 17:50:55.364 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:50:55.366 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-15 17:50:55.367 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-15 17:50:55.369 | + lib/database:recreate_database:112 : local db=keystone 2025-04-15 17:50:55.371 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-15 17:50:55.373 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-15 17:50:55.375 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-15 17:50:55.384 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-15 17:50:55.393 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-15 17:50:55.395 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 17:50:55.397 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:50:55.399 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:50:55.402 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:50:55.405 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739455403 2025-04-15 17:50:55.407 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-15 17:50:55.415 | ++ inc/async:async_inner:64 : rc=0 2025-04-15 17:50:55.433 | [34305 Async install_tempest:34305]: finished successfully 2025-04-15 17:50:57.029 | INFO dbcounter [-] Registered counter for database keystone 2025-04-15 17:50:57.038 | 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=36963) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:50:57.041 | DEBUG dbcounter [-] [36963] Writer thread running {{(pid=36963) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:50:57.046 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:50:57.046 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:50:57.074 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-15 17:50:57.761 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36963) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 17:50:57.762 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-15 17:50:57.762 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36963) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:50:57.764 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-15 17:50:57.779 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=36963) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:50:57.781 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-15 17:50:57.789 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=36963) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:50:57.790 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-15 17:50:57.790 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36963) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 17:50:57.791 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-15 17:50:57.805 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=36963) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:50:57.806 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-15 17:50:57.813 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=36963) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:50:58.059 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-15 17:50:58.062 | + functions-common:time_stop:2400 : local name 2025-04-15 17:50:58.064 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:50:58.066 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:50:58.068 | + functions-common:time_stop:2403 : local total 2025-04-15 17:50:58.070 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:50:58.072 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 17:50:58.074 | + functions-common:time_stop:2407 : start_time=1744739455403 2025-04-15 17:50:58.076 | + functions-common:time_stop:2409 : [[ -z 1744739455403 ]] 2025-04-15 17:50:58.079 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:50:58.082 | + functions-common:time_stop:2412 : end_time=1744739458079 2025-04-15 17:50:58.084 | + functions-common:time_stop:2413 : elapsed_time=2676 2025-04-15 17:50:58.085 | + functions-common:time_stop:2414 : total=0 2025-04-15 17:50:58.087 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:50:58.089 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2676 2025-04-15 17:50:58.091 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-15 17:50:58.093 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-15 17:50:58.096 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-15 17:50:59.574 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-15 17:50:59.574 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-15 17:50:59.574 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-15 17:50:59.574 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-15 17:50:59.574 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-15 17:50:59.575 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-15 17:50:59.575 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-15 17:50:59.575 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-15 17:50:59.575 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-15 17:50:59.790 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-15 17:50:59.794 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-15 17:51:01.290 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-15 17:51:01.290 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-15 17:51:01.290 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-15 17:51:01.290 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-15 17:51:01.291 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-15 17:51:01.291 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-15 17:51:01.291 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-15 17:51:01.291 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-15 17:51:01.291 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-15 17:51:01.506 | + stack.sh:main:1125 : start_keystone 2025-04-15 17:51:01.508 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-15 17:51:01.510 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-15 17:51:01.512 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-15 17:51:01.525 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:51:01.527 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-15 17:51:01.530 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-15 17:51:01.533 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-15 17:51:01.535 | + functions-common:run_process:1654 : local service=keystone 2025-04-15 17:51:01.537 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 17:51:01.539 | + functions-common:run_process:1656 : local group= 2025-04-15 17:51:01.541 | + functions-common:run_process:1657 : local user= 2025-04-15 17:51:01.543 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:51:01.545 | + functions-common:run_process:1660 : local name=keystone 2025-04-15 17:51:01.547 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:51:01.549 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:51:01.551 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:51:01.553 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:51:01.555 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:51:01.559 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739461556 2025-04-15 17:51:01.561 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-15 17:51:01.573 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:01.575 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-15 17:51:01.577 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-15 17:51:01.579 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 17:51:01.581 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 17:51:01.583 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 17:51:01.585 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-15 17:51:01.587 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-15 17:51:01.589 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-15 17:51:01.591 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-15 17:51:01.593 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:51:01.595 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:51:01.597 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:51:01.598 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:51:01.600 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-15 17:51:01.602 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 17:51:01.604 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-15 17:51:01.606 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 17:51:01.608 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-15 17:51:01.610 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-15 17:51:01.611 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 17:51:01.613 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 17:51:01.615 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 17:51:01.616 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-15 17:51:01.618 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 17:51:01.621 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-15 17:51:01.669 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:51:01.717 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-15 17:51:01.757 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-15 17:51:01.799 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-15 17:51:01.839 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:51:01.878 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-15 17:51:01.919 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-15 17:51:01.958 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-15 17:51:01.997 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-15 17:51:02.036 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-15 17:51:02.076 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 17:51:02.078 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 17:51:02.080 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-15 17:51:02.127 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 17:51:02.366 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-15 17:51:02.375 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-15 17:51:02.601 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-15 17:51:02.672 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:51:02.674 | + functions-common:time_stop:2400 : local name 2025-04-15 17:51:02.676 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:51:02.678 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:51:02.680 | + functions-common:time_stop:2403 : local total 2025-04-15 17:51:02.682 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:51:02.685 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:51:02.686 | + functions-common:time_stop:2407 : start_time=1744739461556 2025-04-15 17:51:02.688 | + functions-common:time_stop:2409 : [[ -z 1744739461556 ]] 2025-04-15 17:51:02.691 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:51:02.694 | + functions-common:time_stop:2412 : end_time=1744739462692 2025-04-15 17:51:02.696 | + functions-common:time_stop:2413 : elapsed_time=1136 2025-04-15 17:51:02.698 | + functions-common:time_stop:2414 : total=116 2025-04-15 17:51:02.700 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:51:02.702 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1252 2025-04-15 17:51:02.704 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-15 17:51:02.704 | Waiting for keystone to start... 2025-04-15 17:51:02.706 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-15 17:51:02.708 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-15 17:51:02.710 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 17:51:02.712 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-15 17:51:02.714 | + functions:wait_for_service:470 : local rval=0 2025-04-15 17:51:02.716 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 17:51:02.719 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 17:51:02.721 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:51:02.723 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:51:02.726 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:51:02.729 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739462727 2025-04-15 17:51:02.731 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 17:51:02.735 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-15 17:51:04.991 | + :: : [[ 200 == 503 ]] 2025-04-15 17:51:04.992 | + :: : [[ 0 -eq 7 ]] 2025-04-15 17:51:04.995 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 17:51:04.997 | + functions-common:time_stop:2400 : local name 2025-04-15 17:51:04.999 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:51:05.001 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:51:05.003 | + functions-common:time_stop:2403 : local total 2025-04-15 17:51:05.005 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:51:05.007 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 17:51:05.009 | + functions-common:time_stop:2407 : start_time=1744739462727 2025-04-15 17:51:05.010 | + functions-common:time_stop:2409 : [[ -z 1744739462727 ]] 2025-04-15 17:51:05.013 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:51:05.016 | + functions-common:time_stop:2412 : end_time=1744739465014 2025-04-15 17:51:05.018 | + functions-common:time_stop:2413 : elapsed_time=2287 2025-04-15 17:51:05.020 | + functions-common:time_stop:2414 : total=0 2025-04-15 17:51:05.022 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:51:05.024 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2287 2025-04-15 17:51:05.026 | + functions:wait_for_service:478 : return 0 2025-04-15 17:51:05.028 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-15 17:51:05.041 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:51:05.043 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-15 17:51:05.045 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-15 17:51:05.047 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-15 17:51:05.863 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-15 17:51:05.866 | + lib/keystone:bootstrap_keystone:607 : /opt/stack/data/venv/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2025-04-15 17:51:07.386 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.386 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.386 | 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=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.391 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.398 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.398 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.414 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.429 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.429 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.470 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.470 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.471 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.471 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.471 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.471 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.477 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.477 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.477 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.477 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.477 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.478 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.478 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.481 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.482 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.483 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.483 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.483 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.483 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.484 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.484 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37764) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-15 17:51:07.510 | INFO dbcounter [-] Registered counter for database keystone 2025-04-15 17:51:07.518 | 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=37764) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:51:07.521 | DEBUG dbcounter [-] [37764] Writer thread running {{(pid=37764) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:51:07.684 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created domain default 2025-04-15 17:51:07.707 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created project admin 2025-04-15 17:51:07.723 | WARNING keystone.common.password_hashing [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-15 17:51:07.724 | DEBUG passlib.handlers.bcrypt [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=37764) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-15 17:51:07.724 | DEBUG passlib.handlers.bcrypt [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37764) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-15 17:51:07.760 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created user admin 2025-04-15 17:51:07.767 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created role reader 2025-04-15 17:51:07.773 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created role member 2025-04-15 17:51:07.785 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created implied role where 024807c7f27d41eea06c89e19d28f74f implies dd4fdf2fb0f14c1e8c414646168995d7 2025-04-15 17:51:07.789 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created role manager 2025-04-15 17:51:07.798 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created implied role where cbb157ac0f91453f89baf3804063b81c implies 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:07.803 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created role admin 2025-04-15 17:51:07.811 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created implied role where 73340aada7f342279642e3e089af7568 implies cbb157ac0f91453f89baf3804063b81c 2025-04-15 17:51:07.817 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created role service 2025-04-15 17:51:07.823 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Granted role admin on project admin to user admin. 2025-04-15 17:51:07.827 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Granted role admin on the system to user admin. 2025-04-15 17:51:07.832 | WARNING py.warnings [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2025-04-15 17:51:07.832 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-15 17:51:07.832 |  2025-04-15 17:51:07.834 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created region RegionOne 2025-04-15 17:51:07.852 | INFO keystone.cmd.bootstrap [None req-b66e20e1-7530-401f-8d93-4bffea51cd44 None None] Created public endpoint http://10.180.1.21/identity 2025-04-15 17:51:08.147 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-15 17:51:08.150 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-15 17:51:08.152 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-15 17:51:08.154 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-15 17:51:09.622 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:09.624 | + lib/keystone:create_keystone_accounts:315 : admin_project=d71b872eef9e45f9b3af43c6d6442489 2025-04-15 17:51:09.626 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-15 17:51:09.629 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-15 17:51:10.724 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:10.727 | + lib/keystone:create_keystone_accounts:317 : admin_user=4724c87ec48a4f7fbaa0cacc26e094a5 2025-04-15 17:51:10.729 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-15 17:51:10.730 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-15 17:51:10.732 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-15 17:51:10.734 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 4724c87ec48a4f7fbaa0cacc26e094a5 default 2025-04-15 17:51:10.780 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 4724c87ec48a4f7fbaa0cacc26e094a5 default 2025-04-15 17:51:10.819 | [4245 Async ks-domain-role:37886]: running: get_or_add_user_domain_role admin 4724c87ec48a4f7fbaa0cacc26e094a5 default 2025-04-15 17:51:10.820 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-15 17:51:10.822 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-15 17:51:10.825 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-15 17:51:12.255 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:12.258 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-15 17:51:12.260 | + functions-common:get_or_create_domain:861 : echo default 2025-04-15 17:51:12.260 | default 2025-04-15 17:51:12.262 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-15 17:51:12.311 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-15 17:51:12.342 | [4245 Async ks-project:38022]: running: get_or_create_project service Default 2025-04-15 17:51:12.344 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-15 17:51:12.391 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-15 17:51:12.425 | [4245 Async ks-service:38151]: running: get_or_create_role service 2025-04-15 17:51:12.425 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-15 17:51:12.473 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-15 17:51:12.503 | [4245 Async ks-reseller:38247]: running: get_or_create_role ResellerAdmin 2025-04-15 17:51:12.505 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-15 17:51:12.507 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-15 17:51:12.555 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-15 17:51:12.586 | [4245 Async ks-anotherrole:38344]: running: get_or_create_role anotherrole 2025-04-15 17:51:12.587 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-15 17:51:12.590 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-15 17:51:12.591 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 17:51:12.594 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2025-04-15 17:51:13.752 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:13.772 | [38022 Async ks-project:38022]: finished successfully 2025-04-15 17:51:13.902 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:13.922 | [38247 Async ks-reseller:38247]: finished successfully 2025-04-15 17:51:13.973 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:13.993 | [38151 Async ks-service:38151]: finished successfully 2025-04-15 17:51:14.029 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:14.047 | [38344 Async ks-anotherrole:38344]: finished successfully 2025-04-15 17:51:14.103 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:14.121 | [37886 Async ks-domain-role:37886]: finished successfully 2025-04-15 17:51:14.149 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:14.151 | ++ functions-common:get_or_create_project:911 : project_id=3dd259be06c34dd4afb9619c9f1d1508 2025-04-15 17:51:14.153 | ++ functions-common:get_or_create_project:912 : echo 3dd259be06c34dd4afb9619c9f1d1508 2025-04-15 17:51:14.155 | + lib/keystone:create_keystone_accounts:345 : invis_project=3dd259be06c34dd4afb9619c9f1d1508 2025-04-15 17:51:14.157 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-15 17:51:14.160 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-15 17:51:14.162 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 17:51:14.164 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2025-04-15 17:51:15.387 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:15.390 | ++ functions-common:get_or_create_project:911 : project_id=359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:15.392 | ++ functions-common:get_or_create_project:912 : echo 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:15.395 | + lib/keystone:create_keystone_accounts:349 : demo_project=359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:15.396 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-15 17:51:15.399 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-15 17:51:15.401 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:15.403 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-15 17:51:15.405 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-15 17:51:15.407 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2025-04-15 17:51:16.656 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:16.658 | ++ functions-common:get_or_create_user:898 : user_id=32a48483df5944449c645473af24c5ed 2025-04-15 17:51:16.660 | ++ functions-common:get_or_create_user:899 : echo 32a48483df5944449c645473af24c5ed 2025-04-15 17:51:16.663 | + lib/keystone:create_keystone_accounts:352 : demo_user=32a48483df5944449c645473af24c5ed 2025-04-15 17:51:16.665 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-15 17:51:16.702 | [4245 Async ks-domain-role:37886]: Waiting for completion of get_or_add_user_domain_role admin 4724c87ec48a4f7fbaa0cacc26e094a5 default running on PID 37886 (6 other jobs running) 2025-04-15 17:51:16.719 | [4245 Async ks-domain-role:37886]: Signaling child to exit 2025-04-15 17:51:16.719 | WAKEUP 2025-04-15 17:51:16.735 | [4245 Async ks-domain-role:37886]: Signaled 2025-04-15 17:51:16.736 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-15 17:51:16.736 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 4724c87ec48a4f7fbaa0cacc26e094a5 --domain default 2025-04-15 17:51:16.736 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 4724c87ec48a4f7fbaa0cacc26e094a5 --domain default -c Role -f value 2025-04-15 17:51:16.736 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:16.736 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=73340aada7f342279642e3e089af7568 2025-04-15 17:51:16.736 | + functions-common:get_or_add_user_domain_role:982 : echo 73340aada7f342279642e3e089af7568 2025-04-15 17:51:16.736 | 73340aada7f342279642e3e089af7568 2025-04-15 17:51:16.767 | [4245 Async ks-domain-role:37886]: finished get_or_add_user_domain_role admin 4724c87ec48a4f7fbaa0cacc26e094a5 default with result 0 in 3 seconds 2025-04-15 17:51:16.772 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-15 17:51:16.799 | [4245 Async ks-project:38022]: Waiting for completion of get_or_create_project service Default running on PID 38022 (5 other jobs running) 2025-04-15 17:51:16.817 | [4245 Async ks-project:38022]: Signaling child to exit 2025-04-15 17:51:16.817 | WAKEUP 2025-04-15 17:51:16.833 | [4245 Async ks-project:38022]: Signaled 2025-04-15 17:51:16.833 | + functions-common:get_or_create_project:905 : local project_id 2025-04-15 17:51:16.834 | ++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2025-04-15 17:51:16.834 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:16.834 | + functions-common:get_or_create_project:911 : project_id=b37aa589d3e84b0fad9e58af44517bb2 2025-04-15 17:51:16.834 | + functions-common:get_or_create_project:912 : echo b37aa589d3e84b0fad9e58af44517bb2 2025-04-15 17:51:16.834 | b37aa589d3e84b0fad9e58af44517bb2 2025-04-15 17:51:16.864 | [4245 Async ks-project:38022]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-15 17:51:16.889 | [4245 Async ks-service:38151]: Waiting for completion of get_or_create_role service running on PID 38151 (4 other jobs running) 2025-04-15 17:51:16.907 | [4245 Async ks-service:38151]: Signaling child to exit 2025-04-15 17:51:16.907 | WAKEUP 2025-04-15 17:51:16.923 | [4245 Async ks-service:38151]: Signaled 2025-04-15 17:51:16.924 | + functions-common:get_or_create_role:918 : local role_id 2025-04-15 17:51:16.924 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-15 17:51:16.924 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:16.924 | + functions-common:get_or_create_role:923 : role_id=8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:16.924 | + functions-common:get_or_create_role:924 : echo 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:16.924 | 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:16.954 | [4245 Async ks-service:38151]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-15 17:51:16.979 | [4245 Async ks-reseller:38247]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 38247 (3 other jobs running) 2025-04-15 17:51:16.996 | [4245 Async ks-reseller:38247]: Signaling child to exit 2025-04-15 17:51:16.996 | WAKEUP 2025-04-15 17:51:17.011 | [4245 Async ks-reseller:38247]: Signaled 2025-04-15 17:51:17.012 | + functions-common:get_or_create_role:918 : local role_id 2025-04-15 17:51:17.012 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-15 17:51:17.012 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:17.012 | + functions-common:get_or_create_role:923 : role_id=5fedebfeb8fd40e58c085e73812305ab 2025-04-15 17:51:17.012 | + functions-common:get_or_create_role:924 : echo 5fedebfeb8fd40e58c085e73812305ab 2025-04-15 17:51:17.012 | 5fedebfeb8fd40e58c085e73812305ab 2025-04-15 17:51:17.043 | [4245 Async ks-reseller:38247]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-15 17:51:17.068 | [4245 Async ks-anotherrole:38344]: Waiting for completion of get_or_create_role anotherrole running on PID 38344 (2 other jobs running) 2025-04-15 17:51:17.085 | [4245 Async ks-anotherrole:38344]: Signaling child to exit 2025-04-15 17:51:17.085 | WAKEUP 2025-04-15 17:51:17.100 | [4245 Async ks-anotherrole:38344]: Signaled 2025-04-15 17:51:17.101 | + functions-common:get_or_create_role:918 : local role_id 2025-04-15 17:51:17.102 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-15 17:51:17.102 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:17.102 | + functions-common:get_or_create_role:923 : role_id=31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:17.102 | + functions-common:get_or_create_role:924 : echo 31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:17.102 | 31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:17.131 | [4245 Async ks-anotherrole:38344]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-15 17:51:17.134 | + inc/async:async_wait:197 : return 0 2025-04-15 17:51:17.136 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 32a48483df5944449c645473af24c5ed 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:17.183 | + inc/async:async_inner:63 : get_or_add_user_project_role member 32a48483df5944449c645473af24c5ed 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:17.212 | [4245 Async ks-demo-member:39185]: running: get_or_add_user_project_role member 32a48483df5944449c645473af24c5ed 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:17.214 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 4724c87ec48a4f7fbaa0cacc26e094a5 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:17.261 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 4724c87ec48a4f7fbaa0cacc26e094a5 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:17.295 | [4245 Async ks-demo-admin:39281]: running: get_or_add_user_project_role admin 4724c87ec48a4f7fbaa0cacc26e094a5 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:17.295 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 32a48483df5944449c645473af24c5ed 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:17.342 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 32a48483df5944449c645473af24c5ed 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:17.371 | [4245 Async ks-demo-another:39378]: running: get_or_add_user_project_role anotherrole 32a48483df5944449c645473af24c5ed 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:17.373 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 32a48483df5944449c645473af24c5ed 3dd259be06c34dd4afb9619c9f1d1508 2025-04-15 17:51:17.420 | + inc/async:async_inner:63 : get_or_add_user_project_role member 32a48483df5944449c645473af24c5ed 3dd259be06c34dd4afb9619c9f1d1508 2025-04-15 17:51:17.450 | [4245 Async ks-demo-invis:39475]: running: get_or_add_user_project_role member 32a48483df5944449c645473af24c5ed 3dd259be06c34dd4afb9619c9f1d1508 2025-04-15 17:51:17.452 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-15 17:51:17.454 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-15 17:51:17.456 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:17.458 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-15 17:51:17.460 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-15 17:51:17.463 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2025-04-15 17:51:18.975 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:18.976 | ++ functions-common:get_or_create_user:898 : user_id=56355d9458bc4b1a8f27b9244a02267b 2025-04-15 17:51:18.978 | ++ functions-common:get_or_create_user:899 : echo 56355d9458bc4b1a8f27b9244a02267b 2025-04-15 17:51:18.981 | + lib/keystone:create_keystone_accounts:365 : demo_reader=56355d9458bc4b1a8f27b9244a02267b 2025-04-15 17:51:18.985 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 56355d9458bc4b1a8f27b9244a02267b 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:19.048 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 56355d9458bc4b1a8f27b9244a02267b 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:19.086 | [4245 Async ks-demo-reader:39631]: running: get_or_add_user_project_role reader 56355d9458bc4b1a8f27b9244a02267b 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:19.089 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-15 17:51:19.091 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-15 17:51:19.094 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 17:51:19.097 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2025-04-15 17:51:20.503 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:20.521 | [39185 Async ks-demo-member:39185]: finished successfully 2025-04-15 17:51:20.692 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:20.695 | ++ functions-common:get_or_create_project:911 : project_id=8f1b39f277494517999187c950afbf37 2025-04-15 17:51:20.697 | ++ functions-common:get_or_create_project:912 : echo 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:20.699 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=8f1b39f277494517999187c950afbf37 2025-04-15 17:51:20.701 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-15 17:51:20.704 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-15 17:51:20.706 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:20.708 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-15 17:51:20.710 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-15 17:51:20.712 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2025-04-15 17:51:21.150 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:21.168 | [39281 Async ks-demo-admin:39281]: finished successfully 2025-04-15 17:51:21.271 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:21.290 | [39378 Async ks-demo-another:39378]: finished successfully 2025-04-15 17:51:21.302 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:21.321 | [39475 Async ks-demo-invis:39475]: finished successfully 2025-04-15 17:51:22.024 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:22.027 | ++ functions-common:get_or_create_user:898 : user_id=267489b501954dd8a01628a0714ba4ed 2025-04-15 17:51:22.029 | ++ functions-common:get_or_create_user:899 : echo 267489b501954dd8a01628a0714ba4ed 2025-04-15 17:51:22.031 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=267489b501954dd8a01628a0714ba4ed 2025-04-15 17:51:22.033 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 267489b501954dd8a01628a0714ba4ed 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:22.083 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 267489b501954dd8a01628a0714ba4ed 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:22.113 | [4245 Async ks-alt-admin:40039]: running: get_or_add_user_project_role admin 267489b501954dd8a01628a0714ba4ed 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:22.115 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 267489b501954dd8a01628a0714ba4ed 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:22.163 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 267489b501954dd8a01628a0714ba4ed 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:22.196 | [4245 Async ks-alt-another:40135]: running: get_or_add_user_project_role anotherrole 267489b501954dd8a01628a0714ba4ed 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:22.198 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-15 17:51:22.202 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-15 17:51:22.204 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:22.206 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-15 17:51:22.208 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-15 17:51:22.210 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2025-04-15 17:51:22.642 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:22.660 | [39631 Async ks-demo-reader:39631]: finished successfully 2025-04-15 17:51:23.529 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:23.532 | ++ functions-common:get_or_create_user:898 : user_id=5a44df6ccf204371b6744380fd7693e6 2025-04-15 17:51:23.534 | ++ functions-common:get_or_create_user:899 : echo 5a44df6ccf204371b6744380fd7693e6 2025-04-15 17:51:23.536 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=5a44df6ccf204371b6744380fd7693e6 2025-04-15 17:51:23.538 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 5a44df6ccf204371b6744380fd7693e6 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:23.589 | + inc/async:async_inner:63 : get_or_add_user_project_role member 5a44df6ccf204371b6744380fd7693e6 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:23.619 | [4245 Async ks-alt-member-user:40312]: running: get_or_add_user_project_role member 5a44df6ccf204371b6744380fd7693e6 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:23.621 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-15 17:51:23.624 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-15 17:51:23.626 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:23.628 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-15 17:51:23.630 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-15 17:51:23.633 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2025-04-15 17:51:24.970 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:24.973 | ++ functions-common:get_or_create_user:898 : user_id=c0bc62c989944d25b4d810cac5e6de63 2025-04-15 17:51:24.975 | ++ functions-common:get_or_create_user:899 : echo c0bc62c989944d25b4d810cac5e6de63 2025-04-15 17:51:24.978 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=c0bc62c989944d25b4d810cac5e6de63 2025-04-15 17:51:24.980 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader c0bc62c989944d25b4d810cac5e6de63 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:25.029 | + inc/async:async_inner:63 : get_or_add_user_project_role reader c0bc62c989944d25b4d810cac5e6de63 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:25.059 | [4245 Async ks-alt-reader-user:40486]: running: get_or_add_user_project_role reader c0bc62c989944d25b4d810cac5e6de63 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:25.062 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-15 17:51:25.064 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:25.067 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-15 17:51:25.069 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-15 17:51:25.071 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2025-04-15 17:51:25.385 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:25.403 | [40039 Async ks-alt-admin:40039]: finished successfully 2025-04-15 17:51:25.545 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:25.564 | [40135 Async ks-alt-another:40135]: finished successfully 2025-04-15 17:51:26.392 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:26.395 | ++ functions-common:get_or_create_user:898 : user_id=6d04d4c31b1246668fd40a69bd271ff8 2025-04-15 17:51:26.397 | ++ functions-common:get_or_create_user:899 : echo 6d04d4c31b1246668fd40a69bd271ff8 2025-04-15 17:51:26.399 | + lib/keystone:create_keystone_accounts:397 : system_member_user=6d04d4c31b1246668fd40a69bd271ff8 2025-04-15 17:51:26.401 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 6d04d4c31b1246668fd40a69bd271ff8 all 2025-04-15 17:51:26.450 | + inc/async:async_inner:63 : get_or_add_user_system_role member 6d04d4c31b1246668fd40a69bd271ff8 all 2025-04-15 17:51:26.481 | [4245 Async ks-system-member:40719]: running: get_or_add_user_system_role member 6d04d4c31b1246668fd40a69bd271ff8 all 2025-04-15 17:51:26.484 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-15 17:51:26.486 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:26.488 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-15 17:51:26.490 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-15 17:51:26.493 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2025-04-15 17:51:26.885 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:26.905 | [40312 Async ks-alt-member-user:40312]: finished successfully 2025-04-15 17:51:27.806 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:27.808 | ++ functions-common:get_or_create_user:898 : user_id=ffbc3829f12f43db87085881cb6b1beb 2025-04-15 17:51:27.810 | ++ functions-common:get_or_create_user:899 : echo ffbc3829f12f43db87085881cb6b1beb 2025-04-15 17:51:27.813 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=ffbc3829f12f43db87085881cb6b1beb 2025-04-15 17:51:27.815 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader ffbc3829f12f43db87085881cb6b1beb all 2025-04-15 17:51:27.867 | + inc/async:async_inner:63 : get_or_add_user_system_role reader ffbc3829f12f43db87085881cb6b1beb all 2025-04-15 17:51:27.899 | [4245 Async ks-system-reader:40927]: running: get_or_add_user_system_role reader ffbc3829f12f43db87085881cb6b1beb all 2025-04-15 17:51:27.901 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-15 17:51:27.904 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-15 17:51:27.905 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-15 17:51:27.907 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-15 17:51:27.910 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2025-04-15 17:51:28.265 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:28.284 | [40486 Async ks-alt-reader-user:40486]: finished successfully 2025-04-15 17:51:29.208 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:29.211 | ++ functions-common:get_or_create_group:875 : group_id=84a3b2252fd6423187acda302be5e80a 2025-04-15 17:51:29.212 | ++ functions-common:get_or_create_group:876 : echo 84a3b2252fd6423187acda302be5e80a 2025-04-15 17:51:29.215 | + lib/keystone:create_keystone_accounts:407 : admin_group=84a3b2252fd6423187acda302be5e80a 2025-04-15 17:51:29.217 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-15 17:51:29.220 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-15 17:51:29.222 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-15 17:51:29.224 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-15 17:51:29.227 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2025-04-15 17:51:30.505 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:30.508 | ++ functions-common:get_or_create_group:875 : group_id=8179d814b6c14c2a9be7c5f6e593f7d6 2025-04-15 17:51:30.510 | ++ functions-common:get_or_create_group:876 : echo 8179d814b6c14c2a9be7c5f6e593f7d6 2025-04-15 17:51:30.512 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=8179d814b6c14c2a9be7c5f6e593f7d6 2025-04-15 17:51:30.514 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 8179d814b6c14c2a9be7c5f6e593f7d6 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:30.564 | + inc/async:async_inner:63 : get_or_add_group_project_role member 8179d814b6c14c2a9be7c5f6e593f7d6 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:30.596 | [4245 Async ks-group-memberdemo:41194]: running: get_or_add_group_project_role member 8179d814b6c14c2a9be7c5f6e593f7d6 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:30.598 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 8179d814b6c14c2a9be7c5f6e593f7d6 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:30.645 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 8179d814b6c14c2a9be7c5f6e593f7d6 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:30.676 | [4245 Async ks-group-anotherdemo:41273]: running: get_or_add_group_project_role anotherrole 8179d814b6c14c2a9be7c5f6e593f7d6 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:30.678 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 8179d814b6c14c2a9be7c5f6e593f7d6 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:30.728 | + inc/async:async_inner:63 : get_or_add_group_project_role member 8179d814b6c14c2a9be7c5f6e593f7d6 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:30.746 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:30.761 | [4245 Async ks-group-memberalt:41353]: running: get_or_add_group_project_role member 8179d814b6c14c2a9be7c5f6e593f7d6 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:30.763 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 8179d814b6c14c2a9be7c5f6e593f7d6 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:30.766 | [40719 Async ks-system-member:40719]: finished successfully 2025-04-15 17:51:30.817 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 8179d814b6c14c2a9be7c5f6e593f7d6 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:30.846 | [4245 Async ks-group-anotheralt:41491]: running: get_or_add_group_project_role anotherrole 8179d814b6c14c2a9be7c5f6e593f7d6 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:30.848 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 84a3b2252fd6423187acda302be5e80a d71b872eef9e45f9b3af43c6d6442489 2025-04-15 17:51:30.896 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 84a3b2252fd6423187acda302be5e80a d71b872eef9e45f9b3af43c6d6442489 2025-04-15 17:51:30.927 | [4245 Async ks-group-admin:41571]: running: get_or_add_group_project_role admin 84a3b2252fd6423187acda302be5e80a d71b872eef9e45f9b3af43c6d6442489 2025-04-15 17:51:30.929 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-04-15 17:51:30.966 | [4245 Async ks-demo-member:39185]: Waiting for completion of get_or_add_user_project_role member 32a48483df5944449c645473af24c5ed 359f85b332e94db4a500eb69f302484e running on PID 39185 (17 other jobs running) 2025-04-15 17:51:30.983 | [4245 Async ks-demo-member:39185]: Signaling child to exit 2025-04-15 17:51:30.984 | WAKEUP 2025-04-15 17:51:30.999 | [4245 Async ks-demo-member:39185]: Signaled 2025-04-15 17:51:31.000 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:31.000 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:31.000 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 17:51:31.000 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:31.000 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:31.000 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:31.000 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:31.000 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:31.000 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 17:51:31.000 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 32a48483df5944449c645473af24c5ed --project 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:31.000 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 32a48483df5944449c645473af24c5ed --project 359f85b332e94db4a500eb69f302484e -c Role -f value 2025-04-15 17:51:31.000 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.000 | + functions-common:get_or_add_user_project_role:962 : user_role_id=024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:31.000 | + functions-common:get_or_add_user_project_role:963 : echo 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:31.000 | 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:31.033 | [4245 Async ks-demo-member:39185]: finished get_or_add_user_project_role member 32a48483df5944449c645473af24c5ed 359f85b332e94db4a500eb69f302484e with result 0 in 3 seconds 2025-04-15 17:51:31.058 | [4245 Async ks-demo-admin:39281]: Waiting for completion of get_or_add_user_project_role admin 4724c87ec48a4f7fbaa0cacc26e094a5 359f85b332e94db4a500eb69f302484e running on PID 39281 (16 other jobs running) 2025-04-15 17:51:31.076 | [4245 Async ks-demo-admin:39281]: Signaling child to exit 2025-04-15 17:51:31.076 | WAKEUP 2025-04-15 17:51:31.091 | [4245 Async ks-demo-admin:39281]: Signaled 2025-04-15 17:51:31.092 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:31.092 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:31.092 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 17:51:31.092 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:31.092 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:31.092 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:31.092 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:31.092 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:31.092 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 17:51:31.092 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 4724c87ec48a4f7fbaa0cacc26e094a5 --project 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:31.092 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 4724c87ec48a4f7fbaa0cacc26e094a5 --project 359f85b332e94db4a500eb69f302484e -c Role -f value 2025-04-15 17:51:31.092 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.092 | + functions-common:get_or_add_user_project_role:962 : user_role_id=73340aada7f342279642e3e089af7568 2025-04-15 17:51:31.092 | + functions-common:get_or_add_user_project_role:963 : echo 73340aada7f342279642e3e089af7568 2025-04-15 17:51:31.092 | 73340aada7f342279642e3e089af7568 2025-04-15 17:51:31.124 | [4245 Async ks-demo-admin:39281]: finished get_or_add_user_project_role admin 4724c87ec48a4f7fbaa0cacc26e094a5 359f85b332e94db4a500eb69f302484e with result 0 in 3 seconds 2025-04-15 17:51:31.149 | [4245 Async ks-demo-another:39378]: Waiting for completion of get_or_add_user_project_role anotherrole 32a48483df5944449c645473af24c5ed 359f85b332e94db4a500eb69f302484e running on PID 39378 (15 other jobs running) 2025-04-15 17:51:31.167 | [4245 Async ks-demo-another:39378]: Signaling child to exit 2025-04-15 17:51:31.167 | WAKEUP 2025-04-15 17:51:31.183 | [4245 Async ks-demo-another:39378]: Signaled 2025-04-15 17:51:31.184 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:31.184 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:31.184 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 17:51:31.184 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:31.184 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:31.184 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:31.184 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:31.184 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:31.184 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 17:51:31.184 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 32a48483df5944449c645473af24c5ed --project 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:31.184 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 32a48483df5944449c645473af24c5ed --project 359f85b332e94db4a500eb69f302484e -c Role -f value 2025-04-15 17:51:31.184 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.184 | + functions-common:get_or_add_user_project_role:962 : user_role_id=31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:31.184 | + functions-common:get_or_add_user_project_role:963 : echo 31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:31.184 | 31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:31.215 | [4245 Async ks-demo-another:39378]: finished get_or_add_user_project_role anotherrole 32a48483df5944449c645473af24c5ed 359f85b332e94db4a500eb69f302484e with result 0 in 3 seconds 2025-04-15 17:51:31.240 | [4245 Async ks-demo-invis:39475]: Waiting for completion of get_or_add_user_project_role member 32a48483df5944449c645473af24c5ed 3dd259be06c34dd4afb9619c9f1d1508 running on PID 39475 (14 other jobs running) 2025-04-15 17:51:31.257 | [4245 Async ks-demo-invis:39475]: Signaling child to exit 2025-04-15 17:51:31.258 | WAKEUP 2025-04-15 17:51:31.273 | [4245 Async ks-demo-invis:39475]: Signaled 2025-04-15 17:51:31.274 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:31.274 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:31.274 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 17:51:31.274 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:31.274 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:31.274 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:31.274 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:31.274 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:31.274 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 17:51:31.274 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 32a48483df5944449c645473af24c5ed --project 3dd259be06c34dd4afb9619c9f1d1508 2025-04-15 17:51:31.274 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 32a48483df5944449c645473af24c5ed --project 3dd259be06c34dd4afb9619c9f1d1508 -c Role -f value 2025-04-15 17:51:31.274 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.274 | + functions-common:get_or_add_user_project_role:962 : user_role_id=024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:31.274 | + functions-common:get_or_add_user_project_role:963 : echo 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:31.274 | 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:31.305 | [4245 Async ks-demo-invis:39475]: finished get_or_add_user_project_role member 32a48483df5944449c645473af24c5ed 3dd259be06c34dd4afb9619c9f1d1508 with result 0 in 3 seconds 2025-04-15 17:51:31.331 | [4245 Async ks-demo-reader:39631]: Waiting for completion of get_or_add_user_project_role reader 56355d9458bc4b1a8f27b9244a02267b 359f85b332e94db4a500eb69f302484e running on PID 39631 (13 other jobs running) 2025-04-15 17:51:31.349 | [4245 Async ks-demo-reader:39631]: Signaling child to exit 2025-04-15 17:51:31.349 | WAKEUP 2025-04-15 17:51:31.365 | [4245 Async ks-demo-reader:39631]: Signaled 2025-04-15 17:51:31.366 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:31.366 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:31.366 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 17:51:31.366 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:31.366 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:31.366 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:31.366 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:31.366 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:31.366 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 17:51:31.366 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 56355d9458bc4b1a8f27b9244a02267b --project 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:31.366 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 56355d9458bc4b1a8f27b9244a02267b --project 359f85b332e94db4a500eb69f302484e -c Role -f value 2025-04-15 17:51:31.366 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.366 | + functions-common:get_or_add_user_project_role:962 : user_role_id=dd4fdf2fb0f14c1e8c414646168995d7 2025-04-15 17:51:31.366 | + functions-common:get_or_add_user_project_role:963 : echo dd4fdf2fb0f14c1e8c414646168995d7 2025-04-15 17:51:31.366 | dd4fdf2fb0f14c1e8c414646168995d7 2025-04-15 17:51:31.397 | [4245 Async ks-demo-reader:39631]: finished get_or_add_user_project_role reader 56355d9458bc4b1a8f27b9244a02267b 359f85b332e94db4a500eb69f302484e with result 0 in 3 seconds 2025-04-15 17:51:31.401 | + inc/async:async_wait:197 : return 0 2025-04-15 17:51:31.402 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-15 17:51:31.447 | [4245 Async ks-alt-admin:40039]: Waiting for completion of get_or_add_user_project_role admin 267489b501954dd8a01628a0714ba4ed 8f1b39f277494517999187c950afbf37 running on PID 40039 (12 other jobs running) 2025-04-15 17:51:31.466 | [4245 Async ks-alt-admin:40039]: Signaling child to exit 2025-04-15 17:51:31.466 | WAKEUP 2025-04-15 17:51:31.489 | [4245 Async ks-alt-admin:40039]: Signaled 2025-04-15 17:51:31.490 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:31.490 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:31.490 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 17:51:31.490 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:31.490 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:31.490 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:31.490 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:31.490 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:31.490 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 17:51:31.490 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 267489b501954dd8a01628a0714ba4ed --project 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:31.490 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 267489b501954dd8a01628a0714ba4ed --project 8f1b39f277494517999187c950afbf37 -c Role -f value 2025-04-15 17:51:31.490 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.490 | + functions-common:get_or_add_user_project_role:962 : user_role_id=73340aada7f342279642e3e089af7568 2025-04-15 17:51:31.490 | + functions-common:get_or_add_user_project_role:963 : echo 73340aada7f342279642e3e089af7568 2025-04-15 17:51:31.490 | 73340aada7f342279642e3e089af7568 2025-04-15 17:51:31.523 | [4245 Async ks-alt-admin:40039]: finished get_or_add_user_project_role admin 267489b501954dd8a01628a0714ba4ed 8f1b39f277494517999187c950afbf37 with result 0 in 3 seconds 2025-04-15 17:51:31.550 | [4245 Async ks-alt-another:40135]: Waiting for completion of get_or_add_user_project_role anotherrole 267489b501954dd8a01628a0714ba4ed 8f1b39f277494517999187c950afbf37 running on PID 40135 (11 other jobs running) 2025-04-15 17:51:31.568 | [4245 Async ks-alt-another:40135]: Signaling child to exit 2025-04-15 17:51:31.569 | WAKEUP 2025-04-15 17:51:31.588 | [4245 Async ks-alt-another:40135]: Signaled 2025-04-15 17:51:31.590 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:31.590 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:31.590 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 17:51:31.590 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:31.590 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:31.590 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:31.590 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:31.590 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:31.590 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 17:51:31.590 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 267489b501954dd8a01628a0714ba4ed --project 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:31.590 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 267489b501954dd8a01628a0714ba4ed --project 8f1b39f277494517999187c950afbf37 -c Role -f value 2025-04-15 17:51:31.590 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.590 | + functions-common:get_or_add_user_project_role:962 : user_role_id=31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:31.590 | + functions-common:get_or_add_user_project_role:963 : echo 31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:31.590 | 31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:31.635 | [4245 Async ks-alt-another:40135]: finished get_or_add_user_project_role anotherrole 267489b501954dd8a01628a0714ba4ed 8f1b39f277494517999187c950afbf37 with result 0 in 3 seconds 2025-04-15 17:51:31.669 | [4245 Async ks-alt-member-user:40312]: Waiting for completion of get_or_add_user_project_role member 5a44df6ccf204371b6744380fd7693e6 8f1b39f277494517999187c950afbf37 running on PID 40312 (10 other jobs running) 2025-04-15 17:51:31.695 | [4245 Async ks-alt-member-user:40312]: Signaling child to exit 2025-04-15 17:51:31.695 | WAKEUP 2025-04-15 17:51:31.713 | [4245 Async ks-alt-member-user:40312]: Signaled 2025-04-15 17:51:31.714 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:31.714 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:31.714 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 17:51:31.714 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:31.714 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:31.714 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:31.714 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:31.714 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:31.714 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 17:51:31.714 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 5a44df6ccf204371b6744380fd7693e6 --project 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:31.714 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5a44df6ccf204371b6744380fd7693e6 --project 8f1b39f277494517999187c950afbf37 -c Role -f value 2025-04-15 17:51:31.715 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.715 | + functions-common:get_or_add_user_project_role:962 : user_role_id=024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:31.715 | + functions-common:get_or_add_user_project_role:963 : echo 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:31.715 | 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:31.752 | [4245 Async ks-alt-member-user:40312]: finished get_or_add_user_project_role member 5a44df6ccf204371b6744380fd7693e6 8f1b39f277494517999187c950afbf37 with result 0 in 3 seconds 2025-04-15 17:51:31.781 | [4245 Async ks-alt-reader-user:40486]: Waiting for completion of get_or_add_user_project_role reader c0bc62c989944d25b4d810cac5e6de63 8f1b39f277494517999187c950afbf37 running on PID 40486 (9 other jobs running) 2025-04-15 17:51:31.801 | [4245 Async ks-alt-reader-user:40486]: Signaling child to exit 2025-04-15 17:51:31.802 | WAKEUP 2025-04-15 17:51:31.819 | [4245 Async ks-alt-reader-user:40486]: Signaled 2025-04-15 17:51:31.819 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:31.819 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:31.819 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-15 17:51:31.819 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:31.819 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:31.819 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:31.819 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:31.819 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:31.819 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-15 17:51:31.819 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user c0bc62c989944d25b4d810cac5e6de63 --project 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:31.819 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c0bc62c989944d25b4d810cac5e6de63 --project 8f1b39f277494517999187c950afbf37 -c Role -f value 2025-04-15 17:51:31.819 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.819 | + functions-common:get_or_add_user_project_role:962 : user_role_id=dd4fdf2fb0f14c1e8c414646168995d7 2025-04-15 17:51:31.819 | + functions-common:get_or_add_user_project_role:963 : echo dd4fdf2fb0f14c1e8c414646168995d7 2025-04-15 17:51:31.819 | dd4fdf2fb0f14c1e8c414646168995d7 2025-04-15 17:51:31.855 | [4245 Async ks-alt-reader-user:40486]: finished get_or_add_user_project_role reader c0bc62c989944d25b4d810cac5e6de63 8f1b39f277494517999187c950afbf37 with result 0 in 3 seconds 2025-04-15 17:51:31.858 | + inc/async:async_wait:197 : return 0 2025-04-15 17:51:31.860 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-15 17:51:31.903 | [4245 Async ks-system-member:40719]: Waiting for completion of get_or_add_user_system_role member 6d04d4c31b1246668fd40a69bd271ff8 all running on PID 40719 (8 other jobs running) 2025-04-15 17:51:31.923 | [4245 Async ks-system-member:40719]: Signaling child to exit 2025-04-15 17:51:31.923 | WAKEUP 2025-04-15 17:51:31.941 | [4245 Async ks-system-member:40719]: Signaled 2025-04-15 17:51:31.942 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-15 17:51:31.942 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-15 17:51:31.942 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-15 17:51:31.942 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:31.942 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:31.942 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:31.942 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:31.942 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:31.942 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-15 17:51:31.942 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6d04d4c31b1246668fd40a69bd271ff8 --system all -f value -c Role 2025-04-15 17:51:31.942 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.942 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-15 17:51:31.942 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-15 17:51:31.942 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user 6d04d4c31b1246668fd40a69bd271ff8 --system all 2025-04-15 17:51:31.942 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6d04d4c31b1246668fd40a69bd271ff8 --system all -f value -c Role 2025-04-15 17:51:31.942 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:31.942 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-15 17:51:31.942 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-15 17:51:31.942 | 2025-04-15 17:51:31.980 | [4245 Async ks-system-member:40719]: finished get_or_add_user_system_role member 6d04d4c31b1246668fd40a69bd271ff8 all with result 0 in 4 seconds 2025-04-15 17:51:32.010 | [4245 Async ks-system-reader:40927]: Waiting for completion of get_or_add_user_system_role reader ffbc3829f12f43db87085881cb6b1beb all running on PID 40927 (7 other jobs running) 2025-04-15 17:51:32.037 | [4245 Async ks-system-reader:40927]: Signaling child to exit 2025-04-15 17:51:32.304 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:32.322 | [40927 Async ks-system-reader:40927]: finished successfully 2025-04-15 17:51:32.339 | WAKEUP 2025-04-15 17:51:32.357 | [4245 Async ks-system-reader:40927]: Signaled 2025-04-15 17:51:32.358 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-15 17:51:32.358 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-15 17:51:32.358 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-15 17:51:32.358 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:32.358 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:32.358 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-15 17:51:32.358 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-15 17:51:32.358 | ++ functions-common:_get_domain_args:940 : echo 2025-04-15 17:51:32.358 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-15 17:51:32.358 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ffbc3829f12f43db87085881cb6b1beb --system all -f value -c Role 2025-04-15 17:51:32.358 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:32.358 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-15 17:51:32.358 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-15 17:51:32.358 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user ffbc3829f12f43db87085881cb6b1beb --system all 2025-04-15 17:51:32.358 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ffbc3829f12f43db87085881cb6b1beb --system all -f value -c Role 2025-04-15 17:51:32.358 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:32.358 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=dd4fdf2fb0f14c1e8c414646168995d7 2025-04-15 17:51:32.358 | + functions-common:get_or_add_user_system_role:1013 : echo dd4fdf2fb0f14c1e8c414646168995d7 2025-04-15 17:51:32.358 | dd4fdf2fb0f14c1e8c414646168995d7 2025-04-15 17:51:32.390 | [4245 Async ks-system-reader:40927]: finished get_or_add_user_system_role reader ffbc3829f12f43db87085881cb6b1beb all with result 0 in 4 seconds 2025-04-15 17:51:32.393 | + inc/async:async_wait:197 : return 0 2025-04-15 17:51:32.394 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-04-15 17:51:32.430 | [4245 Async ks-group-memberdemo:41194]: Waiting for completion of get_or_add_group_project_role member 8179d814b6c14c2a9be7c5f6e593f7d6 359f85b332e94db4a500eb69f302484e running on PID 41194 (6 other jobs running) 2025-04-15 17:51:32.448 | [4245 Async ks-group-memberdemo:41194]: Signaling child to exit 2025-04-15 17:51:33.854 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:33.874 | [41194 Async ks-group-memberdemo:41194]: finished successfully 2025-04-15 17:51:33.891 | WAKEUP 2025-04-15 17:51:33.911 | [4245 Async ks-group-memberdemo:41194]: Signaled 2025-04-15 17:51:33.912 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 17:51:33.912 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 8179d814b6c14c2a9be7c5f6e593f7d6 --project 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:33.912 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 8179d814b6c14c2a9be7c5f6e593f7d6 --project 359f85b332e94db4a500eb69f302484e -f value -c Role 2025-04-15 17:51:33.912 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:33.912 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:33.912 | + functions-common:get_or_add_group_project_role:1032 : echo 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:33.912 | 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:33.921 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:33.940 | [41273 Async ks-group-anotherdemo:41273]: finished successfully 2025-04-15 17:51:33.947 | [4245 Async ks-group-memberdemo:41194]: finished get_or_add_group_project_role member 8179d814b6c14c2a9be7c5f6e593f7d6 359f85b332e94db4a500eb69f302484e with result 0 in 3 seconds 2025-04-15 17:51:33.975 | [4245 Async ks-group-anotherdemo:41273]: Waiting for completion of get_or_add_group_project_role anotherrole 8179d814b6c14c2a9be7c5f6e593f7d6 359f85b332e94db4a500eb69f302484e running on PID 41273 (5 other jobs running) 2025-04-15 17:51:33.994 | [4245 Async ks-group-anotherdemo:41273]: Signaling child to exit 2025-04-15 17:51:33.994 | WAKEUP 2025-04-15 17:51:34.011 | [4245 Async ks-group-anotherdemo:41273]: Signaled 2025-04-15 17:51:34.012 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 17:51:34.012 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 8179d814b6c14c2a9be7c5f6e593f7d6 --project 359f85b332e94db4a500eb69f302484e 2025-04-15 17:51:34.012 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 8179d814b6c14c2a9be7c5f6e593f7d6 --project 359f85b332e94db4a500eb69f302484e -f value -c Role 2025-04-15 17:51:34.012 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:34.012 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:34.012 | + functions-common:get_or_add_group_project_role:1032 : echo 31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:34.012 | 31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:34.044 | [4245 Async ks-group-anotherdemo:41273]: finished get_or_add_group_project_role anotherrole 8179d814b6c14c2a9be7c5f6e593f7d6 359f85b332e94db4a500eb69f302484e with result 0 in 3 seconds 2025-04-15 17:51:34.071 | [4245 Async ks-group-memberalt:41353]: Waiting for completion of get_or_add_group_project_role member 8179d814b6c14c2a9be7c5f6e593f7d6 8f1b39f277494517999187c950afbf37 running on PID 41353 (4 other jobs running) 2025-04-15 17:51:34.089 | [4245 Async ks-group-memberalt:41353]: Signaling child to exit 2025-04-15 17:51:34.146 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:34.166 | [41353 Async ks-group-memberalt:41353]: finished successfully 2025-04-15 17:51:34.166 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:34.183 | WAKEUP 2025-04-15 17:51:34.185 | [41491 Async ks-group-anotheralt:41491]: finished successfully 2025-04-15 17:51:34.200 | [4245 Async ks-group-memberalt:41353]: Signaled 2025-04-15 17:51:34.201 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 17:51:34.201 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 8179d814b6c14c2a9be7c5f6e593f7d6 --project 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:34.201 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 8179d814b6c14c2a9be7c5f6e593f7d6 --project 8f1b39f277494517999187c950afbf37 -f value -c Role 2025-04-15 17:51:34.201 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:34.201 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:34.201 | + functions-common:get_or_add_group_project_role:1032 : echo 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:34.201 | 024807c7f27d41eea06c89e19d28f74f 2025-04-15 17:51:34.232 | [4245 Async ks-group-memberalt:41353]: finished get_or_add_group_project_role member 8179d814b6c14c2a9be7c5f6e593f7d6 8f1b39f277494517999187c950afbf37 with result 0 in 3 seconds 2025-04-15 17:51:34.259 | [4245 Async ks-group-anotheralt:41491]: Waiting for completion of get_or_add_group_project_role anotherrole 8179d814b6c14c2a9be7c5f6e593f7d6 8f1b39f277494517999187c950afbf37 running on PID 41491 (3 other jobs running) 2025-04-15 17:51:34.277 | [4245 Async ks-group-anotheralt:41491]: Signaling child to exit 2025-04-15 17:51:34.277 | WAKEUP 2025-04-15 17:51:34.294 | [4245 Async ks-group-anotheralt:41491]: Signaled 2025-04-15 17:51:34.295 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 17:51:34.295 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 8179d814b6c14c2a9be7c5f6e593f7d6 --project 8f1b39f277494517999187c950afbf37 2025-04-15 17:51:34.295 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 8179d814b6c14c2a9be7c5f6e593f7d6 --project 8f1b39f277494517999187c950afbf37 -f value -c Role 2025-04-15 17:51:34.295 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:34.295 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:34.295 | + functions-common:get_or_add_group_project_role:1032 : echo 31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:34.295 | 31f7038dc3f148598e376eef6335ad7a 2025-04-15 17:51:34.325 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:34.327 | [4245 Async ks-group-anotheralt:41491]: finished get_or_add_group_project_role anotherrole 8179d814b6c14c2a9be7c5f6e593f7d6 8f1b39f277494517999187c950afbf37 with result 0 in 3 seconds 2025-04-15 17:51:34.344 | [41571 Async ks-group-admin:41571]: finished successfully 2025-04-15 17:51:34.355 | [4245 Async ks-group-admin:41571]: Waiting for completion of get_or_add_group_project_role admin 84a3b2252fd6423187acda302be5e80a d71b872eef9e45f9b3af43c6d6442489 running on PID 41571 (2 other jobs running) 2025-04-15 17:51:34.373 | [4245 Async ks-group-admin:41571]: Signaling child to exit 2025-04-15 17:51:34.373 | WAKEUP 2025-04-15 17:51:34.388 | [4245 Async ks-group-admin:41571]: Signaled 2025-04-15 17:51:34.389 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-15 17:51:34.389 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group 84a3b2252fd6423187acda302be5e80a --project d71b872eef9e45f9b3af43c6d6442489 2025-04-15 17:51:34.389 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 84a3b2252fd6423187acda302be5e80a --project d71b872eef9e45f9b3af43c6d6442489 -f value -c Role 2025-04-15 17:51:34.389 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:34.389 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=73340aada7f342279642e3e089af7568 2025-04-15 17:51:34.389 | + functions-common:get_or_add_group_project_role:1032 : echo 73340aada7f342279642e3e089af7568 2025-04-15 17:51:34.389 | 73340aada7f342279642e3e089af7568 2025-04-15 17:51:34.420 | [4245 Async ks-group-admin:41571]: finished get_or_add_group_project_role admin 84a3b2252fd6423187acda302be5e80a d71b872eef9e45f9b3af43c6d6442489 with result 0 in 3 seconds 2025-04-15 17:51:34.423 | + inc/async:async_wait:197 : return 0 2025-04-15 17:51:34.425 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-15 17:51:34.438 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:51:34.440 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-15 17:51:34.454 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:34.456 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-15 17:51:34.459 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-15 17:51:34.506 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-15 17:51:34.537 | [4245 Async create_nova_accounts:43421]: running: create_nova_accounts 2025-04-15 17:51:34.539 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-15 17:51:34.554 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:34.556 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-15 17:51:34.558 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-15 17:51:34.608 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-15 17:51:34.639 | [4245 Async create_glance_accounts:43544]: running: create_glance_accounts 2025-04-15 17:51:34.642 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-15 17:51:34.656 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:34.658 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-15 17:51:34.660 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-15 17:51:34.708 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-15 17:51:34.738 | [4245 Async create_cinder_accounts:43683]: running: create_cinder_accounts 2025-04-15 17:51:34.741 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-15 17:51:34.755 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:34.757 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-15 17:51:34.759 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-15 17:51:34.808 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-15 17:51:34.841 | [4245 Async create_neutron_accounts:43826]: running: create_neutron_accounts 2025-04-15 17:51:34.843 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-15 17:51:34.858 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:51:34.860 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-15 17:51:34.874 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:51:34.876 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-15 17:51:34.914 | [4245 Async create_nova_accounts:43421]: Waiting for completion of create_nova_accounts running on PID 43421 (5 other jobs running) 2025-04-15 17:51:34.932 | [4245 Async create_nova_accounts:43421]: Signaling child to exit 2025-04-15 17:51:46.909 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:46.928 | [43826 Async create_neutron_accounts:43826]: finished successfully 2025-04-15 17:51:55.224 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:55.243 | [43683 Async create_cinder_accounts:43683]: finished successfully 2025-04-15 17:51:55.777 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:55.796 | [43421 Async create_nova_accounts:43421]: finished successfully 2025-04-15 17:51:55.813 | WAKEUP 2025-04-15 17:51:55.829 | [4245 Async create_nova_accounts:43421]: Signaled 2025-04-15 17:51:55.830 | + lib/nova:create_nova_accounts:378 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-15 17:51:55.830 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-15 17:51:55.830 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-15 17:51:55.830 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:55.830 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 17:51:55.830 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 17:51:55.830 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-15 17:51:55.830 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:55.830 | + functions-common:get_or_create_user:898 : user_id=01f7fb2168804f5db170049c6ef764b0 2025-04-15 17:51:55.830 | + functions-common:get_or_create_user:899 : echo 01f7fb2168804f5db170049c6ef764b0 2025-04-15 17:51:55.830 | 01f7fb2168804f5db170049c6ef764b0 2025-04-15 17:51:55.830 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:55.830 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2025-04-15 17:51:55.830 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 17:51:55.830 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:963 : echo 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:55.830 | 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:55.830 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-15 17:51:55.830 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:55.830 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 17:51:55.830 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2025-04-15 17:51:55.830 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 17:51:55.830 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:962 : user_role_id=73340aada7f342279642e3e089af7568 2025-04-15 17:51:55.830 | + functions-common:get_or_add_user_project_role:963 : echo 73340aada7f342279642e3e089af7568 2025-04-15 17:51:55.830 | 73340aada7f342279642e3e089af7568 2025-04-15 17:51:55.830 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-15 17:51:55.830 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:51:55.830 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-15 17:51:55.830 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-15 17:51:55.830 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 17:51:55.830 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-15 17:51:55.830 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2025-04-15 17:51:55.830 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:55.830 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 17:51:55.830 | 8f8e924931a8404a98dbadf8222c2f3d' 2025-04-15 17:51:55.830 | + functions-common:get_or_create_service:1050 : echo 8f8e924931a8404a98dbadf8222c2f3d 2025-04-15 17:51:55.830 | 8f8e924931a8404a98dbadf8222c2f3d 2025-04-15 17:51:55.831 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-04-15 17:51:55.831 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 17:51:55.831 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2025-04-15 17:51:55.831 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 17:51:55.831 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2025-04-15 17:51:55.831 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:55.831 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 17:51:55.831 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 17:51:55.831 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2025-04-15 17:51:55.831 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:55.831 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=387ed1b1fda84db982670e3cacb2471a 2025-04-15 17:51:55.831 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 387ed1b1fda84db982670e3cacb2471a 2025-04-15 17:51:55.831 | + functions-common:get_or_create_endpoint:1083 : public_id=387ed1b1fda84db982670e3cacb2471a 2025-04-15 17:51:55.831 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 17:51:55.831 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 17:51:55.831 | + functions-common:get_or_create_endpoint:1092 : echo 387ed1b1fda84db982670e3cacb2471a 2025-04-15 17:51:55.831 | 387ed1b1fda84db982670e3cacb2471a 2025-04-15 17:51:55.831 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-15 17:51:55.831 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 17:51:55.831 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-15 17:51:55.831 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2025-04-15 17:51:55.831 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:55.831 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 17:51:55.831 | 63525cbb212a412589b39cc68c06e605' 2025-04-15 17:51:55.831 | + functions-common:get_or_create_service:1050 : echo 63525cbb212a412589b39cc68c06e605 2025-04-15 17:51:55.831 | 63525cbb212a412589b39cc68c06e605 2025-04-15 17:51:55.831 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-15 17:51:55.831 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 17:51:55.831 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2025-04-15 17:51:55.831 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 17:51:55.831 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2025-04-15 17:51:55.831 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:55.831 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 17:51:55.831 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 17:51:55.831 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2025-04-15 17:51:55.831 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:55.831 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=51af35af6b564ca5ad10faf14502869d 2025-04-15 17:51:55.831 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 51af35af6b564ca5ad10faf14502869d 2025-04-15 17:51:55.831 | + functions-common:get_or_create_endpoint:1083 : public_id=51af35af6b564ca5ad10faf14502869d 2025-04-15 17:51:55.831 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 17:51:55.831 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 17:51:55.831 | + functions-common:get_or_create_endpoint:1092 : echo 51af35af6b564ca5ad10faf14502869d 2025-04-15 17:51:55.831 | 51af35af6b564ca5ad10faf14502869d 2025-04-15 17:51:55.831 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-15 17:51:55.831 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:55.831 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-15 17:51:55.831 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:51:55.831 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-15 17:51:55.831 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:51:55.831 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-15 17:51:55.831 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:55.831 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-15 17:51:55.863 | [4245 Async create_nova_accounts:43421]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-15 17:51:55.889 | [4245 Async create_glance_accounts:43544]: Waiting for completion of create_glance_accounts running on PID 43544 (4 other jobs running) 2025-04-15 17:51:55.906 | [4245 Async create_glance_accounts:43544]: Signaling child to exit 2025-04-15 17:51:56.872 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:51:56.892 | [43544 Async create_glance_accounts:43544]: finished successfully 2025-04-15 17:51:56.909 | WAKEUP 2025-04-15 17:51:56.926 | [4245 Async create_glance_accounts:43544]: Signaled 2025-04-15 17:51:56.926 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-15 17:51:56.926 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:56.926 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-15 17:51:56.926 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-15 17:51:56.926 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:56.926 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 17:51:56.926 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 17:51:56.926 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-15 17:51:56.926 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:56.926 | + functions-common:get_or_create_user:898 : user_id=02c3f778a83943e6a4da6eeab59e586a 2025-04-15 17:51:56.926 | + functions-common:get_or_create_user:899 : echo 02c3f778a83943e6a4da6eeab59e586a 2025-04-15 17:51:56.926 | 02c3f778a83943e6a4da6eeab59e586a 2025-04-15 17:51:56.926 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-15 17:51:56.926 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:56.926 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:56.926 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 17:51:56.926 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:56.926 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:56.926 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 17:51:56.926 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 17:51:56.926 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 17:51:56.926 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 17:51:56.926 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 17:51:56.926 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 17:51:56.927 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2025-04-15 17:51:56.927 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 17:51:56.927 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:56.927 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:56.927 | + functions-common:get_or_add_user_project_role:963 : echo 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:56.927 | 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:56.927 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-15 17:51:56.927 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-15 17:51:56.927 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:51:56.927 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-15 17:51:56.927 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 17:51:56.927 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-15 17:51:56.927 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2025-04-15 17:51:56.927 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:56.927 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 17:51:56.927 | e4b6c873f2f2414a8c8bbf44aa7edeaa' 2025-04-15 17:51:56.927 | + functions-common:get_or_create_service:1050 : echo e4b6c873f2f2414a8c8bbf44aa7edeaa 2025-04-15 17:51:56.927 | e4b6c873f2f2414a8c8bbf44aa7edeaa 2025-04-15 17:51:56.927 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-15 17:51:56.927 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 17:51:56.927 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-15 17:51:56.927 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 17:51:56.927 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2025-04-15 17:51:56.927 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:56.927 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 17:51:56.927 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 17:51:56.927 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2025-04-15 17:51:56.927 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:56.927 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=3178274d9ce448fbbfaa0d4c1c0b563f 2025-04-15 17:51:56.927 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 3178274d9ce448fbbfaa0d4c1c0b563f 2025-04-15 17:51:56.927 | + functions-common:get_or_create_endpoint:1083 : public_id=3178274d9ce448fbbfaa0d4c1c0b563f 2025-04-15 17:51:56.927 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 17:51:56.928 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 17:51:56.928 | + functions-common:get_or_create_endpoint:1092 : echo 3178274d9ce448fbbfaa0d4c1c0b563f 2025-04-15 17:51:56.928 | 3178274d9ce448fbbfaa0d4c1c0b563f 2025-04-15 17:51:56.928 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-15 17:51:56.928 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-15 17:51:56.928 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-15 17:51:56.928 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:56.928 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-15 17:51:56.928 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-15 17:51:56.928 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-15 17:51:56.928 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-15 17:51:56.928 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-15 17:51:56.928 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-15 17:51:56.928 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-15 17:51:56.928 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_size_total 2025-04-15 17:51:56.928 | +---------------+----------------------------------+ 2025-04-15 17:51:56.928 | | Field | Value | 2025-04-15 17:51:56.928 | +---------------+----------------------------------+ 2025-04-15 17:51:56.928 | | default_limit | 2000 | 2025-04-15 17:51:56.928 | | description | None | 2025-04-15 17:51:56.928 | | id | 7b1574db626e4bbf817434c9a3d159b0 | 2025-04-15 17:51:56.928 | | region_id | RegionOne | 2025-04-15 17:51:56.928 | | resource_name | image_size_total | 2025-04-15 17:51:56.928 | | service_id | e4b6c873f2f2414a8c8bbf44aa7edeaa | 2025-04-15 17:51:56.928 | +---------------+----------------------------------+ 2025-04-15 17:51:56.928 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_stage_total 2025-04-15 17:51:56.928 | +---------------+----------------------------------+ 2025-04-15 17:51:56.928 | | Field | Value | 2025-04-15 17:51:56.928 | +---------------+----------------------------------+ 2025-04-15 17:51:56.928 | | default_limit | 2000 | 2025-04-15 17:51:56.928 | | description | None | 2025-04-15 17:51:56.928 | | id | 12b405df1c704ff2a93fed1876e1723e | 2025-04-15 17:51:56.928 | | region_id | RegionOne | 2025-04-15 17:51:56.928 | | resource_name | image_stage_total | 2025-04-15 17:51:56.928 | | service_id | e4b6c873f2f2414a8c8bbf44aa7edeaa | 2025-04-15 17:51:56.928 | +---------------+----------------------------------+ 2025-04-15 17:51:56.928 | + lib/glance:configure_glance_quotas:297 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2025-04-15 17:51:56.928 | +---------------+----------------------------------+ 2025-04-15 17:51:56.928 | | Field | Value | 2025-04-15 17:51:56.928 | +---------------+----------------------------------+ 2025-04-15 17:51:56.928 | | default_limit | 100 | 2025-04-15 17:51:56.928 | | description | None | 2025-04-15 17:51:56.928 | | id | dec32974a4c6469bbe5486c386faac54 | 2025-04-15 17:51:56.928 | | region_id | RegionOne | 2025-04-15 17:51:56.928 | | resource_name | image_count_total | 2025-04-15 17:51:56.928 | | service_id | e4b6c873f2f2414a8c8bbf44aa7edeaa | 2025-04-15 17:51:56.928 | +---------------+----------------------------------+ 2025-04-15 17:51:56.928 | + lib/glance:configure_glance_quotas:299 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2025-04-15 17:51:56.929 | +---------------+----------------------------------+ 2025-04-15 17:51:56.929 | | Field | Value | 2025-04-15 17:51:56.929 | +---------------+----------------------------------+ 2025-04-15 17:51:56.929 | | default_limit | 100 | 2025-04-15 17:51:56.929 | | description | None | 2025-04-15 17:51:56.929 | | id | 8e5b3bc2a65b4a9195dd6794d27865cf | 2025-04-15 17:51:56.929 | | region_id | RegionOne | 2025-04-15 17:51:56.929 | | resource_name | image_count_uploading | 2025-04-15 17:51:56.929 | | service_id | e4b6c873f2f2414a8c8bbf44aa7edeaa | 2025-04-15 17:51:56.929 | +---------------+----------------------------------+ 2025-04-15 17:51:56.929 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-15 17:51:56.929 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-15 17:51:56.929 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-15 17:51:56.929 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-15 17:51:56.929 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-15 17:51:56.929 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-15 17:51:56.929 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-15 17:51:56.929 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-15 17:51:56.929 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:56.929 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 3178274d9ce448fbbfaa0d4c1c0b563f 2025-04-15 17:51:56.929 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-15 17:51:56.958 | [4245 Async create_glance_accounts:43544]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-15 17:51:56.984 | [4245 Async create_cinder_accounts:43683]: Waiting for completion of create_cinder_accounts running on PID 43683 (3 other jobs running) 2025-04-15 17:51:57.002 | [4245 Async create_cinder_accounts:43683]: Signaling child to exit 2025-04-15 17:51:57.002 | WAKEUP 2025-04-15 17:51:57.018 | [4245 Async create_cinder_accounts:43683]: Signaled 2025-04-15 17:51:57.019 | + lib/cinder:create_cinder_accounts:441 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-15 17:51:57.019 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-15 17:51:57.019 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-15 17:51:57.019 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:51:57.019 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-15 17:51:57.019 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-15 17:51:57.019 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:57.019 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 17:51:57.019 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 17:51:57.019 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-15 17:51:57.019 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.019 | + functions-common:get_or_create_user:898 : user_id=499d1533aefb40aeb79b6e31bbd6ba24 2025-04-15 17:51:57.019 | + functions-common:get_or_create_user:899 : echo 499d1533aefb40aeb79b6e31bbd6ba24 2025-04-15 17:51:57.019 | 499d1533aefb40aeb79b6e31bbd6ba24 2025-04-15 17:51:57.019 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-15 17:51:57.019 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:57.019 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:57.019 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 17:51:57.019 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:57.019 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:57.019 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 17:51:57.019 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 17:51:57.019 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 17:51:57.019 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 17:51:57.019 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 17:51:57.019 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 17:51:57.019 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2025-04-15 17:51:57.019 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 17:51:57.019 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.019 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:57.019 | + functions-common:get_or_add_user_project_role:963 : echo 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:57.019 | 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:57.019 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-15 17:51:57.019 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-15 17:51:57.019 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 17:51:57.019 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-15 17:51:57.019 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2025-04-15 17:51:57.019 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.019 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 17:51:57.019 | 45a3171fc3b1427b9418d8b86b86a172' 2025-04-15 17:51:57.019 | + functions-common:get_or_create_service:1050 : echo 45a3171fc3b1427b9418d8b86b86a172 2025-04-15 17:51:57.019 | 45a3171fc3b1427b9418d8b86b86a172 2025-04-15 17:51:57.019 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-15 17:51:57.019 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-15 17:51:57.019 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 17:51:57.019 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-15 17:51:57.019 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 17:51:57.019 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2025-04-15 17:51:57.019 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.019 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 17:51:57.019 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 17:51:57.020 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-04-15 17:51:57.020 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.020 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=73887596da3e4f688f0edeb5e9328e05 2025-04-15 17:51:57.020 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 73887596da3e4f688f0edeb5e9328e05 2025-04-15 17:51:57.020 | + functions-common:get_or_create_endpoint:1083 : public_id=73887596da3e4f688f0edeb5e9328e05 2025-04-15 17:51:57.020 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 17:51:57.020 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 17:51:57.020 | + functions-common:get_or_create_endpoint:1092 : echo 73887596da3e4f688f0edeb5e9328e05 2025-04-15 17:51:57.020 | 73887596da3e4f688f0edeb5e9328e05 2025-04-15 17:51:57.020 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-15 17:51:57.020 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2025-04-15 17:51:57.020 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.020 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 17:51:57.020 | c600fc037d764fefb4219028189d20ab' 2025-04-15 17:51:57.020 | + functions-common:get_or_create_service:1050 : echo c600fc037d764fefb4219028189d20ab 2025-04-15 17:51:57.020 | c600fc037d764fefb4219028189d20ab 2025-04-15 17:51:57.020 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-15 17:51:57.020 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-15 17:51:57.020 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 17:51:57.020 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2025-04-15 17:51:57.020 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.020 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 17:51:57.020 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 17:51:57.020 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-04-15 17:51:57.020 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.020 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=e0032311ea6c4da6adf532fa638cf141 2025-04-15 17:51:57.020 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo e0032311ea6c4da6adf532fa638cf141 2025-04-15 17:51:57.020 | + functions-common:get_or_create_endpoint:1083 : public_id=e0032311ea6c4da6adf532fa638cf141 2025-04-15 17:51:57.020 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 17:51:57.020 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 17:51:57.020 | + functions-common:get_or_create_endpoint:1092 : echo e0032311ea6c4da6adf532fa638cf141 2025-04-15 17:51:57.020 | e0032311ea6c4da6adf532fa638cf141 2025-04-15 17:51:57.020 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-15 17:51:57.020 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-15 17:51:57.020 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-04-15 17:51:57.020 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_project:911 : project_id=b37aa589d3e84b0fad9e58af44517bb2 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_project:912 : echo b37aa589d3e84b0fad9e58af44517bb2 2025-04-15 17:51:57.020 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id b37aa589d3e84b0fad9e58af44517bb2 2025-04-15 17:51:57.020 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-15 17:51:57.020 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2025-04-15 17:51:57.020 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-15 17:51:57.020 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_user:898 : user_id=499d1533aefb40aeb79b6e31bbd6ba24 2025-04-15 17:51:57.020 | ++ functions-common:get_or_create_user:899 : echo 499d1533aefb40aeb79b6e31bbd6ba24 2025-04-15 17:51:57.020 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 499d1533aefb40aeb79b6e31bbd6ba24 2025-04-15 17:51:57.050 | [4245 Async create_cinder_accounts:43683]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-15 17:51:57.053 | + inc/async:async_wait:197 : return 0 2025-04-15 17:51:57.055 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-15 17:51:57.092 | [4245 Async create_neutron_accounts:43826]: Waiting for completion of create_neutron_accounts running on PID 43826 (2 other jobs running) 2025-04-15 17:51:57.110 | [4245 Async create_neutron_accounts:43826]: Signaling child to exit 2025-04-15 17:51:57.110 | WAKEUP 2025-04-15 17:51:57.126 | [4245 Async create_neutron_accounts:43826]: Signaled 2025-04-15 17:51:57.127 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-15 17:51:57.127 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-15 17:51:57.127 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-15 17:51:57.127 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-15 17:51:57.127 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-15 17:51:57.127 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-15 17:51:57.127 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:57.127 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-15 17:51:57.127 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-15 17:51:57.127 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:51:57.127 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 17:51:57.127 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 17:51:57.127 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-15 17:51:57.127 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.127 | + functions-common:get_or_create_user:898 : user_id=08ab263eca0641fa954899f2af1d2f2a 2025-04-15 17:51:57.127 | + functions-common:get_or_create_user:899 : echo 08ab263eca0641fa954899f2af1d2f2a 2025-04-15 17:51:57.127 | 08ab263eca0641fa954899f2af1d2f2a 2025-04-15 17:51:57.127 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-15 17:51:57.127 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:51:57.127 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:51:57.127 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 17:51:57.127 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:51:57.127 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:51:57.127 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 17:51:57.127 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 17:51:57.127 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 17:51:57.127 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 17:51:57.127 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 17:51:57.127 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 17:51:57.127 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2025-04-15 17:51:57.127 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 17:51:57.127 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.127 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:57.127 | + functions-common:get_or_add_user_project_role:963 : echo 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:57.127 | 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:51:57.127 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-15 17:51:57.127 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-15 17:51:57.127 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 17:51:57.127 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-15 17:51:57.127 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2025-04-15 17:51:57.127 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.127 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 17:51:57.127 | 5a44600e9cba4f278d7cc20590cd64f5' 2025-04-15 17:51:57.127 | + functions-common:get_or_create_service:1050 : echo 5a44600e9cba4f278d7cc20590cd64f5 2025-04-15 17:51:57.127 | 5a44600e9cba4f278d7cc20590cd64f5 2025-04-15 17:51:57.127 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-15 17:51:57.127 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 17:51:57.127 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-04-15 17:51:57.127 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 17:51:57.127 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2025-04-15 17:51:57.127 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.127 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 17:51:57.127 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 17:51:57.127 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2025-04-15 17:51:57.127 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:51:57.127 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=0c5f3a06f7834803b674c33052844e00 2025-04-15 17:51:57.127 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 0c5f3a06f7834803b674c33052844e00 2025-04-15 17:51:57.127 | + functions-common:get_or_create_endpoint:1083 : public_id=0c5f3a06f7834803b674c33052844e00 2025-04-15 17:51:57.127 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 17:51:57.127 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 17:51:57.127 | + functions-common:get_or_create_endpoint:1092 : echo 0c5f3a06f7834803b674c33052844e00 2025-04-15 17:51:57.127 | 0c5f3a06f7834803b674c33052844e00 2025-04-15 17:51:57.159 | [4245 Async create_neutron_accounts:43826]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-15 17:51:57.164 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-15 17:51:57.168 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-15 17:51:57.170 | + inc/async:async_wait:197 : return 0 2025-04-15 17:51:57.172 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-15 17:51:57.186 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:57.188 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-15 17:51:57.203 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:57.205 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-15 17:51:57.207 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:51:57.209 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-15 17:51:57.211 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-15 17:51:57.213 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-15 17:51:57.261 | + inc/async:async_inner:63 : init_glance 2025-04-15 17:51:57.292 | [4245 Async init_glance:46106]: running: init_glance 2025-04-15 17:51:57.294 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-15 17:51:57.309 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:51:57.311 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-15 17:51:57.313 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:51:57.315 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-15 17:51:57.317 | + stack.sh:main:1175 : configure_neutron 2025-04-15 17:51:57.319 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-15 17:51:57.321 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-15 17:51:57.323 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-15 17:51:57.333 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-15 17:51:57.335 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-15 17:52:01.844 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:52:01.863 | [46106 Async init_glance:46106]: finished successfully 2025-04-15 17:52:15.609 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-15 17:52:15.613 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-15 17:52:15.615 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-15 17:52:15.617 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-15 17:52:15.619 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-15 17:52:15.621 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-15 17:52:15.623 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-15 17:52:15.624 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-15 17:52:15.626 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-15 17:52:15.628 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-15 17:52:15.630 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-15 17:52:15.632 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-15 17:52:15.634 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-15 17:52:15.635 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-15 17:52:15.637 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-15 17:52:15.639 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-15 17:52:15.642 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:15.644 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:15.646 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-15 17:52:15.648 | + lib/neutron:_configure_neutron_common:893 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:15.652 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-15 17:52:15.653 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-15 17:52:15.655 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-15 17:52:15.657 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-15 17:52:15.659 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 17:52:15.661 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 17:52:15.662 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 17:52:15.675 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:15.677 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 17:52:15.679 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-15 17:52:15.681 | + lib/neutron:_configure_neutron_common:898 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-15 17:52:15.705 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-15 17:52:15.730 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-15 17:52:15.756 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-15 17:52:15.780 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-15 17:52:15.804 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-15 17:52:15.828 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-15 17:52:15.830 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-15 17:52:15.832 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-15 17:52:15.834 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 17:52:15.836 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-15 17:52:15.849 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-15 17:52:15.851 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-15 17:52:15.853 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-15 17:52:15.855 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-15 17:52:15.857 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-15 17:52:15.886 | + functions:setup_systemd_logging:715 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:52:15.910 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-15 17:52:15.935 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-15 17:52:15.961 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-15 17:52:15.974 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:15.975 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-15 17:52:15.977 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:52:15.979 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-15 17:52:15.981 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-15 17:52:15.983 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-15 17:52:15.985 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:52:15.987 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-15 17:52:15.989 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-15 17:52:15.998 | + lib/neutron:neutron_deploy_rootwrap_filters:1066 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2025-04-15 17:52:16.008 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-15 17:52:16.010 | + lib/neutron:_neutron_setup_rootwrap:1087 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2025-04-15 17:52:16.019 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-04-15 17:52:16.028 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-15 17:52:16.038 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-15 17:52:16.040 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 17:52:16.042 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-15 17:52:16.046 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.zEZrN3MInL 2025-04-15 17:52:16.048 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-15 17:52:16.050 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 17:52:16.052 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.zEZrN3MInL 2025-04-15 17:52:16.055 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.zEZrN3MInL 2025-04-15 17:52:16.064 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.zEZrN3MInL /etc/sudoers.d/neutron-rootwrap 2025-04-15 17:52:16.073 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-15 17:52:16.075 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-15 17:52:16.077 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 17:52:16.100 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 17:52:16.102 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 17:52:16.126 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-15 17:52:16.128 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-15 17:52:16.130 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-15 17:52:16.132 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-15 17:52:16.134 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-15 17:52:16.136 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-15 17:52:16.150 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:16.153 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-15 17:52:16.155 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-15 17:52:16.158 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-15 17:52:16.171 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:16.173 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:52:16.176 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-15 17:52:16.203 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-15 17:52:16.205 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-15 17:52:16.207 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-15 17:52:16.221 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:16.223 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-15 17:52:16.236 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:16.238 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-15 17:52:16.240 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:16.242 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:16.244 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 17:52:16.271 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 17:52:16.273 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 17:52:16.299 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-15 17:52:16.325 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-15 17:52:16.327 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-15 17:52:16.329 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-15 17:52:16.331 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-15 17:52:17.592 | INFO neutron.common.config [-] Logging enabled! 2025-04-15 17:52:17.592 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev17 2025-04-15 17:52:17.592 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47095) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-15 17:52:17.592 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-15 17:52:17.593 | 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/tmplnvsr7wl/privsep.sock'] 2025-04-15 17:52:18.438 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-15 17:52:18.438 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmplnvsr7wl/privsep.sock {{(pid=47095) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-15 17:52:18.439 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-15 17:52:18.439 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-15 17:52:18.439 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2025-04-15 17:52:18.439 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 47106 2025-04-15 17:52:18.440 | DEBUG oslo.privsep.daemon [-] privsep: reply[33322f7a-adc0-4684-bccc-f31a6acd73ac]: (2,) {{(pid=47106) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:52:18.530 | 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=47106) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-15 17:52:18.540 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.010s {{(pid=47106) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-15 17:52:18.540 | DEBUG oslo.privsep.daemon [-] privsep: reply[65653493-5ea5-4f5a-81b0-44261944ecbd]: (4, ('a11f8951-91d2-4f11-9d26-bb7285d9d73b\n', '')) {{(pid=47106) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:52:18.626 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47095) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 17:52:18.626 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47095) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 17:52:18.626 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47095) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 17:52:18.626 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47095) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 17:52:18.626 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47095) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 17:52:18.626 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47095) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 17:52:18.660 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-15 17:52:18.660 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47095) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-15 17:52:18.661 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47095) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-15 17:52:18.661 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-15 17:52:18.928 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-15 17:52:18.931 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-15 17:52:18.933 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-04-15 17:52:18.935 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-15 17:52:18.937 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-15 17:52:18.951 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2025-04-15 17:52:18.964 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-15 17:52:18.966 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-15 17:52:18.968 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2025-04-15 17:52:18.995 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-15 17:52:18.998 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-15 17:52:19.004 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-15 17:52:19.006 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-15 17:52:19.009 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-15 17:52:19.035 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-15 17:52:19.049 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-15 17:52:19.051 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-15 17:52:19.058 | net.bridge.bridge-nf-call-iptables = 1 2025-04-15 17:52:19.061 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-15 17:52:19.063 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-15 17:52:19.069 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-15 17:52:19.072 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-15 17:52:19.074 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-15 17:52:19.076 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-15 17:52:19.078 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-15 17:52:19.080 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-15 17:52:19.082 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-15 17:52:19.084 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-15 17:52:19.086 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-15 17:52:19.088 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-15 17:52:19.090 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-15 17:52:19.102 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-15 17:52:19.104 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2025-04-15 17:52:19.131 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-15 17:52:19.133 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-15 17:52:19.158 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-04-15 17:52:19.182 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-15 17:52:19.196 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:19.198 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-15 17:52:19.200 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:19.203 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-15 17:52:19.228 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-15 17:52:19.253 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:19.255 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-15 17:52:19.257 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 17:52:19.282 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 17:52:19.284 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 17:52:19.308 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-15 17:52:19.322 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:19.324 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:19.326 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-15 17:52:19.350 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:19.352 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-15 17:52:19.354 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-15 17:52:19.379 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:19.381 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-15 17:52:19.383 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-15 17:52:19.385 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-15 17:52:19.399 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:19.401 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-15 17:52:19.403 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2025-04-15 17:52:19.406 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-15 17:52:19.430 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 17:52:19.457 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-15 17:52:19.459 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 17:52:19.483 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-15 17:52:19.485 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-15 17:52:19.509 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-15 17:52:19.511 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-15 17:52:19.513 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-15 17:52:19.537 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-15 17:52:19.539 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-15 17:52:19.541 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-15 17:52:19.543 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-15 17:52:20.791 | INFO neutron.common.config [-] Logging enabled! 2025-04-15 17:52:20.791 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev17 2025-04-15 17:52:20.792 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47651) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-15 17:52:20.817 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47651) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 17:52:20.817 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47651) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-15 17:52:20.817 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47651) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 17:52:20.817 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47651) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 17:52:20.817 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47651) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 17:52:20.817 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47651) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-15 17:52:20.851 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-15 17:52:20.851 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47651) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-15 17:52:20.851 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47651) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-15 17:52:20.855 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-15 17:52:21.105 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-15 17:52:21.107 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-15 17:52:21.109 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-15 17:52:21.111 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-15 17:52:21.114 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-15 17:52:21.116 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-15 17:52:21.118 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-15 17:52:21.130 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-15 17:52:21.132 | + functions:set_mtu:796 : local dev=br-ex 2025-04-15 17:52:21.134 | + functions:set_mtu:797 : local mtu=8950 2025-04-15 17:52:21.137 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-15 17:52:21.147 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2025-04-15 17:52:21.159 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-15 17:52:21.161 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-15 17:52:21.164 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-15 17:52:21.166 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-15 17:52:21.168 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-15 17:52:21.170 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-15 17:52:21.172 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-15 17:52:21.174 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-15 17:52:21.176 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-15 17:52:21.178 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-15 17:52:21.180 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-15 17:52:21.182 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-15 17:52:21.183 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-15 17:52:21.185 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-15 17:52:21.188 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-15 17:52:21.188 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-15 17:52:21.193 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-15 17:52:21.195 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-15 17:52:21.197 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-15 17:52:21.199 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-15 17:52:21.203 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-15 17:52:21.203 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-15 17:52:21.203 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-15 17:52:21.208 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-15 17:52:21.210 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-15 17:52:21.212 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-15 17:52:21.214 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-15 17:52:21.216 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-15 17:52:21.218 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-15 17:52:21.220 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-15 17:52:21.233 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-15 17:52:21.233 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-15 17:52:21.237 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-15 17:52:21.240 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-15 17:52:21.254 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:21.256 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-15 17:52:21.258 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-15 17:52:21.261 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-15 17:52:21.286 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-15 17:52:21.311 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-15 17:52:21.336 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-15 17:52:21.338 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-15 17:52:21.340 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-15 17:52:21.365 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-15 17:52:21.367 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-15 17:52:21.391 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-15 17:52:21.393 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-15 17:52:21.407 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:21.409 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-15 17:52:21.411 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-15 17:52:21.424 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:21.426 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-15 17:52:21.440 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:21.442 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-15 17:52:21.456 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:21.458 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-15 17:52:21.472 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:21.474 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-15 17:52:21.488 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:21.490 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-15 17:52:21.492 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-15 17:52:21.494 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-15 17:52:21.498 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-15 17:52:21.500 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-15 17:52:21.502 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-15 17:52:21.504 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-15 17:52:21.507 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-15 17:52:21.509 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-15 17:52:21.513 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-15 17:52:21.516 | + lib/neutron:_replace_api_paste_composite:996 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2025-04-15 17:52:21.520 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-15 17:52:21.545 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-15 17:52:21.571 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-15 17:52:21.596 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-15 17:52:21.621 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-15 17:52:21.623 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 17:52:21.625 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-15 17:52:21.627 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-15 17:52:21.629 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-15 17:52:21.653 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-15 17:52:21.677 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-15 17:52:21.702 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-15 17:52:21.727 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-15 17:52:21.752 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-15 17:52:21.778 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-15 17:52:21.803 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-15 17:52:21.828 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-15 17:52:21.854 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-15 17:52:21.879 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-15 17:52:21.905 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-15 17:52:21.931 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-15 17:52:21.933 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 17:52:21.935 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-15 17:52:21.937 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-15 17:52:21.939 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-15 17:52:21.963 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-15 17:52:21.988 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-15 17:52:22.013 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-15 17:52:22.039 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-15 17:52:22.064 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-15 17:52:22.089 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-15 17:52:22.115 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-15 17:52:22.140 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-15 17:52:22.164 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-15 17:52:22.189 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-15 17:52:22.191 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-15 17:52:22.193 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-15 17:52:22.195 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-15 17:52:22.197 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-15 17:52:22.222 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-15 17:52:22.248 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-15 17:52:22.274 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-15 17:52:22.299 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-15 17:52:22.325 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-15 17:52:22.350 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-15 17:52:22.375 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-15 17:52:22.400 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-15 17:52:22.425 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-15 17:52:22.450 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-15 17:52:22.452 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-15 17:52:22.454 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-15 17:52:22.456 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-15 17:52:22.458 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-15 17:52:22.460 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-15 17:52:22.462 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-15 17:52:22.464 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-15 17:52:22.466 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-15 17:52:22.468 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-15 17:52:22.470 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-15 17:52:22.472 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-15 17:52:22.474 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-15 17:52:22.476 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-15 17:52:22.478 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-15 17:52:22.480 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-15 17:52:22.482 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-15 17:52:22.484 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-15 17:52:22.486 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2025-04-15 17:52:22.488 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:22.490 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-15 17:52:22.492 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-15 17:52:22.494 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-15 17:52:22.496 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 17:52:22.498 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-15 17:52:22.521 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-04-15 17:52:22.523 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:22.525 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 17:52:22.527 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-15 17:52:22.529 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-15 17:52:22.531 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 17:52:22.533 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-15 17:52:22.558 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-15 17:52:22.560 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2025-04-15 17:52:22.562 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:22.564 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 17:52:22.566 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-15 17:52:22.568 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-15 17:52:22.570 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 17:52:22.572 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-15 17:52:22.597 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-15 17:52:22.599 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2025-04-15 17:52:22.601 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:22.603 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 17:52:22.605 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-15 17:52:22.607 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-15 17:52:22.608 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 17:52:22.610 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-15 17:52:22.634 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2025-04-15 17:52:22.636 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:22.638 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-15 17:52:22.640 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-15 17:52:22.642 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-15 17:52:22.644 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 17:52:22.646 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-15 17:52:22.670 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2025-04-15 17:52:22.672 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:22.674 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-15 17:52:22.676 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-15 17:52:22.678 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-15 17:52:22.680 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 17:52:22.682 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2025-04-15 17:52:22.705 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2025-04-15 17:52:22.707 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:22.709 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-15 17:52:22.711 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-15 17:52:22.713 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-15 17:52:22.715 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 17:52:22.717 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-04-15 17:52:22.741 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2025-04-15 17:52:22.743 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:22.745 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-15 17:52:22.747 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-15 17:52:22.749 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-15 17:52:22.751 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 17:52:22.753 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-15 17:52:22.777 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2025-04-15 17:52:22.779 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:22.781 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-15 17:52:22.783 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-15 17:52:22.785 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-15 17:52:22.787 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 17:52:22.789 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2025-04-15 17:52:22.814 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2025-04-15 17:52:22.817 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:22.819 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-15 17:52:22.821 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-15 17:52:22.823 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-15 17:52:22.824 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-15 17:52:22.826 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-04-15 17:52:22.851 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-15 17:52:22.853 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-15 17:52:22.879 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-15 17:52:22.905 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-15 17:52:22.907 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-15 17:52:22.921 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:22.923 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-15 17:52:22.937 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:22.938 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-15 17:52:22.940 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-15 17:52:22.989 | + inc/async:async_inner:63 : init_neutron 2025-04-15 17:52:23.020 | [4245 Async init_neutron:49469]: running: init_neutron 2025-04-15 17:52:23.022 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-15 17:52:23.036 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:23.039 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-15 17:52:23.051 | ++ stack.sh:main:1191 : true 2025-04-15 17:52:23.053 | + stack.sh:main:1191 : netman_pid= 2025-04-15 17:52:23.055 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-15 17:52:23.057 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-15 17:52:23.068 | dnsmasq: no process found 2025-04-15 17:52:23.071 | + stack.sh:main:1193 : true 2025-04-15 17:52:23.075 | + stack.sh:main:1198 : clean_iptables 2025-04-15 17:52:23.076 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-15 17:52:23.077 | + lib/nova:clean_iptables:189 : grep nova 2025-04-15 17:52:23.077 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 17:52:23.078 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-15 17:52:23.078 | + lib/nova:clean_iptables:189 : bash 2025-04-15 17:52:23.078 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-15 17:52:23.078 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-15 17:52:23.102 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-15 17:52:23.102 | + lib/nova:clean_iptables:191 : grep nova 2025-04-15 17:52:23.102 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 17:52:23.102 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-15 17:52:23.103 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-15 17:52:23.104 | + lib/nova:clean_iptables:191 : bash 2025-04-15 17:52:23.105 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-15 17:52:23.114 | + lib/nova:clean_iptables:193 : grep nova 2025-04-15 17:52:23.114 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-15 17:52:23.114 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 17:52:23.115 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-15 17:52:23.117 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-15 17:52:23.117 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-15 17:52:23.117 | + lib/nova:clean_iptables:193 : bash 2025-04-15 17:52:23.126 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-15 17:52:23.126 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-15 17:52:23.126 | + lib/nova:clean_iptables:195 : grep nova 2025-04-15 17:52:23.126 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-15 17:52:23.127 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-15 17:52:23.128 | + lib/nova:clean_iptables:195 : bash 2025-04-15 17:52:23.128 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-15 17:52:23.136 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-15 17:52:23.143 | net.ipv4.ip_forward = 1 2025-04-15 17:52:23.146 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-15 17:52:23.160 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:23.162 | + stack.sh:main:1207 : configure_os_vif 2025-04-15 17:52:23.164 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-15 17:52:23.166 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-15 17:52:23.192 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-15 17:52:23.195 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-15 17:52:23.223 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-15 17:52:23.237 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:23.239 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-15 17:52:23.252 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:23.255 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-15 17:52:23.257 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:52:23.259 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-15 17:52:23.261 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-15 17:52:23.263 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-15 17:52:23.311 | + inc/async:async_inner:63 : init_cinder 2025-04-15 17:52:23.342 | [4245 Async init_cinder:49820]: running: init_cinder 2025-04-15 17:52:23.345 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-15 17:52:23.360 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:23.362 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-15 17:52:23.364 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:52:23.367 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-15 17:52:23.369 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-15 17:52:23.372 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-15 17:52:23.426 | + inc/async:async_inner:63 : init_placement 2025-04-15 17:52:23.457 | [4245 Async init_placement:49967]: running: init_placement 2025-04-15 17:52:23.458 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-15 17:52:23.497 | [4245 Async init_neutron:49469]: Waiting for completion of init_neutron running on PID 49469 (5 other jobs running) 2025-04-15 17:52:23.515 | [4245 Async init_neutron:49469]: Signaling child to exit 2025-04-15 17:52:26.808 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:52:26.830 | [49820 Async init_cinder:49820]: finished successfully 2025-04-15 17:52:32.076 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:52:32.096 | [49469 Async init_neutron:49469]: finished successfully 2025-04-15 17:52:32.114 | WAKEUP 2025-04-15 17:52:32.131 | [4245 Async init_neutron:49469]: Signaled 2025-04-15 17:52:32.132 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-15 17:52:32.132 | + lib/database:recreate_database:112 : local db=neutron 2025-04-15 17:52:32.132 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-15 17:52:32.132 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-15 17:52:32.132 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-15 17:52:32.132 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-15 17:52:32.132 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-15 17:52:32.132 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 17:52:32.132 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:52:32.132 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:52:32.132 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:52:32.132 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739543028 2025-04-15 17:52:32.132 | + lib/neutron:init_neutron:514 : /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-15 17:52:32.132 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-15 17:52:32.133 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-15 17:52:32.134 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-15 17:52:32.134 | Running upgrade for neutron ... 2025-04-15 17:52:32.134 | OK 2025-04-15 17:52:32.134 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-15 17:52:32.134 | + functions-common:time_stop:2400 : local name 2025-04-15 17:52:32.134 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:52:32.134 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:52:32.134 | + functions-common:time_stop:2403 : local total 2025-04-15 17:52:32.134 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:52:32.134 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 17:52:32.134 | + functions-common:time_stop:2407 : start_time=1744739543028 2025-04-15 17:52:32.134 | + functions-common:time_stop:2409 : [[ -z 1744739543028 ]] 2025-04-15 17:52:32.134 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:52:32.134 | + functions-common:time_stop:2412 : end_time=1744739552063 2025-04-15 17:52:32.134 | + functions-common:time_stop:2413 : elapsed_time=9035 2025-04-15 17:52:32.134 | + functions-common:time_stop:2414 : total=2676 2025-04-15 17:52:32.134 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:52:32.134 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11711 2025-04-15 17:52:32.165 | [4245 Async init_neutron:49469]: finished init_neutron with result 0 in 9 seconds 2025-04-15 17:52:32.168 | + inc/async:async_wait:197 : return 0 2025-04-15 17:52:32.170 | + stack.sh:main:1237 : async_wait init_placement 2025-04-15 17:52:32.208 | [4245 Async init_placement:49967]: Waiting for completion of init_placement running on PID 49967 (4 other jobs running) 2025-04-15 17:52:32.227 | [4245 Async init_placement:49967]: Signaling child to exit 2025-04-15 17:52:39.641 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:52:39.660 | [49967 Async init_placement:49967]: finished successfully 2025-04-15 17:52:39.676 | WAKEUP 2025-04-15 17:52:39.693 | [4245 Async init_placement:49967]: Signaled 2025-04-15 17:52:39.694 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-15 17:52:39.694 | + lib/database:recreate_database:112 : local db=placement 2025-04-15 17:52:39.694 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-15 17:52:39.694 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-15 17:52:39.694 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-15 17:52:39.694 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-15 17:52:39.694 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-15 17:52:39.694 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-15 17:52:39.694 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-15 17:52:39.694 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-15 17:52:39.694 | + functions-common:get_or_create_user:882 : local user_id 2025-04-15 17:52:39.694 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-15 17:52:39.694 | + functions-common:get_or_create_user:886 : local email= 2025-04-15 17:52:39.694 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-15 17:52:39.694 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:52:39.694 | + functions-common:get_or_create_user:898 : user_id=69673873dced4fd4a6802442bf88aec5 2025-04-15 17:52:39.694 | + functions-common:get_or_create_user:899 : echo 69673873dced4fd4a6802442bf88aec5 2025-04-15 17:52:39.694 | 69673873dced4fd4a6802442bf88aec5 2025-04-15 17:52:39.694 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:52:39.694 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2025-04-15 17:52:39.694 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 17:52:39.694 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:962 : user_role_id=8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:963 : echo 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:52:39.694 | 8e17eb4f2477445cbfe3e61e1039efd0 2025-04-15 17:52:39.694 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-15 17:52:39.694 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-15 17:52:39.694 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-15 17:52:39.694 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2025-04-15 17:52:39.694 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-15 17:52:39.694 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:962 : user_role_id=73340aada7f342279642e3e089af7568 2025-04-15 17:52:39.694 | + functions-common:get_or_add_user_project_role:963 : echo 73340aada7f342279642e3e089af7568 2025-04-15 17:52:39.694 | 73340aada7f342279642e3e089af7568 2025-04-15 17:52:39.694 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-15 17:52:39.694 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-15 17:52:39.694 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-15 17:52:39.694 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-15 17:52:39.694 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2025-04-15 17:52:39.694 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:52:39.694 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-15 17:52:39.694 | 4fcf591b263940f7a4c14de8f4bd781b' 2025-04-15 17:52:39.694 | + functions-common:get_or_create_service:1050 : echo 4fcf591b263940f7a4c14de8f4bd781b 2025-04-15 17:52:39.694 | 4fcf591b263940f7a4c14de8f4bd781b 2025-04-15 17:52:39.694 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-15 17:52:39.694 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-15 17:52:39.694 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-15 17:52:39.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-15 17:52:39.694 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2025-04-15 17:52:39.694 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:52:39.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-15 17:52:39.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-15 17:52:39.694 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2025-04-15 17:52:39.695 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:52:39.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=4bfa0442187741cfb783c3c4405aac18 2025-04-15 17:52:39.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 4bfa0442187741cfb783c3c4405aac18 2025-04-15 17:52:39.695 | + functions-common:get_or_create_endpoint:1083 : public_id=4bfa0442187741cfb783c3c4405aac18 2025-04-15 17:52:39.695 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-15 17:52:39.695 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-15 17:52:39.695 | + functions-common:get_or_create_endpoint:1092 : echo 4bfa0442187741cfb783c3c4405aac18 2025-04-15 17:52:39.695 | 4bfa0442187741cfb783c3c4405aac18 2025-04-15 17:52:39.725 | [4245 Async init_placement:49967]: finished init_placement with result 0 in 16 seconds 2025-04-15 17:52:39.729 | + inc/async:async_wait:197 : return 0 2025-04-15 17:52:39.731 | + stack.sh:main:1238 : async_wait init_glance 2025-04-15 17:52:39.768 | [4245 Async init_glance:46106]: Waiting for completion of init_glance running on PID 46106 (3 other jobs running) 2025-04-15 17:52:39.786 | [4245 Async init_glance:46106]: Signaling child to exit 2025-04-15 17:52:39.786 | WAKEUP 2025-04-15 17:52:39.803 | [4245 Async init_glance:46106]: Signaled 2025-04-15 17:52:39.804 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-15 17:52:39.804 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-15 17:52:39.804 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-15 17:52:39.804 | + lib/database:recreate_database:112 : local db=glance 2025-04-15 17:52:39.804 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-15 17:52:39.804 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-15 17:52:39.804 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-15 17:52:39.804 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-15 17:52:39.804 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-15 17:52:39.804 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 17:52:39.804 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:52:39.804 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:52:39.804 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:52:39.804 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739517306 2025-04-15 17:52:39.804 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-15 17:52:39.804 | INFO dbcounter [-] Registered counter for database glance 2025-04-15 17:52:39.804 | 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=46191) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:52:39.804 | DEBUG dbcounter [-] [46191] Writer thread running {{(pid=46191) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:39.804 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.804 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.804 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.804 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.804 | INFO dbcounter [-] Registered counter for database glance 2025-04-15 17:52:39.804 | 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=46191) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:52:39.804 | DEBUG dbcounter [-] [46191] Writer thread running {{(pid=46191) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:39.804 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.804 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.804 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-15 17:52:39.804 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-15 17:52:39.805 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=46191) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.805 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.805 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-15 17:52:39.805 | Database migration is up to date. No migration needed. 2025-04-15 17:52:39.805 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-15 17:52:39.805 | Database is synced successfully. 2025-04-15 17:52:39.805 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-15 17:52:39.805 | INFO dbcounter [-] Registered counter for database glance 2025-04-15 17:52:39.805 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=46249) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:52:39.806 | DEBUG dbcounter [-] [46249] Writer thread running {{(pid=46249) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-15 17:52:39.806 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-15 17:52:39.806 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-15 17:52:39.806 | + functions-common:time_stop:2400 : local name 2025-04-15 17:52:39.806 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:52:39.806 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:52:39.806 | + functions-common:time_stop:2403 : local total 2025-04-15 17:52:39.806 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:52:39.806 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 17:52:39.806 | + functions-common:time_stop:2407 : start_time=1744739517306 2025-04-15 17:52:39.806 | + functions-common:time_stop:2409 : [[ -z 1744739517306 ]] 2025-04-15 17:52:39.806 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:52:39.806 | + functions-common:time_stop:2412 : end_time=1744739521831 2025-04-15 17:52:39.806 | + functions-common:time_stop:2413 : elapsed_time=4525 2025-04-15 17:52:39.806 | + functions-common:time_stop:2414 : total=2676 2025-04-15 17:52:39.806 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:52:39.806 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7201 2025-04-15 17:52:39.837 | [4245 Async init_glance:46106]: finished init_glance with result 0 in 4 seconds 2025-04-15 17:52:39.840 | + inc/async:async_wait:197 : return 0 2025-04-15 17:52:39.842 | + stack.sh:main:1239 : async_wait init_swift 2025-04-15 17:52:39.858 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-15 17:52:39.860 | + inc/async:async_wait:197 : return 0 2025-04-15 17:52:39.862 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-15 17:52:39.899 | [4245 Async init_cinder:49820]: Waiting for completion of init_cinder running on PID 49820 (2 other jobs running) 2025-04-15 17:52:39.917 | [4245 Async init_cinder:49820]: Signaling child to exit 2025-04-15 17:52:39.918 | WAKEUP 2025-04-15 17:52:39.933 | [4245 Async init_cinder:49820]: Signaled 2025-04-15 17:52:39.934 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-15 17:52:39.934 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:39.934 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-15 17:52:39.934 | + lib/database:recreate_database:112 : local db=cinder 2025-04-15 17:52:39.934 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-15 17:52:39.934 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-15 17:52:39.934 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-15 17:52:39.934 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-15 17:52:39.934 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-15 17:52:39.934 | + functions-common:time_start:2386 : local name=dbsync 2025-04-15 17:52:39.934 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:52:39.935 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:52:39.935 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:52:39.935 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739543365 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-15 17:52:39.935 | INFO dbcounter [-] Registered counter for database cinder 2025-04-15 17:52:39.935 | 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=49924) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:52:39.935 | DEBUG dbcounter [-] [49924] Writer thread running {{(pid=49924) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:39.935 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-15 17:52:39.935 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:39.935 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:39.935 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-15 17:52:39.935 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49924) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 17:52:39.935 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-15 17:52:39.935 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49924) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.935 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-15 17:52:39.935 | INFO dbcounter [-] Registered counter for database cinder 2025-04-15 17:52:39.935 | 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=49924) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:52:39.935 | DEBUG dbcounter [-] [49924] Writer thread running {{(pid=49924) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:39.935 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49924) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.935 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-15 17:52:39.935 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=49924) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:39.935 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-15 17:52:39.935 | + functions-common:time_stop:2400 : local name 2025-04-15 17:52:39.935 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:52:39.935 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:52:39.935 | + functions-common:time_stop:2403 : local total 2025-04-15 17:52:39.935 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:52:39.935 | + functions-common:time_stop:2406 : name=dbsync 2025-04-15 17:52:39.935 | + functions-common:time_stop:2407 : start_time=1744739543365 2025-04-15 17:52:39.935 | + functions-common:time_stop:2409 : [[ -z 1744739543365 ]] 2025-04-15 17:52:39.935 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:52:39.935 | + functions-common:time_stop:2412 : end_time=1744739546745 2025-04-15 17:52:39.935 | + functions-common:time_stop:2413 : elapsed_time=3380 2025-04-15 17:52:39.935 | + functions-common:time_stop:2414 : total=2676 2025-04-15 17:52:39.935 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:52:39.935 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6056 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-15 17:52:39.935 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-15 17:52:39.935 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:39.935 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-15 17:52:39.966 | [4245 Async init_cinder:49820]: finished init_cinder with result 0 in 3 seconds 2025-04-15 17:52:39.969 | + inc/async:async_wait:197 : return 0 2025-04-15 17:52:39.972 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-15 17:52:39.985 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:39.987 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-15 17:52:39.989 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:52:39.991 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-15 17:52:39.993 | + stack.sh:main:1247 : init_nova 2025-04-15 17:52:39.995 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-15 17:52:40.009 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:40.011 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-15 17:52:40.026 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:40.028 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 17:52:40.030 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-15 17:52:40.032 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-15 17:52:40.034 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-15 17:52:40.037 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-15 17:52:40.039 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-15 17:52:40.048 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-15 17:52:40.057 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-15 17:52:40.060 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-15 17:52:40.063 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-15 17:52:40.065 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-15 17:52:40.067 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-15 17:52:40.070 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-15 17:52:40.119 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-15 17:52:40.148 | [4245 Async nova-cell-1:51133]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-15 17:52:40.150 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-15 17:52:40.152 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-15 17:52:40.155 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-15 17:52:40.157 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-15 17:52:40.159 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-15 17:52:40.167 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-15 17:52:40.175 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-15 17:52:40.638 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 17:52:42.328 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-15 17:52:42.339 | DEBUG dbcounter [-] [51200] Writer thread running {{(pid=51200) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:42.342 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:42.342 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:42.374 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-15 17:52:43.383 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=51200) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 17:52:43.385 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-15 17:52:43.562 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=51200) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:43.563 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-15 17:52:43.565 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=51200) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:43.946 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-15 17:52:43.948 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-15 17:52:43.950 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-15 17:52:43.953 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-15 17:52:43.955 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-15 17:52:43.957 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-15 17:52:43.959 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-15 17:52:43.973 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:43.975 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-15 17:52:43.978 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-15 17:52:43.980 | + lib/nova:init_nova:880 : /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-15 17:52:44.446 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 17:52:45.662 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:52:45.682 | [51133 Async nova-cell-1:51133]: finished successfully 2025-04-15 17:52:45.709 | INFO dbcounter [None req-40df5f6e-c4a7-4365-9fe9-2d31604b4e8e None None] Registered counter for database nova_api 2025-04-15 17:52:45.720 | DEBUG dbcounter [-] [51262] Writer thread running {{(pid=51262) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:46.067 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-15 17:52:46.070 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-15 17:52:46.073 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-15 17:52:46.088 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-15 17:52:46.090 | + inc/async:async_wait:197 : return 0 2025-04-15 17:52:46.092 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-15 17:52:46.094 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-15 17:52:46.132 | [4245 Async nova-cell-1:51133]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 51133 (2 other jobs running) 2025-04-15 17:52:46.150 | [4245 Async nova-cell-1:51133]: Signaling child to exit 2025-04-15 17:52:46.150 | WAKEUP 2025-04-15 17:52:46.166 | [4245 Async nova-cell-1:51133]: Signaled 2025-04-15 17:52:46.167 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-15 17:52:46.167 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-15 17:52:46.167 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-15 17:52:46.167 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-15 17:52:46.167 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-15 17:52:46.167 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-15 17:52:46.167 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-15 17:52:46.167 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-15 17:52:46.167 | + lib/nova:init_nova_db:851 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-04-15 17:52:46.167 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 17:52:46.167 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-15 17:52:46.167 | DEBUG dbcounter [-] [51188] Writer thread running {{(pid=51188) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:46.167 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-15 17:52:46.167 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-15 17:52:46.167 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-15 17:52:46.167 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=51188) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 17:52:46.167 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-15 17:52:46.167 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51188) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:46.167 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-15 17:52:46.167 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51188) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:46.167 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-15 17:52:46.167 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51188) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:46.167 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-15 17:52:46.167 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51188) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:46.167 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-15 17:52:46.167 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51188) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:46.198 | [4245 Async nova-cell-1:51133]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2025-04-15 17:52:46.201 | + inc/async:async_wait:197 : return 0 2025-04-15 17:52:46.203 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 17:52:46.205 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-15 17:52:46.666 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 17:52:47.921 | INFO dbcounter [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Registered counter for database nova_api 2025-04-15 17:52:47.933 | DEBUG dbcounter [-] [51430] Writer thread running {{(pid=51430) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:47.961 | INFO dbcounter [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Registered counter for database nova_cell0 2025-04-15 17:52:47.967 | DEBUG dbcounter [-] [51430] Writer thread running {{(pid=51430) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:47.970 | INFO alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Context impl MySQLImpl. 2025-04-15 17:52:47.970 | INFO alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Will assume non-transactional DDL. 2025-04-15 17:52:47.982 | INFO alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-15 17:52:50.398 | DEBUG alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] new branch insert 8f2f1571d55b {{(pid=51430) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-15 17:52:50.400 | INFO alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-15 17:52:50.430 | DEBUG alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51430) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:50.432 | INFO alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-15 17:52:50.505 | DEBUG alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51430) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:50.506 | INFO alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-15 17:52:50.524 | DEBUG alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51430) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:50.525 | INFO alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-15 17:52:50.527 | DEBUG alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51430) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:50.528 | INFO alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-15 17:52:50.585 | DEBUG alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51430) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-15 17:52:50.588 | INFO dbcounter [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Registered counter for database nova_cell1 2025-04-15 17:52:50.593 | DEBUG dbcounter [-] [51430] Writer thread running {{(pid=51430) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:50.595 | INFO alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Context impl MySQLImpl. 2025-04-15 17:52:50.596 | INFO alembic.runtime.migration [None req-071c65a8-2d85-4d85-8a6a-921f9ebcf117 None None] Will assume non-transactional DDL. 2025-04-15 17:52:50.937 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-15 17:52:51.389 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 17:52:52.587 | Running batches of 50 until complete 2025-04-15 17:52:52.587 | INFO dbcounter [None req-e16ca7f4-1a09-41af-954b-7e06fc47f327 None None] Registered counter for database nova_cell1 2025-04-15 17:52:52.597 | DEBUG dbcounter [-] [51468] Writer thread running {{(pid=51468) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:52.653 | INFO dbcounter [None req-e16ca7f4-1a09-41af-954b-7e06fc47f327 None None] Registered counter for database nova_api 2025-04-15 17:52:52.658 | DEBUG dbcounter [-] [51468] Writer thread running {{(pid=51468) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:52.724 | INFO dbcounter [None req-e16ca7f4-1a09-41af-954b-7e06fc47f327 None None] Registered counter for database nova_cell0 2025-04-15 17:52:52.728 | DEBUG dbcounter [-] [51468] Writer thread running {{(pid=51468) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:52.769 | +-------------------------------------+--------------+-----------+ 2025-04-15 17:52:52.769 | | Migration | Total Needed | Completed | 2025-04-15 17:52:52.769 | +-------------------------------------+--------------+-----------+ 2025-04-15 17:52:52.769 | | fill_virtual_interface_list | 0 | 0 | 2025-04-15 17:52:52.769 | | migrate_empty_ratio | 0 | 0 | 2025-04-15 17:52:52.769 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-15 17:52:52.769 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-15 17:52:52.769 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-15 17:52:52.769 | | populate_dev_uuids | 0 | 0 | 2025-04-15 17:52:52.769 | | populate_instance_compute_id | 0 | 0 | 2025-04-15 17:52:52.769 | | populate_missing_availability_zones | 0 | 0 | 2025-04-15 17:52:52.769 | | populate_queued_for_delete | 0 | 0 | 2025-04-15 17:52:52.769 | | populate_user_id | 0 | 0 | 2025-04-15 17:52:52.769 | | populate_uuids | 0 | 0 | 2025-04-15 17:52:52.769 | +-------------------------------------+--------------+-----------+ 2025-04-15 17:52:53.130 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-15 17:52:53.134 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-15 17:52:53.137 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-15 17:52:53.139 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-15 17:52:53.141 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-15 17:52:53.144 | + lib/nova:init_nova:898 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2025-04-15 17:52:53.593 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 17:52:54.781 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-15 17:52:54.781 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-15 17:52:54.781 | INFO dbcounter [None req-ad4ba3e2-2e6d-4c0f-a86a-47afdcfc60da None None] Registered counter for database nova_api 2025-04-15 17:52:54.793 | DEBUG dbcounter [-] [51486] Writer thread running {{(pid=51486) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:52:55.151 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-15 17:52:55.154 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-15 17:52:55.164 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-15 17:52:55.166 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-15 17:52:55.169 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-15 17:52:55.219 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-15 17:52:55.250 | [4245 Async configure_neutron_nova:51543]: running: configure_neutron_nova 2025-04-15 17:52:55.252 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-15 17:52:55.254 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 17:52:55.256 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-15 17:52:55.258 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 17:52:55.261 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 17:52:55.263 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 17:52:55.265 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 17:52:55.268 | + functions-common:run_phase:1838 : local extra 2025-04-15 17:52:55.271 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 17:52:55.274 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 17:52:55.277 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 17:52:55.279 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 17:52:55.282 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-15 17:52:55.284 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 17:52:55.298 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:55.300 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:52:55.302 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:52:55.304 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-15 17:52:55.306 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:52:55.308 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 17:52:55.310 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-15 17:52:55.312 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 17:52:55.314 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 17:52:55.317 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:52:55.319 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 17:52:55.321 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-15 17:52:55.323 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 17:52:55.326 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-15 17:52:55.327 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 17:52:55.330 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 17:52:55.332 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 17:52:55.335 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 17:52:55.337 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 17:52:55.339 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-15 17:52:55.342 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:52:55.344 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:52:55.346 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-15 17:52:55.348 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:52:55.350 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 17:52:55.352 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-15 17:52:55.354 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:52:55.356 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-15 17:52:55.358 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-15 17:52:55.361 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 17:52:55.363 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 17:52:55.366 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-15 17:52:55.368 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:52:55.370 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 17:52:55.372 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 17:52:55.375 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-15 17:52:55.377 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:55.379 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-15 17:52:55.382 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:52:55.384 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-15 17:52:55.384 | /^\[\[.+\|.*\]\]/ { 2025-04-15 17:52:55.384 | gsub("[][]", "", $1); 2025-04-15 17:52:55.384 | split($1, a, "|"); 2025-04-15 17:52:55.384 | if (a[1] == matchgroup) 2025-04-15 17:52:55.384 | print a[2] 2025-04-15 17:52:55.384 | } 2025-04-15 17:52:55.384 | ' /opt/stack/devstack/local.conf 2025-04-15 17:52:55.389 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 17:52:55.391 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 17:52:55.394 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 17:52:55.397 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-15 17:52:55.399 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-15 17:52:55.401 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-15 17:52:55.403 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-15 17:52:55.406 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-15 17:52:55.410 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-15 17:52:55.412 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-15 17:52:55.414 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-15 17:52:55.417 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:55.419 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 17:52:55.421 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-15 17:52:55.423 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 17:52:55.426 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-15 17:52:55.428 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-15 17:52:55.431 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-15 17:52:55.433 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-15 17:52:55.437 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-15 17:52:55.437 | BEGIN { 2025-04-15 17:52:55.437 | section = "" 2025-04-15 17:52:55.437 | last_section = "" 2025-04-15 17:52:55.437 | section_count = 0 2025-04-15 17:52:55.437 | } 2025-04-15 17:52:55.437 | /^\[.+\]/ { 2025-04-15 17:52:55.437 | gsub("[][]", "", $1); 2025-04-15 17:52:55.437 | section=$1 2025-04-15 17:52:55.437 | next 2025-04-15 17:52:55.437 | } 2025-04-15 17:52:55.437 | /^ *\#/ { 2025-04-15 17:52:55.437 | next 2025-04-15 17:52:55.437 | } 2025-04-15 17:52:55.437 | /^[^ \t]+/ { 2025-04-15 17:52:55.437 | # get offset of first = in $0 2025-04-15 17:52:55.437 | eq_idx = index($0, "=") 2025-04-15 17:52:55.437 | # extract attr & value from $0 2025-04-15 17:52:55.437 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 17:52:55.437 | value = substr($0, eq_idx + 1) 2025-04-15 17:52:55.437 | # only need to strip trailing whitespace from attr 2025-04-15 17:52:55.437 | sub(/[ \t]*$/, "", attr) 2025-04-15 17:52:55.437 | # need to strip leading & trailing whitespace from value 2025-04-15 17:52:55.437 | sub(/^[ \t]*/, "", value) 2025-04-15 17:52:55.437 | sub(/[ \t]*$/, "", value) 2025-04-15 17:52:55.437 | 2025-04-15 17:52:55.437 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 17:52:55.437 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 17:52:55.437 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 17:52:55.437 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 17:52:55.437 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 17:52:55.437 | if (section != last_section) { 2025-04-15 17:52:55.437 | cfg_section[section_count++] = section 2025-04-15 17:52:55.437 | last_section = section 2025-04-15 17:52:55.437 | } 2025-04-15 17:52:55.437 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 17:52:55.437 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 17:52:55.437 | 2025-04-15 17:52:55.437 | cfg_attr[section, attr, 0] = value 2025-04-15 17:52:55.437 | cfg_attr_count[section, attr] = 1 2025-04-15 17:52:55.437 | } else { 2025-04-15 17:52:55.437 | lno = cfg_attr_count[section, attr]++ 2025-04-15 17:52:55.437 | cfg_attr[section, attr, lno] = value 2025-04-15 17:52:55.437 | } 2025-04-15 17:52:55.437 | } 2025-04-15 17:52:55.437 | END { 2025-04-15 17:52:55.437 | # Process each section in order 2025-04-15 17:52:55.437 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 17:52:55.437 | section = cfg_section[sno] 2025-04-15 17:52:55.437 | # The ini routines simply append a config item immediately 2025-04-15 17:52:55.437 | # after the section header. To keep the same order as defined 2025-04-15 17:52:55.437 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 17:52:55.437 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 17:52:55.437 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 17:52:55.437 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 17:52:55.437 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 17:52:55.437 | else { 2025-04-15 17:52:55.437 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 17:52:55.437 | count = cfg_attr_count[section, attr] 2025-04-15 17:52:55.437 | print "inidelete " configfile " " section " " attr 2025-04-15 17:52:55.437 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 17:52:55.437 | for (l = count -2; l >= 0; l--) 2025-04-15 17:52:55.437 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 17:52:55.437 | } 2025-04-15 17:52:55.437 | } 2025-04-15 17:52:55.437 | } 2025-04-15 17:52:55.437 | } 2025-04-15 17:52:55.437 | ' 2025-04-15 17:52:55.437 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.437 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-15 17:52:55.439 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 17:52:55.440 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:55.442 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 17:52:55.444 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-15 17:52:55.446 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:52:55.449 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-15 17:52:55.451 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-15 17:52:55.451 | BEGIN { group = "" } 2025-04-15 17:52:55.451 | /^\[\[.+\|.*\]\]/ { 2025-04-15 17:52:55.451 | gsub("[][]", "", $1); 2025-04-15 17:52:55.451 | split($1, a, "|"); 2025-04-15 17:52:55.451 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 17:52:55.451 | group=a[1] 2025-04-15 17:52:55.451 | } else { 2025-04-15 17:52:55.451 | group="" 2025-04-15 17:52:55.451 | } 2025-04-15 17:52:55.451 | next 2025-04-15 17:52:55.451 | } 2025-04-15 17:52:55.451 | { 2025-04-15 17:52:55.451 | if (group != "") 2025-04-15 17:52:55.451 | print $0 2025-04-15 17:52:55.451 | } 2025-04-15 17:52:55.451 | ' /opt/stack/devstack/local.conf 2025-04-15 17:52:55.456 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-15 17:52:55.458 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-15 17:52:55.484 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.486 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 17:52:55.489 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 17:52:55.491 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 17:52:55.494 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-15 17:52:55.496 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-15 17:52:55.499 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-15 17:52:55.501 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-15 17:52:55.504 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-15 17:52:55.507 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-15 17:52:55.509 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-15 17:52:55.511 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-15 17:52:55.513 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:55.515 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 17:52:55.518 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-15 17:52:55.520 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 17:52:55.523 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-15 17:52:55.525 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-15 17:52:55.528 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-15 17:52:55.530 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-15 17:52:55.532 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-15 17:52:55.533 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-15 17:52:55.533 | BEGIN { 2025-04-15 17:52:55.533 | section = "" 2025-04-15 17:52:55.533 | last_section = "" 2025-04-15 17:52:55.533 | section_count = 0 2025-04-15 17:52:55.533 | } 2025-04-15 17:52:55.533 | /^\[.+\]/ { 2025-04-15 17:52:55.533 | gsub("[][]", "", $1); 2025-04-15 17:52:55.533 | section=$1 2025-04-15 17:52:55.533 | next 2025-04-15 17:52:55.533 | } 2025-04-15 17:52:55.533 | /^ *\#/ { 2025-04-15 17:52:55.533 | next 2025-04-15 17:52:55.533 | } 2025-04-15 17:52:55.533 | /^[^ \t]+/ { 2025-04-15 17:52:55.533 | # get offset of first = in $0 2025-04-15 17:52:55.533 | eq_idx = index($0, "=") 2025-04-15 17:52:55.533 | # extract attr & value from $0 2025-04-15 17:52:55.533 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 17:52:55.533 | value = substr($0, eq_idx + 1) 2025-04-15 17:52:55.533 | # only need to strip trailing whitespace from attr 2025-04-15 17:52:55.533 | sub(/[ \t]*$/, "", attr) 2025-04-15 17:52:55.533 | # need to strip leading & trailing whitespace from value 2025-04-15 17:52:55.533 | sub(/^[ \t]*/, "", value) 2025-04-15 17:52:55.533 | sub(/[ \t]*$/, "", value) 2025-04-15 17:52:55.533 | 2025-04-15 17:52:55.533 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 17:52:55.533 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 17:52:55.533 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 17:52:55.533 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 17:52:55.533 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 17:52:55.533 | if (section != last_section) { 2025-04-15 17:52:55.533 | cfg_section[section_count++] = section 2025-04-15 17:52:55.533 | last_section = section 2025-04-15 17:52:55.533 | } 2025-04-15 17:52:55.533 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 17:52:55.533 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 17:52:55.533 | 2025-04-15 17:52:55.533 | cfg_attr[section, attr, 0] = value 2025-04-15 17:52:55.533 | cfg_attr_count[section, attr] = 1 2025-04-15 17:52:55.533 | } else { 2025-04-15 17:52:55.533 | lno = cfg_attr_count[section, attr]++ 2025-04-15 17:52:55.533 | cfg_attr[section, attr, lno] = value 2025-04-15 17:52:55.533 | } 2025-04-15 17:52:55.533 | } 2025-04-15 17:52:55.533 | END { 2025-04-15 17:52:55.533 | # Process each section in order 2025-04-15 17:52:55.533 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 17:52:55.533 | section = cfg_section[sno] 2025-04-15 17:52:55.534 | # The ini routines simply append a config item immediately 2025-04-15 17:52:55.534 | # after the section header. To keep the same order as defined 2025-04-15 17:52:55.534 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 17:52:55.534 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 17:52:55.534 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 17:52:55.534 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 17:52:55.534 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 17:52:55.534 | else { 2025-04-15 17:52:55.534 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 17:52:55.534 | count = cfg_attr_count[section, attr] 2025-04-15 17:52:55.534 | print "inidelete " configfile " " section " " attr 2025-04-15 17:52:55.534 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 17:52:55.534 | for (l = count -2; l >= 0; l--) 2025-04-15 17:52:55.534 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 17:52:55.534 | } 2025-04-15 17:52:55.534 | } 2025-04-15 17:52:55.534 | } 2025-04-15 17:52:55.534 | } 2025-04-15 17:52:55.534 | ' 2025-04-15 17:52:55.534 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.535 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:55.535 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 17:52:55.537 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 17:52:55.539 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-15 17:52:55.542 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:52:55.544 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-15 17:52:55.546 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-15 17:52:55.546 | BEGIN { group = "" } 2025-04-15 17:52:55.546 | /^\[\[.+\|.*\]\]/ { 2025-04-15 17:52:55.546 | gsub("[][]", "", $1); 2025-04-15 17:52:55.546 | split($1, a, "|"); 2025-04-15 17:52:55.546 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 17:52:55.546 | group=a[1] 2025-04-15 17:52:55.546 | } else { 2025-04-15 17:52:55.546 | group="" 2025-04-15 17:52:55.546 | } 2025-04-15 17:52:55.546 | next 2025-04-15 17:52:55.546 | } 2025-04-15 17:52:55.546 | { 2025-04-15 17:52:55.546 | if (group != "") 2025-04-15 17:52:55.546 | print $0 2025-04-15 17:52:55.546 | } 2025-04-15 17:52:55.546 | ' /opt/stack/devstack/local.conf 2025-04-15 17:52:55.551 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-15 17:52:55.554 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-15 17:52:55.560 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:52:55.579 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.580 | [51543 Async configure_neutron_nova:51543]: finished successfully 2025-04-15 17:52:55.582 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 17:52:55.584 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 17:52:55.586 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 17:52:55.589 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-15 17:52:55.591 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-15 17:52:55.594 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-15 17:52:55.596 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-15 17:52:55.599 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-15 17:52:55.603 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-15 17:52:55.605 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-15 17:52:55.607 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-15 17:52:55.609 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:55.611 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 17:52:55.613 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-15 17:52:55.615 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 17:52:55.617 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-15 17:52:55.620 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-15 17:52:55.622 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-15 17:52:55.624 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-15 17:52:55.627 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-15 17:52:55.628 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-15 17:52:55.628 | BEGIN { 2025-04-15 17:52:55.628 | section = "" 2025-04-15 17:52:55.628 | last_section = "" 2025-04-15 17:52:55.628 | section_count = 0 2025-04-15 17:52:55.628 | } 2025-04-15 17:52:55.628 | /^\[.+\]/ { 2025-04-15 17:52:55.628 | gsub("[][]", "", $1); 2025-04-15 17:52:55.628 | section=$1 2025-04-15 17:52:55.628 | next 2025-04-15 17:52:55.628 | } 2025-04-15 17:52:55.628 | /^ *\#/ { 2025-04-15 17:52:55.628 | next 2025-04-15 17:52:55.628 | } 2025-04-15 17:52:55.628 | /^[^ \t]+/ { 2025-04-15 17:52:55.628 | # get offset of first = in $0 2025-04-15 17:52:55.628 | eq_idx = index($0, "=") 2025-04-15 17:52:55.628 | # extract attr & value from $0 2025-04-15 17:52:55.628 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 17:52:55.628 | value = substr($0, eq_idx + 1) 2025-04-15 17:52:55.628 | # only need to strip trailing whitespace from attr 2025-04-15 17:52:55.628 | sub(/[ \t]*$/, "", attr) 2025-04-15 17:52:55.628 | # need to strip leading & trailing whitespace from value 2025-04-15 17:52:55.628 | sub(/^[ \t]*/, "", value) 2025-04-15 17:52:55.628 | sub(/[ \t]*$/, "", value) 2025-04-15 17:52:55.628 | 2025-04-15 17:52:55.628 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 17:52:55.628 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 17:52:55.628 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 17:52:55.628 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 17:52:55.628 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 17:52:55.628 | if (section != last_section) { 2025-04-15 17:52:55.628 | cfg_section[section_count++] = section 2025-04-15 17:52:55.628 | last_section = section 2025-04-15 17:52:55.628 | } 2025-04-15 17:52:55.628 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 17:52:55.628 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 17:52:55.628 | 2025-04-15 17:52:55.628 | cfg_attr[section, attr, 0] = value 2025-04-15 17:52:55.628 | cfg_attr_count[section, attr] = 1 2025-04-15 17:52:55.628 | } else { 2025-04-15 17:52:55.628 | lno = cfg_attr_count[section, attr]++ 2025-04-15 17:52:55.628 | cfg_attr[section, attr, lno] = value 2025-04-15 17:52:55.628 | } 2025-04-15 17:52:55.628 | } 2025-04-15 17:52:55.628 | END { 2025-04-15 17:52:55.628 | # Process each section in order 2025-04-15 17:52:55.628 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 17:52:55.628 | section = cfg_section[sno] 2025-04-15 17:52:55.628 | # The ini routines simply append a config item immediately 2025-04-15 17:52:55.629 | # after the section header. To keep the same order as defined 2025-04-15 17:52:55.629 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 17:52:55.629 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 17:52:55.629 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 17:52:55.629 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 17:52:55.629 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 17:52:55.629 | else { 2025-04-15 17:52:55.629 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 17:52:55.629 | count = cfg_attr_count[section, attr] 2025-04-15 17:52:55.629 | print "inidelete " configfile " " section " " attr 2025-04-15 17:52:55.629 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 17:52:55.629 | for (l = count -2; l >= 0; l--) 2025-04-15 17:52:55.629 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 17:52:55.629 | } 2025-04-15 17:52:55.629 | } 2025-04-15 17:52:55.629 | } 2025-04-15 17:52:55.629 | } 2025-04-15 17:52:55.629 | ' 2025-04-15 17:52:55.629 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.629 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:55.630 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 17:52:55.631 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 17:52:55.633 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-15 17:52:55.635 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:52:55.637 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-15 17:52:55.639 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-15 17:52:55.639 | BEGIN { group = "" } 2025-04-15 17:52:55.639 | /^\[\[.+\|.*\]\]/ { 2025-04-15 17:52:55.639 | gsub("[][]", "", $1); 2025-04-15 17:52:55.639 | split($1, a, "|"); 2025-04-15 17:52:55.639 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 17:52:55.639 | group=a[1] 2025-04-15 17:52:55.639 | } else { 2025-04-15 17:52:55.639 | group="" 2025-04-15 17:52:55.639 | } 2025-04-15 17:52:55.639 | next 2025-04-15 17:52:55.639 | } 2025-04-15 17:52:55.639 | { 2025-04-15 17:52:55.639 | if (group != "") 2025-04-15 17:52:55.639 | print $0 2025-04-15 17:52:55.639 | } 2025-04-15 17:52:55.639 | ' /opt/stack/devstack/local.conf 2025-04-15 17:52:55.644 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-15 17:52:55.647 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-15 17:52:55.671 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.673 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-15 17:52:55.675 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-15 17:52:55.701 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.703 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 17:52:55.705 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 17:52:55.707 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 17:52:55.710 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-15 17:52:55.712 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:55.715 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:55.717 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-15 17:52:55.720 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:55.723 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-15 17:52:55.725 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-15 17:52:55.727 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-15 17:52:55.729 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:55.732 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 17:52:55.734 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-15 17:52:55.736 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 17:52:55.739 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-15 17:52:55.741 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:55.744 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-15 17:52:55.746 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-15 17:52:55.749 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-15 17:52:55.749 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.750 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-15 17:52:55.750 | BEGIN { 2025-04-15 17:52:55.750 | section = "" 2025-04-15 17:52:55.750 | last_section = "" 2025-04-15 17:52:55.750 | section_count = 0 2025-04-15 17:52:55.750 | } 2025-04-15 17:52:55.750 | /^\[.+\]/ { 2025-04-15 17:52:55.750 | gsub("[][]", "", $1); 2025-04-15 17:52:55.750 | section=$1 2025-04-15 17:52:55.750 | next 2025-04-15 17:52:55.750 | } 2025-04-15 17:52:55.750 | /^ *\#/ { 2025-04-15 17:52:55.750 | next 2025-04-15 17:52:55.750 | } 2025-04-15 17:52:55.750 | /^[^ \t]+/ { 2025-04-15 17:52:55.750 | # get offset of first = in $0 2025-04-15 17:52:55.750 | eq_idx = index($0, "=") 2025-04-15 17:52:55.750 | # extract attr & value from $0 2025-04-15 17:52:55.750 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 17:52:55.750 | value = substr($0, eq_idx + 1) 2025-04-15 17:52:55.750 | # only need to strip trailing whitespace from attr 2025-04-15 17:52:55.750 | sub(/[ \t]*$/, "", attr) 2025-04-15 17:52:55.750 | # need to strip leading & trailing whitespace from value 2025-04-15 17:52:55.750 | sub(/^[ \t]*/, "", value) 2025-04-15 17:52:55.750 | sub(/[ \t]*$/, "", value) 2025-04-15 17:52:55.750 | 2025-04-15 17:52:55.750 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 17:52:55.750 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 17:52:55.750 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 17:52:55.750 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 17:52:55.750 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 17:52:55.750 | if (section != last_section) { 2025-04-15 17:52:55.750 | cfg_section[section_count++] = section 2025-04-15 17:52:55.750 | last_section = section 2025-04-15 17:52:55.750 | } 2025-04-15 17:52:55.750 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 17:52:55.750 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 17:52:55.750 | 2025-04-15 17:52:55.750 | cfg_attr[section, attr, 0] = value 2025-04-15 17:52:55.750 | cfg_attr_count[section, attr] = 1 2025-04-15 17:52:55.750 | } else { 2025-04-15 17:52:55.750 | lno = cfg_attr_count[section, attr]++ 2025-04-15 17:52:55.750 | cfg_attr[section, attr, lno] = value 2025-04-15 17:52:55.750 | } 2025-04-15 17:52:55.750 | } 2025-04-15 17:52:55.750 | END { 2025-04-15 17:52:55.750 | # Process each section in order 2025-04-15 17:52:55.750 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 17:52:55.750 | section = cfg_section[sno] 2025-04-15 17:52:55.750 | # The ini routines simply append a config item immediately 2025-04-15 17:52:55.750 | # after the section header. To keep the same order as defined 2025-04-15 17:52:55.750 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 17:52:55.750 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 17:52:55.750 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 17:52:55.750 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 17:52:55.750 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 17:52:55.750 | else { 2025-04-15 17:52:55.750 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 17:52:55.750 | count = cfg_attr_count[section, attr] 2025-04-15 17:52:55.750 | print "inidelete " configfile " " section " " attr 2025-04-15 17:52:55.750 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 17:52:55.750 | for (l = count -2; l >= 0; l--) 2025-04-15 17:52:55.750 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 17:52:55.750 | } 2025-04-15 17:52:55.750 | } 2025-04-15 17:52:55.750 | } 2025-04-15 17:52:55.750 | } 2025-04-15 17:52:55.750 | ' 2025-04-15 17:52:55.751 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:55.752 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 17:52:55.753 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 17:52:55.755 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-15 17:52:55.757 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:52:55.759 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-15 17:52:55.761 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-15 17:52:55.761 | BEGIN { group = "" } 2025-04-15 17:52:55.761 | /^\[\[.+\|.*\]\]/ { 2025-04-15 17:52:55.761 | gsub("[][]", "", $1); 2025-04-15 17:52:55.761 | split($1, a, "|"); 2025-04-15 17:52:55.761 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 17:52:55.761 | group=a[1] 2025-04-15 17:52:55.761 | } else { 2025-04-15 17:52:55.761 | group="" 2025-04-15 17:52:55.761 | } 2025-04-15 17:52:55.761 | next 2025-04-15 17:52:55.761 | } 2025-04-15 17:52:55.761 | { 2025-04-15 17:52:55.761 | if (group != "") 2025-04-15 17:52:55.761 | print $0 2025-04-15 17:52:55.761 | } 2025-04-15 17:52:55.761 | ' /opt/stack/devstack/local.conf 2025-04-15 17:52:55.766 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-15 17:52:55.769 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-15 17:52:55.794 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.797 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-15 17:52:55.799 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-15 17:52:55.824 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.826 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-15 17:52:55.829 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-15 17:52:55.854 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.856 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-15 17:52:55.858 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-15 17:52:55.883 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.885 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-15 17:52:55.887 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-15 17:52:55.911 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.913 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-15 17:52:55.915 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-15 17:52:55.940 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.942 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2025-04-15 17:52:55.944 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2025-04-15 17:52:55.968 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:55.970 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-15 17:52:55.973 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-15 17:52:55.998 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:56.000 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-15 17:52:56.002 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-15 17:52:56.028 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:56.030 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-15 17:52:56.033 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-15 17:52:56.035 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-15 17:52:56.038 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-15 17:52:56.040 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:56.042 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-15 17:52:56.044 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-15 17:52:56.047 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:56.050 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-15 17:52:56.052 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-15 17:52:56.054 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:56.056 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:56.059 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 17:52:56.061 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-15 17:52:56.063 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 17:52:56.066 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:56.068 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:56.070 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-15 17:52:56.072 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-15 17:52:56.075 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-15 17:52:56.076 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-15 17:52:56.076 | BEGIN { 2025-04-15 17:52:56.076 | section = "" 2025-04-15 17:52:56.076 | last_section = "" 2025-04-15 17:52:56.076 | section_count = 0 2025-04-15 17:52:56.076 | } 2025-04-15 17:52:56.076 | /^\[.+\]/ { 2025-04-15 17:52:56.076 | gsub("[][]", "", $1); 2025-04-15 17:52:56.076 | section=$1 2025-04-15 17:52:56.076 | next 2025-04-15 17:52:56.076 | } 2025-04-15 17:52:56.076 | /^ *\#/ { 2025-04-15 17:52:56.076 | next 2025-04-15 17:52:56.076 | } 2025-04-15 17:52:56.076 | /^[^ \t]+/ { 2025-04-15 17:52:56.076 | # get offset of first = in $0 2025-04-15 17:52:56.076 | eq_idx = index($0, "=") 2025-04-15 17:52:56.076 | # extract attr & value from $0 2025-04-15 17:52:56.076 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 17:52:56.076 | value = substr($0, eq_idx + 1) 2025-04-15 17:52:56.076 | # only need to strip trailing whitespace from attr 2025-04-15 17:52:56.076 | sub(/[ \t]*$/, "", attr) 2025-04-15 17:52:56.076 | # need to strip leading & trailing whitespace from value 2025-04-15 17:52:56.076 | sub(/^[ \t]*/, "", value) 2025-04-15 17:52:56.076 | sub(/[ \t]*$/, "", value) 2025-04-15 17:52:56.076 | 2025-04-15 17:52:56.076 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 17:52:56.076 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 17:52:56.076 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 17:52:56.076 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 17:52:56.076 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 17:52:56.076 | if (section != last_section) { 2025-04-15 17:52:56.076 | cfg_section[section_count++] = section 2025-04-15 17:52:56.076 | last_section = section 2025-04-15 17:52:56.076 | } 2025-04-15 17:52:56.076 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 17:52:56.076 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 17:52:56.076 | 2025-04-15 17:52:56.076 | cfg_attr[section, attr, 0] = value 2025-04-15 17:52:56.076 | cfg_attr_count[section, attr] = 1 2025-04-15 17:52:56.076 | } else { 2025-04-15 17:52:56.076 | lno = cfg_attr_count[section, attr]++ 2025-04-15 17:52:56.076 | cfg_attr[section, attr, lno] = value 2025-04-15 17:52:56.076 | } 2025-04-15 17:52:56.076 | } 2025-04-15 17:52:56.076 | END { 2025-04-15 17:52:56.076 | # Process each section in order 2025-04-15 17:52:56.076 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 17:52:56.076 | section = cfg_section[sno] 2025-04-15 17:52:56.076 | # The ini routines simply append a config item immediately 2025-04-15 17:52:56.076 | # after the section header. To keep the same order as defined 2025-04-15 17:52:56.076 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 17:52:56.076 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 17:52:56.076 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 17:52:56.076 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 17:52:56.076 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 17:52:56.076 | else { 2025-04-15 17:52:56.076 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 17:52:56.076 | count = cfg_attr_count[section, attr] 2025-04-15 17:52:56.076 | print "inidelete " configfile " " section " " attr 2025-04-15 17:52:56.076 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 17:52:56.077 | for (l = count -2; l >= 0; l--) 2025-04-15 17:52:56.077 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 17:52:56.077 | } 2025-04-15 17:52:56.077 | } 2025-04-15 17:52:56.077 | } 2025-04-15 17:52:56.077 | } 2025-04-15 17:52:56.077 | ' 2025-04-15 17:52:56.077 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:56.078 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:52:56.078 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 17:52:56.080 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 17:52:56.082 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-15 17:52:56.084 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:52:56.086 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-15 17:52:56.088 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-15 17:52:56.088 | BEGIN { group = "" } 2025-04-15 17:52:56.088 | /^\[\[.+\|.*\]\]/ { 2025-04-15 17:52:56.088 | gsub("[][]", "", $1); 2025-04-15 17:52:56.088 | split($1, a, "|"); 2025-04-15 17:52:56.088 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 17:52:56.088 | group=a[1] 2025-04-15 17:52:56.088 | } else { 2025-04-15 17:52:56.088 | group="" 2025-04-15 17:52:56.088 | } 2025-04-15 17:52:56.088 | next 2025-04-15 17:52:56.088 | } 2025-04-15 17:52:56.088 | { 2025-04-15 17:52:56.088 | if (group != "") 2025-04-15 17:52:56.088 | print $0 2025-04-15 17:52:56.088 | } 2025-04-15 17:52:56.088 | ' /opt/stack/devstack/local.conf 2025-04-15 17:52:56.092 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2025-04-15 17:52:56.094 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2025-04-15 17:52:56.118 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:56.120 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-15 17:52:56.122 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-15 17:52:56.147 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:56.149 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-15 17:52:56.151 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-15 17:52:56.175 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:52:56.177 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-15 17:52:56.191 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:56.194 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 17:52:56.196 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-15 17:52:56.209 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:56.212 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 17:52:56.237 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-15 17:52:56.274 | [4245 Async configure_neutron_nova:51543]: Waiting for completion of configure_neutron_nova running on PID 51543 (2 other jobs running) 2025-04-15 17:52:56.291 | [4245 Async configure_neutron_nova:51543]: Signaling child to exit 2025-04-15 17:52:56.291 | WAKEUP 2025-04-15 17:52:56.306 | [4245 Async configure_neutron_nova:51543]: Signaled 2025-04-15 17:52:56.307 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-15 17:52:56.307 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-15 17:52:56.307 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-15 17:52:56.307 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-15 17:52:56.307 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-15 17:52:56.307 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-15 17:52:56.338 | [4245 Async configure_neutron_nova:51543]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-15 17:52:56.341 | + inc/async:async_wait:197 : return 0 2025-04-15 17:52:56.344 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-15 17:52:56.358 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:56.360 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 17:52:56.385 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-15 17:52:56.412 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-15 17:52:56.426 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:56.428 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-15 17:52:56.431 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:52:56.433 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-15 17:52:56.435 | + stack.sh:main:1301 : start_nova_api 2025-04-15 17:52:56.437 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-15 17:52:56.439 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-15 17:52:56.441 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-15 17:52:56.444 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-15 17:52:56.457 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:52:56.459 | + lib/nova:start_nova_api:987 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:52:56.461 | + lib/nova:start_nova_api:988 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:52:56.464 | + lib/nova:start_nova_api:988 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:52:56.466 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-15 17:52:56.468 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-15 17:52:56.472 | + lib/nova:start_nova_api:998 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 17:52:56.474 | + functions-common:run_process:1654 : local service=n-api 2025-04-15 17:52:56.476 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 17:52:56.478 | + functions-common:run_process:1656 : local group= 2025-04-15 17:52:56.480 | + functions-common:run_process:1657 : local user= 2025-04-15 17:52:56.482 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:52:56.484 | + functions-common:run_process:1660 : local name=n-api 2025-04-15 17:52:56.486 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:52:56.488 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:52:56.490 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:52:56.492 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:52:56.495 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:52:56.498 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739576496 2025-04-15 17:52:56.500 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-15 17:52:56.513 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:52:56.515 | + functions-common:run_process:1664 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2025-04-15 17:52:56.517 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-15 17:52:56.519 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 17:52:56.521 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 17:52:56.523 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 17:52:56.525 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-15 17:52:56.527 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-15 17:52:56.529 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-15 17:52:56.531 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-15 17:52:56.533 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:52:56.536 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:52:56.537 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:52:56.539 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:52:56.542 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-15 17:52:56.544 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 17:52:56.546 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:52:56.548 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 17:52:56.550 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-15 17:52:56.551 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:52:56.553 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 17:52:56.555 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 17:52:56.557 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 17:52:56.559 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-15 17:52:56.560 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 17:52:56.564 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2025-04-15 17:52:56.612 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:52:56.660 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-04-15 17:52:56.700 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-15 17:52:56.741 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:52:56.781 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:52:56.823 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-15 17:52:56.864 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-15 17:52:56.905 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-15 17:52:56.945 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-15 17:52:56.986 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-15 17:52:57.027 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 17:52:57.029 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 17:52:57.031 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-15 17:52:57.082 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 17:52:57.323 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-15 17:52:57.333 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-15 17:52:57.559 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-15 17:52:57.623 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:52:57.626 | + functions-common:time_stop:2400 : local name 2025-04-15 17:52:57.628 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:52:57.630 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:52:57.632 | + functions-common:time_stop:2403 : local total 2025-04-15 17:52:57.634 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:52:57.636 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:52:57.638 | + functions-common:time_stop:2407 : start_time=1744739576496 2025-04-15 17:52:57.640 | + functions-common:time_stop:2409 : [[ -z 1744739576496 ]] 2025-04-15 17:52:57.643 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:52:57.646 | + functions-common:time_stop:2412 : end_time=1744739577644 2025-04-15 17:52:57.648 | + functions-common:time_stop:2413 : elapsed_time=1148 2025-04-15 17:52:57.650 | + functions-common:time_stop:2414 : total=1252 2025-04-15 17:52:57.652 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:52:57.654 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2400 2025-04-15 17:52:57.656 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-15 17:52:57.658 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-15 17:52:57.658 | Waiting for nova-api to start... 2025-04-15 17:52:57.660 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-15 17:52:57.662 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 17:52:57.664 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-15 17:52:57.666 | + functions:wait_for_service:470 : local rval=0 2025-04-15 17:52:57.668 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 17:52:57.670 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 17:52:57.672 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:52:57.674 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:52:57.677 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:52:57.681 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739577678 2025-04-15 17:52:57.683 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 17:52:57.686 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-15 17:53:00.278 | + :: : [[ 200 == 503 ]] 2025-04-15 17:53:00.279 | + :: : [[ 0 -eq 7 ]] 2025-04-15 17:53:00.282 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 17:53:00.284 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:00.286 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:00.288 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:00.290 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:00.292 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:00.294 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 17:53:00.296 | + functions-common:time_stop:2407 : start_time=1744739577678 2025-04-15 17:53:00.298 | + functions-common:time_stop:2409 : [[ -z 1744739577678 ]] 2025-04-15 17:53:00.301 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:00.304 | + functions-common:time_stop:2412 : end_time=1744739580302 2025-04-15 17:53:00.306 | + functions-common:time_stop:2413 : elapsed_time=2624 2025-04-15 17:53:00.308 | + functions-common:time_stop:2414 : total=2287 2025-04-15 17:53:00.310 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:00.313 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4911 2025-04-15 17:53:00.315 | + functions:wait_for_service:478 : return 0 2025-04-15 17:53:00.317 | + lib/nova:start_nova_api:1007 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:00.319 | + lib/nova:start_nova_api:1007 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:00.322 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-15 17:53:00.336 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:00.338 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-15 17:53:00.351 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:00.353 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-15 17:53:00.367 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:00.369 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-15 17:53:00.372 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:00.374 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-15 17:53:00.376 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-15 17:53:00.378 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-15 17:53:00.380 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-15 17:53:00.407 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-15 17:53:00.409 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-15 17:53:00.411 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-15 17:53:00.413 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-15 17:53:00.439 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-15 17:53:00.465 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-15 17:53:00.467 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-15 17:53:00.470 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-15 17:53:00.472 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-15 17:53:00.474 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-15 17:53:00.477 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-15 17:53:00.479 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-15 17:53:00.481 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-15 17:53:00.483 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-15 17:53:00.486 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-15 17:53:00.488 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-15 17:53:00.490 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-15 17:53:00.492 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.494 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.496 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.498 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-15 17:53:00.500 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.503 | + lib/neutron:start_neutron_service_and_check:605 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.505 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-15 17:53:00.518 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:00.520 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-15 17:53:00.522 | + lib/neutron:start_neutron_service_and_check:619 : run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.524 | + functions-common:run_process:1654 : local service=q-svc 2025-04-15 17:53:00.526 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.528 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:00.530 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:00.533 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:00.535 | + functions-common:run_process:1660 : local name=q-svc 2025-04-15 17:53:00.537 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:00.539 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:00.541 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:00.543 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:00.546 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:00.549 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739580547 2025-04-15 17:53:00.551 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-15 17:53:00.564 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:00.566 | + functions-common:run_process:1664 : _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-15 17:53:00.568 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-15 17:53:00.570 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.572 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.574 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.576 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.578 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-15 17:53:00.580 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-15 17:53:00.582 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-15 17:53:00.584 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:00.586 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:00.588 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:00.590 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:00.592 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-15 17:53:00.594 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-15 17:53:00.596 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-15 17:53:00.598 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.600 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 17:53:00.602 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 17:53:00.604 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 17:53:00.606 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 17:53:00.607 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 17:53:00.609 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-15 17:53:00.611 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 17:53:00.615 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-04-15 17:53:00.664 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:00.712 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-15 17:53:00.754 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:00.796 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-15 17:53:00.837 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-15 17:53:00.878 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:00.920 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 17:53:00.922 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 17:53:00.924 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-15 17:53:00.972 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 17:53:01.261 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-15 17:53:01.271 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-15 17:53:01.505 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-15 17:53:01.534 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:01.536 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:01.538 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:01.540 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:01.542 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:01.545 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:01.547 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:01.549 | + functions-common:time_stop:2407 : start_time=1744739580547 2025-04-15 17:53:01.551 | + functions-common:time_stop:2409 : [[ -z 1744739580547 ]] 2025-04-15 17:53:01.553 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:01.557 | + functions-common:time_stop:2412 : end_time=1744739581555 2025-04-15 17:53:01.559 | + functions-common:time_stop:2413 : elapsed_time=1008 2025-04-15 17:53:01.561 | + functions-common:time_stop:2414 : total=2400 2025-04-15 17:53:01.563 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:01.565 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3408 2025-04-15 17:53:01.567 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-15 17:53:01.569 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-15 17:53:01.583 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:01.586 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-15 17:53:01.588 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-15 17:53:01.590 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-15 17:53:01.590 | Waiting for Neutron to start... 2025-04-15 17:53:01.592 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-15 17:53:01.594 | + lib/neutron:start_neutron_service_and_check:632 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2025-04-15 17:53:01.596 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-15 17:53:01.598 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-15 17:53:01.600 | + functions-common:test_with_retry:2340 : local until=60 2025-04-15 17:53:01.602 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-15 17:53:01.604 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-15 17:53:01.607 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-15 17:53:01.609 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:01.611 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:01.613 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:01.617 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739581615 2025-04-15 17:53:01.619 | + functions-common:test_with_retry:2344 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2025-04-15 17:53:04.656 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-15 17:53:04.658 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:04.661 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:04.663 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:04.665 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:04.668 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:04.670 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-15 17:53:04.672 | + functions-common:time_stop:2407 : start_time=1744739581615 2025-04-15 17:53:04.674 | + functions-common:time_stop:2409 : [[ -z 1744739581615 ]] 2025-04-15 17:53:04.677 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:04.680 | + functions-common:time_stop:2412 : end_time=1744739584678 2025-04-15 17:53:04.682 | + functions-common:time_stop:2413 : elapsed_time=3063 2025-04-15 17:53:04.685 | + functions-common:time_stop:2414 : total=0 2025-04-15 17:53:04.687 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:04.689 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3063 2025-04-15 17:53:04.691 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-15 17:53:04.705 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:04.707 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-15 17:53:04.709 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:04.712 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-15 17:53:04.714 | + stack.sh:main:1322 : start_placement 2025-04-15 17:53:04.716 | + lib/placement:start_placement:173 : start_placement_api 2025-04-15 17:53:04.718 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-15 17:53:04.721 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-15 17:53:04.724 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 17:53:04.726 | + functions-common:run_process:1654 : local service=placement-api 2025-04-15 17:53:04.728 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 17:53:04.730 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:04.732 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:04.735 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:04.737 | + functions-common:run_process:1660 : local name=placement-api 2025-04-15 17:53:04.739 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:04.741 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:04.743 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:04.745 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:04.748 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:04.752 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739584749 2025-04-15 17:53:04.754 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-15 17:53:04.767 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:04.769 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-15 17:53:04.772 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-15 17:53:04.774 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 17:53:04.776 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 17:53:04.778 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 17:53:04.780 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-15 17:53:04.782 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-15 17:53:04.784 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-15 17:53:04.786 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-15 17:53:04.788 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:04.790 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:04.792 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:04.795 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:04.797 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-15 17:53:04.799 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 17:53:04.801 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:04.803 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 17:53:04.805 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-15 17:53:04.807 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:04.809 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 17:53:04.811 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 17:53:04.813 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 17:53:04.815 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-15 17:53:04.817 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 17:53:04.820 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2025-04-15 17:53:04.871 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:04.921 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-04-15 17:53:04.963 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-15 17:53:05.004 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:05.046 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:05.088 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-15 17:53:05.129 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-15 17:53:05.170 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-15 17:53:05.211 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-15 17:53:05.252 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-15 17:53:05.292 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 17:53:05.294 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 17:53:05.296 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-15 17:53:05.347 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 17:53:05.597 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-15 17:53:05.607 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-15 17:53:05.832 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-15 17:53:05.882 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:05.884 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:05.886 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:05.889 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:05.891 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:05.893 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:05.895 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:05.897 | + functions-common:time_stop:2407 : start_time=1744739584749 2025-04-15 17:53:05.899 | + functions-common:time_stop:2409 : [[ -z 1744739584749 ]] 2025-04-15 17:53:05.903 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:05.906 | + functions-common:time_stop:2412 : end_time=1744739585903 2025-04-15 17:53:05.908 | + functions-common:time_stop:2413 : elapsed_time=1154 2025-04-15 17:53:05.910 | + functions-common:time_stop:2414 : total=3408 2025-04-15 17:53:05.913 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:05.915 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4562 2025-04-15 17:53:05.917 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-15 17:53:05.917 | Waiting for placement-api to start... 2025-04-15 17:53:05.919 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-15 17:53:05.921 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 17:53:05.923 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-15 17:53:05.925 | + functions:wait_for_service:470 : local rval=0 2025-04-15 17:53:05.927 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 17:53:05.929 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 17:53:05.931 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:05.933 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:05.936 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:05.939 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739585937 2025-04-15 17:53:05.942 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 17:53:05.946 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-15 17:53:07.123 | + :: : [[ 200 == 503 ]] 2025-04-15 17:53:07.124 | + :: : [[ 0 -eq 7 ]] 2025-04-15 17:53:07.126 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 17:53:07.129 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:07.131 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:07.133 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:07.135 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:07.137 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:07.139 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 17:53:07.141 | + functions-common:time_stop:2407 : start_time=1744739585937 2025-04-15 17:53:07.143 | + functions-common:time_stop:2409 : [[ -z 1744739585937 ]] 2025-04-15 17:53:07.145 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:07.149 | + functions-common:time_stop:2412 : end_time=1744739587146 2025-04-15 17:53:07.151 | + functions-common:time_stop:2413 : elapsed_time=1209 2025-04-15 17:53:07.153 | + functions-common:time_stop:2414 : total=4911 2025-04-15 17:53:07.155 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:07.157 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6120 2025-04-15 17:53:07.159 | + functions:wait_for_service:478 : return 0 2025-04-15 17:53:07.161 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-15 17:53:07.175 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:07.177 | + stack.sh:main:1326 : start_neutron 2025-04-15 17:53:07.179 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-15 17:53:07.181 | + lib/neutron:start_l2_agent:643 : run_process q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:07.183 | + functions-common:run_process:1654 : local service=q-agt 2025-04-15 17:53:07.185 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:07.187 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:07.189 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:07.191 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:07.193 | + functions-common:run_process:1660 : local name=q-agt 2025-04-15 17:53:07.196 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:07.198 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:07.200 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:07.202 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:07.204 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:07.208 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739587205 2025-04-15 17:53:07.210 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-15 17:53:07.224 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:07.226 | + functions-common:run_process:1664 : _run_under_systemd q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-15 17:53:07.229 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-15 17:53:07.231 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:07.233 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:07.235 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:07.237 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:07.239 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-15 17:53:07.241 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-15 17:53:07.243 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-15 17:53:07.246 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:07.248 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:07.250 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:07.252 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:07.254 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-15 17:53:07.257 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-agt.service '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-15 17:53:07.259 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-15 17:53:07.261 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:07.263 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 17:53:07.265 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 17:53:07.266 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 17:53:07.268 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 17:53:07.270 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 17:53:07.272 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-15 17:53:07.274 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 17:53:07.277 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-04-15 17:53:07.326 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:07.375 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-15 17:53:07.416 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-15 17:53:07.456 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-15 17:53:07.498 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-15 17:53:07.539 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:07.582 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 17:53:07.584 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 17:53:07.586 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-15 17:53:07.637 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 17:53:07.876 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-15 17:53:07.889 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-15 17:53:08.128 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-15 17:53:08.155 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:08.157 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:08.159 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:08.162 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:08.164 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:08.166 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:08.168 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:08.170 | + functions-common:time_stop:2407 : start_time=1744739587205 2025-04-15 17:53:08.172 | + functions-common:time_stop:2409 : [[ -z 1744739587205 ]] 2025-04-15 17:53:08.176 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:08.179 | + functions-common:time_stop:2412 : end_time=1744739588176 2025-04-15 17:53:08.181 | + functions-common:time_stop:2413 : elapsed_time=971 2025-04-15 17:53:08.183 | + functions-common:time_stop:2414 : total=4562 2025-04-15 17:53:08.185 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:08.187 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5533 2025-04-15 17:53:08.189 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-15 17:53:08.191 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-15 17:53:08.193 | + functions-common:is_provider_network:2252 : return 1 2025-04-15 17:53:08.196 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-15 17:53:08.198 | + lib/neutron:start_other_agents:661 : run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 17:53:08.200 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-15 17:53:08.202 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 17:53:08.204 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:08.206 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:08.208 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:08.210 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-15 17:53:08.212 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:08.214 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:08.216 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:08.218 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:08.220 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:08.224 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739588222 2025-04-15 17:53:08.226 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-15 17:53:08.241 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:08.243 | + functions-common:run_process:1664 : _run_under_systemd q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2025-04-15 17:53:08.245 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-15 17:53:08.247 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 17:53:08.249 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 17:53:08.252 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 17:53:08.254 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 17:53:08.256 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2025-04-15 17:53:08.259 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2025-04-15 17:53:08.261 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-15 17:53:08.263 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:08.265 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:08.267 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:08.270 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:08.272 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2025-04-15 17:53:08.274 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-dhcp.service '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2025-04-15 17:53:08.276 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-15 17:53:08.278 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 17:53:08.280 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 17:53:08.282 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 17:53:08.284 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 17:53:08.286 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 17:53:08.288 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 17:53:08.290 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-15 17:53:08.293 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 17:53:08.296 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-04-15 17:53:08.349 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:08.399 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-15 17:53:08.442 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-15 17:53:08.485 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-15 17:53:08.529 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-15 17:53:08.578 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:08.624 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 17:53:08.626 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 17:53:08.628 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-15 17:53:08.689 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 17:53:08.947 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-15 17:53:08.957 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-15 17:53:09.203 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-15 17:53:09.231 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:09.233 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:09.235 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:09.239 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:09.241 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:09.243 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:09.247 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:09.251 | + functions-common:time_stop:2407 : start_time=1744739588222 2025-04-15 17:53:09.253 | + functions-common:time_stop:2409 : [[ -z 1744739588222 ]] 2025-04-15 17:53:09.256 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:09.259 | + functions-common:time_stop:2412 : end_time=1744739589257 2025-04-15 17:53:09.261 | + functions-common:time_stop:2413 : elapsed_time=1035 2025-04-15 17:53:09.267 | + functions-common:time_stop:2414 : total=5533 2025-04-15 17:53:09.269 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:09.271 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6568 2025-04-15 17:53:09.274 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-15 17:53:09.277 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-15 17:53:09.279 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-15 17:53:09.282 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-15 17:53:09.284 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.286 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.288 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.290 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-15 17:53:09.292 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.295 | + lib/neutron:start_other_agents:663 : run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.297 | + functions-common:run_process:1654 : local service=q-l3 2025-04-15 17:53:09.299 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.301 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:09.303 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:09.305 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:09.307 | + functions-common:run_process:1660 : local name=q-l3 2025-04-15 17:53:09.309 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:09.311 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:09.313 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:09.315 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:09.319 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:09.322 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739589319 2025-04-15 17:53:09.324 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-15 17:53:09.339 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:09.341 | + functions-common:run_process:1664 : _run_under_systemd q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2025-04-15 17:53:09.343 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-15 17:53:09.345 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.347 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.350 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.352 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.354 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2025-04-15 17:53:09.356 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2025-04-15 17:53:09.358 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-15 17:53:09.360 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:09.362 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:09.366 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:09.369 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:09.371 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2025-04-15 17:53:09.373 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-l3.service '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2025-04-15 17:53:09.378 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-15 17:53:09.380 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.385 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 17:53:09.387 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 17:53:09.389 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 17:53:09.391 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 17:53:09.393 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 17:53:09.395 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-15 17:53:09.397 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 17:53:09.400 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-04-15 17:53:09.454 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:09.513 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-15 17:53:09.552 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-15 17:53:09.595 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-15 17:53:09.639 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-15 17:53:09.684 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:09.728 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 17:53:09.731 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 17:53:09.733 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-15 17:53:09.786 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 17:53:10.039 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-15 17:53:10.048 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-15 17:53:10.295 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-15 17:53:10.322 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:10.325 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:10.327 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:10.329 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:10.331 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:10.333 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:10.335 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:10.337 | + functions-common:time_stop:2407 : start_time=1744739589319 2025-04-15 17:53:10.339 | + functions-common:time_stop:2409 : [[ -z 1744739589319 ]] 2025-04-15 17:53:10.341 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:10.345 | + functions-common:time_stop:2412 : end_time=1744739590343 2025-04-15 17:53:10.347 | + functions-common:time_stop:2413 : elapsed_time=1024 2025-04-15 17:53:10.349 | + functions-common:time_stop:2414 : total=6568 2025-04-15 17:53:10.351 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:10.353 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7592 2025-04-15 17:53:10.355 | + lib/neutron:start_other_agents:665 : run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 17:53:10.357 | + functions-common:run_process:1654 : local service=q-meta 2025-04-15 17:53:10.359 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 17:53:10.361 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:10.363 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:10.365 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:10.367 | + functions-common:run_process:1660 : local name=q-meta 2025-04-15 17:53:10.369 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:10.371 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:10.373 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:10.375 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:10.379 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:10.382 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739590379 2025-04-15 17:53:10.384 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-15 17:53:10.398 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:10.401 | + functions-common:run_process:1664 : _run_under_systemd q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2025-04-15 17:53:10.403 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-15 17:53:10.405 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 17:53:10.407 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 17:53:10.409 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 17:53:10.411 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 17:53:10.413 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2025-04-15 17:53:10.415 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2025-04-15 17:53:10.417 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-15 17:53:10.419 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:10.421 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:10.423 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:10.426 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:10.428 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2025-04-15 17:53:10.430 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-meta.service '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2025-04-15 17:53:10.432 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-15 17:53:10.434 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 17:53:10.436 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 17:53:10.438 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 17:53:10.440 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 17:53:10.442 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 17:53:10.444 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 17:53:10.446 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-15 17:53:10.448 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 17:53:10.452 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-04-15 17:53:10.503 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:10.554 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-15 17:53:10.597 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-15 17:53:10.640 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-15 17:53:10.697 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-15 17:53:10.743 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:10.788 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 17:53:10.791 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 17:53:10.799 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-15 17:53:10.857 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 17:53:11.110 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-15 17:53:11.120 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-15 17:53:11.358 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-15 17:53:11.384 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:11.386 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:11.388 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:11.390 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:11.393 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:11.396 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:11.397 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:11.399 | + functions-common:time_stop:2407 : start_time=1744739590379 2025-04-15 17:53:11.401 | + functions-common:time_stop:2409 : [[ -z 1744739590379 ]] 2025-04-15 17:53:11.404 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:11.407 | + functions-common:time_stop:2412 : end_time=1744739591405 2025-04-15 17:53:11.409 | + functions-common:time_stop:2413 : elapsed_time=1026 2025-04-15 17:53:11.411 | + functions-common:time_stop:2414 : total=7592 2025-04-15 17:53:11.413 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:11.416 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8618 2025-04-15 17:53:11.419 | + lib/neutron:start_other_agents:666 : run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-15 17:53:11.420 | + functions-common:run_process:1654 : local service=q-metering 2025-04-15 17:53:11.422 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-15 17:53:11.424 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:11.426 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:11.428 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:11.430 | + functions-common:run_process:1660 : local name=q-metering 2025-04-15 17:53:11.432 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:11.434 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:11.436 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:11.438 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:11.440 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:11.444 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739591442 2025-04-15 17:53:11.446 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-15 17:53:11.460 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:11.462 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:11.464 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:11.466 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:11.468 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:11.470 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:11.471 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:11.473 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:11.475 | + functions-common:time_stop:2407 : start_time=1744739591442 2025-04-15 17:53:11.477 | + functions-common:time_stop:2409 : [[ -z 1744739591442 ]] 2025-04-15 17:53:11.481 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:11.484 | + functions-common:time_stop:2412 : end_time=1744739591482 2025-04-15 17:53:11.486 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-15 17:53:11.488 | + functions-common:time_stop:2414 : total=8618 2025-04-15 17:53:11.490 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:11.493 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8658 2025-04-15 17:53:11.495 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-15 17:53:11.509 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:11.511 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-15 17:53:11.513 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-15 17:53:11.515 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:11.517 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-15 17:53:11.519 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-15 17:53:11.521 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-15 17:53:11.524 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-15 17:53:11.526 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-15 17:53:11.528 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-15 17:53:11.531 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-15 17:53:13.015 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:13.018 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 17:53:13.018 | address-scope 2025-04-15 17:53:13.018 | router-admin-state-down-before-update 2025-04-15 17:53:13.018 | agent 2025-04-15 17:53:13.018 | agent-resources-synced 2025-04-15 17:53:13.018 | allowed-address-pairs 2025-04-15 17:53:13.018 | auto-allocated-topology 2025-04-15 17:53:13.018 | availability_zone 2025-04-15 17:53:13.018 | availability_zone_filter 2025-04-15 17:53:13.018 | default-subnetpools 2025-04-15 17:53:13.018 | dhcp_agent_scheduler 2025-04-15 17:53:13.018 | dvr 2025-04-15 17:53:13.018 | empty-string-filtering 2025-04-15 17:53:13.018 | external-net 2025-04-15 17:53:13.018 | extra_dhcp_opt 2025-04-15 17:53:13.018 | extraroute 2025-04-15 17:53:13.018 | extraroute-atomic 2025-04-15 17:53:13.018 | filter-validation 2025-04-15 17:53:13.018 | floating-ip-port-forwarding-detail 2025-04-15 17:53:13.018 | fip-port-details 2025-04-15 17:53:13.018 | flavors 2025-04-15 17:53:13.018 | floatingip-pools 2025-04-15 17:53:13.018 | ip-substring-filtering 2025-04-15 17:53:13.018 | router 2025-04-15 17:53:13.018 | ext-gw-mode 2025-04-15 17:53:13.018 | l3-ha 2025-04-15 17:53:13.018 | l3-flavors 2025-04-15 17:53:13.018 | l3-port-ip-change-not-allowed 2025-04-15 17:53:13.018 | l3_agent_scheduler 2025-04-15 17:53:13.018 | multi-provider 2025-04-15 17:53:13.018 | net-mtu 2025-04-15 17:53:13.018 | net-mtu-writable 2025-04-15 17:53:13.018 | network_availability_zone 2025-04-15 17:53:13.018 | network_ha 2025-04-15 17:53:13.018 | network-ip-availability 2025-04-15 17:53:13.018 | pagination 2025-04-15 17:53:13.018 | port-device-profile 2025-04-15 17:53:13.018 | port-mac-override 2025-04-15 17:53:13.018 | port-mac-address-regenerate 2025-04-15 17:53:13.018 | port-numa-affinity-policy 2025-04-15 17:53:13.018 | binding 2025-04-15 17:53:13.018 | binding-extended 2025-04-15 17:53:13.018 | port-security 2025-04-15 17:53:13.018 | project-id 2025-04-15 17:53:13.018 | provider 2025-04-15 17:53:13.018 | quota-check-limit 2025-04-15 17:53:13.018 | quotas 2025-04-15 17:53:13.018 | quota_details 2025-04-15 17:53:13.018 | rbac-policies 2025-04-15 17:53:13.018 | rbac-address-group 2025-04-15 17:53:13.018 | rbac-address-scope 2025-04-15 17:53:13.018 | rbac-security-groups 2025-04-15 17:53:13.018 | rbac-subnetpool 2025-04-15 17:53:13.018 | revision-if-match 2025-04-15 17:53:13.018 | standard-attr-revisions 2025-04-15 17:53:13.018 | router_availability_zone 2025-04-15 17:53:13.018 | security-groups-default-rules 2025-04-15 17:53:13.018 | security-groups-normalized-cidr 2025-04-15 17:53:13.018 | port-security-groups-filtering 2025-04-15 17:53:13.018 | security-groups-remote-address-group 2025-04-15 17:53:13.018 | security-groups-shared-filtering 2025-04-15 17:53:13.018 | security-group 2025-04-15 17:53:13.018 | service-type 2025-04-15 17:53:13.018 | sorting 2025-04-15 17:53:13.018 | standard-attr-description 2025-04-15 17:53:13.018 | stateful-security-group 2025-04-15 17:53:13.018 | subnet_onboard 2025-04-15 17:53:13.018 | subnet-service-types 2025-04-15 17:53:13.018 | subnet_allocation 2025-04-15 17:53:13.018 | subnetpool-prefix-ops 2025-04-15 17:53:13.018 | standard-attr-tag 2025-04-15 17:53:13.018 | standard-attr-timestamp 2025-04-15 17:53:13.018 | nsxt-ops' 2025-04-15 17:53:13.020 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 17:53:13.020 | address-scope 2025-04-15 17:53:13.020 | router-admin-state-down-before-update 2025-04-15 17:53:13.020 | agent 2025-04-15 17:53:13.020 | agent-resources-synced 2025-04-15 17:53:13.020 | allowed-address-pairs 2025-04-15 17:53:13.020 | auto-allocated-topology 2025-04-15 17:53:13.020 | availability_zone 2025-04-15 17:53:13.020 | availability_zone_filter 2025-04-15 17:53:13.020 | default-subnetpools 2025-04-15 17:53:13.020 | dhcp_agent_scheduler 2025-04-15 17:53:13.020 | dvr 2025-04-15 17:53:13.020 | empty-string-filtering 2025-04-15 17:53:13.020 | external-net 2025-04-15 17:53:13.020 | extra_dhcp_opt 2025-04-15 17:53:13.020 | extraroute 2025-04-15 17:53:13.020 | extraroute-atomic 2025-04-15 17:53:13.020 | filter-validation 2025-04-15 17:53:13.020 | floating-ip-port-forwarding-detail 2025-04-15 17:53:13.020 | fip-port-details 2025-04-15 17:53:13.020 | flavors 2025-04-15 17:53:13.020 | floatingip-pools 2025-04-15 17:53:13.020 | ip-substring-filtering 2025-04-15 17:53:13.020 | router 2025-04-15 17:53:13.020 | ext-gw-mode 2025-04-15 17:53:13.020 | l3-ha 2025-04-15 17:53:13.020 | l3-flavors 2025-04-15 17:53:13.020 | l3-port-ip-change-not-allowed 2025-04-15 17:53:13.020 | l3_agent_scheduler 2025-04-15 17:53:13.020 | multi-provider 2025-04-15 17:53:13.020 | net-mtu 2025-04-15 17:53:13.020 | net-mtu-writable 2025-04-15 17:53:13.020 | network_availability_zone 2025-04-15 17:53:13.020 | network_ha 2025-04-15 17:53:13.020 | network-ip-availability 2025-04-15 17:53:13.020 | pagination 2025-04-15 17:53:13.020 | port-device-profile 2025-04-15 17:53:13.020 | port-mac-override 2025-04-15 17:53:13.020 | port-mac-address-regenerate 2025-04-15 17:53:13.020 | port-numa-affinity-policy 2025-04-15 17:53:13.020 | binding 2025-04-15 17:53:13.020 | binding-extended 2025-04-15 17:53:13.020 | port-security 2025-04-15 17:53:13.020 | project-id 2025-04-15 17:53:13.020 | provider 2025-04-15 17:53:13.020 | quota-check-limit 2025-04-15 17:53:13.020 | quotas 2025-04-15 17:53:13.020 | quota_details 2025-04-15 17:53:13.020 | rbac-policies 2025-04-15 17:53:13.020 | rbac-address-group 2025-04-15 17:53:13.020 | rbac-address-scope 2025-04-15 17:53:13.020 | rbac-security-groups 2025-04-15 17:53:13.020 | rbac-subnetpool 2025-04-15 17:53:13.020 | revision-if-match 2025-04-15 17:53:13.020 | standard-attr-revisions 2025-04-15 17:53:13.020 | router_availability_zone 2025-04-15 17:53:13.020 | security-groups-default-rules 2025-04-15 17:53:13.020 | security-groups-normalized-cidr 2025-04-15 17:53:13.020 | port-security-groups-filtering 2025-04-15 17:53:13.020 | security-groups-remote-address-group 2025-04-15 17:53:13.020 | security-groups-shared-filtering 2025-04-15 17:53:13.020 | security-group 2025-04-15 17:53:13.020 | service-type 2025-04-15 17:53:13.020 | sorting 2025-04-15 17:53:13.020 | standard-attr-description 2025-04-15 17:53:13.020 | stateful-security-group 2025-04-15 17:53:13.020 | subnet_onboard 2025-04-15 17:53:13.021 | subnet-service-types 2025-04-15 17:53:13.021 | subnet_allocation 2025-04-15 17:53:13.021 | subnetpool-prefix-ops 2025-04-15 17:53:13.021 | standard-attr-tag 2025-04-15 17:53:13.021 | standard-attr-timestamp 2025-04-15 17:53:13.021 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-15 17:53:13.022 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 17:53:13.024 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-15 17:53:13.026 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-15 17:53:13.029 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2025-04-15 17:53:14.286 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:14.289 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=622fc612-7491-4593-a073-8fdc8dced7b9 2025-04-15 17:53:14.291 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-15 17:53:14.294 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-15 17:53:14.296 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-15 17:53:14.298 | + functions-common:is_provider_network:2252 : return 1 2025-04-15 17:53:14.301 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2025-04-15 17:53:15.785 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:15.788 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=54c860b9-c123-4937-b739-537d0eddb9da 2025-04-15 17:53:15.791 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2025-04-15 17:53:15.794 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 17:53:15.809 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-15 17:53:15.812 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-15 17:53:15.815 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 622fc612-7491-4593-a073-8fdc8dced7b9 ']' 2025-04-15 17:53:15.817 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-15 17:53:15.819 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-15 17:53:15.822 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 622fc612-7491-4593-a073-8fdc8dced7b9 ' 2025-04-15 17:53:15.824 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-15 17:53:15.826 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network 54c860b9-c123-4937-b739-537d0eddb9da private-subnet' 2025-04-15 17:53:15.829 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-15 17:53:15.831 | +++ 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 622fc612-7491-4593-a073-8fdc8dced7b9 --network 54c860b9-c123-4937-b739-537d0eddb9da private-subnet -f value -c id 2025-04-15 17:53:17.314 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:17.317 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=e7878a12-7603-483f-8191-33eab6fac29f 2025-04-15 17:53:17.319 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2025-04-15 17:53:17.321 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 17:53:17.334 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo e7878a12-7603-483f-8191-33eab6fac29f 2025-04-15 17:53:17.336 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=e7878a12-7603-483f-8191-33eab6fac29f 2025-04-15 17:53:17.338 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-15 17:53:17.340 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-15 17:53:17.342 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-15 17:53:17.345 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-15 17:53:18.517 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:18.519 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 17:53:18.519 | address-scope 2025-04-15 17:53:18.519 | router-admin-state-down-before-update 2025-04-15 17:53:18.520 | agent 2025-04-15 17:53:18.520 | agent-resources-synced 2025-04-15 17:53:18.520 | allowed-address-pairs 2025-04-15 17:53:18.520 | auto-allocated-topology 2025-04-15 17:53:18.520 | availability_zone 2025-04-15 17:53:18.520 | availability_zone_filter 2025-04-15 17:53:18.520 | default-subnetpools 2025-04-15 17:53:18.520 | dhcp_agent_scheduler 2025-04-15 17:53:18.520 | dvr 2025-04-15 17:53:18.520 | empty-string-filtering 2025-04-15 17:53:18.520 | external-net 2025-04-15 17:53:18.520 | extra_dhcp_opt 2025-04-15 17:53:18.520 | extraroute 2025-04-15 17:53:18.520 | extraroute-atomic 2025-04-15 17:53:18.520 | filter-validation 2025-04-15 17:53:18.520 | floating-ip-port-forwarding-detail 2025-04-15 17:53:18.520 | fip-port-details 2025-04-15 17:53:18.520 | flavors 2025-04-15 17:53:18.520 | floatingip-pools 2025-04-15 17:53:18.520 | ip-substring-filtering 2025-04-15 17:53:18.520 | router 2025-04-15 17:53:18.520 | ext-gw-mode 2025-04-15 17:53:18.520 | l3-ha 2025-04-15 17:53:18.520 | l3-flavors 2025-04-15 17:53:18.520 | l3-port-ip-change-not-allowed 2025-04-15 17:53:18.520 | l3_agent_scheduler 2025-04-15 17:53:18.520 | multi-provider 2025-04-15 17:53:18.520 | net-mtu 2025-04-15 17:53:18.520 | net-mtu-writable 2025-04-15 17:53:18.520 | network_availability_zone 2025-04-15 17:53:18.520 | network_ha 2025-04-15 17:53:18.520 | network-ip-availability 2025-04-15 17:53:18.520 | pagination 2025-04-15 17:53:18.520 | port-device-profile 2025-04-15 17:53:18.520 | port-mac-override 2025-04-15 17:53:18.520 | port-mac-address-regenerate 2025-04-15 17:53:18.520 | port-numa-affinity-policy 2025-04-15 17:53:18.520 | binding 2025-04-15 17:53:18.520 | binding-extended 2025-04-15 17:53:18.520 | port-security 2025-04-15 17:53:18.520 | project-id 2025-04-15 17:53:18.520 | provider 2025-04-15 17:53:18.520 | quota-check-limit 2025-04-15 17:53:18.520 | quotas 2025-04-15 17:53:18.520 | quota_details 2025-04-15 17:53:18.520 | rbac-policies 2025-04-15 17:53:18.520 | rbac-address-group 2025-04-15 17:53:18.520 | rbac-address-scope 2025-04-15 17:53:18.520 | rbac-security-groups 2025-04-15 17:53:18.520 | rbac-subnetpool 2025-04-15 17:53:18.520 | revision-if-match 2025-04-15 17:53:18.520 | standard-attr-revisions 2025-04-15 17:53:18.520 | router_availability_zone 2025-04-15 17:53:18.520 | security-groups-default-rules 2025-04-15 17:53:18.520 | security-groups-normalized-cidr 2025-04-15 17:53:18.520 | port-security-groups-filtering 2025-04-15 17:53:18.520 | security-groups-remote-address-group 2025-04-15 17:53:18.520 | security-groups-shared-filtering 2025-04-15 17:53:18.520 | security-group 2025-04-15 17:53:18.520 | service-type 2025-04-15 17:53:18.520 | sorting 2025-04-15 17:53:18.520 | standard-attr-description 2025-04-15 17:53:18.520 | stateful-security-group 2025-04-15 17:53:18.520 | subnet_onboard 2025-04-15 17:53:18.520 | subnet-service-types 2025-04-15 17:53:18.520 | subnet_allocation 2025-04-15 17:53:18.520 | subnetpool-prefix-ops 2025-04-15 17:53:18.520 | standard-attr-tag 2025-04-15 17:53:18.520 | standard-attr-timestamp 2025-04-15 17:53:18.520 | nsxt-ops' 2025-04-15 17:53:18.523 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 17:53:18.523 | address-scope 2025-04-15 17:53:18.523 | router-admin-state-down-before-update 2025-04-15 17:53:18.523 | agent 2025-04-15 17:53:18.523 | agent-resources-synced 2025-04-15 17:53:18.523 | allowed-address-pairs 2025-04-15 17:53:18.523 | auto-allocated-topology 2025-04-15 17:53:18.523 | availability_zone 2025-04-15 17:53:18.523 | availability_zone_filter 2025-04-15 17:53:18.523 | default-subnetpools 2025-04-15 17:53:18.523 | dhcp_agent_scheduler 2025-04-15 17:53:18.523 | dvr 2025-04-15 17:53:18.523 | empty-string-filtering 2025-04-15 17:53:18.523 | external-net 2025-04-15 17:53:18.523 | extra_dhcp_opt 2025-04-15 17:53:18.523 | extraroute 2025-04-15 17:53:18.523 | extraroute-atomic 2025-04-15 17:53:18.523 | filter-validation 2025-04-15 17:53:18.523 | floating-ip-port-forwarding-detail 2025-04-15 17:53:18.523 | fip-port-details 2025-04-15 17:53:18.523 | flavors 2025-04-15 17:53:18.523 | floatingip-pools 2025-04-15 17:53:18.523 | ip-substring-filtering 2025-04-15 17:53:18.523 | router 2025-04-15 17:53:18.523 | ext-gw-mode 2025-04-15 17:53:18.523 | l3-ha 2025-04-15 17:53:18.523 | l3-flavors 2025-04-15 17:53:18.523 | l3-port-ip-change-not-allowed 2025-04-15 17:53:18.523 | l3_agent_scheduler 2025-04-15 17:53:18.523 | multi-provider 2025-04-15 17:53:18.523 | net-mtu 2025-04-15 17:53:18.523 | net-mtu-writable 2025-04-15 17:53:18.523 | network_availability_zone 2025-04-15 17:53:18.523 | network_ha 2025-04-15 17:53:18.523 | network-ip-availability 2025-04-15 17:53:18.523 | pagination 2025-04-15 17:53:18.523 | port-device-profile 2025-04-15 17:53:18.523 | port-mac-override 2025-04-15 17:53:18.523 | port-mac-address-regenerate 2025-04-15 17:53:18.523 | port-numa-affinity-policy 2025-04-15 17:53:18.523 | binding 2025-04-15 17:53:18.523 | binding-extended 2025-04-15 17:53:18.523 | port-security 2025-04-15 17:53:18.523 | project-id 2025-04-15 17:53:18.523 | provider 2025-04-15 17:53:18.523 | quota-check-limit 2025-04-15 17:53:18.523 | quotas 2025-04-15 17:53:18.523 | quota_details 2025-04-15 17:53:18.523 | rbac-policies 2025-04-15 17:53:18.523 | rbac-address-group 2025-04-15 17:53:18.523 | rbac-address-scope 2025-04-15 17:53:18.523 | rbac-security-groups 2025-04-15 17:53:18.523 | rbac-subnetpool 2025-04-15 17:53:18.523 | revision-if-match 2025-04-15 17:53:18.523 | standard-attr-revisions 2025-04-15 17:53:18.523 | router_availability_zone 2025-04-15 17:53:18.523 | security-groups-default-rules 2025-04-15 17:53:18.523 | security-groups-normalized-cidr 2025-04-15 17:53:18.523 | port-security-groups-filtering 2025-04-15 17:53:18.523 | security-groups-remote-address-group 2025-04-15 17:53:18.523 | security-groups-shared-filtering 2025-04-15 17:53:18.523 | security-group 2025-04-15 17:53:18.523 | service-type 2025-04-15 17:53:18.523 | sorting 2025-04-15 17:53:18.523 | standard-attr-description 2025-04-15 17:53:18.523 | stateful-security-group 2025-04-15 17:53:18.523 | subnet_onboard 2025-04-15 17:53:18.523 | subnet-service-types 2025-04-15 17:53:18.523 | subnet_allocation 2025-04-15 17:53:18.523 | subnetpool-prefix-ops 2025-04-15 17:53:18.523 | standard-attr-tag 2025-04-15 17:53:18.523 | standard-attr-timestamp 2025-04-15 17:53:18.523 | nsxt-ops =~ router ]] 2025-04-15 17:53:18.525 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 17:53:18.527 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-15 17:53:18.529 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-15 17:53:18.532 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-15 17:53:19.852 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:19.854 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 17:53:19.854 | address-scope 2025-04-15 17:53:19.854 | router-admin-state-down-before-update 2025-04-15 17:53:19.854 | agent 2025-04-15 17:53:19.854 | agent-resources-synced 2025-04-15 17:53:19.854 | allowed-address-pairs 2025-04-15 17:53:19.854 | auto-allocated-topology 2025-04-15 17:53:19.854 | availability_zone 2025-04-15 17:53:19.854 | availability_zone_filter 2025-04-15 17:53:19.854 | default-subnetpools 2025-04-15 17:53:19.854 | dhcp_agent_scheduler 2025-04-15 17:53:19.854 | dvr 2025-04-15 17:53:19.854 | empty-string-filtering 2025-04-15 17:53:19.854 | external-net 2025-04-15 17:53:19.855 | extra_dhcp_opt 2025-04-15 17:53:19.855 | extraroute 2025-04-15 17:53:19.855 | extraroute-atomic 2025-04-15 17:53:19.855 | filter-validation 2025-04-15 17:53:19.855 | floating-ip-port-forwarding-detail 2025-04-15 17:53:19.855 | fip-port-details 2025-04-15 17:53:19.855 | flavors 2025-04-15 17:53:19.855 | floatingip-pools 2025-04-15 17:53:19.855 | ip-substring-filtering 2025-04-15 17:53:19.855 | router 2025-04-15 17:53:19.855 | ext-gw-mode 2025-04-15 17:53:19.855 | l3-ha 2025-04-15 17:53:19.855 | l3-flavors 2025-04-15 17:53:19.855 | l3-port-ip-change-not-allowed 2025-04-15 17:53:19.855 | l3_agent_scheduler 2025-04-15 17:53:19.855 | multi-provider 2025-04-15 17:53:19.855 | net-mtu 2025-04-15 17:53:19.855 | net-mtu-writable 2025-04-15 17:53:19.855 | network_availability_zone 2025-04-15 17:53:19.855 | network_ha 2025-04-15 17:53:19.855 | network-ip-availability 2025-04-15 17:53:19.855 | pagination 2025-04-15 17:53:19.855 | port-device-profile 2025-04-15 17:53:19.855 | port-mac-override 2025-04-15 17:53:19.855 | port-mac-address-regenerate 2025-04-15 17:53:19.855 | port-numa-affinity-policy 2025-04-15 17:53:19.855 | binding 2025-04-15 17:53:19.855 | binding-extended 2025-04-15 17:53:19.855 | port-security 2025-04-15 17:53:19.855 | project-id 2025-04-15 17:53:19.855 | provider 2025-04-15 17:53:19.855 | quota-check-limit 2025-04-15 17:53:19.855 | quotas 2025-04-15 17:53:19.855 | quota_details 2025-04-15 17:53:19.855 | rbac-policies 2025-04-15 17:53:19.855 | rbac-address-group 2025-04-15 17:53:19.855 | rbac-address-scope 2025-04-15 17:53:19.855 | rbac-security-groups 2025-04-15 17:53:19.855 | rbac-subnetpool 2025-04-15 17:53:19.855 | revision-if-match 2025-04-15 17:53:19.855 | standard-attr-revisions 2025-04-15 17:53:19.855 | router_availability_zone 2025-04-15 17:53:19.855 | security-groups-default-rules 2025-04-15 17:53:19.855 | security-groups-normalized-cidr 2025-04-15 17:53:19.855 | port-security-groups-filtering 2025-04-15 17:53:19.855 | security-groups-remote-address-group 2025-04-15 17:53:19.855 | security-groups-shared-filtering 2025-04-15 17:53:19.855 | security-group 2025-04-15 17:53:19.855 | service-type 2025-04-15 17:53:19.855 | sorting 2025-04-15 17:53:19.855 | standard-attr-description 2025-04-15 17:53:19.855 | stateful-security-group 2025-04-15 17:53:19.855 | subnet_onboard 2025-04-15 17:53:19.855 | subnet-service-types 2025-04-15 17:53:19.855 | subnet_allocation 2025-04-15 17:53:19.855 | subnetpool-prefix-ops 2025-04-15 17:53:19.855 | standard-attr-tag 2025-04-15 17:53:19.855 | standard-attr-timestamp 2025-04-15 17:53:19.855 | nsxt-ops' 2025-04-15 17:53:19.858 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 17:53:19.858 | address-scope 2025-04-15 17:53:19.858 | router-admin-state-down-before-update 2025-04-15 17:53:19.858 | agent 2025-04-15 17:53:19.858 | agent-resources-synced 2025-04-15 17:53:19.858 | allowed-address-pairs 2025-04-15 17:53:19.858 | auto-allocated-topology 2025-04-15 17:53:19.858 | availability_zone 2025-04-15 17:53:19.858 | availability_zone_filter 2025-04-15 17:53:19.858 | default-subnetpools 2025-04-15 17:53:19.858 | dhcp_agent_scheduler 2025-04-15 17:53:19.858 | dvr 2025-04-15 17:53:19.858 | empty-string-filtering 2025-04-15 17:53:19.858 | external-net 2025-04-15 17:53:19.858 | extra_dhcp_opt 2025-04-15 17:53:19.858 | extraroute 2025-04-15 17:53:19.858 | extraroute-atomic 2025-04-15 17:53:19.858 | filter-validation 2025-04-15 17:53:19.858 | floating-ip-port-forwarding-detail 2025-04-15 17:53:19.858 | fip-port-details 2025-04-15 17:53:19.859 | flavors 2025-04-15 17:53:19.859 | floatingip-pools 2025-04-15 17:53:19.859 | ip-substring-filtering 2025-04-15 17:53:19.859 | router 2025-04-15 17:53:19.859 | ext-gw-mode 2025-04-15 17:53:19.859 | l3-ha 2025-04-15 17:53:19.859 | l3-flavors 2025-04-15 17:53:19.859 | l3-port-ip-change-not-allowed 2025-04-15 17:53:19.859 | l3_agent_scheduler 2025-04-15 17:53:19.859 | multi-provider 2025-04-15 17:53:19.859 | net-mtu 2025-04-15 17:53:19.859 | net-mtu-writable 2025-04-15 17:53:19.859 | network_availability_zone 2025-04-15 17:53:19.859 | network_ha 2025-04-15 17:53:19.859 | network-ip-availability 2025-04-15 17:53:19.859 | pagination 2025-04-15 17:53:19.859 | port-device-profile 2025-04-15 17:53:19.859 | port-mac-override 2025-04-15 17:53:19.859 | port-mac-address-regenerate 2025-04-15 17:53:19.859 | port-numa-affinity-policy 2025-04-15 17:53:19.859 | binding 2025-04-15 17:53:19.859 | binding-extended 2025-04-15 17:53:19.859 | port-security 2025-04-15 17:53:19.859 | project-id 2025-04-15 17:53:19.859 | provider 2025-04-15 17:53:19.859 | quota-check-limit 2025-04-15 17:53:19.859 | quotas 2025-04-15 17:53:19.859 | quota_details 2025-04-15 17:53:19.859 | rbac-policies 2025-04-15 17:53:19.859 | rbac-address-group 2025-04-15 17:53:19.859 | rbac-address-scope 2025-04-15 17:53:19.859 | rbac-security-groups 2025-04-15 17:53:19.859 | rbac-subnetpool 2025-04-15 17:53:19.859 | revision-if-match 2025-04-15 17:53:19.859 | standard-attr-revisions 2025-04-15 17:53:19.859 | router_availability_zone 2025-04-15 17:53:19.859 | security-groups-default-rules 2025-04-15 17:53:19.859 | security-groups-normalized-cidr 2025-04-15 17:53:19.859 | port-security-groups-filtering 2025-04-15 17:53:19.859 | security-groups-remote-address-group 2025-04-15 17:53:19.859 | security-groups-shared-filtering 2025-04-15 17:53:19.859 | security-group 2025-04-15 17:53:19.859 | service-type 2025-04-15 17:53:19.859 | sorting 2025-04-15 17:53:19.859 | standard-attr-description 2025-04-15 17:53:19.859 | stateful-security-group 2025-04-15 17:53:19.859 | subnet_onboard 2025-04-15 17:53:19.859 | subnet-service-types 2025-04-15 17:53:19.859 | subnet_allocation 2025-04-15 17:53:19.859 | subnetpool-prefix-ops 2025-04-15 17:53:19.859 | standard-attr-tag 2025-04-15 17:53:19.860 | standard-attr-timestamp 2025-04-15 17:53:19.860 | nsxt-ops =~ external-net ]] 2025-04-15 17:53:19.861 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 17:53:19.863 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-15 17:53:19.866 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2025-04-15 17:53:21.188 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:21.190 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=ea16072b-32ef-4f57-9aca-01d64340f6c6 2025-04-15 17:53:21.193 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-15 17:53:21.195 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 17:53:21.208 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-15 17:53:21.210 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-15 17:53:21.212 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-15 17:53:21.215 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-15 17:53:22.368 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:22.371 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 17:53:22.371 | address-scope 2025-04-15 17:53:22.371 | router-admin-state-down-before-update 2025-04-15 17:53:22.371 | agent 2025-04-15 17:53:22.371 | agent-resources-synced 2025-04-15 17:53:22.371 | allowed-address-pairs 2025-04-15 17:53:22.371 | auto-allocated-topology 2025-04-15 17:53:22.371 | availability_zone 2025-04-15 17:53:22.371 | availability_zone_filter 2025-04-15 17:53:22.371 | default-subnetpools 2025-04-15 17:53:22.371 | dhcp_agent_scheduler 2025-04-15 17:53:22.371 | dvr 2025-04-15 17:53:22.371 | empty-string-filtering 2025-04-15 17:53:22.371 | external-net 2025-04-15 17:53:22.371 | extra_dhcp_opt 2025-04-15 17:53:22.371 | extraroute 2025-04-15 17:53:22.371 | extraroute-atomic 2025-04-15 17:53:22.371 | filter-validation 2025-04-15 17:53:22.371 | floating-ip-port-forwarding-detail 2025-04-15 17:53:22.371 | fip-port-details 2025-04-15 17:53:22.371 | flavors 2025-04-15 17:53:22.371 | floatingip-pools 2025-04-15 17:53:22.371 | ip-substring-filtering 2025-04-15 17:53:22.371 | router 2025-04-15 17:53:22.371 | ext-gw-mode 2025-04-15 17:53:22.371 | l3-ha 2025-04-15 17:53:22.371 | l3-flavors 2025-04-15 17:53:22.371 | l3-port-ip-change-not-allowed 2025-04-15 17:53:22.371 | l3_agent_scheduler 2025-04-15 17:53:22.371 | multi-provider 2025-04-15 17:53:22.371 | net-mtu 2025-04-15 17:53:22.371 | net-mtu-writable 2025-04-15 17:53:22.371 | network_availability_zone 2025-04-15 17:53:22.371 | network_ha 2025-04-15 17:53:22.371 | network-ip-availability 2025-04-15 17:53:22.371 | pagination 2025-04-15 17:53:22.371 | port-device-profile 2025-04-15 17:53:22.371 | port-mac-override 2025-04-15 17:53:22.371 | port-mac-address-regenerate 2025-04-15 17:53:22.371 | port-numa-affinity-policy 2025-04-15 17:53:22.371 | binding 2025-04-15 17:53:22.371 | binding-extended 2025-04-15 17:53:22.371 | port-security 2025-04-15 17:53:22.371 | project-id 2025-04-15 17:53:22.371 | provider 2025-04-15 17:53:22.371 | quota-check-limit 2025-04-15 17:53:22.371 | quotas 2025-04-15 17:53:22.371 | quota_details 2025-04-15 17:53:22.371 | rbac-policies 2025-04-15 17:53:22.371 | rbac-address-group 2025-04-15 17:53:22.371 | rbac-address-scope 2025-04-15 17:53:22.371 | rbac-security-groups 2025-04-15 17:53:22.371 | rbac-subnetpool 2025-04-15 17:53:22.371 | revision-if-match 2025-04-15 17:53:22.371 | standard-attr-revisions 2025-04-15 17:53:22.371 | router_availability_zone 2025-04-15 17:53:22.371 | security-groups-default-rules 2025-04-15 17:53:22.371 | security-groups-normalized-cidr 2025-04-15 17:53:22.371 | port-security-groups-filtering 2025-04-15 17:53:22.371 | security-groups-remote-address-group 2025-04-15 17:53:22.371 | security-groups-shared-filtering 2025-04-15 17:53:22.371 | security-group 2025-04-15 17:53:22.371 | service-type 2025-04-15 17:53:22.371 | sorting 2025-04-15 17:53:22.371 | standard-attr-description 2025-04-15 17:53:22.371 | stateful-security-group 2025-04-15 17:53:22.371 | subnet_onboard 2025-04-15 17:53:22.371 | subnet-service-types 2025-04-15 17:53:22.371 | subnet_allocation 2025-04-15 17:53:22.371 | subnetpool-prefix-ops 2025-04-15 17:53:22.371 | standard-attr-tag 2025-04-15 17:53:22.371 | standard-attr-timestamp 2025-04-15 17:53:22.371 | nsxt-ops' 2025-04-15 17:53:22.374 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 17:53:22.374 | address-scope 2025-04-15 17:53:22.374 | router-admin-state-down-before-update 2025-04-15 17:53:22.374 | agent 2025-04-15 17:53:22.374 | agent-resources-synced 2025-04-15 17:53:22.374 | allowed-address-pairs 2025-04-15 17:53:22.374 | auto-allocated-topology 2025-04-15 17:53:22.374 | availability_zone 2025-04-15 17:53:22.374 | availability_zone_filter 2025-04-15 17:53:22.374 | default-subnetpools 2025-04-15 17:53:22.374 | dhcp_agent_scheduler 2025-04-15 17:53:22.374 | dvr 2025-04-15 17:53:22.374 | empty-string-filtering 2025-04-15 17:53:22.374 | external-net 2025-04-15 17:53:22.374 | extra_dhcp_opt 2025-04-15 17:53:22.374 | extraroute 2025-04-15 17:53:22.374 | extraroute-atomic 2025-04-15 17:53:22.374 | filter-validation 2025-04-15 17:53:22.374 | floating-ip-port-forwarding-detail 2025-04-15 17:53:22.374 | fip-port-details 2025-04-15 17:53:22.374 | flavors 2025-04-15 17:53:22.374 | floatingip-pools 2025-04-15 17:53:22.374 | ip-substring-filtering 2025-04-15 17:53:22.374 | router 2025-04-15 17:53:22.374 | ext-gw-mode 2025-04-15 17:53:22.374 | l3-ha 2025-04-15 17:53:22.374 | l3-flavors 2025-04-15 17:53:22.374 | l3-port-ip-change-not-allowed 2025-04-15 17:53:22.374 | l3_agent_scheduler 2025-04-15 17:53:22.374 | multi-provider 2025-04-15 17:53:22.374 | net-mtu 2025-04-15 17:53:22.374 | net-mtu-writable 2025-04-15 17:53:22.374 | network_availability_zone 2025-04-15 17:53:22.374 | network_ha 2025-04-15 17:53:22.374 | network-ip-availability 2025-04-15 17:53:22.374 | pagination 2025-04-15 17:53:22.374 | port-device-profile 2025-04-15 17:53:22.374 | port-mac-override 2025-04-15 17:53:22.374 | port-mac-address-regenerate 2025-04-15 17:53:22.374 | port-numa-affinity-policy 2025-04-15 17:53:22.374 | binding 2025-04-15 17:53:22.374 | binding-extended 2025-04-15 17:53:22.374 | port-security 2025-04-15 17:53:22.374 | project-id 2025-04-15 17:53:22.374 | provider 2025-04-15 17:53:22.374 | quota-check-limit 2025-04-15 17:53:22.374 | quotas 2025-04-15 17:53:22.374 | quota_details 2025-04-15 17:53:22.374 | rbac-policies 2025-04-15 17:53:22.374 | rbac-address-group 2025-04-15 17:53:22.374 | rbac-address-scope 2025-04-15 17:53:22.374 | rbac-security-groups 2025-04-15 17:53:22.374 | rbac-subnetpool 2025-04-15 17:53:22.374 | revision-if-match 2025-04-15 17:53:22.374 | standard-attr-revisions 2025-04-15 17:53:22.374 | router_availability_zone 2025-04-15 17:53:22.374 | security-groups-default-rules 2025-04-15 17:53:22.374 | security-groups-normalized-cidr 2025-04-15 17:53:22.374 | port-security-groups-filtering 2025-04-15 17:53:22.374 | security-groups-remote-address-group 2025-04-15 17:53:22.374 | security-groups-shared-filtering 2025-04-15 17:53:22.374 | security-group 2025-04-15 17:53:22.374 | service-type 2025-04-15 17:53:22.374 | sorting 2025-04-15 17:53:22.374 | standard-attr-description 2025-04-15 17:53:22.374 | stateful-security-group 2025-04-15 17:53:22.374 | subnet_onboard 2025-04-15 17:53:22.374 | subnet-service-types 2025-04-15 17:53:22.374 | subnet_allocation 2025-04-15 17:53:22.374 | subnetpool-prefix-ops 2025-04-15 17:53:22.374 | standard-attr-tag 2025-04-15 17:53:22.374 | standard-attr-timestamp 2025-04-15 17:53:22.374 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-15 17:53:22.376 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 17:53:22.377 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-15 17:53:22.379 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-15 17:53:22.382 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2025-04-15 17:53:23.757 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:23.760 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=be30ca3e-b2cc-4b82-8c12-82292db74f9b 2025-04-15 17:53:23.762 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2025-04-15 17:53:23.764 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 17:53:23.777 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-15 17:53:23.779 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-15 17:53:23.781 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet ea16072b-32ef-4f57-9aca-01d64340f6c6 e7878a12-7603-483f-8191-33eab6fac29f 2025-04-15 17:53:25.889 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-15 17:53:25.892 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 be30ca3e-b2cc-4b82-8c12-82292db74f9b 2025-04-15 17:53:25.894 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-15 17:53:25.896 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2025-04-15 17:53:25.897 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-15 17:53:25.900 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-15 17:53:25.902 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network be30ca3e-b2cc-4b82-8c12-82292db74f9b --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-15 17:53:25.903 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-15 17:53:25.905 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-15 17:53:25.909 | +++ 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 be30ca3e-b2cc-4b82-8c12-82292db74f9b --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-15 17:53:25.909 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-15 17:53:27.317 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:27.320 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-15 17:53:27.320 | | id | c875cf65-a54b-40a5-8715-c2fd059f7406 |' 2025-04-15 17:53:27.322 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2025-04-15 17:53:27.324 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 17:53:27.337 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' c875cf65-a54b-40a5-8715-c2fd059f7406 '|' 2025-04-15 17:53:27.339 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | c875cf65-a54b-40a5-8715-c2fd059f7406 |' 2025-04-15 17:53:27.341 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-15 17:53:27.344 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-15 17:53:27.344 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' c875cf65-a54b-40a5-8715-c2fd059f7406 '|' 2025-04-15 17:53:27.346 | ++ functions-common:get_field:789 : local data field 2025-04-15 17:53:27.348 | ++ functions-common:get_field:790 : read data 2025-04-15 17:53:27.350 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-15 17:53:27.352 | ++ functions-common:get_field:794 : field='$3' 2025-04-15 17:53:27.354 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | c875cf65-a54b-40a5-8715-c2fd059f7406 |' 2025-04-15 17:53:27.355 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-15 17:53:27.358 | ++ functions-common:get_field:790 : read data 2025-04-15 17:53:27.361 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-15 17:53:27.364 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-15 17:53:27.364 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' c875cf65-a54b-40a5-8715-c2fd059f7406 '|' 2025-04-15 17:53:27.366 | ++ functions-common:get_field:789 : local data field 2025-04-15 17:53:27.368 | ++ functions-common:get_field:790 : read data 2025-04-15 17:53:27.370 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-15 17:53:27.372 | ++ functions-common:get_field:794 : field='$6' 2025-04-15 17:53:27.374 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | c875cf65-a54b-40a5-8715-c2fd059f7406 |' 2025-04-15 17:53:27.374 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-15 17:53:27.379 | ++ functions-common:get_field:790 : read data 2025-04-15 17:53:27.381 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=c875cf65-a54b-40a5-8715-c2fd059f7406 2025-04-15 17:53:27.383 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway be30ca3e-b2cc-4b82-8c12-82292db74f9b ea16072b-32ef-4f57-9aca-01d64340f6c6 2025-04-15 17:53:29.365 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-15 17:53:29.367 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-15 17:53:29.380 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:29.382 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-15 17:53:29.384 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-15 17:53:29.386 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-15 17:53:29.389 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-15 17:53:29.391 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-15 17:53:29.393 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:149 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2025-04-15 17:53:29.405 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-15 17:53:29.408 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-15 17:53:29.410 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-15 17:53:29.412 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-15 17:53:29.414 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-15 17:53:29.416 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2025-04-15 17:53:29.418 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-15 17:53:29.420 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-15 17:53:29.422 | + functions-common:test_with_retry:2340 : local until=10 2025-04-15 17:53:29.424 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-15 17:53:29.426 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-15 17:53:29.427 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-15 17:53:29.429 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:29.431 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:29.434 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:29.437 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739609435 2025-04-15 17:53:29.439 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-04-15 17:53:29.445 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-15 17:53:29.447 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:29.449 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:29.450 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:29.452 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:29.454 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:29.456 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-15 17:53:29.458 | + functions-common:time_stop:2407 : start_time=1744739609435 2025-04-15 17:53:29.460 | + functions-common:time_stop:2409 : [[ -z 1744739609435 ]] 2025-04-15 17:53:29.462 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:29.465 | + functions-common:time_stop:2412 : end_time=1744739609463 2025-04-15 17:53:29.467 | + functions-common:time_stop:2413 : elapsed_time=28 2025-04-15 17:53:29.469 | + functions-common:time_stop:2414 : total=3063 2025-04-15 17:53:29.471 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:29.473 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3091 2025-04-15 17:53:29.477 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-15 17:53:29.477 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-15 17:53:29.481 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-15 17:53:29.483 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:53:29.485 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-15 17:53:29.487 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-15 17:53:29.490 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-15 17:53:29.490 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-15 17:53:29.491 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-15 17:53:29.491 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2025-04-15 17:53:30.649 | ++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:53:30.653 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.209 ' 2025-04-15 17:53:30.655 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-04-15 17:53:30.658 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-15 17:53:30.673 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-15 17:53:30.675 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:53:30.678 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-15 17:53:30.681 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-15 17:53:30.696 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:30.698 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-15 17:53:30.700 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:30.702 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-15 17:53:30.705 | + stack.sh:main:1343 : start_nova 2025-04-15 17:53:30.707 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-15 17:53:30.709 | + lib/nova:start_nova_rest:1093 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:30.711 | + lib/nova:start_nova_rest:1094 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:30.714 | + lib/nova:start_nova_rest:1094 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:30.716 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-15 17:53:30.718 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 17:53:30.720 | + functions-common:run_process:1654 : local service=n-sch 2025-04-15 17:53:30.722 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 17:53:30.724 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:30.726 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:30.728 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:30.731 | + functions-common:run_process:1660 : local name=n-sch 2025-04-15 17:53:30.733 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:30.735 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:30.737 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:30.740 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:30.742 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:30.746 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739610743 2025-04-15 17:53:30.748 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-15 17:53:30.762 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:30.764 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-04-15 17:53:30.766 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-15 17:53:30.768 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 17:53:30.770 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 17:53:30.772 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 17:53:30.775 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 17:53:30.777 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-15 17:53:30.779 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-15 17:53:30.781 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-15 17:53:30.783 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:30.785 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:30.787 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:30.789 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:30.792 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-15 17:53:30.794 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2025-04-15 17:53:30.796 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-15 17:53:30.798 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 17:53:30.800 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 17:53:30.802 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 17:53:30.804 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 17:53:30.806 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 17:53:30.808 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 17:53:30.810 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-15 17:53:30.812 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 17:53:30.815 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-04-15 17:53:30.865 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:30.915 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-15 17:53:30.958 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-15 17:53:31.000 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-15 17:53:31.042 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-15 17:53:31.083 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:31.125 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 17:53:31.127 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 17:53:31.130 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-15 17:53:31.182 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 17:53:31.431 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-15 17:53:31.441 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-15 17:53:31.672 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-15 17:53:31.699 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:31.702 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:31.704 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:31.706 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:31.709 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:31.710 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:31.712 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:31.714 | + functions-common:time_stop:2407 : start_time=1744739610743 2025-04-15 17:53:31.716 | + functions-common:time_stop:2409 : [[ -z 1744739610743 ]] 2025-04-15 17:53:31.719 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:31.723 | + functions-common:time_stop:2412 : end_time=1744739611720 2025-04-15 17:53:31.725 | + functions-common:time_stop:2413 : elapsed_time=977 2025-04-15 17:53:31.727 | + functions-common:time_stop:2414 : total=8658 2025-04-15 17:53:31.729 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:31.731 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9635 2025-04-15 17:53:31.733 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-15 17:53:31.736 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-15 17:53:31.739 | + lib/nova:start_nova_rest:1102 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 17:53:31.741 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-15 17:53:31.744 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 17:53:31.745 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:31.747 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:31.750 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:31.752 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-15 17:53:31.754 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:31.756 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:31.758 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:31.761 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:31.764 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:31.767 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739611764 2025-04-15 17:53:31.769 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-15 17:53:31.784 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:31.787 | + functions-common:run_process:1664 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2025-04-15 17:53:31.789 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-15 17:53:31.791 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 17:53:31.793 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 17:53:31.795 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 17:53:31.797 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-15 17:53:31.800 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-15 17:53:31.802 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-15 17:53:31.804 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-15 17:53:31.806 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:31.808 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:31.810 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:31.812 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:31.815 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-15 17:53:31.817 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 17:53:31.819 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:31.821 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 17:53:31.823 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-15 17:53:31.825 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:31.827 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 17:53:31.830 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 17:53:31.832 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 17:53:31.834 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-15 17:53:31.836 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 17:53:31.839 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2025-04-15 17:53:31.890 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:31.942 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2025-04-15 17:53:31.988 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-15 17:53:32.033 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:32.078 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:32.125 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-15 17:53:32.172 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-15 17:53:32.231 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-15 17:53:32.278 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-15 17:53:32.326 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-15 17:53:32.370 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 17:53:32.372 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 17:53:32.375 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-04-15 17:53:32.427 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 17:53:32.674 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-15 17:53:32.688 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-15 17:53:32.925 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-15 17:53:32.982 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:32.984 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:32.986 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:32.988 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:32.990 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:32.992 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:32.994 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:32.996 | + functions-common:time_stop:2407 : start_time=1744739611764 2025-04-15 17:53:32.998 | + functions-common:time_stop:2409 : [[ -z 1744739611764 ]] 2025-04-15 17:53:33.001 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:33.005 | + functions-common:time_stop:2412 : end_time=1744739613002 2025-04-15 17:53:33.007 | + functions-common:time_stop:2413 : elapsed_time=1238 2025-04-15 17:53:33.009 | + functions-common:time_stop:2414 : total=9635 2025-04-15 17:53:33.011 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:33.013 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10873 2025-04-15 17:53:33.015 | + lib/nova:start_nova_rest:1105 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:33.017 | + lib/nova:start_nova_rest:1105 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:33.019 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-15 17:53:33.021 | + lib/nova:start_nova_console_proxies:1120 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:33.024 | + lib/nova:start_nova_console_proxies:1122 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:33.026 | + lib/nova:start_nova_console_proxies:1122 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:33.028 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-15 17:53:33.030 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 17:53:33.032 | + lib/nova:start_nova_console_proxies:1127 : run_process n-novnc '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-15 17:53:33.034 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-15 17:53:33.036 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-15 17:53:33.038 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:33.040 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:33.042 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:33.044 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-15 17:53:33.046 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:33.049 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:33.051 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:33.053 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:33.055 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:33.059 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739613056 2025-04-15 17:53:33.061 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-15 17:53:33.074 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:33.076 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:33.078 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:33.080 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:33.082 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:33.084 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:33.086 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:33.088 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:33.090 | + functions-common:time_stop:2407 : start_time=1744739613056 2025-04-15 17:53:33.092 | + functions-common:time_stop:2409 : [[ -z 1744739613056 ]] 2025-04-15 17:53:33.094 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:33.098 | + functions-common:time_stop:2412 : end_time=1744739613095 2025-04-15 17:53:33.100 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-15 17:53:33.102 | + functions-common:time_stop:2414 : total=10873 2025-04-15 17:53:33.104 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:33.106 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10912 2025-04-15 17:53:33.108 | + lib/nova:start_nova_console_proxies:1128 : run_process n-spice '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-15 17:53:33.110 | + functions-common:run_process:1654 : local service=n-spice 2025-04-15 17:53:33.112 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-15 17:53:33.114 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:33.116 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:33.118 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:33.120 | + functions-common:run_process:1660 : local name=n-spice 2025-04-15 17:53:33.123 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:33.125 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:33.127 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:33.129 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:33.131 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:33.135 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739613133 2025-04-15 17:53:33.137 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-15 17:53:33.151 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:33.153 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:33.156 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:33.158 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:33.160 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:33.162 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:33.164 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:33.166 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:33.168 | + functions-common:time_stop:2407 : start_time=1744739613133 2025-04-15 17:53:33.170 | + functions-common:time_stop:2409 : [[ -z 1744739613133 ]] 2025-04-15 17:53:33.173 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:33.177 | + functions-common:time_stop:2412 : end_time=1744739613174 2025-04-15 17:53:33.179 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-15 17:53:33.181 | + functions-common:time_stop:2414 : total=10912 2025-04-15 17:53:33.184 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:33.186 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10953 2025-04-15 17:53:33.188 | + lib/nova:start_nova_console_proxies:1129 : run_process n-sproxy '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-15 17:53:33.190 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-15 17:53:33.192 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-15 17:53:33.194 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:33.196 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:33.197 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:33.200 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-15 17:53:33.202 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:33.204 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:33.206 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:33.208 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:33.211 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:33.215 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739613212 2025-04-15 17:53:33.217 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-15 17:53:33.231 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:33.234 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:33.236 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:33.238 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:33.240 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:33.243 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:33.245 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:33.247 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:33.249 | + functions-common:time_stop:2407 : start_time=1744739613212 2025-04-15 17:53:33.251 | + functions-common:time_stop:2409 : [[ -z 1744739613212 ]] 2025-04-15 17:53:33.255 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:33.258 | + functions-common:time_stop:2412 : end_time=1744739613256 2025-04-15 17:53:33.260 | + functions-common:time_stop:2413 : elapsed_time=44 2025-04-15 17:53:33.262 | + functions-common:time_stop:2414 : total=10953 2025-04-15 17:53:33.265 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:33.267 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10997 2025-04-15 17:53:33.269 | + lib/nova:start_nova_console_proxies:1141 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:33.271 | + lib/nova:start_nova_console_proxies:1141 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:33.274 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-15 17:53:33.276 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 17:53:33.278 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-15 17:53:33.278 | Starting nova-conductor in a cellsv1-compatible way 2025-04-15 17:53:33.280 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 17:53:33.282 | + functions-common:run_process:1654 : local service=n-cond 2025-04-15 17:53:33.284 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 17:53:33.286 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:33.288 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:33.290 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:33.292 | + functions-common:run_process:1660 : local name=n-cond 2025-04-15 17:53:33.294 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:33.296 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:33.298 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:33.301 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:33.303 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:33.307 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739613304 2025-04-15 17:53:33.309 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-15 17:53:33.322 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:33.325 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-04-15 17:53:33.327 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-15 17:53:33.329 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 17:53:33.331 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 17:53:33.333 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 17:53:33.335 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 17:53:33.337 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-15 17:53:33.339 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-15 17:53:33.342 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-15 17:53:33.344 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:33.346 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:33.348 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:33.350 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:33.352 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-15 17:53:33.354 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2025-04-15 17:53:33.357 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-15 17:53:33.359 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 17:53:33.361 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 17:53:33.363 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 17:53:33.365 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 17:53:33.367 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 17:53:33.369 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 17:53:33.371 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-15 17:53:33.373 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 17:53:33.377 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-04-15 17:53:33.440 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:33.492 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-15 17:53:33.536 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-15 17:53:33.579 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-15 17:53:33.619 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-15 17:53:33.660 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:33.702 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 17:53:33.704 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 17:53:33.706 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-15 17:53:33.756 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 17:53:34.006 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-15 17:53:34.016 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-15 17:53:34.250 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-15 17:53:34.272 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:34.275 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:34.277 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:34.279 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:34.281 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:34.283 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:34.285 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:34.287 | + functions-common:time_stop:2407 : start_time=1744739613304 2025-04-15 17:53:34.289 | + functions-common:time_stop:2409 : [[ -z 1744739613304 ]] 2025-04-15 17:53:34.292 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:34.295 | + functions-common:time_stop:2412 : end_time=1744739614293 2025-04-15 17:53:34.298 | + functions-common:time_stop:2413 : elapsed_time=989 2025-04-15 17:53:34.300 | + functions-common:time_stop:2414 : total=10997 2025-04-15 17:53:34.302 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:34.304 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11986 2025-04-15 17:53:34.306 | + lib/nova:start_nova_conductor:1157 : return 2025-04-15 17:53:34.308 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-15 17:53:34.310 | + lib/nova:start_nova_compute:1014 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:34.312 | + lib/nova:start_nova_compute:1015 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:34.315 | + lib/nova:start_nova_compute:1015 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:34.317 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-15 17:53:34.319 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-15 17:53:34.323 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-15 17:53:34.325 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:53:34.327 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-15 17:53:34.329 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-15 17:53:34.331 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-15 17:53:34.333 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-15 17:53:34.335 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-15 17:53:34.338 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-15 17:53:34.340 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-15 17:53:34.343 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-15 17:53:34.344 | + inc/meta-config:merge_config_file:164 : read a 2025-04-15 17:53:34.344 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-15 17:53:34.344 | BEGIN { 2025-04-15 17:53:34.344 | section = "" 2025-04-15 17:53:34.344 | last_section = "" 2025-04-15 17:53:34.344 | section_count = 0 2025-04-15 17:53:34.344 | } 2025-04-15 17:53:34.344 | /^\[.+\]/ { 2025-04-15 17:53:34.344 | gsub("[][]", "", $1); 2025-04-15 17:53:34.344 | section=$1 2025-04-15 17:53:34.344 | next 2025-04-15 17:53:34.344 | } 2025-04-15 17:53:34.344 | /^ *\#/ { 2025-04-15 17:53:34.344 | next 2025-04-15 17:53:34.344 | } 2025-04-15 17:53:34.344 | /^[^ \t]+/ { 2025-04-15 17:53:34.344 | # get offset of first = in $0 2025-04-15 17:53:34.344 | eq_idx = index($0, "=") 2025-04-15 17:53:34.344 | # extract attr & value from $0 2025-04-15 17:53:34.344 | attr = substr($0, 1, eq_idx - 1) 2025-04-15 17:53:34.344 | value = substr($0, eq_idx + 1) 2025-04-15 17:53:34.345 | # only need to strip trailing whitespace from attr 2025-04-15 17:53:34.345 | sub(/[ \t]*$/, "", attr) 2025-04-15 17:53:34.345 | # need to strip leading & trailing whitespace from value 2025-04-15 17:53:34.345 | sub(/^[ \t]*/, "", value) 2025-04-15 17:53:34.345 | sub(/[ \t]*$/, "", value) 2025-04-15 17:53:34.345 | 2025-04-15 17:53:34.345 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-15 17:53:34.345 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-15 17:53:34.345 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-15 17:53:34.345 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-15 17:53:34.345 | if (! (section, attr) in cfg_attr_count) { 2025-04-15 17:53:34.345 | if (section != last_section) { 2025-04-15 17:53:34.345 | cfg_section[section_count++] = section 2025-04-15 17:53:34.345 | last_section = section 2025-04-15 17:53:34.345 | } 2025-04-15 17:53:34.345 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-15 17:53:34.345 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-15 17:53:34.345 | 2025-04-15 17:53:34.345 | cfg_attr[section, attr, 0] = value 2025-04-15 17:53:34.345 | cfg_attr_count[section, attr] = 1 2025-04-15 17:53:34.345 | } else { 2025-04-15 17:53:34.345 | lno = cfg_attr_count[section, attr]++ 2025-04-15 17:53:34.345 | cfg_attr[section, attr, lno] = value 2025-04-15 17:53:34.345 | } 2025-04-15 17:53:34.345 | } 2025-04-15 17:53:34.345 | END { 2025-04-15 17:53:34.345 | # Process each section in order 2025-04-15 17:53:34.345 | for (sno = 0; sno < section_count; sno++) { 2025-04-15 17:53:34.345 | section = cfg_section[sno] 2025-04-15 17:53:34.345 | # The ini routines simply append a config item immediately 2025-04-15 17:53:34.345 | # after the section header. To keep the same order as defined 2025-04-15 17:53:34.345 | # in local.conf, invoke the ini routines in the reverse order 2025-04-15 17:53:34.345 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-15 17:53:34.345 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-15 17:53:34.345 | if (cfg_attr_count[section, attr] == 1) 2025-04-15 17:53:34.345 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-15 17:53:34.345 | else { 2025-04-15 17:53:34.345 | # For multiline, invoke the ini routines in the reverse order 2025-04-15 17:53:34.345 | count = cfg_attr_count[section, attr] 2025-04-15 17:53:34.345 | print "inidelete " configfile " " section " " attr 2025-04-15 17:53:34.345 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-15 17:53:34.345 | for (l = count -2; l >= 0; l--) 2025-04-15 17:53:34.345 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-15 17:53:34.345 | } 2025-04-15 17:53:34.345 | } 2025-04-15 17:53:34.345 | } 2025-04-15 17:53:34.345 | } 2025-04-15 17:53:34.345 | ' 2025-04-15 17:53:34.345 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:53:34.346 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-15 17:53:34.347 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-15 17:53:34.349 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-15 17:53:34.352 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:53:34.353 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-15 17:53:34.356 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-15 17:53:34.356 | BEGIN { group = "" } 2025-04-15 17:53:34.356 | /^\[\[.+\|.*\]\]/ { 2025-04-15 17:53:34.356 | gsub("[][]", "", $1); 2025-04-15 17:53:34.356 | split($1, a, "|"); 2025-04-15 17:53:34.356 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-15 17:53:34.356 | group=a[1] 2025-04-15 17:53:34.356 | } else { 2025-04-15 17:53:34.356 | group="" 2025-04-15 17:53:34.356 | } 2025-04-15 17:53:34.356 | next 2025-04-15 17:53:34.356 | } 2025-04-15 17:53:34.356 | { 2025-04-15 17:53:34.356 | if (group != "") 2025-04-15 17:53:34.356 | print $0 2025-04-15 17:53:34.356 | } 2025-04-15 17:53:34.356 | ' /opt/stack/devstack/local.conf 2025-04-15 17:53:34.361 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-15 17:53:34.363 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-15 17:53:34.363 | Skipping multi-cell conductor fleet setup 2025-04-15 17:53:34.365 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-15 17:53:34.381 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-15 17:53:34.397 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-15 17:53:34.399 | + lib/nova:configure_console_compute:672 : local offset 2025-04-15 17:53:34.401 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-15 17:53:34.403 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-15 17:53:34.405 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-15 17:53:34.422 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-15 17:53:34.424 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-15 17:53:34.437 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:34.439 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-15 17:53:34.454 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:34.456 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-15 17:53:34.458 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-15 17:53:34.485 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-15 17:53:34.499 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:34.501 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-15 17:53:34.514 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:34.516 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-15 17:53:34.542 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-15 17:53:34.544 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-15 17:53:34.546 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-15 17:53:34.548 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-15 17:53:34.550 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-15 17:53:34.552 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-15 17:53:34.554 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-15 17:53:34.556 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-15 17:53:34.571 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:34.573 | + lib/nova:start_nova_compute:1084 : run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-15 17:53:34.576 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-15 17:53:34.578 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-15 17:53:34.580 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:34.582 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:34.584 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:34.586 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-15 17:53:34.588 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:34.591 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:34.593 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:34.595 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:34.598 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:34.601 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739614599 2025-04-15 17:53:34.604 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-15 17:53:34.617 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:34.620 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:34.622 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:34.624 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:34.626 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:34.629 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:34.632 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:34.633 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:34.636 | + functions-common:time_stop:2407 : start_time=1744739614599 2025-04-15 17:53:34.638 | + functions-common:time_stop:2409 : [[ -z 1744739614599 ]] 2025-04-15 17:53:34.641 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:34.645 | + functions-common:time_stop:2412 : end_time=1744739614642 2025-04-15 17:53:34.647 | + functions-common:time_stop:2413 : elapsed_time=43 2025-04-15 17:53:34.649 | + functions-common:time_stop:2414 : total=11986 2025-04-15 17:53:34.652 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:34.653 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12029 2025-04-15 17:53:34.656 | + lib/nova:start_nova_compute:1087 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:34.659 | + lib/nova:start_nova_compute:1087 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-15 17:53:34.662 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-15 17:53:34.677 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:34.679 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-15 17:53:34.679 | Dumping cells_v2 mapping 2025-04-15 17:53:34.682 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-15 17:53:35.149 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 17:53:36.383 | INFO dbcounter [None req-e29862cf-517f-4abf-b1f0-38473febf6f5 None None] Registered counter for database nova_api 2025-04-15 17:53:36.394 | DEBUG dbcounter [-] [60509] Writer thread running {{(pid=60509) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:53:36.418 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-15 17:53:36.418 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-15 17:53:36.418 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-15 17:53:36.418 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-04-15 17:53:36.418 | | cell1 | 39b6e254-6afd-4b0a-a76d-0099f394262a | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2025-04-15 17:53:36.418 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-15 17:53:36.743 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-15 17:53:36.746 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-15 17:53:36.796 | + inc/async:async_inner:63 : create_flavors 2025-04-15 17:53:36.826 | [4245 Async create_flavors:60577]: running: create_flavors 2025-04-15 17:53:36.828 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-15 17:53:36.842 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:36.844 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-15 17:53:36.846 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:36.848 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-15 17:53:36.850 | + stack.sh:main:1348 : start_cinder 2025-04-15 17:53:36.852 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-15 17:53:36.854 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-15 17:53:36.856 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-15 17:53:36.858 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-15 17:53:36.871 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:36.874 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-15 17:53:36.876 | + lib/cinder:start_cinder:617 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-15 17:53:36.878 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-15 17:53:36.881 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-15 17:53:36.884 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 17:53:36.886 | + functions-common:run_process:1654 : local service=c-api 2025-04-15 17:53:36.888 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 17:53:36.890 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:36.892 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:36.894 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:36.897 | + functions-common:run_process:1660 : local name=c-api 2025-04-15 17:53:36.899 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:36.901 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:36.903 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:36.905 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:36.907 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:36.910 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739616908 2025-04-15 17:53:36.912 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-15 17:53:36.925 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:36.927 | + functions-common:run_process:1664 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2025-04-15 17:53:36.929 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-15 17:53:36.931 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 17:53:36.933 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 17:53:36.935 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 17:53:36.937 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-15 17:53:36.939 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-15 17:53:36.941 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-15 17:53:36.943 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-15 17:53:36.945 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:36.947 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:36.949 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:36.951 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:36.954 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-15 17:53:36.956 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 17:53:36.958 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:36.960 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 17:53:36.962 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-15 17:53:36.963 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:36.965 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 17:53:36.967 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 17:53:36.969 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 17:53:36.970 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-15 17:53:36.972 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 17:53:36.975 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2025-04-15 17:53:37.024 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:37.072 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-04-15 17:53:37.113 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-15 17:53:37.153 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:37.195 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:37.237 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-15 17:53:37.278 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-15 17:53:37.318 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-15 17:53:37.359 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-15 17:53:37.401 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-15 17:53:37.443 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 17:53:37.445 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 17:53:37.447 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-15 17:53:37.496 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 17:53:37.748 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-15 17:53:37.762 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-15 17:53:38.001 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-15 17:53:38.056 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:38.058 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:38.060 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:38.062 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:38.064 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:38.066 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:38.068 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:38.070 | + functions-common:time_stop:2407 : start_time=1744739616908 2025-04-15 17:53:38.072 | + functions-common:time_stop:2409 : [[ -z 1744739616908 ]] 2025-04-15 17:53:38.075 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:38.078 | + functions-common:time_stop:2412 : end_time=1744739618076 2025-04-15 17:53:38.080 | + functions-common:time_stop:2413 : elapsed_time=1168 2025-04-15 17:53:38.082 | + functions-common:time_stop:2414 : total=12029 2025-04-15 17:53:38.084 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:38.086 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13197 2025-04-15 17:53:38.089 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-15 17:53:38.091 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-15 17:53:38.091 | Waiting for Cinder API to start... 2025-04-15 17:53:38.093 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-15 17:53:38.095 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 17:53:38.097 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-15 17:53:38.099 | + functions:wait_for_service:470 : local rval=0 2025-04-15 17:53:38.100 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 17:53:38.102 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 17:53:38.104 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:38.106 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:38.110 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:38.113 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739618111 2025-04-15 17:53:38.115 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 17:53:38.119 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-15 17:53:40.009 | + :: : [[ 401 == 503 ]] 2025-04-15 17:53:40.010 | + :: : [[ 0 -eq 7 ]] 2025-04-15 17:53:40.013 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 17:53:40.015 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:40.017 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:40.019 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:40.021 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:40.023 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:40.025 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 17:53:40.027 | + functions-common:time_stop:2407 : start_time=1744739618111 2025-04-15 17:53:40.029 | + functions-common:time_stop:2409 : [[ -z 1744739618111 ]] 2025-04-15 17:53:40.033 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:40.036 | + functions-common:time_stop:2412 : end_time=1744739620034 2025-04-15 17:53:40.038 | + functions-common:time_stop:2413 : elapsed_time=1923 2025-04-15 17:53:40.040 | + functions-common:time_stop:2414 : total=6120 2025-04-15 17:53:40.042 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:40.044 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8043 2025-04-15 17:53:40.046 | + functions:wait_for_service:478 : return 0 2025-04-15 17:53:40.048 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:40.050 | + functions-common:run_process:1654 : local service=c-sch 2025-04-15 17:53:40.052 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:40.054 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:40.056 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:40.058 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:40.060 | + functions-common:run_process:1660 : local name=c-sch 2025-04-15 17:53:40.062 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:40.064 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:40.066 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:40.068 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:40.071 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:40.074 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739620072 2025-04-15 17:53:40.076 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-15 17:53:40.090 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:40.093 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-04-15 17:53:40.094 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-15 17:53:40.097 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:40.098 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:40.100 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:40.103 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:40.105 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-15 17:53:40.107 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-15 17:53:40.109 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-15 17:53:40.111 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:40.113 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:40.115 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:40.117 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:40.119 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-15 17:53:40.121 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2025-04-15 17:53:40.123 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-15 17:53:40.125 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:40.127 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 17:53:40.129 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 17:53:40.131 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-15 17:53:40.133 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 17:53:40.135 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 17:53:40.137 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-15 17:53:40.139 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 17:53:40.142 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-04-15 17:53:40.193 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:40.243 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-15 17:53:40.286 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:40.328 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-15 17:53:40.370 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-15 17:53:40.412 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:40.455 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-15 17:53:40.457 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 17:53:40.459 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-15 17:53:40.510 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 17:53:40.768 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-15 17:53:40.778 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-15 17:53:41.019 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-15 17:53:41.049 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:41.051 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:41.053 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:41.055 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:41.057 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:41.060 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:41.062 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:41.064 | + functions-common:time_stop:2407 : start_time=1744739620072 2025-04-15 17:53:41.066 | + functions-common:time_stop:2409 : [[ -z 1744739620072 ]] 2025-04-15 17:53:41.069 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:41.072 | + functions-common:time_stop:2412 : end_time=1744739621070 2025-04-15 17:53:41.074 | + functions-common:time_stop:2413 : elapsed_time=998 2025-04-15 17:53:41.076 | + functions-common:time_stop:2414 : total=13197 2025-04-15 17:53:41.078 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:41.080 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14195 2025-04-15 17:53:41.083 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 17:53:41.085 | + lib/cinder:start_cinder:642 : run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 17:53:41.087 | + functions-common:run_process:1654 : local service=c-bak 2025-04-15 17:53:41.089 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:41.091 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:41.093 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:41.095 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 17:53:41.097 | + functions-common:run_process:1660 : local name=c-bak 2025-04-15 17:53:41.099 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:41.101 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:41.103 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:41.105 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:41.107 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:41.111 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739621109 2025-04-15 17:53:41.113 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-15 17:53:41.127 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:41.129 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:41.131 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:41.133 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:41.135 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:41.137 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:41.139 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:41.142 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:41.144 | + functions-common:time_stop:2407 : start_time=1744739621109 2025-04-15 17:53:41.146 | + functions-common:time_stop:2409 : [[ -z 1744739621109 ]] 2025-04-15 17:53:41.149 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:41.152 | + functions-common:time_stop:2412 : end_time=1744739621150 2025-04-15 17:53:41.155 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-15 17:53:41.158 | + functions-common:time_stop:2414 : total=14195 2025-04-15 17:53:41.159 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:41.161 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14236 2025-04-15 17:53:41.164 | + lib/cinder:start_cinder:643 : run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 17:53:41.166 | + functions-common:run_process:1654 : local service=c-vol 2025-04-15 17:53:41.168 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:41.170 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:41.172 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:41.174 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 17:53:41.176 | + functions-common:run_process:1660 : local name=c-vol 2025-04-15 17:53:41.178 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:41.180 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:41.182 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:41.184 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:41.187 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:41.190 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739621188 2025-04-15 17:53:41.192 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-15 17:53:41.206 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:41.208 | + functions-common:run_process:1664 : _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 17:53:41.210 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-15 17:53:41.212 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:41.214 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:41.216 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:41.218 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:41.220 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-15 17:53:41.222 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-15 17:53:41.224 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-15 17:53:41.226 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:41.228 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:41.231 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:41.233 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 17:53:41.235 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-15 17:53:41.237 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 17:53:41.240 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-15 17:53:41.242 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:41.244 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-15 17:53:41.246 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-15 17:53:41.248 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 17:53:41.250 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-15 17:53:41.252 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-15 17:53:41.254 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-15 17:53:41.256 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-15 17:53:41.259 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-04-15 17:53:41.310 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:41.359 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-15 17:53:41.402 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-15 17:53:41.444 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-15 17:53:41.487 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-15 17:53:41.529 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:41.573 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-15 17:53:41.575 | + functions-common:write_user_unit_file:1538 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-15 17:53:41.619 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-15 17:53:41.621 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-15 17:53:41.672 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-15 17:53:41.911 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-15 17:53:41.921 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-15 17:53:42.170 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-15 17:53:42.189 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:42.192 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:42.194 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:42.196 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:42.198 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:42.200 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:42.202 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:42.204 | + functions-common:time_stop:2407 : start_time=1744739621188 2025-04-15 17:53:42.206 | + functions-common:time_stop:2409 : [[ -z 1744739621188 ]] 2025-04-15 17:53:42.208 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:42.212 | + functions-common:time_stop:2412 : end_time=1744739622209 2025-04-15 17:53:42.214 | + functions-common:time_stop:2413 : elapsed_time=1021 2025-04-15 17:53:42.216 | + functions-common:time_stop:2414 : total=14236 2025-04-15 17:53:42.218 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:42.220 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15257 2025-04-15 17:53:42.222 | + stack.sh:main:1349 : create_volume_types 2025-04-15 17:53:42.224 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-15 17:53:42.238 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:42.240 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-15 17:53:42.242 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-15 17:53:42.244 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-15 17:53:42.246 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-15 17:53:42.248 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-15 17:53:42.251 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-15 17:53:42.253 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-15 17:53:42.255 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-15 17:53:42.257 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-15 17:53:42.272 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:42.274 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-15 17:53:44.159 | +-------------+--------------------------------------+ 2025-04-15 17:53:44.159 | | Field | Value | 2025-04-15 17:53:44.159 | +-------------+--------------------------------------+ 2025-04-15 17:53:44.159 | | description | None | 2025-04-15 17:53:44.159 | | id | c9b6363b-3825-4ce4-b4d6-bea639542975 | 2025-04-15 17:53:44.159 | | is_public | True | 2025-04-15 17:53:44.159 | | name | vsphere | 2025-04-15 17:53:44.159 | | properties | volume_backend_name='vsphere' | 2025-04-15 17:53:44.159 | +-------------+--------------------------------------+ 2025-04-15 17:53:44.305 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-15 17:53:44.308 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-15 17:53:44.310 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-15 17:53:44.312 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-15 17:53:44.327 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:44.329 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-15 17:53:44.331 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:44.334 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-15 17:53:44.336 | + stack.sh:main:1364 : start_glance 2025-04-15 17:53:44.338 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-15 17:53:44.340 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-15 17:53:44.355 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:44.357 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-15 17:53:44.360 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-15 17:53:44.364 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 17:53:44.366 | + functions-common:run_process:1654 : local service=g-api 2025-04-15 17:53:44.368 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 17:53:44.370 | + functions-common:run_process:1656 : local group= 2025-04-15 17:53:44.372 | + functions-common:run_process:1657 : local user= 2025-04-15 17:53:44.374 | + functions-common:run_process:1658 : local env_vars= 2025-04-15 17:53:44.376 | + functions-common:run_process:1660 : local name=g-api 2025-04-15 17:53:44.378 | + functions-common:run_process:1662 : time_start run_process 2025-04-15 17:53:44.380 | + functions-common:time_start:2386 : local name=run_process 2025-04-15 17:53:44.382 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:44.384 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:44.387 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:44.391 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739624388 2025-04-15 17:53:44.394 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-15 17:53:44.408 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:44.410 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-04-15 17:53:44.412 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-15 17:53:44.414 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 17:53:44.416 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 17:53:44.418 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 17:53:44.421 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-15 17:53:44.423 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-15 17:53:44.425 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-15 17:53:44.427 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-15 17:53:44.429 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-15 17:53:44.431 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-15 17:53:44.433 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-15 17:53:44.436 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-15 17:53:44.438 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-15 17:53:44.440 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-15 17:53:44.442 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:44.444 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-15 17:53:44.446 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-15 17:53:44.448 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:44.450 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-15 17:53:44.452 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-15 17:53:44.454 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-15 17:53:44.456 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-15 17:53:44.458 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-15 17:53:44.461 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2025-04-15 17:53:44.511 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-15 17:53:44.562 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-04-15 17:53:44.608 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-15 17:53:44.649 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-15 17:53:44.696 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-15 17:53:44.739 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-15 17:53:44.783 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-15 17:53:44.829 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-15 17:53:44.871 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-15 17:53:44.914 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-15 17:53:44.956 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-15 17:53:44.958 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-15 17:53:44.960 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-15 17:53:45.012 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-15 17:53:45.258 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-15 17:53:45.268 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-15 17:53:45.514 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-15 17:53:45.569 | + functions-common:run_process:1666 : time_stop run_process 2025-04-15 17:53:45.571 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:45.573 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:45.575 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:45.577 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:45.580 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:45.582 | + functions-common:time_stop:2406 : name=run_process 2025-04-15 17:53:45.584 | + functions-common:time_stop:2407 : start_time=1744739624388 2025-04-15 17:53:45.587 | + functions-common:time_stop:2409 : [[ -z 1744739624388 ]] 2025-04-15 17:53:45.589 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:45.592 | + functions-common:time_stop:2412 : end_time=1744739625590 2025-04-15 17:53:45.595 | + functions-common:time_stop:2413 : elapsed_time=1202 2025-04-15 17:53:45.597 | + functions-common:time_stop:2414 : total=15257 2025-04-15 17:53:45.599 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:45.603 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16459 2025-04-15 17:53:45.605 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-15 17:53:45.622 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:45.624 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-15 17:53:45.625 | Waiting for g-api (10.180.1.21) to start... 2025-04-15 17:53:45.627 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-15 17:53:45.629 | + functions:wait_for_service:468 : local timeout=60 2025-04-15 17:53:45.631 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-15 17:53:45.633 | + functions:wait_for_service:470 : local rval=0 2025-04-15 17:53:45.635 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-15 17:53:45.637 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-15 17:53:45.639 | + functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:45.641 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:45.644 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:45.647 | + functions-common:time_start:2391 : _TIME_START[$name]=1744739625645 2025-04-15 17:53:45.649 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-15 17:53:45.653 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-15 17:53:47.620 | + :: : [[ 300 == 503 ]] 2025-04-15 17:53:47.622 | + :: : [[ 0 -eq 7 ]] 2025-04-15 17:53:47.625 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-15 17:53:47.628 | + functions-common:time_stop:2400 : local name 2025-04-15 17:53:47.630 | + functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:47.632 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:47.634 | + functions-common:time_stop:2403 : local total 2025-04-15 17:53:47.636 | + functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:47.638 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-15 17:53:47.640 | + functions-common:time_stop:2407 : start_time=1744739625645 2025-04-15 17:53:47.642 | + functions-common:time_stop:2409 : [[ -z 1744739625645 ]] 2025-04-15 17:53:47.645 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:47.649 | + functions-common:time_stop:2412 : end_time=1744739627646 2025-04-15 17:53:47.651 | + functions-common:time_stop:2413 : elapsed_time=2001 2025-04-15 17:53:47.653 | + functions-common:time_stop:2414 : total=8043 2025-04-15 17:53:47.655 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:47.658 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10044 2025-04-15 17:53:47.660 | + functions:wait_for_service:478 : return 0 2025-04-15 17:53:47.662 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-15 17:53:47.678 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:47.680 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-15 17:53:47.696 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:47.698 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-15 17:53:47.700 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:47.702 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-15 17:53:47.704 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-15 17:53:47.707 | + stack.sh:main:1382 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.709 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.710 | + functions:upload_image:134 : local image image_fname image_name 2025-04-15 17:53:47.712 | + functions:upload_image:136 : local max_attempts=5 2025-04-15 17:53:47.714 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-15 17:53:47.718 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.721 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.723 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-15 17:53:47.724 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-15 17:53:47.727 | ++ functions:upload_image:144 : seq 5 2025-04-15 17:53:47.730 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-15 17:53:47.731 | + functions:upload_image:145 : local rc=0 2025-04-15 17:53:47.733 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.736 | --2025-04-15 17:53:47-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-15 17:53:47.741 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-15 17:53:47.742 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-15 17:53:47.787 | HTTP request sent, awaiting response... 200 OK 2025-04-15 17:53:47.787 | Length: 21318656 (20M) [application/octet-stream] 2025-04-15 17:53:47.787 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-15 17:53:47.794 | 2025-04-15 17:53:47.889 | 0K ........ ........ .... 100% 202M=0.1s 2025-04-15 17:53:47.889 | 2025-04-15 17:53:47.889 | 2025-04-15 17:53:47 (202 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-15 17:53:47.889 | 2025-04-15 17:53:47.891 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-15 17:53:47.893 | + functions:upload_image:155 : break 2025-04-15 17:53:47.895 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.897 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-15 17:53:47.899 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-15 17:53:47.901 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-15 17:53:47.903 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-15 17:53:47.905 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-15 17:53:47.907 | + functions:upload_image:196 : local path_len 2025-04-15 17:53:47.909 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-15 17:53:47.912 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.912 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.916 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-15 17:53:47.918 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-15 17:53:47.920 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-15 17:53:47.922 | + functions:upload_image:205 : local vmdk_create_type 2025-04-15 17:53:47.925 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.925 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.929 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-15 17:53:47.931 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-15 17:53:47.933 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-15 17:53:47.935 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-15 17:53:47.936 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-15 17:53:47.938 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-15 17:53:47.940 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-15 17:53:47.942 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-15 17:53:47.944 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-15 17:53:47.948 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-15 17:53:47.948 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-15 17:53:47.952 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-15 17:53:47.954 | + functions:upload_image:284 : IFS=':;' 2025-04-15 17:53:47.956 | + functions:upload_image:284 : read -a props 2025-04-15 17:53:47.958 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-15 17:53:47.960 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-15 17:53:47.962 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-15 17:53:47.964 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-15 17:53:47.966 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-15 17:53:47.967 | + functions:_upload_image:105 : shift 2025-04-15 17:53:47.969 | + functions:_upload_image:106 : local container=bare 2025-04-15 17:53:47.971 | + functions:_upload_image:107 : shift 2025-04-15 17:53:47.973 | + functions:_upload_image:108 : local disk=vmdk 2025-04-15 17:53:47.975 | + functions:_upload_image:109 : shift 2025-04-15 17:53:47.976 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-15 17:53:47.978 | + functions:_upload_image:111 : shift 2025-04-15 17:53:47.980 | + functions:_upload_image:112 : local properties 2025-04-15 17:53:47.982 | + functions:_upload_image:113 : local useimport 2025-04-15 17:53:47.984 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-15 17:53:47.986 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-15 17:53:47.988 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-15 17:53:47.990 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-15 17:53:47.991 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-15 17:53:47.993 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-15 17:53:47.995 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-15 17:53:47.997 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-15 17:53:47.998 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-15 17:53:48.001 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-15 17:53:48.003 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-15 17:53:48.005 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-15 17:53:50.297 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-15 17:53:50.297 | | Field | Value | 2025-04-15 17:53:50.297 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-15 17:53:50.297 | | container_format | bare | 2025-04-15 17:53:50.297 | | created_at | 2025-04-15T17:53:49Z | 2025-04-15 17:53:50.297 | | disk_format | vmdk | 2025-04-15 17:53:50.297 | | file | /v2/images/a7c0f081-4dbc-4d84-a332-1fafe896329f/file | 2025-04-15 17:53:50.297 | | id | a7c0f081-4dbc-4d84-a332-1fafe896329f | 2025-04-15 17:53:50.297 | | min_disk | 0 | 2025-04-15 17:53:50.297 | | min_ram | 0 | 2025-04-15 17:53:50.297 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-15 17:53:50.297 | | owner | d71b872eef9e45f9b3af43c6d6442489 | 2025-04-15 17:53:50.297 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2025-04-15 17:53:50.297 | | protected | False | 2025-04-15 17:53:50.297 | | schema | /v2/schemas/image | 2025-04-15 17:53:50.297 | | status | queued | 2025-04-15 17:53:50.297 | | tags | | 2025-04-15 17:53:50.297 | | updated_at | 2025-04-15T17:53:49Z | 2025-04-15 17:53:50.297 | | visibility | public | 2025-04-15 17:53:50.297 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-15 17:53:50.438 | + functions:upload_image:291 : return 2025-04-15 17:53:50.440 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-15 17:53:50.479 | [4245 Async create_flavors:60577]: Waiting for completion of create_flavors running on PID 60577 (2 other jobs running) 2025-04-15 17:53:50.499 | [4245 Async create_flavors:60577]: Signaling child to exit 2025-04-15 17:53:51.454 | + inc/async:async_inner:64 : rc=0 2025-04-15 17:53:51.473 | [60577 Async create_flavors:60577]: finished successfully 2025-04-15 17:53:51.490 | WAKEUP 2025-04-15 17:53:51.508 | [4245 Async create_flavors:60577]: Signaled 2025-04-15 17:53:51.508 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-15 17:53:51.509 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:51.509 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-15 17:53:51.509 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-15 17:53:51.509 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2025-04-15 17:53:51.509 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.509 | | Field | Value | 2025-04-15 17:53:51.509 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.509 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:53:51.509 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:53:51.509 | | description | None | 2025-04-15 17:53:51.509 | | disk | 1 | 2025-04-15 17:53:51.509 | | id | c1 | 2025-04-15 17:53:51.509 | | name | cirros256 | 2025-04-15 17:53:51.509 | | os-flavor-access:is_public | True | 2025-04-15 17:53:51.509 | | properties | hw_rng:allowed='True' | 2025-04-15 17:53:51.509 | | ram | 256 | 2025-04-15 17:53:51.509 | | rxtx_factor | 1.0 | 2025-04-15 17:53:51.509 | | swap | 0 | 2025-04-15 17:53:51.509 | | vcpus | 1 | 2025-04-15 17:53:51.509 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.509 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2025-04-15 17:53:51.509 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.509 | | Field | Value | 2025-04-15 17:53:51.509 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.509 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:53:51.509 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:53:51.509 | | description | None | 2025-04-15 17:53:51.509 | | disk | 5 | 2025-04-15 17:53:51.509 | | id | d1 | 2025-04-15 17:53:51.509 | | name | ds512M | 2025-04-15 17:53:51.509 | | os-flavor-access:is_public | True | 2025-04-15 17:53:51.509 | | properties | hw_rng:allowed='True' | 2025-04-15 17:53:51.509 | | ram | 512 | 2025-04-15 17:53:51.510 | | rxtx_factor | 1.0 | 2025-04-15 17:53:51.510 | | swap | 0 | 2025-04-15 17:53:51.510 | | vcpus | 1 | 2025-04-15 17:53:51.510 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.510 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2025-04-15 17:53:51.510 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.510 | | Field | Value | 2025-04-15 17:53:51.510 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.510 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:53:51.510 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:53:51.510 | | description | None | 2025-04-15 17:53:51.510 | | disk | 10 | 2025-04-15 17:53:51.510 | | id | d2 | 2025-04-15 17:53:51.510 | | name | ds1G | 2025-04-15 17:53:51.510 | | os-flavor-access:is_public | True | 2025-04-15 17:53:51.510 | | properties | hw_rng:allowed='True' | 2025-04-15 17:53:51.510 | | ram | 1024 | 2025-04-15 17:53:51.510 | | rxtx_factor | 1.0 | 2025-04-15 17:53:51.510 | | swap | 0 | 2025-04-15 17:53:51.510 | | vcpus | 1 | 2025-04-15 17:53:51.510 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.510 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2025-04-15 17:53:51.510 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.510 | | Field | Value | 2025-04-15 17:53:51.510 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.510 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:53:51.510 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:53:51.510 | | description | None | 2025-04-15 17:53:51.510 | | disk | 10 | 2025-04-15 17:53:51.510 | | id | d3 | 2025-04-15 17:53:51.510 | | name | ds2G | 2025-04-15 17:53:51.510 | | os-flavor-access:is_public | True | 2025-04-15 17:53:51.510 | | properties | hw_rng:allowed='True' | 2025-04-15 17:53:51.510 | | ram | 2048 | 2025-04-15 17:53:51.510 | | rxtx_factor | 1.0 | 2025-04-15 17:53:51.510 | | swap | 0 | 2025-04-15 17:53:51.510 | | vcpus | 2 | 2025-04-15 17:53:51.510 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.510 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2025-04-15 17:53:51.510 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.510 | | Field | Value | 2025-04-15 17:53:51.510 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.510 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:53:51.510 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:53:51.510 | | description | None | 2025-04-15 17:53:51.510 | | disk | 20 | 2025-04-15 17:53:51.510 | | id | d4 | 2025-04-15 17:53:51.511 | | name | ds4G | 2025-04-15 17:53:51.511 | | os-flavor-access:is_public | True | 2025-04-15 17:53:51.511 | | properties | hw_rng:allowed='True' | 2025-04-15 17:53:51.511 | | ram | 4096 | 2025-04-15 17:53:51.511 | | rxtx_factor | 1.0 | 2025-04-15 17:53:51.511 | | swap | 0 | 2025-04-15 17:53:51.511 | | vcpus | 4 | 2025-04-15 17:53:51.511 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.511 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-15 17:53:51.511 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-15 17:53:51.511 | + lib/nova:create_flavors:1266 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2025-04-15 17:53:51.511 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.511 | | Field | Value | 2025-04-15 17:53:51.511 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.511 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:53:51.511 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:53:51.511 | | description | None | 2025-04-15 17:53:51.511 | | disk | 1 | 2025-04-15 17:53:51.511 | | id | 1 | 2025-04-15 17:53:51.511 | | name | m1.tiny | 2025-04-15 17:53:51.511 | | os-flavor-access:is_public | True | 2025-04-15 17:53:51.511 | | properties | hw_rng:allowed='True' | 2025-04-15 17:53:51.511 | | ram | 512 | 2025-04-15 17:53:51.511 | | rxtx_factor | 1.0 | 2025-04-15 17:53:51.511 | | swap | 0 | 2025-04-15 17:53:51.511 | | vcpus | 1 | 2025-04-15 17:53:51.511 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.511 | + lib/nova:create_flavors:1267 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2025-04-15 17:53:51.511 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.511 | | Field | Value | 2025-04-15 17:53:51.511 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.511 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:53:51.511 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:53:51.511 | | description | None | 2025-04-15 17:53:51.511 | | disk | 20 | 2025-04-15 17:53:51.511 | | id | 2 | 2025-04-15 17:53:51.511 | | name | m1.small | 2025-04-15 17:53:51.511 | | os-flavor-access:is_public | True | 2025-04-15 17:53:51.511 | | properties | hw_rng:allowed='True' | 2025-04-15 17:53:51.511 | | ram | 2048 | 2025-04-15 17:53:51.511 | | rxtx_factor | 1.0 | 2025-04-15 17:53:51.511 | | swap | 0 | 2025-04-15 17:53:51.511 | | vcpus | 1 | 2025-04-15 17:53:51.511 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.511 | + lib/nova:create_flavors:1268 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2025-04-15 17:53:51.511 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.511 | | Field | Value | 2025-04-15 17:53:51.511 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.511 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:53:51.511 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:53:51.511 | | description | None | 2025-04-15 17:53:51.512 | | disk | 40 | 2025-04-15 17:53:51.512 | | id | 3 | 2025-04-15 17:53:51.512 | | name | m1.medium | 2025-04-15 17:53:51.512 | | os-flavor-access:is_public | True | 2025-04-15 17:53:51.512 | | properties | hw_rng:allowed='True' | 2025-04-15 17:53:51.512 | | ram | 4096 | 2025-04-15 17:53:51.512 | | rxtx_factor | 1.0 | 2025-04-15 17:53:51.512 | | swap | 0 | 2025-04-15 17:53:51.512 | | vcpus | 2 | 2025-04-15 17:53:51.512 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.512 | + lib/nova:create_flavors:1269 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2025-04-15 17:53:51.512 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.512 | | Field | Value | 2025-04-15 17:53:51.512 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.512 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:53:51.512 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:53:51.512 | | description | None | 2025-04-15 17:53:51.512 | | disk | 80 | 2025-04-15 17:53:51.512 | | id | 4 | 2025-04-15 17:53:51.512 | | name | m1.large | 2025-04-15 17:53:51.512 | | os-flavor-access:is_public | True | 2025-04-15 17:53:51.512 | | properties | hw_rng:allowed='True' | 2025-04-15 17:53:51.512 | | ram | 8192 | 2025-04-15 17:53:51.512 | | rxtx_factor | 1.0 | 2025-04-15 17:53:51.512 | | swap | 0 | 2025-04-15 17:53:51.512 | | vcpus | 4 | 2025-04-15 17:53:51.512 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.512 | + lib/nova:create_flavors:1270 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2025-04-15 17:53:51.512 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.512 | | Field | Value | 2025-04-15 17:53:51.512 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.512 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:53:51.512 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:53:51.512 | | description | None | 2025-04-15 17:53:51.512 | | disk | 160 | 2025-04-15 17:53:51.512 | | id | 5 | 2025-04-15 17:53:51.512 | | name | m1.xlarge | 2025-04-15 17:53:51.512 | | os-flavor-access:is_public | True | 2025-04-15 17:53:51.512 | | properties | hw_rng:allowed='True' | 2025-04-15 17:53:51.512 | | ram | 16384 | 2025-04-15 17:53:51.512 | | rxtx_factor | 1.0 | 2025-04-15 17:53:51.513 | | swap | 0 | 2025-04-15 17:53:51.513 | | vcpus | 8 | 2025-04-15 17:53:51.513 | +----------------------------+-----------------------+ 2025-04-15 17:53:51.542 | [4245 Async create_flavors:60577]: finished create_flavors with result 0 in 14 seconds 2025-04-15 17:53:51.545 | + inc/async:async_wait:197 : return 0 2025-04-15 17:53:51.547 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-15 17:53:51.561 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:51.563 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-15 17:53:51.577 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:51.579 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-15 17:53:51.593 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:51.595 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-15 17:53:51.597 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-15 17:53:51.599 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-15 17:53:51.602 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-15 17:53:51.603 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-15 17:53:51.605 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-15 17:53:51.606 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-15 17:53:51.607 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-15 17:53:51.608 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-15 17:53:51.609 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-15 17:53:51.610 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-15 17:53:51.611 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-15 17:53:51.612 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-15 17:53:51.613 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-15 17:53:51.615 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-15 17:53:51.615 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-15 17:53:51.617 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 17:53:51.618 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-15 17:53:51.619 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 17:53:51.620 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-15 17:53:51.621 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 17:53:51.622 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-15 17:53:51.623 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 17:53:51.624 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-15 17:53:51.625 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 17:53:51.626 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-15 17:53:51.627 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-15 17:53:51.628 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 17:53:51.629 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-15 17:53:51.630 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 17:53:51.631 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-15 17:53:51.632 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-15 17:53:51.633 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-15 17:53:51.634 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-15 17:53:51.635 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-15 17:53:51.636 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-15 17:53:51.637 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-15 17:53:51.638 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-15 17:53:51.639 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-15 17:53:51.640 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-15 17:53:51.641 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-15 17:53:51.642 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-15 17:53:51.643 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-15 17:53:51.644 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-15 17:53:51.645 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-15 17:53:51.646 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-15 17:53:51.647 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-15 17:53:51.648 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-15 17:53:51.649 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-15 17:53:51.650 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-15 17:53:51.652 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-15 17:53:51.653 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-15 17:53:51.654 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-15 17:53:51.655 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-15 17:53:51.656 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-15 17:53:51.657 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-15 17:53:51.658 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-15 17:53:51.659 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-15 17:53:51.661 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-15 17:53:51.661 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-15 17:53:51.661 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-15 17:53:51.661 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-15 17:53:51.662 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-15 17:53:52.489 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-15 17:53:52.490 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-04-15 17:53:52.606 | + stack.sh:main:1414 : save_stackenv 2025-04-15 17:53:52.609 | + functions-common:save_stackenv:60 : local tag= 2025-04-15 17:53:52.611 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-15 17:53:52.615 | + functions-common:save_stackenv:62 : time_stamp=2025-04-15-175352 2025-04-15 17:53:52.616 | + functions-common:save_stackenv:63 : echo '# 2025-04-15-175352 ' 2025-04-15 17:53:52.619 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.621 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-15 17:53:52.623 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.625 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-15 17:53:52.627 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.629 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-15 17:53:52.631 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.634 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-15 17:53:52.636 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.638 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-15 17:53:52.640 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.641 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-15 17:53:52.643 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.646 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-15-174605 2025-04-15 17:53:52.648 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.649 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-15 17:53:52.652 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.653 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-15 17:53:52.655 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.657 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-15 17:53:52.659 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.661 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-15 17:53:52.663 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.665 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-15 17:53:52.667 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.669 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-15 17:53:52.671 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.673 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-15 17:53:52.675 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-15 17:53:52.677 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-15 17:53:52.680 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-15 17:53:52.682 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 17:53:52.684 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 17:53:52.685 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-15 17:53:52.687 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:53:52.690 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 17:53:52.692 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 17:53:52.694 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-15 17:53:52.696 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:53:52.698 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-15 17:53:52.700 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:53:52.702 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-15 17:53:52.702 | /^\[\[.+\|.*\]\]/ { 2025-04-15 17:53:52.702 | gsub("[][]", "", $1); 2025-04-15 17:53:52.702 | split($1, a, "|"); 2025-04-15 17:53:52.702 | if (a[1] == matchgroup) 2025-04-15 17:53:52.702 | print a[2] 2025-04-15 17:53:52.702 | } 2025-04-15 17:53:52.702 | ' /opt/stack/devstack/local.conf 2025-04-15 17:53:52.707 | + stack.sh:main:1432 : run_phase stack extra 2025-04-15 17:53:52.709 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 17:53:52.711 | + functions-common:run_phase:1829 : local phase=extra 2025-04-15 17:53:52.713 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 17:53:52.715 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 17:53:52.717 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 17:53:52.719 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 17:53:52.721 | + functions-common:run_phase:1838 : local extra 2025-04-15 17:53:52.724 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 17:53:52.727 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 17:53:52.730 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 17:53:52.732 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 17:53:52.734 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-15 17:53:52.736 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 17:53:52.749 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:52.751 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:53:52.753 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:52.755 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-15 17:53:52.757 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:52.759 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 17:53:52.761 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:52.763 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-15 17:53:52.765 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-15 17:53:52.767 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 17:53:52.769 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 17:53:52.772 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:53:52.774 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 17:53:52.776 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-15 17:53:52.778 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 17:53:52.780 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-15 17:53:52.782 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 17:53:52.784 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 17:53:52.786 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 17:53:52.788 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 17:53:52.790 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 17:53:52.792 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-15 17:53:52.795 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:53:52.797 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:52.799 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-15 17:53:52.801 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:52.803 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 17:53:52.805 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:52.807 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-15 17:53:52.809 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-15 17:53:52.811 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:52.813 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-15 17:53:52.816 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-15 17:53:52.818 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 17:53:52.820 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 17:53:52.822 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-15 17:53:52.824 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:53:52.826 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 17:53:52.828 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 17:53:52.830 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-15 17:53:52.833 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:53:52.835 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-15 17:53:52.837 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:53:52.839 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-15 17:53:52.839 | /^\[\[.+\|.*\]\]/ { 2025-04-15 17:53:52.839 | gsub("[][]", "", $1); 2025-04-15 17:53:52.839 | split($1, a, "|"); 2025-04-15 17:53:52.839 | if (a[1] == matchgroup) 2025-04-15 17:53:52.839 | print a[2] 2025-04-15 17:53:52.839 | } 2025-04-15 17:53:52.839 | ' /opt/stack/devstack/local.conf 2025-04-15 17:53:52.844 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-15 17:53:52.858 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:52.860 | + stack.sh:main:1454 : service_check 2025-04-15 17:53:52.862 | + functions-common:service_check:1693 : local service 2025-04-15 17:53:52.864 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:52.866 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-15 17:53:52.875 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-15 17:53:52.878 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:52.881 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-15 17:53:52.890 | enabled 2025-04-15 17:53:52.893 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-15 17:53:52.923 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-15 17:53:52.924 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-15 17:53:52.924 | Active: active (running) since Tue 2025-04-15 17:52:57 UTC; 55s ago 2025-04-15 17:53:52.924 | Main PID: 53615 (uwsgi) 2025-04-15 17:53:52.924 | Status: "uWSGI is ready" 2025-04-15 17:53:52.924 | Tasks: 3 (limit: 19125) 2025-04-15 17:53:52.924 | Memory: 226.4M 2025-04-15 17:53:52.924 | CPU: 6.171s 2025-04-15 17:53:52.924 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-15 17:53:52.924 | ├─53615 "nova-apiuWSGI master" 2025-04-15 17:53:52.924 | ├─53616 "nova-apiuWSGI worker 1" 2025-04-15 17:53:52.924 | └─53617 "nova-apiuWSGI worker 2" 2025-04-15 17:53:52.924 | 2025-04-15 17:53:52.924 | Apr 15 17:53:50 devstack devstack@n-api.service[53617]: [pid: 53617|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Apr 15 17:53:50 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-15 17:53:52.924 | Apr 15 17:53:51 devstack devstack@n-api.service[53616]: DEBUG nova.api.openstack.wsgi [None req-5cafd0a1-c223-457d-9ccd-fb5c125611e4 admin admin] Calling method '>' {{(pid=53616) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-15 17:53:52.924 | Apr 15 17:53:51 devstack devstack@n-api.service[53616]: INFO nova.api.openstack.requestlog [None req-5cafd0a1-c223-457d-9ccd-fb5c125611e4 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000927 2025-04-15 17:53:52.924 | Apr 15 17:53:51 devstack devstack@n-api.service[53616]: [pid: 53616|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Tue Apr 15 17:53:51 2025] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-04-15 17:53:52.924 | Apr 15 17:53:51 devstack devstack@n-api.service[53617]: DEBUG nova.api.openstack.wsgi [None req-45ceb4fc-9c1a-492e-98e7-934752db0f84 admin admin] Action: 'create', calling method: >, body: {"flavor": {"OS-FLV-EXT-DATA:ephemeral": 0, "disk": 160, "swap": 0, "os-flavor-access:is_public": true, "vcpus": 8, "id": "5", "rxtx_factor": 1.0, "name": "m1.xlarge", "ram": 16384}} {{(pid=53617) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-15 17:53:52.924 | Apr 15 17:53:51 devstack devstack@n-api.service[53617]: INFO nova.api.openstack.requestlog [None req-45ceb4fc-9c1a-492e-98e7-934752db0f84 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.037045 2025-04-15 17:53:52.924 | Apr 15 17:53:51 devstack devstack@n-api.service[53617]: [pid: 53617|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Tue Apr 15 17:53:51 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-04-15 17:53:52.924 | Apr 15 17:53:51 devstack devstack@n-api.service[53616]: DEBUG nova.api.openstack.wsgi [None req-4faffee9-1caa-4c96-b1d6-d1f72d981133 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=53616) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-15 17:53:52.924 | Apr 15 17:53:51 devstack devstack@n-api.service[53616]: INFO nova.api.openstack.requestlog [None req-4faffee9-1caa-4c96-b1d6-d1f72d981133 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015400 2025-04-15 17:53:52.924 | Apr 15 17:53:51 devstack devstack@n-api.service[53616]: [pid: 53616|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Apr 15 17:53:51 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-15 17:53:52.927 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:52.929 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-15 17:53:52.941 | enabled 2025-04-15 17:53:52.944 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-15 17:53:52.958 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-15 17:53:52.958 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-15 17:53:52.958 | Active: active (running) since Tue 2025-04-15 17:53:34 UTC; 18s ago 2025-04-15 17:53:52.958 | Main PID: 60106 (nova-conductor) 2025-04-15 17:53:52.958 | Tasks: 3 (limit: 19125) 2025-04-15 17:53:52.958 | Memory: 142.5M 2025-04-15 17:53:52.958 | CPU: 2.037s 2025-04-15 17:53:52.958 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-15 17:53:52.958 | ├─60106 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-15 17:53:52.958 | ├─60525 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-15 17:53:52.958 | └─60526 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-15 17:53:52.958 | 2025-04-15 17:53:52.958 | Apr 15 17:53:36 devstack nova-conductor[60106]: DEBUG oslo_service.service [None req-602c0f00-1a30-41e8-b65f-3da4f080b0ee None None] oslo_limit.version = None {{(pid=60106) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:52.958 | Apr 15 17:53:36 devstack nova-conductor[60106]: DEBUG oslo_service.service [None req-602c0f00-1a30-41e8-b65f-3da4f080b0ee None None] oslo_reports.file_event_handler = None {{(pid=60106) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:52.958 | Apr 15 17:53:36 devstack nova-conductor[60106]: DEBUG oslo_service.service [None req-602c0f00-1a30-41e8-b65f-3da4f080b0ee None None] oslo_reports.file_event_handler_interval = 1 {{(pid=60106) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:52.958 | Apr 15 17:53:36 devstack nova-conductor[60106]: DEBUG oslo_service.service [None req-602c0f00-1a30-41e8-b65f-3da4f080b0ee None None] oslo_reports.log_dir = None {{(pid=60106) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:52.958 | Apr 15 17:53:36 devstack nova-conductor[60106]: DEBUG oslo_service.service [None req-602c0f00-1a30-41e8-b65f-3da4f080b0ee None None] ******************************************************************************** {{(pid=60106) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 17:53:52.958 | Apr 15 17:53:45 devstack nova-conductor[60106]: DEBUG dbcounter [-] [60106] Writing DB stats nova_api:SELECT=3 {{(pid=60106) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:52.958 | Apr 15 17:53:45 devstack nova-conductor[60106]: DEBUG dbcounter [-] [60106] Writing DB stats nova_cell0:SELECT=3 {{(pid=60106) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:52.958 | Apr 15 17:53:45 devstack nova-conductor[60106]: DEBUG dbcounter [-] [60106] Writing DB stats nova_cell1:SELECT=3 {{(pid=60106) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:52.958 | Apr 15 17:53:50 devstack nova-conductor[60525]: DEBUG dbcounter [-] [60525] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60525) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:52.958 | Apr 15 17:53:50 devstack nova-conductor[60526]: DEBUG dbcounter [-] [60526] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60526) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:52.961 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:52.963 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-15 17:53:52.972 | enabled 2025-04-15 17:53:52.975 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-15 17:53:52.987 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-15 17:53:52.987 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-15 17:53:52.987 | Active: active (running) since Tue 2025-04-15 17:53:31 UTC; 21s ago 2025-04-15 17:53:52.987 | Main PID: 58805 (nova-scheduler) 2025-04-15 17:53:52.987 | Tasks: 3 (limit: 19125) 2025-04-15 17:53:52.987 | Memory: 142.4M 2025-04-15 17:53:52.987 | CPU: 2.078s 2025-04-15 17:53:52.987 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-15 17:53:52.987 | ├─58805 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-15 17:53:52.987 | ├─59772 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-15 17:53:52.987 | └─59776 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-15 17:53:52.987 | 2025-04-15 17:53:52.987 | Apr 15 17:53:33 devstack nova-scheduler[58805]: DEBUG oslo_service.service [None req-dfa11ef7-d0c4-4876-9f99-d101347bdb1b None None] oslo_limit.version = None {{(pid=58805) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:52.987 | Apr 15 17:53:33 devstack nova-scheduler[58805]: DEBUG oslo_service.service [None req-dfa11ef7-d0c4-4876-9f99-d101347bdb1b None None] oslo_reports.file_event_handler = None {{(pid=58805) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:52.987 | Apr 15 17:53:33 devstack nova-scheduler[58805]: DEBUG oslo_service.service [None req-dfa11ef7-d0c4-4876-9f99-d101347bdb1b None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58805) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:52.987 | Apr 15 17:53:33 devstack nova-scheduler[58805]: DEBUG oslo_service.service [None req-dfa11ef7-d0c4-4876-9f99-d101347bdb1b None None] oslo_reports.log_dir = None {{(pid=58805) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:52.987 | Apr 15 17:53:33 devstack nova-scheduler[58805]: DEBUG oslo_service.service [None req-dfa11ef7-d0c4-4876-9f99-d101347bdb1b None None] ******************************************************************************** {{(pid=58805) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 17:53:52.987 | Apr 15 17:53:43 devstack nova-scheduler[58805]: DEBUG dbcounter [-] [58805] Writing DB stats nova_api:SELECT=7 {{(pid=58805) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:52.987 | Apr 15 17:53:43 devstack nova-scheduler[58805]: DEBUG dbcounter [-] [58805] Writing DB stats nova_cell1:SELECT=5 {{(pid=58805) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:52.987 | Apr 15 17:53:43 devstack nova-scheduler[58805]: DEBUG dbcounter [-] [58805] Writing DB stats nova_cell0:SELECT=3 {{(pid=58805) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:52.987 | Apr 15 17:53:48 devstack nova-scheduler[59776]: DEBUG dbcounter [-] [59776] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=59776) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:52.987 | Apr 15 17:53:48 devstack nova-scheduler[59772]: DEBUG dbcounter [-] [59772] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1 {{(pid=59772) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:52.990 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:52.992 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-15 17:53:53.001 | enabled 2025-04-15 17:53:53.004 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-15 17:53:53.015 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-15 17:53:53.015 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.015 | Active: active (running) since Tue 2025-04-15 17:53:32 UTC; 20s ago 2025-04-15 17:53:53.015 | Main PID: 59408 (uwsgi) 2025-04-15 17:53:53.015 | Status: "uWSGI is ready" 2025-04-15 17:53:53.015 | Tasks: 4 (limit: 19125) 2025-04-15 17:53:53.015 | Memory: 188.6M 2025-04-15 17:53:53.015 | CPU: 3.903s 2025-04-15 17:53:53.015 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-15 17:53:53.015 | ├─59408 "nova-api-metauWSGI master" 2025-04-15 17:53:53.015 | ├─59409 "nova-api-metauWSGI worker 1" 2025-04-15 17:53:53.015 | ├─59410 "nova-api-metauWSGI worker 2" 2025-04-15 17:53:53.015 | └─59411 "nova-api-metauWSGI http 1" 2025-04-15 17:53:53.015 | 2025-04-15 17:53:53.015 | Apr 15 17:53:34 devstack devstack@n-api-meta.service[59409]: INFO dbcounter [None req-f08173ef-b7c0-4b4c-ab40-4d2e3b558a01 None None] Registered counter for database nova_cell1 2025-04-15 17:53:53.015 | Apr 15 17:53:34 devstack devstack@n-api-meta.service[59409]: DEBUG oslo_db.sqlalchemy.engines [None req-f08173ef-b7c0-4b4c-ab40-4d2e3b558a01 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=59409) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:53:53.015 | Apr 15 17:53:34 devstack devstack@n-api-meta.service[59410]: INFO dbcounter [None req-577a74d0-f26d-43ed-839c-7353d880be64 None None] Registered counter for database nova_cell1 2025-04-15 17:53:53.015 | Apr 15 17:53:34 devstack devstack@n-api-meta.service[59409]: DEBUG dbcounter [-] [59409] Writer thread running {{(pid=59409) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:53:53.015 | Apr 15 17:53:34 devstack devstack@n-api-meta.service[59410]: DEBUG oslo_db.sqlalchemy.engines [None req-577a74d0-f26d-43ed-839c-7353d880be64 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=59410) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:53:53.015 | Apr 15 17:53:34 devstack devstack@n-api-meta.service[59410]: DEBUG dbcounter [-] [59410] Writer thread running {{(pid=59410) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:53:53.015 | Apr 15 17:53:34 devstack devstack@n-api-meta.service[59409]: WARNING nova.api.metadata.handler [None req-f08173ef-b7c0-4b4c-ab40-4d2e3b558a01 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-15 17:53:53.015 | Apr 15 17:53:34 devstack devstack@n-api-meta.service[59410]: WARNING nova.api.metadata.handler [None req-577a74d0-f26d-43ed-839c-7353d880be64 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-15 17:53:53.015 | Apr 15 17:53:34 devstack devstack@n-api-meta.service[59409]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x6217a1bd4100 pid: 59409 (default app) 2025-04-15 17:53:53.015 | Apr 15 17:53:34 devstack devstack@n-api-meta.service[59410]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x6217a1bd4100 pid: 59410 (default app) 2025-04-15 17:53:53.018 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.020 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-15 17:53:53.029 | enabled 2025-04-15 17:53:53.032 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-15 17:53:53.044 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-15 17:53:53.044 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.044 | Active: active (running) since Tue 2025-04-15 17:53:05 UTC; 47s ago 2025-04-15 17:53:53.044 | Main PID: 55014 (uwsgi) 2025-04-15 17:53:53.044 | Status: "uWSGI is ready" 2025-04-15 17:53:53.044 | Tasks: 5 (limit: 19125) 2025-04-15 17:53:53.044 | Memory: 136.8M 2025-04-15 17:53:53.044 | CPU: 2.497s 2025-04-15 17:53:53.044 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-15 17:53:53.044 | ├─55014 "placementuWSGI master" 2025-04-15 17:53:53.044 | ├─55016 "placementuWSGI worker 1" 2025-04-15 17:53:53.044 | └─55017 "placementuWSGI worker 2" 2025-04-15 17:53:53.044 | 2025-04-15 17:53:53.044 | Apr 15 17:53:07 devstack devstack@placement-api.service[55016]: INFO placement.requestlog [None req-c021eb10-7424-4970-99d9-4d5d0d1ca834 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-15 17:53:53.044 | Apr 15 17:53:07 devstack devstack@placement-api.service[55016]: [pid: 55016|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Tue Apr 15 17:53:07 2025] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-15 17:53:53.044 | Apr 15 17:53:17 devstack devstack@placement-api.service[55016]: DEBUG dbcounter [-] [55016] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=55016) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:53.044 | Apr 15 17:53:17 devstack devstack@placement-api.service[55017]: DEBUG dbcounter [-] [55017] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=55017) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:53.044 | Apr 15 17:53:33 devstack devstack@placement-api.service[55017]: DEBUG placement.requestlog [None req-013b77bc-bd36-4782-be51-25aa773bb2bc None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=55017) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-15 17:53:53.044 | Apr 15 17:53:33 devstack devstack@placement-api.service[55017]: INFO placement.requestlog [None req-013b77bc-bd36-4782-be51-25aa773bb2bc None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-15 17:53:53.044 | Apr 15 17:53:33 devstack devstack@placement-api.service[55017]: [pid: 55017|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Tue Apr 15 17:53:33 2025] GET /placement => generated 136 bytes in 9 msecs (HTTP/1.1 200) 6 headers in 224 bytes (2 switches on core 0) 2025-04-15 17:53:53.044 | Apr 15 17:53:35 devstack devstack@placement-api.service[55016]: DEBUG placement.requestlog [None req-004b5ccd-eaa0-4816-a31c-6b276437eeaa None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=55016) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-15 17:53:53.044 | Apr 15 17:53:35 devstack devstack@placement-api.service[55016]: INFO placement.requestlog [None req-004b5ccd-eaa0-4816-a31c-6b276437eeaa None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-15 17:53:53.044 | Apr 15 17:53:35 devstack devstack@placement-api.service[55016]: [pid: 55016|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Tue Apr 15 17:53:35 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-15 17:53:53.047 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.049 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-15 17:53:53.058 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-15 17:53:53.061 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.063 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-15 17:53:53.072 | enabled 2025-04-15 17:53:53.074 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-15 17:53:53.085 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-15 17:53:53.085 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.085 | Active: active (running) since Tue 2025-04-15 17:53:45 UTC; 7s ago 2025-04-15 17:53:53.085 | Main PID: 62985 (uwsgi) 2025-04-15 17:53:53.086 | Status: "uWSGI is ready" 2025-04-15 17:53:53.086 | Tasks: 9 (limit: 19125) 2025-04-15 17:53:53.086 | Memory: 223.5M 2025-04-15 17:53:53.086 | CPU: 4.550s 2025-04-15 17:53:53.086 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-15 17:53:53.086 | ├─62985 "glance-apiuWSGI master" 2025-04-15 17:53:53.086 | ├─62989 "glance-apiuWSGI worker 1" 2025-04-15 17:53:53.086 | └─62990 "glance-apiuWSGI worker 2" 2025-04-15 17:53:53.086 | 2025-04-15 17:53:53.086 | Apr 15 17:53:49 devstack devstack@g-api.service[62990]: DEBUG glance.api.middleware.version_negotiation [None req-2d00c8c5-71ae-4e28-b497-7890a1d10e31 None None] new path /v2/images/a7c0f081-4dbc-4d84-a332-1fafe896329f/file {{(pid=62990) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-15 17:53:53.086 | Apr 15 17:53:49 devstack devstack@g-api.service[62990]: INFO dbcounter [None req-8b31120c-532c-4a87-a0e6-844e45e37deb admin admin] Registered counter for database glance 2025-04-15 17:53:53.086 | Apr 15 17:53:49 devstack devstack@g-api.service[62990]: DEBUG oslo_db.sqlalchemy.engines [None req-8b31120c-532c-4a87-a0e6-844e45e37deb 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=62990) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:53:53.086 | Apr 15 17:53:49 devstack devstack@g-api.service[62990]: DEBUG dbcounter [-] [62990] Writer thread running {{(pid=62990) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-15 17:53:53.086 | Apr 15 17:53:49 devstack devstack@g-api.service[62990]: INFO glance.api.v2.image_data [None req-8b31120c-532c-4a87-a0e6-844e45e37deb admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-15 17:53:53.086 | Apr 15 17:53:50 devstack devstack@g-api.service[62990]: DEBUG glance.location [None req-8b31120c-532c-4a87-a0e6-844e45e37deb admin admin] Enabling in-flight format inspection for vmdk {{(pid=62990) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-15 17:53:53.086 | Apr 15 17:53:50 devstack devstack@g-api.service[62990]: DEBUG glance_store._drivers.filesystem [None req-8b31120c-532c-4a87-a0e6-844e45e37deb admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/a7c0f081-4dbc-4d84-a332-1fafe896329f with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=62990) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-15 17:53:53.086 | Apr 15 17:53:50 devstack devstack@g-api.service[62990]: INFO glance.location [None req-8b31120c-532c-4a87-a0e6-844e45e37deb admin admin] Image format matched and virtual size computed: 117440512 2025-04-15 17:53:53.086 | Apr 15 17:53:50 devstack devstack@g-api.service[62990]: DEBUG glance_store.backend [None req-8b31120c-532c-4a87-a0e6-844e45e37deb admin admin] Skipping store.set_acls... not implemented. {{(pid=62990) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-15 17:53:53.086 | Apr 15 17:53:50 devstack devstack@g-api.service[62990]: [pid: 62990|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Apr 15 17:53:49 2025] PUT /v2/images/a7c0f081-4dbc-4d84-a332-1fafe896329f/file => generated 0 bytes in 773 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-15 17:53:53.088 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.090 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-15 17:53:53.100 | enabled 2025-04-15 17:53:53.103 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-15 17:53:53.114 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-15 17:53:53.114 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.114 | Active: active (running) since Tue 2025-04-15 17:53:41 UTC; 12s ago 2025-04-15 17:53:53.114 | Main PID: 61744 (cinder-schedule) 2025-04-15 17:53:53.114 | Tasks: 1 (limit: 19125) 2025-04-15 17:53:53.114 | Memory: 93.8M 2025-04-15 17:53:53.114 | CPU: 1.769s 2025-04-15 17:53:53.114 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-15 17:53:53.114 | └─61744 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-15 17:53:53.114 | 2025-04-15 17:53:53.114 | Apr 15 17:53:42 devstack cinder-scheduler[61744]: DEBUG oslo_service.service [None req-d35ceea6-453e-4e60-8bc3-e3cb02488cd9 None None] nova.token_auth_url = None {{(pid=61744) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:53.114 | Apr 15 17:53:42 devstack cinder-scheduler[61744]: DEBUG oslo_service.service [None req-d35ceea6-453e-4e60-8bc3-e3cb02488cd9 None None] ******************************************************************************** {{(pid=61744) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 17:53:53.114 | Apr 15 17:53:42 devstack cinder-scheduler[61744]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-15 17:53:53.114 | Apr 15 17:53:42 devstack cinder-scheduler[61744]: INFO cinder.manager [None req-b66432f1-193d-4a89-81a3-fd8269c53b2c None None] Initiating service 1 cleanup 2025-04-15 17:53:53.114 | Apr 15 17:53:42 devstack cinder-scheduler[61744]: INFO cinder.manager [None req-b66432f1-193d-4a89-81a3-fd8269c53b2c None None] Service 1 cleanup completed. 2025-04-15 17:53:53.114 | Apr 15 17:53:42 devstack cinder-scheduler[61744]: DEBUG cinder.service [None req-b66432f1-193d-4a89-81a3-fd8269c53b2c None None] Creating RPC server for service cinder-scheduler {{(pid=61744) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-15 17:53:53.114 | Apr 15 17:53:42 devstack cinder-scheduler[61744]: DEBUG cinder.service [None req-b66432f1-193d-4a89-81a3-fd8269c53b2c None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61744) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-15 17:53:53.114 | Apr 15 17:53:46 devstack cinder-scheduler[61744]: DEBUG cinder.scheduler.host_manager [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 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=61744) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-15 17:53:53.114 | Apr 15 17:53:46 devstack cinder-scheduler[61744]: DEBUG cinder.scheduler.host_manager [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2025, 4, 15, 17, 53, 46, 354301)} {{(pid=61744) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-15 17:53:53.115 | Apr 15 17:53:46 devstack cinder-scheduler[61744]: DEBUG cinder.utils [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=61744) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-15 17:53:53.117 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.120 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-15 17:53:53.129 | enabled 2025-04-15 17:53:53.132 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-15 17:53:53.143 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-15 17:53:53.143 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.143 | Active: active (running) since Tue 2025-04-15 17:53:38 UTC; 15s ago 2025-04-15 17:53:53.143 | Main PID: 61204 (uwsgi) 2025-04-15 17:53:53.143 | Status: "uWSGI is ready" 2025-04-15 17:53:53.143 | Tasks: 7 (limit: 19125) 2025-04-15 17:53:53.143 | Memory: 213.5M 2025-04-15 17:53:53.143 | CPU: 4.705s 2025-04-15 17:53:53.143 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-15 17:53:53.143 | ├─61204 "cinder-apiuWSGI master" 2025-04-15 17:53:53.143 | ├─61205 "cinder-apiuWSGI worker 1" 2025-04-15 17:53:53.143 | └─61206 "cinder-apiuWSGI worker 2" 2025-04-15 17:53:53.144 | 2025-04-15 17:53:53.144 | Apr 15 17:53:43 devstack devstack@c-api.service[61205]: INFO cinder.api.openstack.wsgi [None req-96ebe693-5d97-4955-b00a-698287a184a8 admin admin] http://10.180.1.21/volume/v3/d71b872eef9e45f9b3af43c6d6442489/types returned with HTTP 200 2025-04-15 17:53:53.144 | Apr 15 17:53:43 devstack devstack@c-api.service[61205]: [pid: 61205|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Tue Apr 15 17:53:43 2025] POST /volume/v3/d71b872eef9e45f9b3af43c6d6442489/types => generated 182 bytes in 483 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-15 17:53:53.144 | Apr 15 17:53:43 devstack devstack@c-api.service[61206]: DEBUG cinder.api.middleware.request_id [req-96ebe693-5d97-4955-b00a-698287a184a8 req-1729c7b6-90ca-4f52-b303-2e0686f3c3e8 None None] RequestId filter calling following filter/app {{(pid=61206) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-15 17:53:53.144 | Apr 15 17:53:44 devstack devstack@c-api.service[61206]: INFO cinder.api.openstack.wsgi [req-96ebe693-5d97-4955-b00a-698287a184a8 req-1729c7b6-90ca-4f52-b303-2e0686f3c3e8 admin admin] POST http://10.180.1.21/volume/v3/d71b872eef9e45f9b3af43c6d6442489/types/c9b6363b-3825-4ce4-b4d6-bea639542975/extra_specs 2025-04-15 17:53:53.144 | Apr 15 17:53:44 devstack devstack@c-api.service[61206]: DEBUG cinder.api.openstack.wsgi [req-96ebe693-5d97-4955-b00a-698287a184a8 req-1729c7b6-90ca-4f52-b303-2e0686f3c3e8 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=61206) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-15 17:53:53.144 | Apr 15 17:53:44 devstack devstack@c-api.service[61206]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2025-04-15 17:53:53.144 | Apr 15 17:53:44 devstack devstack@c-api.service[61206]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-15 17:53:53.144 | Apr 15 17:53:44 devstack devstack@c-api.service[61206]: DEBUG oslo_db.sqlalchemy.engines [req-96ebe693-5d97-4955-b00a-698287a184a8 req-1729c7b6-90ca-4f52-b303-2e0686f3c3e8 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=61206) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-15 17:53:53.144 | Apr 15 17:53:44 devstack devstack@c-api.service[61206]: INFO cinder.api.openstack.wsgi [req-96ebe693-5d97-4955-b00a-698287a184a8 req-1729c7b6-90ca-4f52-b303-2e0686f3c3e8 admin admin] http://10.180.1.21/volume/v3/d71b872eef9e45f9b3af43c6d6442489/types/c9b6363b-3825-4ce4-b4d6-bea639542975/extra_specs returned with HTTP 200 2025-04-15 17:53:53.144 | Apr 15 17:53:44 devstack devstack@c-api.service[61206]: [pid: 61206|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Tue Apr 15 17:53:43 2025] POST /volume/v3/d71b872eef9e45f9b3af43c6d6442489/types/c9b6363b-3825-4ce4-b4d6-bea639542975/extra_specs => generated 51 bytes in 417 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-15 17:53:53.146 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.149 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-15 17:53:53.158 | enabled 2025-04-15 17:53:53.161 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-15 17:53:53.172 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-15 17:53:53.172 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.172 | Active: active (running) since Tue 2025-04-15 17:53:42 UTC; 10s ago 2025-04-15 17:53:53.172 | Main PID: 62301 (cinder-volume) 2025-04-15 17:53:53.172 | Tasks: 3 (limit: 19125) 2025-04-15 17:53:53.172 | Memory: 242.9M 2025-04-15 17:53:53.172 | CPU: 4.216s 2025-04-15 17:53:53.172 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-15 17:53:53.172 | ├─62301 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-15 17:53:53.172 | └─62412 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-15 17:53:53.172 | 2025-04-15 17:53:53.172 | Apr 15 17:53:46 devstack cinder-volume[62412]: DEBUG cinder.image.image_utils [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=62412) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-15 17:53:53.172 | Apr 15 17:53:46 devstack cinder-volume[62412]: INFO cinder.keymgr.migration [None req-f3cad4d4-41ee-4b77-bf3c-3e65f8679f8b None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-15 17:53:53.172 | Apr 15 17:53:46 devstack cinder-volume[62412]: DEBUG cinder.manager [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Notifying Schedulers of capabilities ... {{(pid=62412) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-15 17:53:53.172 | Apr 15 17:53:46 devstack cinder-volume[62412]: INFO cinder.volume.manager [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Driver initialization completed successfully. 2025-04-15 17:53:53.172 | Apr 15 17:53:46 devstack cinder-volume[62412]: INFO cinder.manager [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Initiating service 2 cleanup 2025-04-15 17:53:53.172 | Apr 15 17:53:46 devstack cinder-volume[62412]: INFO cinder.manager [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Service 2 cleanup completed. 2025-04-15 17:53:53.172 | Apr 15 17:53:46 devstack cinder-volume[62412]: DEBUG cinder.service [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Creating RPC server for service cinder-volume {{(pid=62412) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-15 17:53:53.172 | Apr 15 17:53:46 devstack cinder-volume[62412]: DEBUG cinder.service [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=62412) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-15 17:53:53.172 | Apr 15 17:53:46 devstack cinder-volume[62412]: INFO cinder.volume.manager [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-15 17:53:53.172 | Apr 15 17:53:46 devstack cinder-volume[62412]: INFO cinder.volume.manager [None req-21c0de33-d0a1-482d-a85c-5d58addbe154 None None] Driver post RPC initialization completed successfully. 2025-04-15 17:53:53.175 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.177 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-15 17:53:53.185 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-15 17:53:53.188 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.190 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-15 17:53:53.199 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-15 17:53:53.202 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.204 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-15 17:53:53.213 | enabled 2025-04-15 17:53:53.216 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-15 17:53:53.228 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-15 17:53:53.228 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.228 | Active: active (running) since Tue 2025-04-15 17:53:01 UTC; 51s ago 2025-04-15 17:53:53.228 | Main PID: 54329 (/opt/stack/data) 2025-04-15 17:53:53.228 | Tasks: 5 (limit: 19125) 2025-04-15 17:53:53.228 | Memory: 378.1M 2025-04-15 17:53:53.228 | CPU: 10.392s 2025-04-15 17:53:53.228 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-15 17:53:53.228 | ├─54329 "/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2025-04-15 17:53:53.228 | ├─54433 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-15 17:53:53.228 | ├─54434 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-15 17:53:53.228 | ├─54435 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-15 17:53:53.228 | └─54436 "neutron-server: periodic worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-15 17:53:53.228 | 2025-04-15 17:53:53.228 | Apr 15 17:53:36 devstack neutron-server[54436]: DEBUG dbcounter [-] [54436] Writing DB stats neutron:SELECT=219,neutron:UPDATE=4,neutron:INSERT=1 {{(pid=54436) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:53.228 | Apr 15 17:53:36 devstack neutron-server[54436]: DEBUG dbcounter [-] [54436] Writing DB stats neutron:SELECT=239,neutron:UPDATE=3 {{(pid=54436) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:53.228 | Apr 15 17:53:37 devstack neutron-server[54434]: DEBUG dbcounter [-] [54434] Writing DB stats neutron:SELECT=161,neutron:INSERT=23,neutron:UPDATE=7,neutron:DELETE=3 {{(pid=54434) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:53.228 | Apr 15 17:53:37 devstack neutron-server[54434]: DEBUG dbcounter [-] [54434] Writing DB stats neutron:SELECT=187,neutron:INSERT=21,neutron:DELETE=5,neutron:UPDATE=2 {{(pid=54434) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:53.228 | Apr 15 17:53:40 devstack neutron-server[54433]: DEBUG dbcounter [-] [54433] Writing DB stats neutron:SELECT=447,neutron:INSERT=20,neutron:UPDATE=11,neutron:DELETE=1 {{(pid=54433) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:53.228 | Apr 15 17:53:40 devstack neutron-server[54433]: DEBUG dbcounter [-] [54433] Writing DB stats neutron:SELECT=443,neutron:INSERT=24,neutron:DELETE=3,neutron:UPDATE=5 {{(pid=54433) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-15 17:53:53.228 | Apr 15 17:53:41 devstack neutron-server[54435]: DEBUG neutron_lib.callbacks.manager [None req-896f4aa1-8ceb-4013-873b-ba8da38a950b None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7793353496447', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1369471'] for agent (5216732b-af79-4c21-9848-dcbd54d28e0f), after_update {{(pid=54435) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 17:53:53.228 | Apr 15 17:53:42 devstack neutron-server[54435]: DEBUG neutron_lib.callbacks.manager [None req-f2c35baa-d715-43ba-88f8-b20eed3cf812 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7793353496447', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1369471'] for agent (381688c9-b8f6-4e39-a706-505e03c7a9a2), after_update {{(pid=54435) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 17:53:53.228 | Apr 15 17:53:42 devstack neutron-server[54435]: DEBUG neutron_lib.callbacks.manager [None req-ec4e21f0-5e18-4fc6-8219-366748a7bb31 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7793353496447', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1369471'] for agent (f5f7e7af-9e94-448e-8dad-adbe9875df3e), after_update {{(pid=54435) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 17:53:53.228 | Apr 15 17:53:43 devstack neutron-server[54435]: DEBUG neutron_lib.callbacks.manager [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7793353496447', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1369471'] for agent (377ca45f-4219-44a9-ba76-d38bc25cb8e6), after_update {{(pid=54435) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-15 17:53:53.231 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.234 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-15 17:53:53.242 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-15 17:53:53.245 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.247 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-15 17:53:53.256 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-15 17:53:53.259 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.261 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-15 17:53:53.269 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-15 17:53:53.272 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.274 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-15 17:53:53.282 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-15 17:53:53.285 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.288 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-15 17:53:53.296 | enabled 2025-04-15 17:53:53.299 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-15 17:53:53.311 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-15 17:53:53.311 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.311 | Active: active (running) since Tue 2025-04-15 17:53:08 UTC; 45s ago 2025-04-15 17:53:53.311 | Main PID: 55573 (neutron-openvsw) 2025-04-15 17:53:53.311 | Tasks: 4 (limit: 19125) 2025-04-15 17:53:53.311 | Memory: 153.3M 2025-04-15 17:53:53.311 | CPU: 3.750s 2025-04-15 17:53:53.311 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-15 17:53:53.311 | ├─55573 "neutron-openvswitch-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-15 17:53:53.311 | ├─57487 /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/tmp5br3i242/privsep.sock 2025-04-15 17:53:53.311 | └─57490 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-15 17:53:53.311 | 2025-04-15 17:53:53.311 | Apr 15 17:53:50 devstack neutron-openvswitch-agent[55573]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fb22a58f-db81-4407-8936-ed1321a4c119 None None] Agent rpc_loop - iteration:18 started 2025-04-15 17:53:53.311 | Apr 15 17:53:50 devstack neutron-openvswitch-agent[55573]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-fb22a58f-db81-4407-8936-ed1321a4c119 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xce65d0c4,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=13609642868914722823,duration_nsec=296000000,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=55573) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-15 17:53:53.311 | Apr 15 17:53:50 devstack neutron-openvswitch-agent[55573]: DEBUG neutron.agent.linux.utils [None req-fb22a58f-db81-4407-8936-ed1321a4c119 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57490. {{(pid=55573) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-15 17:53:53.311 | Apr 15 17:53:50 devstack neutron-openvswitch-agent[55573]: DEBUG neutron.agent.common.ovsdb_monitor [None req-fb22a58f-db81-4407-8936-ed1321a4c119 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55573) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-15 17:53:53.311 | Apr 15 17:53:50 devstack neutron-openvswitch-agent[55573]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fb22a58f-db81-4407-8936-ed1321a4c119 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-15 17:53:53.311 | Apr 15 17:53:52 devstack neutron-openvswitch-agent[55573]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fb22a58f-db81-4407-8936-ed1321a4c119 None None] Agent rpc_loop - iteration:19 started 2025-04-15 17:53:53.311 | Apr 15 17:53:52 devstack neutron-openvswitch-agent[55573]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-fb22a58f-db81-4407-8936-ed1321a4c119 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xce65d0c6,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=13609642868914722823,duration_nsec=297000000,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=55573) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-15 17:53:53.312 | Apr 15 17:53:52 devstack neutron-openvswitch-agent[55573]: DEBUG neutron.agent.linux.utils [None req-fb22a58f-db81-4407-8936-ed1321a4c119 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57490. {{(pid=55573) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-15 17:53:53.312 | Apr 15 17:53:52 devstack neutron-openvswitch-agent[55573]: DEBUG neutron.agent.common.ovsdb_monitor [None req-fb22a58f-db81-4407-8936-ed1321a4c119 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55573) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-15 17:53:53.312 | Apr 15 17:53:52 devstack neutron-openvswitch-agent[55573]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-fb22a58f-db81-4407-8936-ed1321a4c119 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2025-04-15 17:53:53.315 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.317 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-15 17:53:53.326 | enabled 2025-04-15 17:53:53.329 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-15 17:53:53.340 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-15 17:53:53.340 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.340 | Active: active (running) since Tue 2025-04-15 17:53:09 UTC; 44s ago 2025-04-15 17:53:53.340 | Main PID: 56245 (neutron-dhcp-ag) 2025-04-15 17:53:53.340 | Tasks: 13 (limit: 19125) 2025-04-15 17:53:53.340 | Memory: 400.0M 2025-04-15 17:53:53.340 | CPU: 8.626s 2025-04-15 17:53:53.340 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-15 17:53:53.340 | ├─56245 "neutron-dhcp-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2025-04-15 17:53:53.340 | ├─57687 /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/tmptg1vtr3g/privsep.sock 2025-04-15 17:53:53.340 | ├─57726 /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/tmp0o2daofg/privsep.sock 2025-04-15 17:53:53.340 | ├─57788 /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/tmp72n30n4o/privsep.sock 2025-04-15 17:53:53.340 | ├─57881 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 17:53:53.340 | ├─57882 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 17:53:53.340 | └─57923 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/54c860b9-c123-4937-b739-537d0eddb9da/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/54c860b9-c123-4937-b739-537d0eddb9da/host --addn-hosts=/opt/stack/data/neutron/dhcp/54c860b9-c123-4937-b739-537d0eddb9da/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/54c860b9-c123-4937-b739-537d0eddb9da/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/54c860b9-c123-4937-b739-537d0eddb9da/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-e7878a12-7603-483f-8191-33eab6fac29f,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2025-04-15 17:53:53.340 | 2025-04-15 17:53:53.340 | Apr 15 17:53:25 devstack neutron-dhcp-agent[56245]: INFO neutron.agent.dhcp.agent [None req-92e181bd-e88b-40da-a527-6773bef89760 None None] DHCP configuration for ports {'bbe477d7-63fe-4437-88f7-ae2bfeb0905f'} is completed 2025-04-15 17:53:53.340 | Apr 15 17:53:27 devstack neutron-dhcp-agent[56245]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'be30ca3e-b2cc-4b82-8c12-82292db74f9b'}, 'priority': 0},) {} {{(pid=56245) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-15 17:53:53.340 | Apr 15 17:53:27 devstack neutron-dhcp-agent[56245]: DEBUG oslo_concurrency.lockutils [None req-465127a3-0e4f-4442-8123-85b1be12655c None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=56245) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-15 17:53:53.340 | Apr 15 17:53:27 devstack neutron-dhcp-agent[56245]: DEBUG oslo_concurrency.lockutils [None req-465127a3-0e4f-4442-8123-85b1be12655c None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=56245) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-15 17:53:53.340 | Apr 15 17:53:27 devstack neutron-dhcp-agent[56245]: DEBUG oslo_concurrency.lockutils [None req-465127a3-0e4f-4442-8123-85b1be12655c None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=56245) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-15 17:53:53.340 | Apr 15 17:53:27 devstack neutron-dhcp-agent[56245]: DEBUG neutron.agent.dhcp.agent [None req-465127a3-0e4f-4442-8123-85b1be12655c None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'c875cf65-a54b-40a5-8715-c2fd059f7406', 'name': 'public-subnet', 'tenant_id': 'd71b872eef9e45f9b3af43c6d6442489', 'network_id': 'be30ca3e-b2cc-4b82-8c12-82292db74f9b', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 24, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2025-04-15T17:53:26Z', 'updated_at': '2025-04-15T17:53:26Z', 'revision_number': 0, 'project_id': 'd71b872eef9e45f9b3af43c6d6442489', 'network': {'id': 'be30ca3e-b2cc-4b82-8c12-82292db74f9b', 'name': 'public', 'tenant_id': 'd71b872eef9e45f9b3af43c6d6442489', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['c875cf65-a54b-40a5-8715-c2fd059f7406'], 'standard_attr_id': 21, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2025-04-15T17:53:23Z', 'updated_at': '2025-04-15T17:53:26Z', 'revision_number': 2, 'project_id': 'd71b872eef9e45f9b3af43c6d6442489', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=56245) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-15 17:53:53.340 | Apr 15 17:53:27 devstack neutron-dhcp-agent[56245]: DEBUG oslo_concurrency.lockutils [None req-21468098-41be-4f14-a806-63f12f64c9b5 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=56245) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-15 17:53:53.340 | Apr 15 17:53:27 devstack neutron-dhcp-agent[56245]: DEBUG oslo_concurrency.lockutils [None req-21468098-41be-4f14-a806-63f12f64c9b5 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=56245) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-15 17:53:53.340 | Apr 15 17:53:27 devstack neutron-dhcp-agent[56245]: DEBUG oslo_concurrency.lockutils [None req-21468098-41be-4f14-a806-63f12f64c9b5 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=56245) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-15 17:53:53.340 | Apr 15 17:53:28 devstack neutron-dhcp-agent[56245]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=56245) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-15 17:53:53.343 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.345 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-15 17:53:53.355 | enabled 2025-04-15 17:53:53.358 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-15 17:53:53.371 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-15 17:53:53.371 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.371 | Active: active (running) since Tue 2025-04-15 17:53:10 UTC; 43s ago 2025-04-15 17:53:53.371 | Main PID: 56789 (neutron-l3-agen) 2025-04-15 17:53:53.371 | Tasks: 22 (limit: 19125) 2025-04-15 17:53:53.371 | Memory: 405.3M 2025-04-15 17:53:53.371 | CPU: 8.629s 2025-04-15 17:53:53.371 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-15 17:53:53.371 | ├─56789 "neutron-l3-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2025-04-15 17:53:53.371 | ├─57592 /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/tmp7a_m6kw1/privsep.sock 2025-04-15 17:53:53.371 | ├─58100 /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/tmplxztaypo/privsep.sock 2025-04-15 17:53:53.371 | ├─58112 /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/tmpjep1gk3u/privsep.sock 2025-04-15 17:53:53.371 | ├─58452 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 17:53:53.371 | ├─58458 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-15 17:53:53.371 | └─58681 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/ea16072b-32ef-4f57-9aca-01d64340f6c6.conf 2025-04-15 17:53:53.371 | 2025-04-15 17:53:53.371 | Apr 15 17:53:33 devstack neutron-l3-agent[56789]: DEBUG oslo.privsep.daemon [-] privsep: reply[3b549ed5-5d79-4a7c-94bd-62917233aaa0]: (4, ('ARPING 10.180.180.209 from 10.180.180.209 qg-63e0f144-99\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58100) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:53:53.371 | Apr 15 17:53:34 devstack neutron-l3-agent[56789]: DEBUG oslo.privsep.daemon [-] privsep: reply[4f0880e9-6939-4728-a697-270bd6f5fc82]: (4, ('ARPING 10.180.180.209 from 10.180.180.209 qg-63e0f144-99\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58100) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:53:53.371 | Apr 15 17:53:35 devstack neutron-l3-agent[56789]: DEBUG oslo.privsep.daemon [-] privsep: reply[f1e6ad81-6a52-45c5-b42c-4cca5531fba2]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-bbe477d7-63\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58100) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:53:53.371 | Apr 15 17:53:36 devstack neutron-l3-agent[56789]: DEBUG oslo.privsep.daemon [-] privsep: reply[dddef0cf-26ec-4dff-bb87-465438f4fb32]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-bbe477d7-63\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58100) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:53:53.371 | Apr 15 17:53:37 devstack neutron-l3-agent[56789]: DEBUG oslo.privsep.daemon [-] privsep: reply[07d9e8d6-b8d1-48d1-b3c4-164863f445fc]: (4, ('ARPING 10.180.180.209 from 10.180.180.209 qg-63e0f144-99\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58100) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:53:53.371 | Apr 15 17:53:38 devstack neutron-l3-agent[56789]: DEBUG oslo.privsep.daemon [-] privsep: reply[877bf0db-2e70-442b-9c5a-abbb492b82ab]: (4, ('ARPING 10.180.180.209 from 10.180.180.209 qg-63e0f144-99\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58100) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:53:53.371 | Apr 15 17:53:39 devstack neutron-l3-agent[56789]: DEBUG oslo.privsep.daemon [-] privsep: reply[9122702c-b509-46c1-b56b-387bf8ea4211]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-bbe477d7-63\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58100) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:53:53.371 | Apr 15 17:53:40 devstack neutron-l3-agent[56789]: DEBUG oslo.privsep.daemon [-] privsep: reply[8eb180ff-67c8-4241-aabe-f60d1022ea47]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-bbe477d7-63\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58100) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:53:53.372 | Apr 15 17:53:41 devstack neutron-l3-agent[56789]: DEBUG oslo.privsep.daemon [-] privsep: reply[fad41cfd-5b8b-4dbc-8c72-e8f682f1d809]: (4, ('ARPING 10.180.180.209 from 10.180.180.209 qg-63e0f144-99\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58100) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:53:53.372 | Apr 15 17:53:42 devstack neutron-l3-agent[56789]: DEBUG oslo.privsep.daemon [-] privsep: reply[8075c8c5-c79d-44c7-9fb7-66a537d70574]: (4, ('ARPING 10.180.180.209 from 10.180.180.209 qg-63e0f144-99\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=58100) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-15 17:53:53.375 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-15 17:53:53.377 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-15 17:53:53.386 | enabled 2025-04-15 17:53:53.389 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-15 17:53:53.400 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-15 17:53:53.400 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-15 17:53:53.400 | Active: active (running) since Tue 2025-04-15 17:53:11 UTC; 42s ago 2025-04-15 17:53:53.400 | Main PID: 57233 (neutron-metadat) 2025-04-15 17:53:53.400 | Tasks: 3 (limit: 19125) 2025-04-15 17:53:53.400 | Memory: 117.2M 2025-04-15 17:53:53.400 | CPU: 1.926s 2025-04-15 17:53:53.400 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-15 17:53:53.400 | ├─57233 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-15 17:53:53.400 | ├─57484 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-15 17:53:53.400 | └─57485 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-15 17:53:53.400 | 2025-04-15 17:53:53.400 | Apr 15 17:53:13 devstack neutron-metadata-agent[57233]: DEBUG oslo_service.service [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=57233) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:53.400 | Apr 15 17:53:13 devstack neutron-metadata-agent[57233]: DEBUG oslo_service.service [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=57233) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:53.400 | Apr 15 17:53:13 devstack neutron-metadata-agent[57233]: DEBUG oslo_service.service [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=57233) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:53.400 | Apr 15 17:53:13 devstack neutron-metadata-agent[57233]: DEBUG oslo_service.service [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=57233) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:53.400 | Apr 15 17:53:13 devstack neutron-metadata-agent[57233]: DEBUG oslo_service.service [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] oslo_messaging_rabbit.ssl_version = {{(pid=57233) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:53.400 | Apr 15 17:53:13 devstack neutron-metadata-agent[57233]: DEBUG oslo_service.service [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] oslo_messaging_notifications.driver = [] {{(pid=57233) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:53.400 | Apr 15 17:53:13 devstack neutron-metadata-agent[57233]: DEBUG oslo_service.service [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] oslo_messaging_notifications.retry = -1 {{(pid=57233) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:53.400 | Apr 15 17:53:13 devstack neutron-metadata-agent[57233]: DEBUG oslo_service.service [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=57233) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:53.400 | Apr 15 17:53:13 devstack neutron-metadata-agent[57233]: DEBUG oslo_service.service [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] oslo_messaging_notifications.transport_url = **** {{(pid=57233) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-15 17:53:53.400 | Apr 15 17:53:13 devstack neutron-metadata-agent[57233]: DEBUG oslo_service.service [None req-f1ed0f8c-7a59-4cd2-a42c-1e4d6426fbe1 None None] ******************************************************************************** {{(pid=57233) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-15 17:53:53.403 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-15 17:53:53.418 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:53.420 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-15 17:53:53.434 | + functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:53:53.436 | + stack.sh:main:1468 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2025-04-15 17:53:53.438 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:53.440 | + stack.sh:echo_summary:461 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2025-04-15 17:53:53.442 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-15 17:53:53.889 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-15 17:53:55.276 | +--------------------------------------------------------------------+ 2025-04-15 17:53:55.276 | | Upgrade Check Results | 2025-04-15 17:53:55.276 | +--------------------------------------------------------------------+ 2025-04-15 17:53:55.276 | | Check: Cells v2 | 2025-04-15 17:53:55.276 | | Result: Success | 2025-04-15 17:53:55.276 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-15 17:53:55.276 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-15 17:53:55.276 | | compute hosts are deployed. | 2025-04-15 17:53:55.276 | +--------------------------------------------------------------------+ 2025-04-15 17:53:55.276 | | Check: Placement API | 2025-04-15 17:53:55.276 | | Result: Success | 2025-04-15 17:53:55.276 | | Details: None | 2025-04-15 17:53:55.276 | +--------------------------------------------------------------------+ 2025-04-15 17:53:55.276 | | Check: Cinder API | 2025-04-15 17:53:55.276 | | Result: Success | 2025-04-15 17:53:55.276 | | Details: None | 2025-04-15 17:53:55.276 | +--------------------------------------------------------------------+ 2025-04-15 17:53:55.276 | | Check: Policy File JSON to YAML Migration | 2025-04-15 17:53:55.276 | | Result: Success | 2025-04-15 17:53:55.276 | | Details: None | 2025-04-15 17:53:55.276 | +--------------------------------------------------------------------+ 2025-04-15 17:53:55.276 | | Check: Older than N-1 computes | 2025-04-15 17:53:55.276 | | Result: Success | 2025-04-15 17:53:55.276 | | Details: None | 2025-04-15 17:53:55.276 | +--------------------------------------------------------------------+ 2025-04-15 17:53:55.276 | | Check: hw_machine_type unset | 2025-04-15 17:53:55.276 | | Result: Success | 2025-04-15 17:53:55.276 | | Details: None | 2025-04-15 17:53:55.276 | +--------------------------------------------------------------------+ 2025-04-15 17:53:55.276 | | Check: Service User Token Configuration | 2025-04-15 17:53:55.276 | | Result: Success | 2025-04-15 17:53:55.276 | | Details: None | 2025-04-15 17:53:55.276 | +--------------------------------------------------------------------+ 2025-04-15 17:53:55.590 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-15 17:53:55.594 | + stack.sh:main:1493 : command openstack complete 2025-04-15 17:53:55.594 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-15 17:53:56.912 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-15 17:53:56.927 | + functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:56.929 | + stack.sh:main:1498 : is_ubuntu 2025-04-15 17:53:56.931 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-15 17:53:56.933 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-15 17:53:56.935 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-15 17:53:56.937 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:56.939 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-15 17:53:56.942 | + stack.sh:main:1500 : set_lvm_filter 2025-04-15 17:53:56.943 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-15 17:53:56.945 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-15 17:53:56.948 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-15 17:53:56.950 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-15 17:53:56.952 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-15 17:53:56.954 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-15 17:53:56.996 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-15 17:53:56.998 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-15 17:53:57.001 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-15 17:53:57.012 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-15 17:53:57.022 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-15 17:53:57.024 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:57.026 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-15 17:53:57.028 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-15 17:53:57.031 | + functions-common:run_phase:1828 : local mode=stack 2025-04-15 17:53:57.033 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-15 17:53:57.035 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-15 17:53:57.037 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-15 17:53:57.039 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-15 17:53:57.041 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-15 17:53:57.043 | + functions-common:run_phase:1838 : local extra 2025-04-15 17:53:57.046 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-15 17:53:57.049 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-15 17:53:57.052 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-15 17:53:57.054 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-15 17:53:57.056 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-15 17:53:57.058 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-15 17:53:57.071 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:57.073 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:53:57.075 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:57.077 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-15 17:53:57.079 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:57.081 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 17:53:57.083 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:57.085 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-15 17:53:57.087 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:57.089 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-15 17:53:57.091 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:53:57.093 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-15 17:53:57.095 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-15 17:53:57.130 | [4245 Async install_tempest:34305]: Waiting for completion of install_tempest running on PID 34305 (1 other jobs running) 2025-04-15 17:53:57.147 | [4245 Async install_tempest:34305]: Signaling child to exit 2025-04-15 17:53:57.147 | WAKEUP 2025-04-15 17:53:57.163 | [4245 Async install_tempest:34305]: Signaled 2025-04-15 17:53:57.164 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-15 17:53:57.164 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-15 17:53:57.164 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-15 17:53:57.165 | +++ functions-common:git_clone:576 : pwd 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-15 17:53:57.165 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:593 : echo master 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:680 : local count=0 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:684 : timeout=0 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:57.165 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744739433263 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-15 17:53:57.165 | Cloning into '/opt/stack//tempest'... 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2400 : local name 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2403 : local total 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2407 : start_time=1744739433263 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2409 : [[ -z 1744739433263 ]] 2025-04-15 17:53:57.165 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2412 : end_time=1744739435287 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2413 : elapsed_time=2024 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2414 : total=86210 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=88234 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:680 : local count=0 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:684 : timeout=0 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:57.165 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744739435317 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-15 17:53:57.165 | From https://opendev.org/openstack/tempest 2025-04-15 17:53:57.165 | * branch master -> FETCH_HEAD 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2400 : local name 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2403 : local total 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2407 : start_time=1744739435317 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2409 : [[ -z 1744739435317 ]] 2025-04-15 17:53:57.165 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2412 : end_time=1744739436206 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2413 : elapsed_time=889 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2414 : total=88234 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:57.165 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=89123 2025-04-15 17:53:57.165 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:680 : local count=0 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:684 : timeout=0 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2387 : local start_time= 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-15 17:53:57.165 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-15 17:53:57.165 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744739436235 2025-04-15 17:53:57.165 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-15 17:53:57.165 | Note: switching to 'FETCH_HEAD'. 2025-04-15 17:53:57.165 | 2025-04-15 17:53:57.165 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-15 17:53:57.165 | changes and commit them, and you can discard any commits you make in this 2025-04-15 17:53:57.165 | state without impacting any branches by switching back to a branch. 2025-04-15 17:53:57.165 | 2025-04-15 17:53:57.165 | If you want to create a new branch to retain commits you create, you may 2025-04-15 17:53:57.165 | do so (now or later) by using -c with the switch command. Example: 2025-04-15 17:53:57.165 | 2025-04-15 17:53:57.165 | git switch -c 2025-04-15 17:53:57.165 | 2025-04-15 17:53:57.165 | Or undo this operation with: 2025-04-15 17:53:57.165 | 2025-04-15 17:53:57.165 | git switch - 2025-04-15 17:53:57.165 | 2025-04-15 17:53:57.165 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-15 17:53:57.165 | 2025-04-15 17:53:57.165 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-15 17:53:57.166 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2400 : local name 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2403 : local total 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2407 : start_time=1744739436235 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2409 : [[ -z 1744739436235 ]] 2025-04-15 17:53:57.166 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2412 : end_time=1744739436332 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2413 : elapsed_time=97 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2414 : total=89123 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=89220 2025-04-15 17:53:57.166 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-15 17:53:57.166 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-15 17:53:57.166 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-15 17:53:57.166 | ++ functions-common:git_clone:656 : head -1 2025-04-15 17:53:57.166 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-15 17:53:57.166 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-15 17:53:57.166 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-15 17:53:57.166 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-15 17:53:57.166 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2025-04-15 17:53:57.166 | Collecting tox!=2.8.0,<4.0.0 2025-04-15 17:53:57.166 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-15 17:53:57.166 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-15 17:53:57.166 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-15 17:53:57.166 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-04-15 17:53:57.166 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-15 17:53:57.166 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-15 17:53:57.166 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-15 17:53:57.166 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-15 17:53:57.166 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2025-04-15 17:53:57.166 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-15 17:53:57.166 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-15 17:53:57.166 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-15 17:53:57.166 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-15 17:53:57.166 | Collecting distlib<1,>=0.3.6 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-15 17:53:57.166 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-15 17:53:57.166 | Collecting platformdirs<4,>=3.2 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-15 17:53:57.166 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-15 17:53:57.166 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-15 17:53:57.166 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-15 17:53:57.166 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-15 17:53:57.166 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-15 17:53:57.166 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-15 17:53:57.166 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-15 17:53:57.166 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-15 17:53:57.166 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-15 17:53:57.166 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-15 17:53:57.166 | Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.22.0 2025-04-15 17:53:57.166 | ++ inc/python:pip_install:222 : result=0 2025-04-15 17:53:57.166 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2400 : local name 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2403 : local total 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2407 : start_time=1744739436375 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2409 : [[ -z 1744739436375 ]] 2025-04-15 17:53:57.166 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2412 : end_time=1744739439634 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2413 : elapsed_time=3259 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2414 : total=83375 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:57.166 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=86634 2025-04-15 17:53:57.166 | ++ inc/python:pip_install:225 : return 0 2025-04-15 17:53:57.166 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-15 17:53:57.166 | ~/tempest ~/devstack 2025-04-15 17:53:57.166 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-15 17:53:57.166 | Switched to branch 'master' 2025-04-15 17:53:57.166 | Your branch is up to date with 'origin/master'. 2025-04-15 17:53:57.166 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-15 17:53:57.166 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-15 17:53:57.166 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.p7vJT8o7aw 2025-04-15 17:53:57.166 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.p7vJT8o7aw 2025-04-15 17:53:57.166 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-15 17:53:57.166 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.p7vJT8o7aw 2025-04-15 17:53:57.166 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-15 17:53:57.166 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-15 17:53:57.166 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-15 17:53:57.166 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 17:53:57.166 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 17:53:57.166 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 17:53:57.166 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 17:53:57.166 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-15 17:53:57.166 | full create: /opt/stack/tempest/.tox/tempest 2025-04-15 17:53:57.166 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-15 17:53:57.166 | full develop-inst: /opt/stack/tempest 2025-04-15 17:53:57.166 | full installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-15 17:53:57.166 | ___________________________________ summary ____________________________________ 2025-04-15 17:53:57.166 | full: skipped tests 2025-04-15 17:53:57.166 | congratulations :) 2025-04-15 17:53:57.166 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.p7vJT8o7aw -r requirements.txt 2025-04-15 17:53:57.166 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-15 17:53:57.166 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-15 17:53:57.166 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-15 17:53:57.166 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-15 17:53:57.166 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-15 17:53:57.166 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-15 17:53:57.167 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-15 17:53:57.167 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-15 17:53:57.167 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-15 17:53:57.167 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-15 17:53:57.167 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-15 17:53:57.167 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-04-15 17:53:57.167 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.11) 2025-04-15 17:53:57.167 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-15 17:53:57.167 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.23.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) 2025-04-15 17:53:57.167 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) 2025-04-15 17:53:57.167 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-15 17:53:57.167 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-15 17:53:57.167 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2025.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-15 17:53:57.167 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-15 17:53:57.167 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-15 17:53:57.167 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-15 17:53:57.167 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) 2025-04-15 17:53:57.167 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-15 17:53:57.167 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.1) 2025-04-15 17:53:57.167 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) 2025-04-15 17:53:57.167 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2025.1.31) 2025-04-15 17:53:57.167 | WARNING: There was an error checking the latest version of pip. 2025-04-15 17:53:57.167 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-15 17:53:57.167 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.p7vJT8o7aw 2025-04-15 17:53:57.167 | ++ lib/tempest:install_tempest:882 : popd 2025-04-15 17:53:57.167 | ~/devstack 2025-04-15 17:53:57.195 | [4245 Async install_tempest:34305]: finished install_tempest with result 0 in 22 seconds 2025-04-15 17:53:57.198 | ++ inc/async:async_wait:197 : return 0 2025-04-15 17:53:57.200 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-15 17:53:57.202 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:53:57.204 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-15 17:53:57.206 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-15 17:53:57.208 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-15 17:53:57.210 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-15 17:53:57.212 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-15 17:53:57.214 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-15 17:53:57.216 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-15 17:53:57.218 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-15 17:53:57.219 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-15 17:53:57.222 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-15 17:53:57.222 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-15 17:53:57.226 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-15 17:53:57.227 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-15 17:53:57.229 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-15 17:53:57.231 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-15 17:53:57.233 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-15 17:53:57.248 | Using python 3.10 to install testrepository 2025-04-15 17:53:57.250 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2025-04-15 17:53:58.273 | Collecting testrepository 2025-04-15 17:53:58.273 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-15 17:53:58.305 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-15 17:53:58.306 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2025-04-15 17:53:58.306 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-04-15 17:53:58.311 | Requirement already satisfied: extras in /opt/stack/data/venv/lib/python3.10/site-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-04-15 17:53:58.316 | Requirement already satisfied: pbr>=0.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools>=0.9.30->testrepository) (5.11.1) 2025-04-15 17:53:59.366 | Installing collected packages: testrepository 2025-04-15 17:53:59.471 | Successfully installed testrepository-0.0.20 2025-04-15 17:53:59.573 | ++ inc/python:pip_install:222 : result=0 2025-04-15 17:53:59.575 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-15 17:53:59.577 | ++ functions-common:time_stop:2400 : local name 2025-04-15 17:53:59.579 | ++ functions-common:time_stop:2401 : local end_time 2025-04-15 17:53:59.580 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-15 17:53:59.582 | ++ functions-common:time_stop:2403 : local total 2025-04-15 17:53:59.584 | ++ functions-common:time_stop:2404 : local start_time 2025-04-15 17:53:59.586 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-15 17:53:59.587 | ++ functions-common:time_stop:2407 : start_time=1744739637244 2025-04-15 17:53:59.589 | ++ functions-common:time_stop:2409 : [[ -z 1744739637244 ]] 2025-04-15 17:53:59.591 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-15 17:53:59.594 | ++ functions-common:time_stop:2412 : end_time=1744739639593 2025-04-15 17:53:59.596 | ++ functions-common:time_stop:2413 : elapsed_time=2349 2025-04-15 17:53:59.598 | ++ functions-common:time_stop:2414 : total=99773 2025-04-15 17:53:59.600 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-15 17:53:59.601 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=102122 2025-04-15 17:53:59.603 | ++ inc/python:pip_install:225 : return 0 2025-04-15 17:53:59.605 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-15 17:53:59.607 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-15 17:53:59.609 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-15 17:53:59.610 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-15 17:53:59.612 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-15 17:53:59.614 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-15 17:53:59.616 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-15 17:53:59.617 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-15 17:53:59.619 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-15 17:53:59.621 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-15 17:53:59.623 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-15 17:53:59.625 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-15 17:53:59.626 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-15 17:53:59.628 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-15 17:53:59.630 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-15 17:53:59.632 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-15 17:53:59.634 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-15 17:53:59.635 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-15 17:53:59.635 | ' 2025-04-15 17:53:59.637 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-15 17:53:59.639 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-15 17:53:59.651 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:53:59.653 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-15 17:53:59.655 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-15 17:53:59.657 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-15 17:53:59.658 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-15 17:53:59.661 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-15 17:53:59.661 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-15 17:53:59.662 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-15 17:54:00.847 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:54:00.850 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-15 17:54:00.851 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-15 17:54:00.853 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-15 17:54:00.855 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-15 17:54:00.857 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-15 17:54:00.859 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-15 17:54:00.861 | ++ lib/tempest:configure_tempest:251 : image_uuid=a7c0f081-4dbc-4d84-a332-1fafe896329f 2025-04-15 17:54:00.862 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=a7c0f081-4dbc-4d84-a332-1fafe896329f 2025-04-15 17:54:00.864 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-15 17:54:00.874 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-15 17:54:00.877 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-15 17:54:00.879 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-15 17:54:00.881 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-15 17:54:00.882 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-15 17:54:00.884 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-15 17:54:00.886 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-15 17:54:00.888 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-15 17:54:00.890 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-15 17:54:00.890 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-15 17:54:01.980 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:54:01.983 | ++ lib/tempest:configure_tempest:287 : admin_project_id=d71b872eef9e45f9b3af43c6d6442489 2025-04-15 17:54:01.985 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-15 17:54:01.997 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:54:02.000 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-15 17:54:03.137 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:54:03.139 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 17:54:03.140 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-15 17:54:03.140 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 17:54:03.140 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-15 17:54:03.140 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-15 17:54:03.140 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-15 17:54:03.140 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-15 17:54:03.140 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-15 17:54:03.140 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-15 17:54:03.140 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-15 17:54:03.140 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-15 17:54:03.140 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-15 17:54:03.140 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-15 17:54:03.140 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-15 17:54:03.141 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-15 17:54:03.143 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 17:54:03.143 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-15 17:54:03.144 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 17:54:03.144 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-15 17:54:03.144 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-15 17:54:03.144 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-15 17:54:03.144 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-15 17:54:03.144 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-15 17:54:03.144 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-15 17:54:03.144 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-15 17:54:03.144 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-15 17:54:03.144 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-15 17:54:03.144 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-15 17:54:03.144 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-15 17:54:03.146 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib a7c0f081-4dbc-4d84-a332-1fafe896329f 2025-04-15 17:54:03.148 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-15 17:54:03.150 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show a7c0f081-4dbc-4d84-a332-1fafe896329f -c size -f value 2025-04-15 17:54:04.263 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:54:04.266 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-15 17:54:04.268 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-15 17:54:04.269 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-15 17:54:04.295 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-15 17:54:04.297 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2025-04-15 17:54:05.288 | +----------------------------+-----------------------+ 2025-04-15 17:54:05.288 | | Field | Value | 2025-04-15 17:54:05.288 | +----------------------------+-----------------------+ 2025-04-15 17:54:05.288 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:54:05.288 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:54:05.288 | | description | None | 2025-04-15 17:54:05.288 | | disk | 1 | 2025-04-15 17:54:05.288 | | id | 42 | 2025-04-15 17:54:05.288 | | name | m1.nano | 2025-04-15 17:54:05.288 | | os-flavor-access:is_public | True | 2025-04-15 17:54:05.288 | | properties | hw_rng:allowed='True' | 2025-04-15 17:54:05.288 | | ram | 128 | 2025-04-15 17:54:05.288 | | rxtx_factor | 1.0 | 2025-04-15 17:54:05.288 | | swap | 0 | 2025-04-15 17:54:05.288 | | vcpus | 1 | 2025-04-15 17:54:05.288 | +----------------------------+-----------------------+ 2025-04-15 17:54:05.410 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-15 17:54:05.411 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 17:54:05.411 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-15 17:54:05.412 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-15 17:54:05.412 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-15 17:54:05.412 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-15 17:54:05.412 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-15 17:54:05.412 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-15 17:54:05.412 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-15 17:54:05.412 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-15 17:54:05.412 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-15 17:54:05.412 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-15 17:54:05.412 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-15 17:54:05.412 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-15 17:54:05.412 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-15 17:54:05.414 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib a7c0f081-4dbc-4d84-a332-1fafe896329f 2025-04-15 17:54:05.416 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-15 17:54:05.418 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show a7c0f081-4dbc-4d84-a332-1fafe896329f -c size -f value 2025-04-15 17:54:06.524 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:54:06.525 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-15 17:54:06.528 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-15 17:54:06.529 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-15 17:54:06.556 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-15 17:54:06.558 | ++ lib/tempest:configure_tempest:303 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2025-04-15 17:54:07.557 | +----------------------------+-----------------------+ 2025-04-15 17:54:07.557 | | Field | Value | 2025-04-15 17:54:07.557 | +----------------------------+-----------------------+ 2025-04-15 17:54:07.557 | | OS-FLV-DISABLED:disabled | False | 2025-04-15 17:54:07.557 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-15 17:54:07.557 | | description | None | 2025-04-15 17:54:07.557 | | disk | 1 | 2025-04-15 17:54:07.557 | | id | 84 | 2025-04-15 17:54:07.557 | | name | m1.micro | 2025-04-15 17:54:07.557 | | os-flavor-access:is_public | True | 2025-04-15 17:54:07.557 | | properties | hw_rng:allowed='True' | 2025-04-15 17:54:07.557 | | ram | 192 | 2025-04-15 17:54:07.557 | | rxtx_factor | 1.0 | 2025-04-15 17:54:07.557 | | swap | 0 | 2025-04-15 17:54:07.557 | | vcpus | 1 | 2025-04-15 17:54:07.557 | +----------------------------+-----------------------+ 2025-04-15 17:54:07.686 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-15 17:54:07.688 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-15 17:54:07.713 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-15 17:54:07.715 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-15 17:54:07.717 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-15 17:54:07.718 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-15 17:54:07.720 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-15 17:54:08.869 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:54:08.871 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-15 17:54:08.871 | address-scope 2025-04-15 17:54:08.871 | router-admin-state-down-before-update 2025-04-15 17:54:08.871 | agent 2025-04-15 17:54:08.871 | agent-resources-synced 2025-04-15 17:54:08.871 | allowed-address-pairs 2025-04-15 17:54:08.871 | auto-allocated-topology 2025-04-15 17:54:08.871 | availability_zone 2025-04-15 17:54:08.871 | availability_zone_filter 2025-04-15 17:54:08.872 | default-subnetpools 2025-04-15 17:54:08.872 | dhcp_agent_scheduler 2025-04-15 17:54:08.872 | dvr 2025-04-15 17:54:08.872 | empty-string-filtering 2025-04-15 17:54:08.872 | external-net 2025-04-15 17:54:08.872 | extra_dhcp_opt 2025-04-15 17:54:08.872 | extraroute 2025-04-15 17:54:08.872 | extraroute-atomic 2025-04-15 17:54:08.872 | filter-validation 2025-04-15 17:54:08.872 | floating-ip-port-forwarding-detail 2025-04-15 17:54:08.872 | fip-port-details 2025-04-15 17:54:08.872 | flavors 2025-04-15 17:54:08.872 | floatingip-pools 2025-04-15 17:54:08.872 | ip-substring-filtering 2025-04-15 17:54:08.872 | router 2025-04-15 17:54:08.872 | ext-gw-mode 2025-04-15 17:54:08.872 | l3-ha 2025-04-15 17:54:08.872 | l3-flavors 2025-04-15 17:54:08.872 | l3-port-ip-change-not-allowed 2025-04-15 17:54:08.872 | l3_agent_scheduler 2025-04-15 17:54:08.872 | multi-provider 2025-04-15 17:54:08.872 | net-mtu 2025-04-15 17:54:08.872 | net-mtu-writable 2025-04-15 17:54:08.872 | network_availability_zone 2025-04-15 17:54:08.872 | network_ha 2025-04-15 17:54:08.872 | network-ip-availability 2025-04-15 17:54:08.872 | pagination 2025-04-15 17:54:08.872 | port-device-profile 2025-04-15 17:54:08.872 | port-mac-override 2025-04-15 17:54:08.872 | port-mac-address-regenerate 2025-04-15 17:54:08.872 | port-numa-affinity-policy 2025-04-15 17:54:08.872 | binding 2025-04-15 17:54:08.872 | binding-extended 2025-04-15 17:54:08.872 | port-security 2025-04-15 17:54:08.872 | project-id 2025-04-15 17:54:08.872 | provider 2025-04-15 17:54:08.872 | quota-check-limit 2025-04-15 17:54:08.872 | quotas 2025-04-15 17:54:08.872 | quota_details 2025-04-15 17:54:08.872 | rbac-policies 2025-04-15 17:54:08.872 | rbac-address-group 2025-04-15 17:54:08.872 | rbac-address-scope 2025-04-15 17:54:08.872 | rbac-security-groups 2025-04-15 17:54:08.872 | rbac-subnetpool 2025-04-15 17:54:08.872 | revision-if-match 2025-04-15 17:54:08.872 | standard-attr-revisions 2025-04-15 17:54:08.872 | router_availability_zone 2025-04-15 17:54:08.872 | security-groups-default-rules 2025-04-15 17:54:08.872 | security-groups-normalized-cidr 2025-04-15 17:54:08.873 | port-security-groups-filtering 2025-04-15 17:54:08.873 | security-groups-remote-address-group 2025-04-15 17:54:08.873 | security-groups-shared-filtering 2025-04-15 17:54:08.873 | security-group 2025-04-15 17:54:08.873 | service-type 2025-04-15 17:54:08.873 | sorting 2025-04-15 17:54:08.873 | standard-attr-description 2025-04-15 17:54:08.873 | stateful-security-group 2025-04-15 17:54:08.873 | subnet_onboard 2025-04-15 17:54:08.873 | subnet-service-types 2025-04-15 17:54:08.873 | subnet_allocation 2025-04-15 17:54:08.873 | subnetpool-prefix-ops 2025-04-15 17:54:08.873 | standard-attr-tag 2025-04-15 17:54:08.873 | standard-attr-timestamp 2025-04-15 17:54:08.873 | nsxt-ops' 2025-04-15 17:54:08.873 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-15 17:54:08.874 | address-scope 2025-04-15 17:54:08.874 | router-admin-state-down-before-update 2025-04-15 17:54:08.874 | agent 2025-04-15 17:54:08.874 | agent-resources-synced 2025-04-15 17:54:08.874 | allowed-address-pairs 2025-04-15 17:54:08.874 | auto-allocated-topology 2025-04-15 17:54:08.874 | availability_zone 2025-04-15 17:54:08.874 | availability_zone_filter 2025-04-15 17:54:08.874 | default-subnetpools 2025-04-15 17:54:08.874 | dhcp_agent_scheduler 2025-04-15 17:54:08.874 | dvr 2025-04-15 17:54:08.874 | empty-string-filtering 2025-04-15 17:54:08.874 | external-net 2025-04-15 17:54:08.874 | extra_dhcp_opt 2025-04-15 17:54:08.874 | extraroute 2025-04-15 17:54:08.874 | extraroute-atomic 2025-04-15 17:54:08.874 | filter-validation 2025-04-15 17:54:08.874 | floating-ip-port-forwarding-detail 2025-04-15 17:54:08.874 | fip-port-details 2025-04-15 17:54:08.874 | flavors 2025-04-15 17:54:08.874 | floatingip-pools 2025-04-15 17:54:08.874 | ip-substring-filtering 2025-04-15 17:54:08.874 | router 2025-04-15 17:54:08.874 | ext-gw-mode 2025-04-15 17:54:08.874 | l3-ha 2025-04-15 17:54:08.874 | l3-flavors 2025-04-15 17:54:08.874 | l3-port-ip-change-not-allowed 2025-04-15 17:54:08.874 | l3_agent_scheduler 2025-04-15 17:54:08.874 | multi-provider 2025-04-15 17:54:08.874 | net-mtu 2025-04-15 17:54:08.874 | net-mtu-writable 2025-04-15 17:54:08.874 | network_availability_zone 2025-04-15 17:54:08.874 | network_ha 2025-04-15 17:54:08.874 | network-ip-availability 2025-04-15 17:54:08.874 | pagination 2025-04-15 17:54:08.874 | port-device-profile 2025-04-15 17:54:08.874 | port-mac-override 2025-04-15 17:54:08.874 | port-mac-address-regenerate 2025-04-15 17:54:08.874 | port-numa-affinity-policy 2025-04-15 17:54:08.874 | binding 2025-04-15 17:54:08.874 | binding-extended 2025-04-15 17:54:08.874 | port-security 2025-04-15 17:54:08.874 | project-id 2025-04-15 17:54:08.874 | provider 2025-04-15 17:54:08.874 | quota-check-limit 2025-04-15 17:54:08.874 | quotas 2025-04-15 17:54:08.874 | quota_details 2025-04-15 17:54:08.874 | rbac-policies 2025-04-15 17:54:08.874 | rbac-address-group 2025-04-15 17:54:08.874 | rbac-address-scope 2025-04-15 17:54:08.874 | rbac-security-groups 2025-04-15 17:54:08.874 | rbac-subnetpool 2025-04-15 17:54:08.874 | revision-if-match 2025-04-15 17:54:08.874 | standard-attr-revisions 2025-04-15 17:54:08.874 | router_availability_zone 2025-04-15 17:54:08.874 | security-groups-default-rules 2025-04-15 17:54:08.874 | security-groups-normalized-cidr 2025-04-15 17:54:08.874 | port-security-groups-filtering 2025-04-15 17:54:08.874 | security-groups-remote-address-group 2025-04-15 17:54:08.874 | security-groups-shared-filtering 2025-04-15 17:54:08.874 | security-group 2025-04-15 17:54:08.874 | service-type 2025-04-15 17:54:08.874 | sorting 2025-04-15 17:54:08.874 | standard-attr-description 2025-04-15 17:54:08.874 | stateful-security-group 2025-04-15 17:54:08.874 | subnet_onboard 2025-04-15 17:54:08.874 | subnet-service-types 2025-04-15 17:54:08.874 | subnet_allocation 2025-04-15 17:54:08.874 | subnetpool-prefix-ops 2025-04-15 17:54:08.874 | standard-attr-tag 2025-04-15 17:54:08.874 | standard-attr-timestamp 2025-04-15 17:54:08.874 | nsxt-ops =~ external-net ]] 2025-04-15 17:54:08.875 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-15 17:54:08.878 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-15 17:54:10.065 | +++ functions-common:oscwrap:2440 : return 0 2025-04-15 17:54:10.067 | ++ lib/tempest:configure_tempest:363 : public_network_id=be30ca3e-b2cc-4b82-8c12-82292db74f9b 2025-04-15 17:54:10.069 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-15 17:54:11.154 | +---------------------------+--------------------------------------+ 2025-04-15 17:54:11.155 | | Field | Value | 2025-04-15 17:54:11.155 | +---------------------------+--------------------------------------+ 2025-04-15 17:54:11.155 | | admin_state_up | UP | 2025-04-15 17:54:11.155 | | availability_zone_hints | | 2025-04-15 17:54:11.155 | | availability_zones | | 2025-04-15 17:54:11.155 | | created_at | 2025-04-15T17:54:11Z | 2025-04-15 17:54:11.155 | | description | | 2025-04-15 17:54:11.155 | | dns_domain | None | 2025-04-15 17:54:11.155 | | id | 61be91e4-307e-4420-bb31-346766a1b080 | 2025-04-15 17:54:11.155 | | ipv4_address_scope | None | 2025-04-15 17:54:11.155 | | ipv6_address_scope | None | 2025-04-15 17:54:11.155 | | is_default | False | 2025-04-15 17:54:11.155 | | is_vlan_transparent | None | 2025-04-15 17:54:11.155 | | mtu | 8950 | 2025-04-15 17:54:11.155 | | name | shared | 2025-04-15 17:54:11.155 | | port_security_enabled | True | 2025-04-15 17:54:11.155 | | project_id | d71b872eef9e45f9b3af43c6d6442489 | 2025-04-15 17:54:11.155 | | provider:network_type | vlan | 2025-04-15 17:54:11.155 | | provider:physical_network | default | 2025-04-15 17:54:11.155 | | provider:segmentation_id | 645 | 2025-04-15 17:54:11.155 | | qos_policy_id | None | 2025-04-15 17:54:11.155 | | revision_number | 1 | 2025-04-15 17:54:11.155 | | router:external | Internal | 2025-04-15 17:54:11.155 | | segments | None | 2025-04-15 17:54:11.155 | | shared | True | 2025-04-15 17:54:11.155 | | status | ACTIVE | 2025-04-15 17:54:11.155 | | subnets | | 2025-04-15 17:54:11.155 | | tags | | 2025-04-15 17:54:11.155 | | tenant_id | d71b872eef9e45f9b3af43c6d6442489 | 2025-04-15 17:54:11.155 | | updated_at | 2025-04-15T17:54:11Z | 2025-04-15 17:54:11.155 | +---------------------------+--------------------------------------+ 2025-04-15 17:54:11.293 | ++ lib/tempest:configure_tempest:366 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2025-04-15 17:54:12.448 | +----------------------+--------------------------------------+ 2025-04-15 17:54:12.448 | | Field | Value | 2025-04-15 17:54:12.448 | +----------------------+--------------------------------------+ 2025-04-15 17:54:12.448 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-15 17:54:12.448 | | cidr | 192.168.233.0/24 | 2025-04-15 17:54:12.448 | | created_at | 2025-04-15T17:54:12Z | 2025-04-15 17:54:12.448 | | description | shared-subnet | 2025-04-15 17:54:12.448 | | dns_nameservers | | 2025-04-15 17:54:12.448 | | dns_publish_fixed_ip | None | 2025-04-15 17:54:12.448 | | enable_dhcp | True | 2025-04-15 17:54:12.448 | | gateway_ip | 192.168.233.1 | 2025-04-15 17:54:12.448 | | host_routes | | 2025-04-15 17:54:12.448 | | id | ddcf75fb-e4bb-4bd9-85bc-9adf4ecaa359 | 2025-04-15 17:54:12.448 | | ip_version | 4 | 2025-04-15 17:54:12.448 | | ipv6_address_mode | None | 2025-04-15 17:54:12.448 | | ipv6_ra_mode | None | 2025-04-15 17:54:12.448 | | name | shared-subnet | 2025-04-15 17:54:12.448 | | network_id | 61be91e4-307e-4420-bb31-346766a1b080 | 2025-04-15 17:54:12.448 | | project_id | d71b872eef9e45f9b3af43c6d6442489 | 2025-04-15 17:54:12.448 | | revision_number | 0 | 2025-04-15 17:54:12.448 | | segment_id | None | 2025-04-15 17:54:12.448 | | service_types | | 2025-04-15 17:54:12.448 | | subnetpool_id | None | 2025-04-15 17:54:12.448 | | tags | | 2025-04-15 17:54:12.448 | | updated_at | 2025-04-15T17:54:12Z | 2025-04-15 17:54:12.448 | +----------------------+--------------------------------------+ 2025-04-15 17:54:12.593 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-15 17:54:12.619 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-15 17:54:12.644 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-15 17:54:12.646 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-15 17:54:12.669 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-15 17:54:12.692 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-15 17:54:12.716 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-15 17:54:12.741 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-15 17:54:12.767 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-15 17:54:12.792 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-15 17:54:12.816 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-15 17:54:12.840 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-15 17:54:12.864 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-15 17:54:12.888 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-15 17:54:12.889 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-15 17:54:12.914 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-15 17:54:12.937 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-15 17:54:12.959 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-15 17:54:12.982 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-15 17:54:12.984 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-15 17:54:13.010 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-15 17:54:13.033 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-15 17:54:13.035 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-15 17:54:13.060 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-15 17:54:13.074 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:54:13.077 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-15 17:54:13.079 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-15 17:54:13.103 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-15 17:54:13.116 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:54:13.118 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-15 17:54:13.141 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-15 17:54:13.165 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-15 17:54:13.189 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-15 17:54:13.191 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-15 17:54:13.216 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-15 17:54:13.239 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-15 17:54:13.252 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:54:13.254 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref a7c0f081-4dbc-4d84-a332-1fafe896329f 2025-04-15 17:54:13.278 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt a7c0f081-4dbc-4d84-a332-1fafe896329f 2025-04-15 17:54:13.301 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-15 17:54:13.323 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-15 17:54:13.346 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-15 17:54:13.372 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-15 17:54:13.384 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:54:13.386 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-15 17:54:13.388 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-15 17:54:13.390 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-15 17:54:13.392 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-15 17:54:13.393 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-15 17:54:13.395 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-15 17:54:13.409 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-15 17:54:13.411 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-15 17:54:13.434 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-15 17:54:13.459 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-15 17:54:13.482 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-15 17:54:13.506 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-15 17:54:13.529 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-15 17:54:13.553 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-15 17:54:13.576 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-15 17:54:13.599 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-15 17:54:13.622 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-15 17:54:13.624 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-15 17:54:13.647 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-15 17:54:13.649 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-15 17:54:13.661 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:54:13.663 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-15 17:54:13.685 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id be30ca3e-b2cc-4b82-8c12-82292db74f9b 2025-04-15 17:54:13.707 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-15 17:54:13.730 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-15 17:54:13.752 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-15 17:54:13.776 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-15 17:54:13.800 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-15 17:54:13.824 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-15 17:54:13.849 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-15 17:54:13.850 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-15 17:54:13.852 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-15 17:54:13.854 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-15 17:54:13.878 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-15 17:54:13.881 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-15 17:54:13.881 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-15 17:54:13.884 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-15 17:54:13.886 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-15 17:54:13.909 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-15 17:54:13.911 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-15 17:54:13.913 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-15 17:54:13.915 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-15 17:54:13.917 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-15 17:54:13.939 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-15 17:54:13.961 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-15 17:54:13.984 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-15 17:54:14.007 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-15 17:54:14.029 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-15 17:54:14.052 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 17:54:14.054 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-15 17:54:14.066 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-15 17:54:14.091 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 17:54:14.093 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-15 17:54:14.105 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-15 17:54:14.128 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 17:54:14.130 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-15 17:54:14.143 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-15 17:54:14.166 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-15 17:54:14.168 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-15 17:54:14.181 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-15 17:54:14.204 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-15 17:54:14.206 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-15 17:54:14.208 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-15 17:54:14.210 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-15 17:54:14.223 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-15 17:54:14.225 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-15 17:54:14.248 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-15 17:54:14.261 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:54:14.262 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-15 17:54:14.285 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-15 17:54:14.287 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-15 17:54:14.289 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-15 17:54:14.291 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-15 17:54:14.293 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-15 17:54:14.295 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-15 17:54:14.296 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-15 17:54:14.298 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-15 17:54:14.300 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-15 17:54:14.314 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-15 17:54:14.316 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-15 17:54:14.340 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-15 17:54:14.342 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-15 17:54:14.344 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-15 17:54:14.346 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-15 17:54:14.348 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 17:54:14.350 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-15 17:54:14.362 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:54:14.364 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-15 17:54:14.389 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 17:54:14.391 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-15 17:54:14.403 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:54:14.405 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-15 17:54:14.428 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 17:54:14.430 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-15 17:54:14.443 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:54:14.445 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-15 17:54:14.469 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 17:54:14.471 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-15 17:54:14.483 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:54:14.485 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-15 17:54:14.508 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 17:54:14.510 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-15 17:54:14.523 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:54:14.525 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-15 17:54:14.548 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 17:54:14.550 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-15 17:54:14.563 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:54:14.565 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-15 17:54:14.589 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-15 17:54:14.591 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-15 17:54:14.603 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:54:14.605 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-15 17:54:14.630 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-15 17:54:14.632 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-15 17:54:14.634 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-15 17:54:14.636 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-15 17:54:14.662 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-15 17:54:14.664 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-15 17:54:14.666 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-15 17:54:14.668 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-15 17:54:14.695 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-15 17:54:14.697 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-15 17:54:14.699 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-15 17:54:14.701 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-15 17:54:14.704 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-15 17:54:14.708 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.hoxp0hv50T 2025-04-15 17:54:14.709 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-15 17:54:14.712 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-15 17:54:14.715 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-15 17:54:14.718 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.JQDQUDeax4 2025-04-15 17:54:14.720 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.JQDQUDeax4 2025-04-15 17:54:14.722 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-15 17:54:14.724 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.JQDQUDeax4 2025-04-15 17:54:14.726 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-15 17:54:14.728 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-15 17:54:14.730 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-15 17:54:14.735 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 17:54:14.738 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 17:54:14.740 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 17:54:14.742 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-15 17:54:14.744 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-15 17:54:14.746 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-15 17:54:14.996 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-15 17:54:15.390 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-15 17:54:25.299 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-15 17:54:28.206 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-15 17:54:28.206 | ___________________________________ summary ____________________________________ 2025-04-15 17:54:28.206 | venv-tempest: skipped tests 2025-04-15 17:54:28.206 | congratulations :) 2025-04-15 17:54:28.226 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.JQDQUDeax4 -r requirements.txt 2025-04-15 17:54:28.649 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. 2025-04-15 17:54:28.649 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-15 17:54:28.723 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2025-04-15 17:54:28.723 | warnings.warn( 2025-04-15 17:54:28.723 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2025-04-15 17:54:28.723 | warnings.warn( 2025-04-15 17:54:28.783 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-15 17:54:30.912 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-15 17:54:30.912 | venv-tempest run-test-pre: PYTHONHASHSEED='1810509924' 2025-04-15 17:54:30.912 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.JQDQUDeax4 -r requirements.txt 2025-04-15 17:54:31.743 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-15 17:54:31.743 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-15 17:54:31.743 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-15 17:54:31.744 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-15 17:54:31.745 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-15 17:54:31.745 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-15 17:54:31.746 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-15 17:54:31.747 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-15 17:54:31.748 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-15 17:54:31.748 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-15 17:54:31.749 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-15 17:54:31.750 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-15 17:54:31.750 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-15 17:54:31.751 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-15 17:54:31.752 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-15 17:54:31.753 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-15 17:54:31.753 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-15 17:54:31.754 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-15 17:54:31.755 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-15 17:54:31.755 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-15 17:54:31.756 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-15 17:54:31.757 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-15 17:54:31.757 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-15 17:54:31.759 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-15 17:54:31.764 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-04-15 17:54:31.765 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.11) 2025-04-15 17:54:31.783 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-15 17:54:31.783 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) 2025-04-15 17:54:31.784 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-15 17:54:31.785 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.23.1) 2025-04-15 17:54:31.802 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-15 17:54:31.803 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-15 17:54:31.821 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-15 17:54:31.833 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.1) 2025-04-15 17:54:31.848 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) 2025-04-15 17:54:31.849 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) 2025-04-15 17:54:31.862 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.1) 2025-04-15 17:54:31.863 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) 2025-04-15 17:54:31.879 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-15 17:54:31.880 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-15 17:54:31.880 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-15 17:54:31.885 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) 2025-04-15 17:54:31.885 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2025.1) 2025-04-15 17:54:31.894 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-15 17:54:31.895 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-15 17:54:31.896 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-15 17:54:31.896 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-15 17:54:31.922 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-15 17:54:31.946 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-15 17:54:32.023 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-15 17:54:32.030 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-15 17:54:32.111 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) 2025-04-15 17:54:32.121 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-15 17:54:32.132 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.1) 2025-04-15 17:54:32.133 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) 2025-04-15 17:54:32.134 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2025.1.31) 2025-04-15 17:54:32.296 | WARNING: There was an error checking the latest version of pip. 2025-04-15 17:54:32.370 | ___________________________________ summary ____________________________________ 2025-04-15 17:54:32.370 | venv-tempest: commands succeeded 2025-04-15 17:54:32.370 | congratulations :) 2025-04-15 17:54:32.391 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.JQDQUDeax4 2025-04-15 17:54:32.394 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-15 17:54:32.396 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-15 17:54:32.398 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-15 17:54:32.423 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.hoxp0hv50T 2025-04-15 17:54:32.654 | venv create: /opt/stack/tempest/.tox/venv 2025-04-15 17:54:32.936 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-15 17:54:47.993 | venv develop-inst: /opt/stack/tempest 2025-04-15 17:54:51.521 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API, warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning),/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:2870: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.,Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages, declare_namespace(pkg),alabaster==1.0.0,attrs==25.1.0,autopage==0.5.2,babel==2.17.0,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.7,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.5,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==1.3.0,openstackdocstheme==3.4.1,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,Pygments==2.19.1,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.2.1,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-15 17:54:51.521 | venv run-test-pre: PYTHONHASHSEED='2758214980' 2025-04-15 17:54:51.521 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.hoxp0hv50T 2025-04-15 17:54:51.651 | /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. 2025-04-15 17:54:51.651 | debtcollector.deprecate( 2025-04-15 17:54:51.820 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2025-04-15 17:54:51.820 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-15 17:54:51.821 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2025-04-15 17:54:51.821 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-15 17:54:52.082 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2025-04-15 17:54:52.082 | warnings.warn( 2025-04-15 17:54:52.269 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-15 17:54:52.269 | for key, value in info.getheaders().items(): 2025-04-15 17:54:52.295 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-15 17:54:52.295 | for key, value in info.getheaders().items(): 2025-04-15 17:54:52.624 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-15 17:54:52.624 | for key, value in info.getheaders().items(): 2025-04-15 17:54:52.625 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2025-04-15 17:54:52.625 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-15 17:54:53.242 | ___________________________________ summary ____________________________________ 2025-04-15 17:54:53.242 | venv: commands succeeded 2025-04-15 17:54:53.242 | congratulations :) 2025-04-15 17:54:53.263 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-15 17:54:53.277 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-15 17:54:53.278 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-15 17:54:53.281 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-15 17:54:53.294 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-15 17:54:53.295 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-15 17:54:53.298 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-15 17:54:53.299 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-15 17:54:53.301 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-15 17:54:53.303 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-15 17:54:53.305 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-15 17:54:53.307 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-15 17:54:53.309 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-15 17:54:53.311 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-15 17:54:53.313 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-15 17:54:53.315 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-15 17:54:53.316 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-15 17:54:53.318 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-15 17:54:53.320 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-15 17:54:53.322 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-04-15 17:54:53.324 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-15 17:54:53.326 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-15 17:54:53.328 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-15 17:54:53.330 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-15 17:54:53.332 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-15 17:54:53.334 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-15 17:54:53.336 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-15 17:54:53.338 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-15 17:54:53.340 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-15 17:54:53.342 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-15 17:54:53.344 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-15 17:54:53.346 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-15 17:54:53.348 | ++ lib/tempest:configure_tempest:808 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed,port-hint-ovs-tx-steering,enable-default-route-bfd,enable-default-route-ecmp,standard-attr-fwaas-v2,allowed-address-pairs-atomic,network_ha,security-groups-rules-belongs-to-default-sg,port-hardware-offload-type 2025-04-15 17:54:53.350 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-15 17:54:53.353 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.hoxp0hv50T network-feature-enabled api_extensions 2025-04-15 17:54:53.353 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-15 17:54:53.369 | ++ lib/tempest:configure_tempest:811 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-15 17:54:53.372 | +++ lib/tempest:configure_tempest:813 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2025-04-15 17:54:53.374 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-15 17:54:53.376 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-15 17:54:53.378 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-15 17:54:53.380 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2025-04-15 17:54:53.394 | +++ functions-common:remove_disabled_services:2087 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-15 17:54:53.409 | ++ lib/tempest:configure_tempest:813 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-15 17:54:53.411 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-15 17:54:53.413 | ++ lib/tempest:configure_tempest:818 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-15 17:54:53.437 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-15 17:54:53.439 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-15 17:54:53.441 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-15 17:54:53.443 | ++ lib/tempest:configure_tempest:823 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-15 17:54:53.445 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-15 17:54:53.447 | ++ lib/tempest:configure_tempest:830 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-15 17:54:53.473 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-15 17:54:53.475 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-15 17:54:53.477 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-15 17:54:53.479 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-15 17:54:53.481 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-15 17:54:53.483 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-15 17:54:53.485 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-15 17:54:53.487 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-15 17:54:53.489 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-15 17:54:53.491 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-15 17:54:53.493 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-15 17:54:53.495 | ++ lib/tempest:configure_tempest:843 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-15 17:54:53.497 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-15 17:54:53.499 | ++ lib/tempest:configure_tempest:850 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-15 17:54:53.523 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-15 17:54:53.523 | ' 2025-04-15 17:54:53.525 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-15 17:54:53.527 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-15 17:54:53.529 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-15 17:54:53.531 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-15 17:54:53.533 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-15 17:54:53.533 | ~/tempest ~/tempest 2025-04-15 17:54:53.535 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-15 17:54:53.537 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-15 17:54:53.537 | ~/tempest 2025-04-15 17:54:53.539 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-15 17:54:53.541 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-15 17:54:53.543 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:54:53.546 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-15 17:54:53.548 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-15 17:54:53.550 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-15 17:54:53.552 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-15 17:54:53.554 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-15 17:54:53.557 | + functions-common:run_plugins:1818 : local plugin 2025-04-15 17:54:53.559 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-15 17:54:53.561 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-15 17:54:53.563 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-15 17:54:53.566 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-15 17:54:53.568 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-15 17:54:53.570 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:54:53.572 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-15 17:54:53.574 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:54:53.576 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-15 17:54:53.578 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-15 17:54:53.580 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-15 17:54:53.582 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-15 17:54:53.585 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-15 17:54:53.587 | + inc/meta-config:merge_config_group:171 : shift 2025-04-15 17:54:53.589 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-15 17:54:53.591 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:54:53.593 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-15 17:54:53.596 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-15 17:54:53.598 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-15 17:54:53.600 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-15 17:54:53.603 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-15 17:54:53.605 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-15 17:54:53.607 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-15 17:54:53.607 | /^\[\[.+\|.*\]\]/ { 2025-04-15 17:54:53.607 | gsub("[][]", "", $1); 2025-04-15 17:54:53.607 | split($1, a, "|"); 2025-04-15 17:54:53.607 | if (a[1] == matchgroup) 2025-04-15 17:54:53.607 | print a[2] 2025-04-15 17:54:53.607 | } 2025-04-15 17:54:53.607 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 42 osc 148 apt-get 42 test_with_retry 3 dbsync 2 pip_install 102 apt-get-update 24 run_process 16 git_timed 86 ------------------------- Unaccounted time 55 ========================= Total runtime 530 ================= Async summary ================= Time spent in the background minus waits: 178 sec Elapsed time: 530 sec Time if we did everything serially: 708 sec Speedup: 1.33585 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36774 | | keystone | UPDATE | 7 | | keystone | INSERT | 93 | | neutron | SELECT | 3472 | | neutron | INSERT | 131 | | placement | SELECT | 10 | | placement | INSERT | 4 | | placement | SET | 2 | | neutron | UPDATE | 75 | | neutron | DELETE | 16 | | nova_cell1 | SELECT | 70 | | nova_api | SELECT | 110 | | nova_cell0 | SELECT | 12 | | nova_cell1 | INSERT | 6 | | 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