2025-04-16 20:34:54.559 | + stack.sh:main:502 : exec 2025-04-16 20:34:54.559 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-203454' 2025-04-16 20:34:54.559 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2025-04-16-203454.summary.2025-04-16-203454 2025-04-16 20:34:54.559 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:34:54.559 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2025-04-16-203454 2025-04-16 20:34:54.560 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-203454 /opt/stack//logs/stack.sh.log 2025-04-16 20:34:54.560 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2025-04-16-203454.summary.2025-04-16-203454 /opt/stack//logs/stack.sh.log.summary 2025-04-16 20:34:54.560 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2025-04-16 20:34:54.560 | + functions:check_path_perm_sanity:607 : local real_path 2025-04-16 20:34:54.560 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2025-04-16 20:34:54.560 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2025-04-16 20:34:54.560 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2025-04-16 20:34:54.560 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2025-04-16 20:34:54.560 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2025-04-16 20:34:54.560 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 20:34:54.560 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2025-04-16 20:34:54.560 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2025-04-16 20:34:54.560 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 20:34:54.560 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2025-04-16 20:34:54.562 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2025-04-16 20:34:54.563 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2025-04-16 20:34:54.566 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2025-04-16 20:34:54.567 | + stack.sh:main:534 : trap exit_trap EXIT 2025-04-16 20:34:54.568 | + stack.sh:main:575 : trap err_trap ERR 2025-04-16 20:34:54.570 | + stack.sh:main:588 : set -o errexit 2025-04-16 20:34:54.571 | + stack.sh:main:591 : uname -a 2025-04-16 20:34:54.572 | Linux devstack 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2025-04-16 20:34:54.573 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2025-04-16 20:34:54.575 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2025-04-16 20:34:54.577 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2025-04-16 20:34:54.600 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2025-04-16 20:34:54.610 | + stack.sh:main:605 : fetch_plugins 2025-04-16 20:34:54.612 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2025-04-16 20:34:54.613 | + functions-common:fetch_plugins:1747 : local plugin 2025-04-16 20:34:54.614 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2025-04-16 20:34:54.616 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2025-04-16 20:34:54.616 | Fetching DevStack plugins 2025-04-16 20:34:54.617 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2025-04-16 20:34:54.618 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2025-04-16 20:34:54.619 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2025-04-16 20:34:54.621 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2025-04-16 20:34:54.622 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2025-04-16 20:34:54.623 | + functions-common:git_clone_by_name:667 : local branch=devstack 2025-04-16 20:34:54.625 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2025-04-16 20:34:54.626 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2025-04-16 20:34:54.627 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2025-04-16 20:34:54.628 | + functions-common:git_clone:574 : local git_ref=devstack 2025-04-16 20:34:54.630 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 20:34:54.632 | ++ functions-common:git_clone:576 : pwd 2025-04-16 20:34:54.633 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 20:34:54.634 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 20:34:54.636 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 20:34:54.645 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 20:34:54.646 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 20:34:54.647 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 20:34:54.649 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 20:34:54.650 | + functions-common:git_clone:593 : echo devstack 2025-04-16 20:34:54.650 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 20:34:54.653 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2025-04-16 20:34:54.655 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 20:34:54.656 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-16 20:34:54.657 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:34:54.658 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:34:54.660 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:34:54.661 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:34:54.662 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:34:54.664 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:34:54.665 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:34:54.666 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:34:54.668 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:34:54.670 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835694669 2025-04-16 20:34:54.672 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2025-04-16 20:34:54.675 | Cloning into '/opt/stack/networking-nsx-t'... 2025-04-16 20:34:55.719 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:34:55.721 | + functions-common:time_stop:2400 : local name 2025-04-16 20:34:55.722 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:34:55.723 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:34:55.725 | + functions-common:time_stop:2403 : local total 2025-04-16 20:34:55.726 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:34:55.727 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:34:55.729 | + functions-common:time_stop:2407 : start_time=1744835694669 2025-04-16 20:34:55.730 | + functions-common:time_stop:2409 : [[ -z 1744835694669 ]] 2025-04-16 20:34:55.732 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:34:55.734 | + functions-common:time_stop:2412 : end_time=1744835695732 2025-04-16 20:34:55.735 | + functions-common:time_stop:2413 : elapsed_time=1063 2025-04-16 20:34:55.737 | + functions-common:time_stop:2414 : total=0 2025-04-16 20:34:55.738 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:34:55.739 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1063 2025-04-16 20:34:55.741 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2025-04-16 20:34:55.742 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2025-04-16 20:34:55.744 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:34:55.745 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:34:55.746 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:34:55.747 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:34:55.749 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:34:55.750 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:34:55.751 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:34:55.753 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:34:55.755 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:34:55.757 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835695755 2025-04-16 20:34:55.758 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2025-04-16 20:34:56.334 | From https://github.com/sapcc/networking-nsx-t 2025-04-16 20:34:56.334 | * branch devstack -> FETCH_HEAD 2025-04-16 20:34:56.338 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:34:56.339 | + functions-common:time_stop:2400 : local name 2025-04-16 20:34:56.340 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:34:56.342 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:34:56.343 | + functions-common:time_stop:2403 : local total 2025-04-16 20:34:56.345 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:34:56.346 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:34:56.347 | + functions-common:time_stop:2407 : start_time=1744835695755 2025-04-16 20:34:56.349 | + functions-common:time_stop:2409 : [[ -z 1744835695755 ]] 2025-04-16 20:34:56.351 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:34:56.353 | + functions-common:time_stop:2412 : end_time=1744835696352 2025-04-16 20:34:56.354 | + functions-common:time_stop:2413 : elapsed_time=597 2025-04-16 20:34:56.356 | + functions-common:time_stop:2414 : total=1063 2025-04-16 20:34:56.357 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:34:56.359 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1660 2025-04-16 20:34:56.360 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 20:34:56.361 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:34:56.363 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:34:56.364 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:34:56.365 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:34:56.367 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:34:56.368 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:34:56.369 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:34:56.371 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:34:56.372 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:34:56.375 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835696373 2025-04-16 20:34:56.376 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 20:34:56.385 | Note: switching to 'FETCH_HEAD'. 2025-04-16 20:34:56.385 | 2025-04-16 20:34:56.385 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 20:34:56.385 | changes and commit them, and you can discard any commits you make in this 2025-04-16 20:34:56.385 | state without impacting any branches by switching back to a branch. 2025-04-16 20:34:56.385 | 2025-04-16 20:34:56.385 | If you want to create a new branch to retain commits you create, you may 2025-04-16 20:34:56.385 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 20:34:56.385 | 2025-04-16 20:34:56.385 | git switch -c 2025-04-16 20:34:56.385 | 2025-04-16 20:34:56.385 | Or undo this operation with: 2025-04-16 20:34:56.385 | 2025-04-16 20:34:56.385 | git switch - 2025-04-16 20:34:56.385 | 2025-04-16 20:34:56.385 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 20:34:56.385 | 2025-04-16 20:34:56.385 | HEAD is now at 29bc664 Delay agent initialization 2025-04-16 20:34:56.387 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:34:56.388 | + functions-common:time_stop:2400 : local name 2025-04-16 20:34:56.390 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:34:56.391 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:34:56.392 | + functions-common:time_stop:2403 : local total 2025-04-16 20:34:56.394 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:34:56.395 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:34:56.396 | + functions-common:time_stop:2407 : start_time=1744835696373 2025-04-16 20:34:56.398 | + functions-common:time_stop:2409 : [[ -z 1744835696373 ]] 2025-04-16 20:34:56.399 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:34:56.402 | + functions-common:time_stop:2412 : end_time=1744835696400 2025-04-16 20:34:56.403 | + functions-common:time_stop:2413 : elapsed_time=27 2025-04-16 20:34:56.404 | + functions-common:time_stop:2414 : total=1660 2025-04-16 20:34:56.405 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:34:56.407 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1687 2025-04-16 20:34:56.408 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2025-04-16 20:34:56.418 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2025-04-16 20:34:56.419 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 20:34:56.420 | + functions-common:git_clone:656 : head -1 2025-04-16 20:34:56.422 | 29bc664 Delay agent initialization 2025-04-16 20:34:56.423 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 20:34:56.425 | + stack.sh:main:609 : run_phase override_defaults 2025-04-16 20:34:56.426 | + functions-common:run_phase:1828 : local mode=override_defaults 2025-04-16 20:34:56.428 | + functions-common:run_phase:1829 : local phase= 2025-04-16 20:34:56.429 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 20:34:56.431 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 20:34:56.432 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 20:34:56.434 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 20:34:56.435 | + functions-common:run_phase:1838 : local extra 2025-04-16 20:34:56.437 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 20:34:56.439 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 20:34:56.441 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 20:34:56.442 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 20:34:56.443 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2025-04-16 20:34:56.445 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 20:34:56.454 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:34:56.456 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 20:34:56.457 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 20:34:56.458 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 20:34:56.460 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 20:34:56.461 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 20:34:56.462 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2025-04-16 20:34:56.464 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2025-04-16 20:34:56.465 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2025-04-16 20:34:56.467 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2025-04-16 20:34:56.468 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 20:34:56.469 | + functions-common:run_phase:1853 : plugin_override_defaults 2025-04-16 20:34:56.471 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2025-04-16 20:34:56.472 | + functions-common:plugin_override_defaults:1788 : local plugin 2025-04-16 20:34:56.473 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2025-04-16 20:34:56.475 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2025-04-16 20:34:56.475 | Overriding Configuration Defaults 2025-04-16 20:34:56.476 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2025-04-16 20:34:56.477 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2025-04-16 20:34:56.479 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2025-04-16 20:34:56.480 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2025-04-16 20:34:56.491 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2025-04-16 20:34:56.493 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2025-04-16 20:34:56.502 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:34:56.504 | +++ lib/tls:source:43 : hostname -f 2025-04-16 20:34:56.506 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2025-04-16 20:34:56.508 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2025-04-16 20:34:56.509 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2025-04-16 20:34:56.511 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2025-04-16 20:34:56.512 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2025-04-16 20:34:56.513 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2025-04-16 20:34:56.515 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2025-04-16 20:34:56.516 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2025-04-16 20:34:56.517 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2025-04-16 20:34:56.519 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2025-04-16 20:34:56.522 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2025-04-16 20:34:56.530 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2025-04-16 20:34:56.541 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2025-04-16 20:34:56.550 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2025-04-16 20:34:56.558 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2025-04-16 20:34:56.582 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2025-04-16 20:34:56.620 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2025-04-16 20:34:56.665 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2025-04-16 20:34:56.684 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2025-04-16 20:34:56.718 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2025-04-16 20:34:56.750 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2025-04-16 20:34:56.752 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2025-04-16 20:34:56.762 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:34:56.763 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2025-04-16 20:34:56.765 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2025-04-16 20:34:56.767 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2025-04-16 20:34:56.768 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2025-04-16 20:34:56.770 | +++ lib/neutron:source:77 : get_python_exec_prefix 2025-04-16 20:34:56.781 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 20:34:56.782 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 20:34:56.784 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2025-04-16 20:34:56.786 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2025-04-16 20:34:56.787 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2025-04-16 20:34:56.789 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 20:34:56.790 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2025-04-16 20:34:56.793 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2025-04-16 20:34:56.803 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2025-04-16 20:34:56.805 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2025-04-16 20:34:56.807 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2025-04-16 20:34:56.818 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2025-04-16 20:34:56.819 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2025-04-16 20:34:56.821 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2025-04-16 20:34:56.823 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2025-04-16 20:34:56.824 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2025-04-16 20:34:56.826 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2025-04-16 20:34:56.827 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2025-04-16 20:34:56.829 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2025-04-16 20:34:56.830 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2025-04-16 20:34:56.832 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2025-04-16 20:34:56.833 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2025-04-16 20:34:56.835 | ++ lib/neutron:source:121 : Q_PORT=9696 2025-04-16 20:34:56.836 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2025-04-16 20:34:56.838 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2025-04-16 20:34:56.840 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2025-04-16 20:34:56.841 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2025-04-16 20:34:56.844 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 20:34:56.844 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 20:34:56.847 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2025-04-16 20:34:56.848 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2025-04-16 20:34:56.850 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2025-04-16 20:34:56.851 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2025-04-16 20:34:56.853 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2025-04-16 20:34:56.855 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2025-04-16 20:34:56.865 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2025-04-16 20:34:56.867 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2025-04-16 20:34:56.869 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2025-04-16 20:34:56.870 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 20:34:56.873 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2025-04-16 20:34:56.874 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2025-04-16 20:34:56.876 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2025-04-16 20:34:56.877 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2025-04-16 20:34:56.879 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2025-04-16 20:34:56.880 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2025-04-16 20:34:56.882 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2025-04-16 20:34:56.884 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2025-04-16 20:34:56.885 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2025-04-16 20:34:56.887 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2025-04-16 20:34:56.888 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2025-04-16 20:34:56.890 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2025-04-16 20:34:56.891 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2025-04-16 20:34:56.893 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:34:56.895 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2025-04-16 20:34:56.896 | +++ functions:get_rootwrap_location:593 : local module=neutron 2025-04-16 20:34:56.898 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2025-04-16 20:34:56.908 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2025-04-16 20:34:56.909 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2025-04-16 20:34:56.911 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 20:34:56.913 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2025-04-16 20:34:56.915 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 20:34:56.916 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2025-04-16 20:34:56.918 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 20:34:56.919 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2025-04-16 20:34:56.921 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 20:34:56.922 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2025-04-16 20:34:56.924 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2025-04-16 20:34:56.925 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2025-04-16 20:34:56.927 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2025-04-16 20:34:56.928 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2025-04-16 20:34:56.930 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2025-04-16 20:34:56.932 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2025-04-16 20:34:56.933 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2025-04-16 20:34:56.935 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2025-04-16 20:34:56.936 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2025-04-16 20:34:56.938 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2025-04-16 20:34:56.939 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2025-04-16 20:34:56.959 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2025-04-16 20:34:56.969 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2025-04-16 20:34:56.970 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2025-04-16 20:34:56.972 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2025-04-16 20:34:56.973 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2025-04-16 20:34:56.975 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2025-04-16 20:34:56.976 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2025-04-16 20:34:56.978 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2025-04-16 20:34:56.980 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2025-04-16 20:34:56.981 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2025-04-16 20:34:56.983 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2025-04-16 20:34:56.984 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2025-04-16 20:34:56.986 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2025-04-16 20:34:56.987 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2025-04-16 20:34:56.989 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2025-04-16 20:34:56.990 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2025-04-16 20:34:56.992 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2025-04-16 20:34:56.993 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2025-04-16 20:34:56.995 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2025-04-16 20:34:56.998 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2025-04-16 20:34:56.998 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2025-04-16 20:34:56.998 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2025-04-16 20:34:56.998 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2025-04-16 20:34:57.002 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=9c:4798:d9e8 2025-04-16 20:34:57.004 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2025-04-16 20:34:57.005 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2025-04-16 20:34:57.007 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2025-04-16 20:34:57.009 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2025-04-16 20:34:57.010 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd9c:4798:d9e8::/56 2025-04-16 20:34:57.012 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd9c:4798:d9e8::/56 2025-04-16 20:34:57.013 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2025-04-16 20:34:57.017 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd9c:4798:d9e8::/64 2025-04-16 20:34:57.018 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2025-04-16 20:34:57.020 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2025-04-16 20:34:57.021 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2025-04-16 20:34:57.023 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2025-04-16 20:34:57.025 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2025-04-16 20:34:57.026 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2025-04-16 20:34:57.028 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2025-04-16 20:34:57.029 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2025-04-16 20:34:57.031 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2025-04-16 20:34:57.032 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2025-04-16 20:34:57.034 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2025-04-16 20:34:57.035 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2025-04-16 20:34:57.037 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd9c:4798:d9e8::/56 2025-04-16 20:34:57.039 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2025-04-16 20:34:57.040 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2025-04-16 20:34:57.043 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2025-04-16 20:34:57.043 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2025-04-16 20:34:57.043 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2025-04-16 20:34:57.047 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2025-04-16 20:34:57.049 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2025-04-16 20:34:57.050 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2025-04-16 20:34:57.050 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2025-04-16 20:34:57.054 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2025-04-16 20:34:57.057 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2025-04-16 20:34:57.058 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2025-04-16 20:34:57.060 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2025-04-16 20:34:57.062 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2025-04-16 20:34:57.063 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2025-04-16 20:34:57.065 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2025-04-16 20:34:57.067 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2025-04-16 20:34:57.068 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 20:34:57.080 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2025-04-16 20:34:57.090 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2025-04-16 20:34:57.099 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2025-04-16 20:34:57.108 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2025-04-16 20:34:57.156 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2025-04-16 20:34:57.158 | +++ lib/os-vif:source:12 : is_ml2_ovs 2025-04-16 20:34:57.160 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2025-04-16 20:34:57.162 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2025-04-16 20:34:57.163 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2025-04-16 20:34:57.165 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2025-04-16 20:34:57.166 | False' 2025-04-16 20:34:57.168 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2025-04-16 20:34:57.179 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2025-04-16 20:34:57.181 | + stack.sh:main:639 : run_phase source 2025-04-16 20:34:57.182 | + functions-common:run_phase:1828 : local mode=source 2025-04-16 20:34:57.184 | + functions-common:run_phase:1829 : local phase= 2025-04-16 20:34:57.185 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 20:34:57.187 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 20:34:57.188 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 20:34:57.190 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 20:34:57.192 | + functions-common:run_phase:1838 : local extra 2025-04-16 20:34:57.194 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 20:34:57.196 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 20:34:57.198 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 20:34:57.199 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 20:34:57.201 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2025-04-16 20:34:57.203 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 20:34:57.214 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:34:57.215 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 20:34:57.217 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2025-04-16 20:34:57.244 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2025-04-16 20:34:57.246 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2025-04-16 20:34:57.247 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2025-04-16 20:34:57.249 | + functions-common:run_phase:1850 : load_plugin_settings 2025-04-16 20:34:57.251 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2025-04-16 20:34:57.252 | + functions-common:load_plugin_settings:1765 : local plugin 2025-04-16 20:34:57.254 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2025-04-16 20:34:57.256 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2025-04-16 20:34:57.256 | Loading plugin settings 2025-04-16 20:34:57.257 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2025-04-16 20:34:57.259 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2025-04-16 20:34:57.261 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2025-04-16 20:34:57.263 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2025-04-16 20:34:57.264 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2025-04-16 20:34:57.266 | ++ functions-common:define_plugin:1872 : : 2025-04-16 20:34:57.268 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2025-04-16 20:34:57.269 | + functions-common:run_phase:1851 : verify_disabled_services 2025-04-16 20:34:57.271 | + functions-common:verify_disabled_services:2111 : local service 2025-04-16 20:34:57.273 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.275 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2025-04-16 20:34:57.276 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.278 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2025-04-16 20:34:57.280 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.282 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2025-04-16 20:34:57.283 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.285 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2025-04-16 20:34:57.287 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.289 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2025-04-16 20:34:57.291 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.292 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2025-04-16 20:34:57.294 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.298 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2025-04-16 20:34:57.300 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.302 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2025-04-16 20:34:57.304 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.305 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2025-04-16 20:34:57.307 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.309 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2025-04-16 20:34:57.311 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.312 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2025-04-16 20:34:57.314 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.316 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2025-04-16 20:34:57.318 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.319 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2025-04-16 20:34:57.321 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.323 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2025-04-16 20:34:57.325 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.327 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2025-04-16 20:34:57.328 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.330 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2025-04-16 20:34:57.332 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.334 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2025-04-16 20:34:57.335 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.337 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2025-04-16 20:34:57.339 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.341 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2025-04-16 20:34:57.342 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.344 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2025-04-16 20:34:57.346 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.348 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2025-04-16 20:34:57.349 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:34:57.351 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2025-04-16 20:34:57.353 | + stack.sh:main:710 : initialize_database_backends 2025-04-16 20:34:57.355 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 20:34:57.357 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2025-04-16 20:34:57.368 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:34:57.370 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2025-04-16 20:34:57.372 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2025-04-16 20:34:57.374 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2025-04-16 20:34:57.385 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:34:57.387 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2025-04-16 20:34:57.389 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2025-04-16 20:34:57.391 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2025-04-16 20:34:57.392 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2025-04-16 20:34:57.394 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2025-04-16 20:34:57.396 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2025-04-16 20:34:57.398 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2025-04-16 20:34:57.400 | + lib/database:initialize_database_backends:92 : return 0 2025-04-16 20:34:57.401 | + stack.sh:main:711 : echo 'Using mysql database backend' 2025-04-16 20:34:57.401 | Using mysql database backend 2025-04-16 20:34:57.403 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2025-04-16 20:34:57.415 | + stack.sh:main:716 : define_database_baseurl 2025-04-16 20:34:57.418 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2025-04-16 20:34:57.419 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 20:34:57.421 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2025-04-16 20:34:57.424 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 20:34:57.426 | + stack.sh:main:728 : is_service_enabled rabbit 2025-04-16 20:34:57.438 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:34:57.439 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2025-04-16 20:34:57.452 | + stack.sh:main:736 : is_service_enabled keystone 2025-04-16 20:34:57.464 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:34:57.466 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2025-04-16 20:34:57.478 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2025-04-16 20:34:57.491 | + stack.sh:main:751 : is_service_enabled ldap 2025-04-16 20:34:57.503 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:34:57.505 | + stack.sh:main:760 : is_service_enabled s-proxy 2025-04-16 20:34:57.517 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:34:57.519 | + stack.sh:main:772 : save_stackenv 772 2025-04-16 20:34:57.521 | + functions-common:save_stackenv:60 : local tag=772 2025-04-16 20:34:57.523 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 20:34:57.526 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-203457 2025-04-16 20:34:57.528 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-203457 772' 2025-04-16 20:34:57.530 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.532 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 20:34:57.534 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.535 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 20:34:57.537 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.539 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 20:34:57.541 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.543 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 20:34:57.545 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.546 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 20:34:57.548 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.550 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 20:34:57.552 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.554 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-203454 2025-04-16 20:34:57.556 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.557 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 20:34:57.559 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.561 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 20:34:57.563 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.564 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 20:34:57.566 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.568 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 20:34:57.570 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.572 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 20:34:57.573 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.575 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 20:34:57.577 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.579 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 20:34:57.581 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:34:57.582 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 20:34:57.584 | + stack.sh:main:785 : GIT_DEPTH=0 2025-04-16 20:34:57.586 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2025-04-16 20:34:57.588 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2025-04-16 20:34:57.590 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2025-04-16 20:34:57.591 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 20:34:57.593 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 20:34:57.595 | ++ functions-common:git_clone:576 : pwd 2025-04-16 20:34:57.597 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 20:34:57.599 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 20:34:57.601 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 20:34:57.612 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 20:34:57.614 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2025-04-16 20:34:57.615 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 20:34:57.618 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 20:34:57.618 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 20:34:57.621 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2025-04-16 20:34:57.623 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 20:34:57.625 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 20:34:57.626 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:34:57.628 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:34:57.630 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:34:57.632 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:34:57.633 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:34:57.635 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:34:57.637 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:34:57.638 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:34:57.640 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:34:57.643 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835697641 2025-04-16 20:34:57.645 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2025-04-16 20:34:57.647 | Cloning into '/opt/stack//requirements'... 2025-04-16 20:35:00.480 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:35:00.482 | + functions-common:time_stop:2400 : local name 2025-04-16 20:35:00.484 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:35:00.485 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:35:00.487 | + functions-common:time_stop:2403 : local total 2025-04-16 20:35:00.489 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:35:00.490 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:35:00.492 | + functions-common:time_stop:2407 : start_time=1744835697641 2025-04-16 20:35:00.494 | + functions-common:time_stop:2409 : [[ -z 1744835697641 ]] 2025-04-16 20:35:00.496 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:35:00.499 | + functions-common:time_stop:2412 : end_time=1744835700497 2025-04-16 20:35:00.500 | + functions-common:time_stop:2413 : elapsed_time=2856 2025-04-16 20:35:00.502 | + functions-common:time_stop:2414 : total=1687 2025-04-16 20:35:00.504 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:35:00.506 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4543 2025-04-16 20:35:00.507 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2025-04-16 20:35:00.509 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2025-04-16 20:35:00.511 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:35:00.512 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:35:00.514 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:35:00.516 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:35:00.517 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:35:00.519 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:35:00.521 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:35:00.522 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:35:00.525 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:35:00.528 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835700526 2025-04-16 20:35:00.529 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2025-04-16 20:35:01.454 | From https://opendev.org/openstack/requirements 2025-04-16 20:35:01.454 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 20:35:01.462 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:35:01.463 | + functions-common:time_stop:2400 : local name 2025-04-16 20:35:01.465 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:35:01.467 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:35:01.468 | + functions-common:time_stop:2403 : local total 2025-04-16 20:35:01.470 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:35:01.472 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:35:01.474 | + functions-common:time_stop:2407 : start_time=1744835700526 2025-04-16 20:35:01.475 | + functions-common:time_stop:2409 : [[ -z 1744835700526 ]] 2025-04-16 20:35:01.478 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:35:01.480 | + functions-common:time_stop:2412 : end_time=1744835701478 2025-04-16 20:35:01.482 | + functions-common:time_stop:2413 : elapsed_time=952 2025-04-16 20:35:01.484 | + functions-common:time_stop:2414 : total=4543 2025-04-16 20:35:01.485 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:35:01.487 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5495 2025-04-16 20:35:01.489 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 20:35:01.491 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:35:01.492 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:35:01.494 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:35:01.495 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:35:01.497 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:35:01.499 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:35:01.500 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:35:01.502 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:35:01.504 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:35:01.507 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835701505 2025-04-16 20:35:01.509 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 20:35:01.518 | Note: switching to 'FETCH_HEAD'. 2025-04-16 20:35:01.518 | 2025-04-16 20:35:01.518 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 20:35:01.518 | changes and commit them, and you can discard any commits you make in this 2025-04-16 20:35:01.518 | state without impacting any branches by switching back to a branch. 2025-04-16 20:35:01.518 | 2025-04-16 20:35:01.518 | If you want to create a new branch to retain commits you create, you may 2025-04-16 20:35:01.518 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 20:35:01.518 | 2025-04-16 20:35:01.518 | git switch -c 2025-04-16 20:35:01.518 | 2025-04-16 20:35:01.518 | Or undo this operation with: 2025-04-16 20:35:01.518 | 2025-04-16 20:35:01.518 | git switch - 2025-04-16 20:35:01.518 | 2025-04-16 20:35:01.518 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 20:35:01.518 | 2025-04-16 20:35:01.518 | HEAD is now at 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 20:35:01.520 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:35:01.522 | + functions-common:time_stop:2400 : local name 2025-04-16 20:35:01.524 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:35:01.525 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:35:01.527 | + functions-common:time_stop:2403 : local total 2025-04-16 20:35:01.529 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:35:01.530 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:35:01.532 | + functions-common:time_stop:2407 : start_time=1744835701505 2025-04-16 20:35:01.533 | + functions-common:time_stop:2409 : [[ -z 1744835701505 ]] 2025-04-16 20:35:01.536 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:35:01.538 | + functions-common:time_stop:2412 : end_time=1744835701536 2025-04-16 20:35:01.540 | + functions-common:time_stop:2413 : elapsed_time=31 2025-04-16 20:35:01.542 | + functions-common:time_stop:2414 : total=5495 2025-04-16 20:35:01.544 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:35:01.545 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5526 2025-04-16 20:35:01.547 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2025-04-16 20:35:01.558 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2025-04-16 20:35:01.560 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 20:35:01.560 | + functions-common:git_clone:656 : head -1 2025-04-16 20:35:01.562 | 9042ccff Merge "update constraint for oslo.db to new release 14.1.1" into stable/2023.2 2025-04-16 20:35:01.564 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 20:35:01.566 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2025-04-16 20:35:01.568 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:35:01.570 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2025-04-16 20:35:01.572 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2025-04-16 20:35:01.574 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2025-04-16 20:35:01.576 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2025-04-16 20:35:01.578 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2025-04-16 20:35:01.580 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2025-04-16 20:35:01.582 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2025-04-16 20:35:01.584 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2025-04-16 20:35:01.586 | +++ tools/install_prereqs.sh:source:47 : date +%s 2025-04-16 20:35:01.589 | ++ tools/install_prereqs.sh:source:47 : NOW=1744835701 2025-04-16 20:35:01.592 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2025-04-16 20:35:01.594 | +++ tools/install_prereqs.sh:source:48 : echo 0 2025-04-16 20:35:01.597 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2025-04-16 20:35:01.599 | ++ tools/install_prereqs.sh:source:49 : DELTA=1744835701 2025-04-16 20:35:01.600 | ++ tools/install_prereqs.sh:source:50 : [[ 1744835701 -lt 7200 ]] 2025-04-16 20:35:01.602 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2025-04-16 20:35:01.604 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2025-04-16 20:35:01.606 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2025-04-16 20:35:01.608 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2025-04-16 20:35:01.610 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2025-04-16 20:35:01.612 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2025-04-16 20:35:01.613 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2025-04-16 20:35:01.616 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 20:35:01.643 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2025-04-16 20:35:01.643 | apache2-dev 2025-04-16 20:35:01.643 | bc 2025-04-16 20:35:01.643 | bsdmainutils 2025-04-16 20:35:01.643 | curl 2025-04-16 20:35:01.643 | g++ 2025-04-16 20:35:01.643 | gawk 2025-04-16 20:35:01.643 | gcc 2025-04-16 20:35:01.643 | gettext 2025-04-16 20:35:01.643 | git 2025-04-16 20:35:01.643 | graphviz 2025-04-16 20:35:01.643 | iputils-ping 2025-04-16 20:35:01.643 | libapache2-mod-proxy-uwsgi 2025-04-16 20:35:01.643 | libffi-dev 2025-04-16 20:35:01.643 | libjpeg-dev 2025-04-16 20:35:01.643 | libpcre3-dev 2025-04-16 20:35:01.643 | libpq-dev 2025-04-16 20:35:01.643 | libssl-dev 2025-04-16 20:35:01.643 | libsystemd-dev 2025-04-16 20:35:01.643 | libxml2-dev 2025-04-16 20:35:01.643 | libxslt1-dev 2025-04-16 20:35:01.643 | libyaml-dev 2025-04-16 20:35:01.643 | lsof 2025-04-16 20:35:01.643 | openssh-server 2025-04-16 20:35:01.643 | openssl 2025-04-16 20:35:01.643 | pkg-config 2025-04-16 20:35:01.643 | psmisc 2025-04-16 20:35:01.643 | python3-dev 2025-04-16 20:35:01.643 | python3-pip 2025-04-16 20:35:01.643 | python3-systemd 2025-04-16 20:35:01.643 | python3-venv 2025-04-16 20:35:01.643 | tar 2025-04-16 20:35:01.643 | tcpdump 2025-04-16 20:35:01.643 | unzip 2025-04-16 20:35:01.643 | uuid-runtime 2025-04-16 20:35:01.643 | wget 2025-04-16 20:35:01.643 | wget 2025-04-16 20:35:01.643 | zlib1g-dev 2025-04-16 20:35:01.643 | libkrb5-dev 2025-04-16 20:35:01.643 | libldap2-dev 2025-04-16 20:35:01.643 | libsasl2-dev 2025-04-16 20:35:01.643 | memcached 2025-04-16 20:35:01.643 | python3-mysqldb 2025-04-16 20:35:01.643 | sqlite3 2025-04-16 20:35:01.643 | conntrack 2025-04-16 20:35:01.643 | curl 2025-04-16 20:35:01.643 | ebtables 2025-04-16 20:35:01.643 | genisoimage 2025-04-16 20:35:01.643 | iptables 2025-04-16 20:35:01.643 | iputils-arping 2025-04-16 20:35:01.643 | kpartx 2025-04-16 20:35:01.643 | libjs-jquery-tablesorter 2025-04-16 20:35:01.643 | parted 2025-04-16 20:35:01.643 | pm-utils 2025-04-16 20:35:01.643 | python3-mysqldb 2025-04-16 20:35:01.643 | socat 2025-04-16 20:35:01.643 | sqlite3 2025-04-16 20:35:01.643 | sudo 2025-04-16 20:35:01.643 | vlan 2025-04-16 20:35:01.643 | lsscsi 2025-04-16 20:35:01.643 | open-iscsi 2025-04-16 20:35:01.643 | lvm2 2025-04-16 20:35:01.643 | qemu-utils 2025-04-16 20:35:01.643 | thin-provisioning-tools 2025-04-16 20:35:01.643 | acl 2025-04-16 20:35:01.643 | dnsmasq-base 2025-04-16 20:35:01.643 | dnsmasq-utils 2025-04-16 20:35:01.643 | ebtables 2025-04-16 20:35:01.643 | haproxy 2025-04-16 20:35:01.643 | iptables 2025-04-16 20:35:01.643 | iputils-arping 2025-04-16 20:35:01.643 | iputils-ping 2025-04-16 20:35:01.643 | postgresql-server-dev-all 2025-04-16 20:35:01.643 | python3-mysqldb 2025-04-16 20:35:01.643 | sqlite3 2025-04-16 20:35:01.643 | sudo 2025-04-16 20:35:01.644 | vlan 2025-04-16 20:35:01.644 | ipset 2025-04-16 20:35:01.644 | conntrack 2025-04-16 20:35:01.644 | conntrackd 2025-04-16 20:35:01.644 | keepalived' 2025-04-16 20:35:01.646 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2025-04-16 20:35:01.660 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2025-04-16 20:35:01.660 | apache2-dev 2025-04-16 20:35:01.660 | bc 2025-04-16 20:35:01.660 | bsdmainutils 2025-04-16 20:35:01.660 | curl 2025-04-16 20:35:01.660 | g++ 2025-04-16 20:35:01.660 | gawk 2025-04-16 20:35:01.660 | gcc 2025-04-16 20:35:01.660 | gettext 2025-04-16 20:35:01.660 | git 2025-04-16 20:35:01.660 | graphviz 2025-04-16 20:35:01.660 | iputils-ping 2025-04-16 20:35:01.660 | libapache2-mod-proxy-uwsgi 2025-04-16 20:35:01.660 | libffi-dev 2025-04-16 20:35:01.660 | libjpeg-dev 2025-04-16 20:35:01.660 | libpcre3-dev 2025-04-16 20:35:01.660 | libpq-dev 2025-04-16 20:35:01.660 | libssl-dev 2025-04-16 20:35:01.660 | libsystemd-dev 2025-04-16 20:35:01.661 | libxml2-dev 2025-04-16 20:35:01.661 | libxslt1-dev 2025-04-16 20:35:01.661 | libyaml-dev 2025-04-16 20:35:01.661 | lsof 2025-04-16 20:35:01.661 | openssh-server 2025-04-16 20:35:01.661 | openssl 2025-04-16 20:35:01.661 | pkg-config 2025-04-16 20:35:01.661 | psmisc 2025-04-16 20:35:01.661 | python3-dev 2025-04-16 20:35:01.661 | python3-pip 2025-04-16 20:35:01.661 | python3-systemd 2025-04-16 20:35:01.661 | python3-venv 2025-04-16 20:35:01.661 | tar 2025-04-16 20:35:01.661 | tcpdump 2025-04-16 20:35:01.661 | unzip 2025-04-16 20:35:01.661 | uuid-runtime 2025-04-16 20:35:01.661 | wget 2025-04-16 20:35:01.661 | wget 2025-04-16 20:35:01.661 | zlib1g-dev 2025-04-16 20:35:01.661 | libkrb5-dev 2025-04-16 20:35:01.661 | libldap2-dev 2025-04-16 20:35:01.661 | libsasl2-dev 2025-04-16 20:35:01.661 | memcached 2025-04-16 20:35:01.661 | python3-mysqldb 2025-04-16 20:35:01.661 | sqlite3 2025-04-16 20:35:01.661 | conntrack 2025-04-16 20:35:01.661 | curl 2025-04-16 20:35:01.661 | ebtables 2025-04-16 20:35:01.661 | genisoimage 2025-04-16 20:35:01.661 | iptables 2025-04-16 20:35:01.661 | iputils-arping 2025-04-16 20:35:01.661 | kpartx 2025-04-16 20:35:01.661 | libjs-jquery-tablesorter 2025-04-16 20:35:01.661 | parted 2025-04-16 20:35:01.661 | pm-utils 2025-04-16 20:35:01.661 | python3-mysqldb 2025-04-16 20:35:01.661 | socat 2025-04-16 20:35:01.661 | sqlite3 2025-04-16 20:35:01.661 | sudo 2025-04-16 20:35:01.661 | vlan 2025-04-16 20:35:01.661 | lsscsi 2025-04-16 20:35:01.661 | open-iscsi 2025-04-16 20:35:01.661 | lvm2 2025-04-16 20:35:01.661 | qemu-utils 2025-04-16 20:35:01.661 | thin-provisioning-tools 2025-04-16 20:35:01.661 | acl 2025-04-16 20:35:01.661 | dnsmasq-base 2025-04-16 20:35:01.661 | dnsmasq-utils 2025-04-16 20:35:01.661 | ebtables 2025-04-16 20:35:01.661 | haproxy 2025-04-16 20:35:01.661 | iptables 2025-04-16 20:35:01.661 | iputils-arping 2025-04-16 20:35:01.661 | iputils-ping 2025-04-16 20:35:01.661 | postgresql-server-dev-all 2025-04-16 20:35:01.661 | python3-mysqldb 2025-04-16 20:35:01.661 | sqlite3 2025-04-16 20:35:01.661 | sudo 2025-04-16 20:35:01.661 | vlan 2025-04-16 20:35:01.661 | ipset 2025-04-16 20:35:01.661 | conntrack 2025-04-16 20:35:01.661 | conntrackd 2025-04-16 20:35:01.661 | keepalived ' 2025-04-16 20:35:01.662 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2025-04-16 20:35:01.664 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:35:01.666 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:35:01.668 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 20:35:01.668 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2025-04-16 20:35:01.672 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 20:35:01.674 | ++ functions-common:install_package:1421 : update_package_repo 2025-04-16 20:35:01.675 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 20:35:01.677 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2025-04-16 20:35:01.679 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 20:35:01.680 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 20:35:01.682 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 20:35:01.683 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:35:01.685 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:35:01.687 | ++ functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 20:35:01.689 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2025-04-16 20:35:01.690 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2025-04-16 20:35:01.692 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2025-04-16 20:35:01.694 | +++ functions-common:apt_get_update:1157 : id -u 2025-04-16 20:35:01.697 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2025-04-16 20:35:01.699 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2025-04-16 20:35:01.701 | ++ functions-common:time_start:2386 : local name=apt-get-update 2025-04-16 20:35:01.702 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 20:35:01.704 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:35:01.706 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:35:01.709 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744835701707 2025-04-16 20:35:01.710 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2025-04-16 20:35:01.712 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2025-04-16 20:35:01.714 | ++ functions-common:apt_get_update:1164 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2025-04-16 20:35:01.927 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2025-04-16 20:35:01.928 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2025-04-16 20:35:01.943 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2025-04-16 20:35:02.094 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,468 kB] 2025-04-16 20:35:02.142 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [405 kB] 2025-04-16 20:35:02.162 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [18.5 kB] 2025-04-16 20:35:02.171 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [3,269 kB] 2025-04-16 20:35:02.207 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [580 kB] 2025-04-16 20:35:02.212 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [676 B] 2025-04-16 20:35:02.230 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,200 kB] 2025-04-16 20:35:02.248 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [296 kB] 2025-04-16 20:35:02.258 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [28.7 kB] 2025-04-16 20:35:02.266 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [46.5 kB] 2025-04-16 20:35:02.279 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse Translation-en [11.8 kB] 2025-04-16 20:35:02.286 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [592 B] 2025-04-16 20:35:02.294 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [68.4 kB] 2025-04-16 20:35:02.308 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main Translation-en [11.1 kB] 2025-04-16 20:35:02.321 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [392 B] 2025-04-16 20:35:02.337 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [30.0 kB] 2025-04-16 20:35:02.347 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2025-04-16 20:35:02.354 | Get:21 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2025-04-16 20:35:02.455 | Get:22 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-04-16 20:35:02.958 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2,222 kB] 2025-04-16 20:35:03.585 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [342 kB] 2025-04-16 20:35:03.596 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.6 kB] 2025-04-16 20:35:03.596 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3,145 kB] 2025-04-16 20:35:03.724 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [558 kB] 2025-04-16 20:35:03.731 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [624 B] 2025-04-16 20:35:03.732 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [972 kB] 2025-04-16 20:35:03.757 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [209 kB] 2025-04-16 20:35:03.761 | Get:31 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [21.7 kB] 2025-04-16 20:35:03.762 | Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [39.6 kB] 2025-04-16 20:35:03.763 | Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8,716 B] 2025-04-16 20:35:03.763 | Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [368 B] 2025-04-16 20:35:09.706 | Fetched 16.4 MB in 3s (5,786 kB/s) 2025-04-16 20:35:10.788 | Reading package lists... 2025-04-16 20:35:10.823 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2025-04-16 20:35:10.825 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2025-04-16 20:35:10.827 | ++ functions-common:time_stop:2400 : local name 2025-04-16 20:35:10.829 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 20:35:10.831 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:35:10.833 | ++ functions-common:time_stop:2403 : local total 2025-04-16 20:35:10.835 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 20:35:10.837 | ++ functions-common:time_stop:2406 : name=apt-get-update 2025-04-16 20:35:10.839 | ++ functions-common:time_stop:2407 : start_time=1744835701707 2025-04-16 20:35:10.840 | ++ functions-common:time_stop:2409 : [[ -z 1744835701707 ]] 2025-04-16 20:35:10.843 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:35:10.846 | ++ functions-common:time_stop:2412 : end_time=1744835710844 2025-04-16 20:35:10.847 | ++ functions-common:time_stop:2413 : elapsed_time=9137 2025-04-16 20:35:10.849 | ++ functions-common:time_stop:2414 : total=0 2025-04-16 20:35:10.851 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:35:10.853 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9137 2025-04-16 20:35:10.855 | ++ functions-common:install_package:1422 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 20:35:10.857 | ++ functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 20:35:10.859 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:35:10.860 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:35:10.862 | ++ functions-common:real_install_package:1410 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 20:35:10.878 | ++ functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2025-04-16 20:35:10.944 | Reading package lists... 2025-04-16 20:35:11.163 | Building dependency tree... 2025-04-16 20:35:11.164 | Reading state information... 2025-04-16 20:35:11.359 | acl is already the newest version (2.3.1-1). 2025-04-16 20:35:11.359 | bc is already the newest version (1.07.1-3build1). 2025-04-16 20:35:11.360 | bc set to manually installed. 2025-04-16 20:35:11.360 | conntrack is already the newest version (1:1.4.6-2build2). 2025-04-16 20:35:11.360 | ebtables is already the newest version (2.0.11-4build2). 2025-04-16 20:35:11.360 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 20:35:11.360 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2025-04-16 20:35:11.360 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2025-04-16 20:35:11.360 | gettext is already the newest version (0.21-4ubuntu4). 2025-04-16 20:35:11.360 | ipset is already the newest version (7.15-1build1). 2025-04-16 20:35:11.360 | iputils-arping is already the newest version (3:20211215-1). 2025-04-16 20:35:11.360 | iputils-ping is already the newest version (3:20211215-1). 2025-04-16 20:35:11.360 | iputils-ping set to manually installed. 2025-04-16 20:35:11.360 | keepalived is already the newest version (1:2.2.4-0.2build1). 2025-04-16 20:35:11.360 | libffi-dev is already the newest version (3.4.2-4). 2025-04-16 20:35:11.360 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2025-04-16 20:35:11.360 | libyaml-dev is already the newest version (0.2.2-1build2). 2025-04-16 20:35:11.360 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2025-04-16 20:35:11.360 | lsof set to manually installed. 2025-04-16 20:35:11.360 | lsscsi is already the newest version (0.31-1build2). 2025-04-16 20:35:11.360 | parted is already the newest version (3.4-2build1). 2025-04-16 20:35:11.360 | parted set to manually installed. 2025-04-16 20:35:11.360 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2025-04-16 20:35:11.360 | psmisc is already the newest version (23.4-2build3). 2025-04-16 20:35:11.360 | psmisc set to manually installed. 2025-04-16 20:35:11.360 | python3-mysqldb is already the newest version (1.4.6-1build1). 2025-04-16 20:35:11.360 | python3-systemd is already the newest version (234-3ubuntu2). 2025-04-16 20:35:11.360 | python3-systemd set to manually installed. 2025-04-16 20:35:11.360 | socat is already the newest version (1.7.4.1-3ubuntu4). 2025-04-16 20:35:11.360 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2025-04-16 20:35:11.360 | thin-provisioning-tools set to manually installed. 2025-04-16 20:35:11.360 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2025-04-16 20:35:11.360 | conntrackd is already the newest version (1:1.4.6-2build2). 2025-04-16 20:35:11.360 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2025-04-16 20:35:11.360 | pm-utils is already the newest version (1.4.1-19). 2025-04-16 20:35:11.360 | postgresql-server-dev-all is already the newest version (238). 2025-04-16 20:35:11.360 | vlan is already the newest version (2.0.5ubuntu5). 2025-04-16 20:35:11.360 | curl is already the newest version (7.81.0-1ubuntu1.20). 2025-04-16 20:35:11.360 | curl set to manually installed. 2025-04-16 20:35:11.360 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 20:35:11.360 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2025-04-16 20:35:11.360 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2025-04-16 20:35:11.360 | gawk set to manually installed. 2025-04-16 20:35:11.360 | git is already the newest version (1:2.34.1-1ubuntu1.12). 2025-04-16 20:35:11.360 | git set to manually installed. 2025-04-16 20:35:11.360 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2025-04-16 20:35:11.360 | iptables set to manually installed. 2025-04-16 20:35:11.360 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2025-04-16 20:35:11.360 | kpartx set to manually installed. 2025-04-16 20:35:11.360 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2025-04-16 20:35:11.360 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2025-04-16 20:35:11.360 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2025-04-16 20:35:11.360 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2025-04-16 20:35:11.360 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2025-04-16 20:35:11.360 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2025-04-16 20:35:11.360 | sudo set to manually installed. 2025-04-16 20:35:11.360 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2025-04-16 20:35:11.360 | tar set to manually installed. 2025-04-16 20:35:11.360 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2025-04-16 20:35:11.360 | tcpdump set to manually installed. 2025-04-16 20:35:11.360 | unzip is already the newest version (6.0-26ubuntu3.2). 2025-04-16 20:35:11.360 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2025-04-16 20:35:11.360 | uuid-runtime set to manually installed. 2025-04-16 20:35:11.360 | wget is already the newest version (1.21.2-2ubuntu1.1). 2025-04-16 20:35:11.360 | wget set to manually installed. 2025-04-16 20:35:11.360 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2025-04-16 20:35:11.360 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2025-04-16 20:35:11.360 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2025-04-16 20:35:11.360 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2025-04-16 20:35:11.360 | The following additional packages will be installed: 2025-04-16 20:35:11.360 | apache2-bin apache2-data apache2-utils dmeventd dmsetup krb5-multidev 2025-04-16 20:35:11.360 | libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit12 2025-04-16 20:35:11.360 | libkadm5srv-mit12 libkrb5-3 libkrb5support0 libnss-systemd libpam-systemd 2025-04-16 20:35:11.361 | libpq5 libssl3 libsystemd0 libxml2 libxslt1.1 openssh-client 2025-04-16 20:35:11.361 | openssh-sftp-server qemu-block-extra systemd systemd-sysv systemd-timesyncd 2025-04-16 20:35:11.363 | Suggested packages: 2025-04-16 20:35:11.363 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2025-04-16 20:35:11.363 | vim-haproxy haproxy-doc krb5-doc krb5-user postgresql-doc-14 libssl-doc 2025-04-16 20:35:11.363 | keychain libpam-ssh monkeysphere ssh-askpass molly-guard debootstrap 2025-04-16 20:35:11.363 | systemd-container libtss2-rc0 2025-04-16 20:35:11.363 | Recommended packages: 2025-04-16 20:35:11.363 | krb5-locales 2025-04-16 20:35:11.407 | The following packages will be upgraded: 2025-04-16 20:35:11.407 | apache2 apache2-bin apache2-data apache2-dev apache2-utils dmeventd dmsetup 2025-04-16 20:35:11.407 | haproxy krb5-multidev libapache2-mod-proxy-uwsgi libgssapi-krb5-2 libgssrpc4 2025-04-16 20:35:11.407 | libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12 libkrb5-3 libkrb5-dev 2025-04-16 20:35:11.407 | libkrb5support0 libldap2-dev libnss-systemd libpam-systemd libpq-dev libpq5 2025-04-16 20:35:11.407 | libssl-dev libssl3 libsystemd-dev libsystemd0 libxml2 libxml2-dev 2025-04-16 20:35:11.408 | libxslt1-dev libxslt1.1 lvm2 open-iscsi openssh-client openssh-server 2025-04-16 20:35:11.408 | openssh-sftp-server openssl qemu-block-extra qemu-utils systemd systemd-sysv 2025-04-16 20:35:11.408 | systemd-timesyncd 2025-04-16 20:35:11.896 | Preconfiguring packages ... 2025-04-16 20:35:11.982 | 42 upgraded, 0 newly installed, 0 to remove and 119 not upgraded. 2025-04-16 20:35:11.982 | Need to get 0 B/22.3 MB of archives. 2025-04-16 20:35:11.982 | After this operation, 29.7 kB of additional disk space will be used. 2025-04-16 20:35:12.449 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 20:35:12.456 | Preparing to unpack .../0-libsystemd-dev_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 20:35:12.472 | Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 20:35:12.649 | Preparing to unpack .../1-libnss-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 20:35:12.665 | Unpacking libnss-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 20:35:12.729 | Preparing to unpack .../2-systemd-timesyncd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 20:35:12.743 | Unpacking systemd-timesyncd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 20:35:12.812 | Preparing to unpack .../3-systemd-sysv_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 20:35:12.823 | Unpacking systemd-sysv (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 20:35:12.883 | Preparing to unpack .../4-libpam-systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 20:35:12.901 | Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 20:35:12.955 | Preparing to unpack .../5-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 20:35:12.966 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 20:35:13.141 | Preparing to unpack .../6-libssl3_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 20:35:13.153 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 20:35:13.255 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 20:35:13.487 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 20:35:13.492 | Preparing to unpack .../systemd_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 20:35:13.545 | Unpacking systemd (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 20:35:13.910 | Preparing to unpack .../libsystemd0_249.11-0ubuntu3.15_amd64.deb ... 2025-04-16 20:35:13.922 | Unpacking libsystemd0:amd64 (249.11-0ubuntu3.15) over (249.11-0ubuntu3.12) ... 2025-04-16 20:35:13.987 | Setting up libsystemd0:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 20:35:14.106 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 20:35:14.112 | Preparing to unpack .../00-libapache2-mod-proxy-uwsgi_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 20:35:14.134 | Unpacking libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 20:35:14.188 | Preparing to unpack .../01-libxml2-dev_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 20:35:14.199 | Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 20:35:14.288 | Preparing to unpack .../02-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... 2025-04-16 20:35:14.299 | Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) over (2.9.13+dfsg-1ubuntu0.5) ... 2025-04-16 20:35:14.376 | Preparing to unpack .../03-apache2_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 20:35:14.392 | Unpacking apache2 (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 20:35:14.483 | Preparing to unpack .../04-apache2-bin_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 20:35:14.495 | Unpacking apache2-bin (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 20:35:14.594 | Preparing to unpack .../05-apache2-data_2.4.52-1ubuntu4.14_all.deb ... 2025-04-16 20:35:14.605 | Unpacking apache2-data (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 20:35:14.708 | Preparing to unpack .../06-apache2-utils_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 20:35:14.719 | Unpacking apache2-utils (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 20:35:14.784 | Preparing to unpack .../07-haproxy_2.4.24-0ubuntu0.22.04.2_amd64.deb ... 2025-04-16 20:35:14.806 | Unpacking haproxy (2.4.24-0ubuntu0.22.04.2) over (2.4.24-0ubuntu0.22.04.1) ... 2025-04-16 20:35:14.917 | Preparing to unpack .../08-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 20:35:14.931 | Unpacking dmsetup (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 20:35:15.004 | Preparing to unpack .../09-dmeventd_2%3a1.02.175-2.1ubuntu5_amd64.deb ... 2025-04-16 20:35:15.018 | Unpacking dmeventd (2:1.02.175-2.1ubuntu5) over (2:1.02.175-2.1ubuntu4) ... 2025-04-16 20:35:15.089 | Preparing to unpack .../10-lvm2_2.03.11-2.1ubuntu5_amd64.deb ... 2025-04-16 20:35:15.113 | Unpacking lvm2 (2.03.11-2.1ubuntu5) over (2.03.11-2.1ubuntu4) ... 2025-04-16 20:35:15.235 | Preparing to unpack .../11-open-iscsi_2.1.5-1ubuntu1.1_amd64.deb ... 2025-04-16 20:35:15.464 | Unpacking open-iscsi (2.1.5-1ubuntu1.1) over (2.1.5-1ubuntu1) ... 2025-04-16 20:35:15.537 | Preparing to unpack .../12-libk5crypto3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 20:35:15.548 | Unpacking libk5crypto3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 20:35:15.612 | Setting up libk5crypto3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 20:35:15.724 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 20:35:15.730 | Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 20:35:15.742 | Unpacking libkrb5support0:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 20:35:15.803 | Setting up libkrb5support0:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 20:35:15.920 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 20:35:15.926 | Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 20:35:15.937 | Unpacking libkrb5-3:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 20:35:16.005 | Setting up libkrb5-3:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 20:35:16.119 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 20:35:16.125 | Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 20:35:16.137 | Unpacking libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 20:35:16.201 | Setting up libgssapi-krb5-2:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 20:35:16.322 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 20:35:16.330 | Preparing to unpack .../00-libgssrpc4_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 20:35:16.349 | Unpacking libgssrpc4:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 20:35:16.407 | Preparing to unpack .../01-libkadm5srv-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 20:35:16.418 | Unpacking libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 20:35:16.473 | Preparing to unpack .../02-libkadm5clnt-mit12_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 20:35:16.484 | Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 20:35:16.533 | Preparing to unpack .../03-libkrb5-dev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 20:35:16.545 | Unpacking libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 20:35:16.608 | Preparing to unpack .../04-krb5-multidev_1.19.2-2ubuntu0.6_amd64.deb ... 2025-04-16 20:35:16.619 | Unpacking krb5-multidev:amd64 (1.19.2-2ubuntu0.6) over (1.19.2-2ubuntu0.4) ... 2025-04-16 20:35:16.683 | Preparing to unpack .../05-openssh-sftp-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 20:35:16.693 | Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 20:35:16.755 | Preparing to unpack .../06-openssh-server_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 20:35:16.785 | Unpacking openssh-server (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 20:35:16.871 | Preparing to unpack .../07-openssh-client_1%3a8.9p1-3ubuntu0.11_amd64.deb ... 2025-04-16 20:35:16.896 | Unpacking openssh-client (1:8.9p1-3ubuntu0.11) over (1:8.9p1-3ubuntu0.10) ... 2025-04-16 20:35:16.980 | Preparing to unpack .../08-openssl_3.0.2-0ubuntu1.19_amd64.deb ... 2025-04-16 20:35:16.991 | Unpacking openssl (3.0.2-0ubuntu1.19) over (3.0.2-0ubuntu1.18) ... 2025-04-16 20:35:17.104 | Preparing to unpack .../09-apache2-dev_2.4.52-1ubuntu4.14_amd64.deb ... 2025-04-16 20:35:17.114 | Unpacking apache2-dev (2.4.52-1ubuntu4.14) over (2.4.52-1ubuntu4.13) ... 2025-04-16 20:35:17.185 | Preparing to unpack .../10-libpq-dev_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 20:35:17.196 | Unpacking libpq-dev (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 20:35:17.260 | Preparing to unpack .../11-libpq5_14.17-0ubuntu0.22.04.1_amd64.deb ... 2025-04-16 20:35:17.271 | Unpacking libpq5:amd64 (14.17-0ubuntu0.22.04.1) over (14.15-0ubuntu0.22.04.1) ... 2025-04-16 20:35:17.325 | Preparing to unpack .../12-libxslt1-dev_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 20:35:17.337 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 20:35:17.428 | Preparing to unpack .../13-libxslt1.1_1.1.34-4ubuntu0.22.04.3_amd64.deb ... 2025-04-16 20:35:17.439 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) over (1.1.34-4ubuntu0.22.04.1) ... 2025-04-16 20:35:17.498 | Preparing to unpack .../14-qemu-block-extra_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 20:35:17.518 | Unpacking qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 20:35:17.571 | Preparing to unpack .../15-qemu-utils_1%3a6.2+dfsg-2ubuntu6.26_amd64.deb ... 2025-04-16 20:35:17.581 | Unpacking qemu-utils (1:6.2+dfsg-2ubuntu6.26) over (1:6.2+dfsg-2ubuntu6.24) ... 2025-04-16 20:35:17.681 | Preparing to unpack .../16-libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.3_all.deb ... 2025-04-16 20:35:17.692 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) over (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2025-04-16 20:35:17.752 | Setting up openssh-client (1:8.9p1-3ubuntu0.11) ... 2025-04-16 20:35:17.823 | Setting up libpq5:amd64 (14.17-0ubuntu0.22.04.1) ... 2025-04-16 20:35:17.833 | Setting up haproxy (2.4.24-0ubuntu0.22.04.2) ... 2025-04-16 20:35:18.658 | Setting up systemd (249.11-0ubuntu3.15) ... 2025-04-16 20:35:19.322 | Setting up open-iscsi (2.1.5-1ubuntu1.1) ... 2025-04-16 20:35:20.290 | iscsid.service is a disabled or a static unit, not starting it. 2025-04-16 20:35:21.115 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.3) ... 2025-04-16 20:35:21.126 | Setting up libgssrpc4:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 20:35:21.136 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... 2025-04-16 20:35:21.147 | Setting up systemd-timesyncd (249.11-0ubuntu3.15) ... 2025-04-16 20:35:21.649 | Setting up dmsetup (2:1.02.175-2.1ubuntu5) ... 2025-04-16 20:35:21.662 | update-initramfs: deferring update (trigger activated) 2025-04-16 20:35:21.667 | Setting up dmeventd (2:1.02.175-2.1ubuntu5) ... 2025-04-16 20:35:22.049 | dm-event.service is a disabled or a static unit not running, not starting it. 2025-04-16 20:35:22.118 | Setting up libkadm5srv-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 20:35:22.129 | Setting up apache2-data (2.4.52-1ubuntu4.14) ... 2025-04-16 20:35:22.140 | Setting up qemu-utils (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 20:35:22.150 | Setting up openssl (3.0.2-0ubuntu1.19) ... 2025-04-16 20:35:22.166 | Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 20:35:22.175 | Setting up qemu-block-extra (1:6.2+dfsg-2ubuntu6.26) ... 2025-04-16 20:35:22.868 | Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 20:35:22.878 | Setting up libkadm5clnt-mit12:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 20:35:22.890 | Setting up apache2-utils (2.4.52-1ubuntu4.14) ... 2025-04-16 20:35:22.901 | Setting up apache2-dev (2.4.52-1ubuntu4.14) ... 2025-04-16 20:35:22.910 | Setting up krb5-multidev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 20:35:22.920 | Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 20:35:22.930 | Setting up systemd-sysv (249.11-0ubuntu3.15) ... 2025-04-16 20:35:22.941 | Setting up openssh-server (1:8.9p1-3ubuntu0.11) ... 2025-04-16 20:35:23.768 | rescue-ssh.target is a disabled or a static unit not running, not starting it. 2025-04-16 20:35:24.234 | ssh.socket is a disabled or a static unit not running, not starting it. 2025-04-16 20:35:24.276 | Setting up libnss-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 20:35:24.288 | Setting up libpq-dev (14.17-0ubuntu0.22.04.1) ... 2025-04-16 20:35:24.298 | Setting up apache2-bin (2.4.52-1ubuntu4.14) ... 2025-04-16 20:35:24.308 | Setting up lvm2 (2.03.11-2.1ubuntu5) ... 2025-04-16 20:35:24.402 | update-initramfs: deferring update (trigger activated) 2025-04-16 20:35:25.789 | Setting up libkrb5-dev:amd64 (1.19.2-2ubuntu0.6) ... 2025-04-16 20:35:25.807 | Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.6) ... 2025-04-16 20:35:25.818 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 20:35:25.828 | Setting up libpam-systemd:amd64 (249.11-0ubuntu3.15) ... 2025-04-16 20:35:26.005 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.3) ... 2025-04-16 20:35:26.016 | Setting up apache2 (2.4.52-1ubuntu4.14) ... 2025-04-16 20:35:27.969 | apache-htcacheclean.service is a disabled or a static unit not running, not starting it. 2025-04-16 20:35:27.990 | Setting up libapache2-mod-proxy-uwsgi (2.4.52-1ubuntu4.14) ... 2025-04-16 20:35:28.006 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2025-04-16 20:35:28.048 | Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... 2025-04-16 20:35:28.093 | Processing triggers for ufw (0.36.1-4ubuntu0.1) ... 2025-04-16 20:35:28.167 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 20:35:28.443 | Processing triggers for dbus (1.12.20-2ubuntu4.1) ... 2025-04-16 20:35:28.458 | Processing triggers for initramfs-tools (0.140ubuntu13.4) ... 2025-04-16 20:35:28.492 | update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic 2025-04-16 20:35:35.175 | NEEDRESTART-VER: 3.5 2025-04-16 20:35:35.898 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 20:35:35.898 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 20:35:35.898 | NEEDRESTART-KSTA: 1 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: apt-news.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: dbus.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: epmd.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: esm-cache.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: mariadb.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: memcached.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: multipathd.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: packagekit.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: pmcd.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: pmie.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: polkit.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: rabbitmq-server.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: udisks2.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: user@1001.service 2025-04-16 20:35:35.898 | NEEDRESTART-SVC: vgauth.service 2025-04-16 20:35:37.865 | ++ functions-common:apt_get:1194 : result=0 2025-04-16 20:35:37.883 | ++ functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 20:35:37.883 | ++ functions-common:time_stop:2400 : local name 2025-04-16 20:35:37.883 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 20:35:37.883 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:35:37.883 | ++ functions-common:time_stop:2403 : local total 2025-04-16 20:35:37.883 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 20:35:37.883 | ++ functions-common:time_stop:2406 : name=apt-get 2025-04-16 20:35:37.883 | ++ functions-common:time_stop:2407 : start_time=1744835710876 2025-04-16 20:35:37.883 | ++ functions-common:time_stop:2409 : [[ -z 1744835710876 ]] 2025-04-16 20:35:37.888 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:35:37.892 | ++ functions-common:time_stop:2412 : end_time=1744835737890 2025-04-16 20:35:37.894 | ++ functions-common:time_stop:2413 : elapsed_time=27014 2025-04-16 20:35:37.896 | ++ functions-common:time_stop:2414 : total=517 2025-04-16 20:35:37.898 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:35:37.899 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=27531 2025-04-16 20:35:37.901 | ++ functions-common:apt_get:1198 : return 0 2025-04-16 20:35:37.938 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2025-04-16 20:35:37.938 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2025-04-16 20:35:37.938 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2025-04-16 20:35:37.938 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2025-04-16 20:35:37.938 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2025-04-16 20:35:37.938 | ++ tools/install_prereqs.sh:source:88 : date +%s 2025-04-16 20:35:37.938 | ++ tools/install_prereqs.sh:source:89 : date 2025-04-16 20:35:37.938 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2025-04-16 20:35:37.938 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2025-04-16 20:35:37.938 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2025-04-16 20:35:38.249 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2025-04-16 20:35:38.250 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2025-04-16 20:35:38.252 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2025-04-16 20:35:38.253 | + tools/install_pip.sh:main:43 : GetDistro 2025-04-16 20:35:38.254 | + functions-common:GetDistro:449 : GetOSVersion 2025-04-16 20:35:38.256 | + functions-common:GetOSVersion:416 : source /etc/os-release 2025-04-16 20:35:38.257 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2025-04-16 20:35:38.258 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2025-04-16 20:35:38.260 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2025-04-16 20:35:38.261 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2025-04-16 20:35:38.262 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2025-04-16 20:35:38.264 | ++ /etc/os-release:source:6 : ID=ubuntu 2025-04-16 20:35:38.265 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2025-04-16 20:35:38.266 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2025-04-16 20:35:38.268 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2025-04-16 20:35:38.269 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2025-04-16 20:35:38.270 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2025-04-16 20:35:38.271 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2025-04-16 20:35:38.273 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2025-04-16 20:35:38.274 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2025-04-16 20:35:38.276 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2025-04-16 20:35:38.277 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2025-04-16 20:35:38.278 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2025-04-16 20:35:38.280 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2025-04-16 20:35:38.281 | + functions-common:_ensure_lsb_release:394 : return 2025-04-16 20:35:38.283 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2025-04-16 20:35:38.317 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2025-04-16 20:35:38.318 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2025-04-16 20:35:38.352 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2025-04-16 20:35:38.354 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2025-04-16 20:35:38.387 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2025-04-16 20:35:38.389 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2025-04-16 20:35:38.390 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2025-04-16 20:35:38.392 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2025-04-16 20:35:38.393 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2025-04-16 20:35:38.395 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2025-04-16 20:35:38.396 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2025-04-16 20:35:38.398 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2025-04-16 20:35:38.399 | + functions-common:GetDistro:453 : DISTRO=jammy 2025-04-16 20:35:38.401 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2025-04-16 20:35:38.402 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2025-04-16 20:35:38.402 | Distro: jammy 2025-04-16 20:35:38.403 | + tools/install_pip.sh:main:124 : get_versions 2025-04-16 20:35:38.405 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 20:35:38.408 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 20:35:38.409 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 20:35:38.411 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 20:35:38.411 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 20:35:38.470 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 20:35:38.471 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 20:35:38.471 | pip: 0.1.15 2025-04-16 20:35:38.473 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2025-04-16 20:35:38.474 | + tools/install_pip.sh:main:130 : is_fedora 2025-04-16 20:35:38.475 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 20:35:38.477 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 20:35:38.478 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 20:35:38.479 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 20:35:38.481 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 20:35:38.482 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 20:35:38.483 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 20:35:38.485 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 20:35:38.486 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 20:35:38.487 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 20:35:38.489 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 20:35:38.490 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 20:35:38.491 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 20:35:38.493 | + tools/install_pip.sh:main:141 : is_ubuntu 2025-04-16 20:35:38.494 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:35:38.495 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:35:38.497 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2025-04-16 20:35:38.500 | + tools/install_pip.sh:main:153 : set -x 2025-04-16 20:35:38.502 | + tools/install_pip.sh:main:156 : get_versions 2025-04-16 20:35:38.503 | ++ tools/install_pip.sh:get_versions:49 : which pip 2025-04-16 20:35:38.506 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2025-04-16 20:35:38.507 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2025-04-16 20:35:38.509 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2025-04-16 20:35:38.510 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2025-04-16 20:35:38.517 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2025-04-16 20:35:38.519 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2025-04-16 20:35:38.519 | pip: 0.1.15 2025-04-16 20:35:38.522 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2025-04-16 20:35:38.524 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2025-04-16 20:35:38.525 | + stack.sh:main:811 : fixup_all 2025-04-16 20:35:38.527 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2025-04-16 20:35:38.529 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2025-04-16 20:35:38.531 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:35:38.533 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:35:38.534 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2025-04-16 20:35:38.544 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2025-04-16 20:35:38.553 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2025-04-16 20:35:38.561 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2025-04-16 20:35:38.563 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2025-04-16 20:35:38.565 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 20:35:38.566 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 20:35:38.568 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 20:35:38.570 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 20:35:38.571 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 20:35:38.573 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 20:35:38.574 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 20:35:38.576 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 20:35:38.578 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 20:35:38.580 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 20:35:38.581 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 20:35:38.583 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 20:35:38.584 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 20:35:38.586 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2025-04-16 20:35:38.588 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2025-04-16 20:35:38.590 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2025-04-16 20:35:38.599 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2025-04-16 20:35:38.607 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2025-04-16 20:35:38.617 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2025-04-16 20:35:38.625 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2025-04-16 20:35:38.634 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2025-04-16 20:35:38.642 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2025-04-16 20:35:38.651 | + stack.sh:main:823 : setup_devstack_virtualenv 2025-04-16 20:35:38.653 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2025-04-16 20:35:38.654 | + inc/python:setup_devstack_virtualenv:46 : [[ :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] 2025-04-16 20:35:38.656 | + inc/python:setup_devstack_virtualenv:47 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:35:38.658 | + inc/python:setup_devstack_virtualenv:47 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:35:38.660 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 20:35:38.662 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2025-04-16 20:35:38.664 | + stack.sh:main:827 : pip_install -U os-testr 2025-04-16 20:35:38.682 | Using python 3.10 to install os-testr 2025-04-16 20:35:38.684 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2025-04-16 20:35:40.398 | Collecting os-testr 2025-04-16 20:35:40.399 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 20:35:40.435 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2025-04-16 20:35:40.437 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2025-04-16 20:35:40.459 | Collecting python-subunit>=1.0.0 (from os-testr) 2025-04-16 20:35:40.461 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2025-04-16 20:35:40.487 | Collecting testtools>=2.2.0 (from os-testr) 2025-04-16 20:35:40.489 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 20:35:40.514 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2025-04-16 20:35:40.515 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 20:35:40.551 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2025-04-16 20:35:40.551 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 20:35:40.569 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2025-04-16 20:35:40.572 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 20:35:40.574 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2025-04-16 20:35:40.577 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2025-04-16 20:35:40.580 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2025-04-16 20:35:40.647 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2025-04-16 20:35:41.002 | Successfully installed extras-1.0.0 fixtures-4.0.1 os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 testtools-2.6.0 2025-04-16 20:35:41.082 | + inc/python:pip_install:222 : result=0 2025-04-16 20:35:41.084 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:35:41.085 | + functions-common:time_stop:2400 : local name 2025-04-16 20:35:41.087 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:35:41.089 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:35:41.091 | + functions-common:time_stop:2403 : local total 2025-04-16 20:35:41.093 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:35:41.094 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:35:41.096 | + functions-common:time_stop:2407 : start_time=1744835738678 2025-04-16 20:35:41.097 | + functions-common:time_stop:2409 : [[ -z 1744835738678 ]] 2025-04-16 20:35:41.100 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:35:41.103 | + functions-common:time_stop:2412 : end_time=1744835741101 2025-04-16 20:35:41.105 | + functions-common:time_stop:2413 : elapsed_time=2423 2025-04-16 20:35:41.106 | + functions-common:time_stop:2414 : total=0 2025-04-16 20:35:41.108 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:35:41.110 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2423 2025-04-16 20:35:41.112 | + inc/python:pip_install:225 : return 0 2025-04-16 20:35:41.113 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2025-04-16 20:35:41.154 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2025-04-16 20:35:41.206 | + stack.sh:main:838 : install_infra 2025-04-16 20:35:41.209 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 20:35:41.211 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2025-04-16 20:35:41.213 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2025-04-16 20:35:44.348 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 20:35:44.351 | + lib/infra:install_infra:34 : pip_install -U pbr 2025-04-16 20:35:44.368 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-16 20:35:45.338 | Collecting pbr 2025-04-16 20:35:45.341 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2025-04-16 20:35:45.369 | Installing collected packages: pbr 2025-04-16 20:35:45.431 | Successfully installed pbr-5.11.1 2025-04-16 20:35:45.500 | + inc/python:pip_install:222 : result=0 2025-04-16 20:35:45.502 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:35:45.504 | + functions-common:time_stop:2400 : local name 2025-04-16 20:35:45.506 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:35:45.508 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:35:45.510 | + functions-common:time_stop:2403 : local total 2025-04-16 20:35:45.512 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:35:45.514 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:35:45.516 | + functions-common:time_stop:2407 : start_time=1744835744363 2025-04-16 20:35:45.518 | + functions-common:time_stop:2409 : [[ -z 1744835744363 ]] 2025-04-16 20:35:45.520 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:35:45.523 | + functions-common:time_stop:2412 : end_time=1744835745521 2025-04-16 20:35:45.525 | + functions-common:time_stop:2413 : elapsed_time=1158 2025-04-16 20:35:45.527 | + functions-common:time_stop:2414 : total=2423 2025-04-16 20:35:45.529 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:35:45.530 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3581 2025-04-16 20:35:45.532 | + inc/python:pip_install:225 : return 0 2025-04-16 20:35:45.534 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2025-04-16 20:35:45.536 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2025-04-16 20:35:45.553 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2025-04-16 20:35:46.404 | Processing /opt/stack/requirements 2025-04-16 20:35:46.405 | Preparing metadata (setup.py): started 2025-04-16 20:35:47.089 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 20:35:47.271 | Collecting Parsley>=1.2 2025-04-16 20:35:47.273 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 20:35:47.386 | Collecting PyYAML>=3.12 2025-04-16 20:35:47.392 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-16 20:35:47.507 | Collecting beagle>=0.2.1 2025-04-16 20:35:47.509 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2025-04-16 20:35:47.541 | Collecting fixtures>=3.0.0 2025-04-16 20:35:47.542 | Using cached fixtures-4.0.1-py3-none-any.whl 2025-04-16 20:35:47.588 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2025-04-16 20:35:47.590 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 20:35:47.643 | Collecting requests>=2.14.2 2025-04-16 20:35:47.646 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 20:35:47.671 | Collecting six>=1.10.0 2025-04-16 20:35:47.674 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 20:35:47.684 | Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack-requirements==1.2.1.dev6395) (5.11.1) 2025-04-16 20:35:47.731 | Collecting cliff>=2.11.0 2025-04-16 20:35:47.734 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 20:35:47.812 | Collecting urllib3<1.27,>=1.21.1 2025-04-16 20:35:47.815 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 20:35:48.021 | Collecting charset-normalizer<4,>=2 2025-04-16 20:35:48.025 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 20:35:48.053 | Collecting idna<4,>=2.5 2025-04-16 20:35:48.055 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 20:35:48.096 | Collecting certifi>=2017.4.17 2025-04-16 20:35:48.099 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 20:35:48.202 | Collecting cmd2>=1.0.0 2025-04-16 20:35:48.205 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 20:35:48.289 | Collecting importlib-metadata>=4.4 2025-04-16 20:35:48.291 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 20:35:48.340 | Collecting stevedore>=2.0.1 2025-04-16 20:35:48.342 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 20:35:48.364 | Collecting autopage>=0.4.0 2025-04-16 20:35:48.366 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 20:35:48.397 | Collecting PrettyTable>=0.7.2 2025-04-16 20:35:48.399 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 20:35:48.468 | Collecting wcwidth>=0.1.7 2025-04-16 20:35:48.470 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 20:35:48.495 | Collecting pyperclip>=1.6 2025-04-16 20:35:48.496 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 20:35:48.526 | Collecting attrs>=16.3.0 2025-04-16 20:35:48.528 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 20:35:48.593 | Collecting zipp>=0.5 2025-04-16 20:35:48.595 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 20:35:48.651 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2025-04-16 20:35:48.795 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2025-04-16 20:35:49.618 | Running setup.py install for openstack-requirements: started 2025-04-16 20:35:51.064 | Running setup.py install for openstack-requirements: finished with status 'done' 2025-04-16 20:35:51.073 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2025.1.31 charset-normalizer-3.1.0 cliff-4.3.0 cmd2-2.4.3 fixtures-4.0.1 idna-3.4 importlib-metadata-6.0.1 openstack-requirements-1.2.1.dev6395 packaging-23.1 pyperclip-1.8.2 requests-2.28.2 six-1.16.0 stevedore-5.1.0 urllib3-1.26.15 wcwidth-0.2.6 zipp-3.15.0 2025-04-16 20:35:51.172 | + inc/python:pip_install:222 : result=0 2025-04-16 20:35:51.174 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:35:51.176 | + functions-common:time_stop:2400 : local name 2025-04-16 20:35:51.178 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:35:51.179 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:35:51.181 | + functions-common:time_stop:2403 : local total 2025-04-16 20:35:51.183 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:35:51.184 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:35:51.186 | + functions-common:time_stop:2407 : start_time=1744835745547 2025-04-16 20:35:51.187 | + functions-common:time_stop:2409 : [[ -z 1744835745547 ]] 2025-04-16 20:35:51.190 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:35:51.193 | + functions-common:time_stop:2412 : end_time=1744835751191 2025-04-16 20:35:51.194 | + functions-common:time_stop:2413 : elapsed_time=5644 2025-04-16 20:35:51.196 | + functions-common:time_stop:2414 : total=3581 2025-04-16 20:35:51.197 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:35:51.199 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9225 2025-04-16 20:35:51.201 | + inc/python:pip_install:225 : return 0 2025-04-16 20:35:51.202 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2025-04-16 20:35:51.204 | + lib/infra:install_infra:42 : use_library_from_git pbr 2025-04-16 20:35:51.206 | + inc/python:use_library_from_git:272 : local name=pbr 2025-04-16 20:35:51.208 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:35:51.210 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:35:51.212 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2025-04-16 20:35:51.214 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:35:51.216 | + lib/infra:install_infra:48 : pip_install -U pbr 2025-04-16 20:35:51.233 | Using python 3.10 to install pbr 2025-04-16 20:35:51.234 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2025-04-16 20:35:52.015 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2025-04-16 20:35:52.252 | + inc/python:pip_install:222 : result=0 2025-04-16 20:35:52.254 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:35:52.256 | + functions-common:time_stop:2400 : local name 2025-04-16 20:35:52.258 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:35:52.260 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:35:52.262 | + functions-common:time_stop:2403 : local total 2025-04-16 20:35:52.264 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:35:52.265 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:35:52.267 | + functions-common:time_stop:2407 : start_time=1744835751228 2025-04-16 20:35:52.269 | + functions-common:time_stop:2409 : [[ -z 1744835751228 ]] 2025-04-16 20:35:52.271 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:35:52.274 | + functions-common:time_stop:2412 : end_time=1744835752272 2025-04-16 20:35:52.276 | + functions-common:time_stop:2413 : elapsed_time=1044 2025-04-16 20:35:52.277 | + functions-common:time_stop:2414 : total=9225 2025-04-16 20:35:52.279 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:35:52.281 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10269 2025-04-16 20:35:52.283 | + inc/python:pip_install:225 : return 0 2025-04-16 20:35:52.285 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2025-04-16 20:35:55.407 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2025-04-16 20:35:56.001 | Collecting bindep 2025-04-16 20:35:56.004 | Using cached bindep-2.13.0-py3-none-any.whl (34 kB) 2025-04-16 20:35:56.033 | Collecting Parsley 2025-04-16 20:35:56.035 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2025-04-16 20:35:56.074 | Collecting packaging 2025-04-16 20:35:56.076 | Using cached packaging-24.2-py3-none-any.whl (65 kB) 2025-04-16 20:35:56.096 | Collecting distro>=1.7 2025-04-16 20:35:56.098 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-04-16 20:35:56.140 | Collecting pbr>=2 2025-04-16 20:35:56.143 | Using cached pbr-6.1.1-py2.py3-none-any.whl (108 kB) 2025-04-16 20:35:56.147 | Requirement already satisfied: setuptools in /opt/stack/bindep-venv/lib/python3.10/site-packages (from pbr>=2->bindep) (59.6.0) 2025-04-16 20:35:56.186 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2025-04-16 20:35:56.440 | Successfully installed Parsley-1.3 bindep-2.13.0 distro-1.9.0 packaging-24.2 pbr-6.1.1 2025-04-16 20:35:56.508 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 20:35:56.510 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2025-04-16 20:35:56.514 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2025-04-16 20:35:56.527 | + stack.sh:main:847 : pkgs= 2025-04-16 20:35:56.529 | + stack.sh:main:848 : [[ -n '' ]] 2025-04-16 20:35:56.531 | + stack.sh:main:855 : run_phase stack pre-install 2025-04-16 20:35:56.533 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 20:35:56.535 | + functions-common:run_phase:1829 : local phase=pre-install 2025-04-16 20:35:56.537 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 20:35:56.539 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 20:35:56.540 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 20:35:56.542 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 20:35:56.544 | + functions-common:run_phase:1838 : local extra 2025-04-16 20:35:56.546 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 20:35:56.549 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 20:35:56.551 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 20:35:56.553 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 20:35:56.555 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2025-04-16 20:35:56.556 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 20:35:56.568 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:35:56.570 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:35:56.571 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:35:56.573 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 20:35:56.575 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:35:56.576 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 20:35:56.578 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:35:56.580 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 20:35:56.581 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:35:56.583 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 20:35:56.585 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:35:56.586 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 20:35:56.588 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 20:35:56.590 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 20:35:56.592 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:35:56.593 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 20:35:56.595 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2025-04-16 20:35:56.597 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 20:35:56.599 | + functions-common:run_plugins:1815 : local phase=pre-install 2025-04-16 20:35:56.600 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 20:35:56.602 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 20:35:56.604 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 20:35:56.606 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 20:35:56.608 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 20:35:56.609 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2025-04-16 20:35:56.611 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:35:56.613 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:35:56.615 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2025-04-16 20:35:56.617 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:35:56.618 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 20:35:56.620 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:35:56.622 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2025-04-16 20:35:56.624 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2025-04-16 20:35:56.626 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2025-04-16 20:35:56.628 | + functions:set_systemd_override:832 : local value=2048 2025-04-16 20:35:56.630 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2025-04-16 20:35:56.632 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2025-04-16 20:35:56.673 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2025-04-16 20:35:56.673 | Set systemd system override for DefaultLimitNOFILE=2048 2025-04-16 20:35:56.675 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2025-04-16 20:35:56.908 | + stack.sh:main:860 : install_rpc_backend 2025-04-16 20:35:56.911 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2025-04-16 20:35:56.924 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:35:56.926 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2025-04-16 20:35:56.927 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 20:35:56.929 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 20:35:56.931 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 20:35:56.933 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 20:35:56.935 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 20:35:56.937 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 20:35:56.939 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:35:56.940 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:35:56.942 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 20:35:56.944 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 20:35:56.946 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 20:35:56.948 | + functions-common:apt_get_update:1150 : return 2025-04-16 20:35:56.950 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2025-04-16 20:35:56.952 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 20:35:56.953 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:35:56.955 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:35:56.957 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2025-04-16 20:35:56.974 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2025-04-16 20:35:57.034 | Reading package lists... 2025-04-16 20:35:57.249 | Building dependency tree... 2025-04-16 20:35:57.250 | Reading state information... 2025-04-16 20:35:57.453 | The following packages will be upgraded: 2025-04-16 20:35:57.454 | rabbitmq-server 2025-04-16 20:35:57.778 | 1 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 20:35:57.779 | Need to get 0 B/15.2 MB of archives. 2025-04-16 20:35:57.779 | After this operation, 0 B of additional disk space will be used. 2025-04-16 20:35:57.873 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 166490 files and directories currently installed.) 2025-04-16 20:35:57.880 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.2_all.deb ... 2025-04-16 20:35:57.894 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.2) over (3.9.27-0ubuntu0.1) ... 2025-04-16 20:35:58.344 | Setting up rabbitmq-server (3.9.27-0ubuntu0.2) ... 2025-04-16 20:36:03.771 | Processing triggers for man-db (2.10.2-1) ... 2025-04-16 20:36:04.221 | NEEDRESTART-VER: 3.5 2025-04-16 20:36:04.734 | NEEDRESTART-KCUR: 6.8.0-52-generic 2025-04-16 20:36:04.734 | NEEDRESTART-KEXP: 6.8.0-52-generic 2025-04-16 20:36:04.734 | NEEDRESTART-KSTA: 1 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: conntrackd.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: dbus.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: epmd.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: irqbalance.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: mariadb.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: memcached.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: ModemManager.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: multipathd.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: networkd-dispatcher.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: open-vm-tools.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: ovs-vswitchd.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: ovsdb-server.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: packagekit.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: pmcd.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: pmie.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: pmie_farm.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: pmlogger.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: pmlogger_farm.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: pmproxy.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: polkit.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: systemd-logind.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: systemd-udevd.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: udisks2.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: user@1001.service 2025-04-16 20:36:04.734 | NEEDRESTART-SVC: vgauth.service 2025-04-16 20:36:06.725 | + functions-common:apt_get:1194 : result=0 2025-04-16 20:36:06.727 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 20:36:06.729 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:06.731 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:06.733 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:06.734 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:06.736 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:06.738 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 20:36:06.740 | + functions-common:time_stop:2407 : start_time=1744835756971 2025-04-16 20:36:06.741 | + functions-common:time_stop:2409 : [[ -z 1744835756971 ]] 2025-04-16 20:36:06.744 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:06.747 | + functions-common:time_stop:2412 : end_time=1744835766745 2025-04-16 20:36:06.749 | + functions-common:time_stop:2413 : elapsed_time=9774 2025-04-16 20:36:06.750 | + functions-common:time_stop:2414 : total=27531 2025-04-16 20:36:06.752 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:06.754 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37305 2025-04-16 20:36:06.756 | + functions-common:apt_get:1198 : return 0 2025-04-16 20:36:06.758 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2025-04-16 20:36:06.760 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 20:36:06.762 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 20:36:06.764 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 20:36:06.766 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 20:36:06.768 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 20:36:06.769 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 20:36:06.771 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 20:36:06.773 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 20:36:06.775 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 20:36:06.777 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 20:36:06.779 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 20:36:06.781 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 20:36:06.783 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 20:36:06.785 | + stack.sh:main:861 : restart_rpc_backend 2025-04-16 20:36:06.787 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2025-04-16 20:36:06.799 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:06.801 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2025-04-16 20:36:06.803 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:36:06.805 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2025-04-16 20:36:06.807 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2025-04-16 20:36:06.810 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2025-04-16 20:36:06.813 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2025-04-16 20:36:06.815 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2025-04-16 20:36:06.816 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2025-04-16 20:36:06.818 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2025-04-16 20:36:06.820 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2025-04-16 20:36:06.822 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2025-04-16 20:36:06.825 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2025-04-16 20:36:07.266 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2025-04-16 20:36:07.266 | user tags 2025-04-16 20:36:07.266 | guest [administrator]' 2025-04-16 20:36:07.269 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2025-04-16 20:36:07.269 | user tags 2025-04-16 20:36:07.269 | guest [administrator]' 2025-04-16 20:36:07.269 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2025-04-16 20:36:07.273 | + lib/rpc_backend:rabbit_setuser:163 : found= 2025-04-16 20:36:07.275 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2025-04-16 20:36:07.277 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2025-04-16 20:36:07.705 | Adding user "stackrabbit" ... 2025-04-16 20:36:07.710 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2025-04-16 20:36:07.722 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2025-04-16 20:36:08.148 | Setting permissions for user "stackrabbit" in vhost "/" ... 2025-04-16 20:36:08.165 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2025-04-16 20:36:08.167 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2025-04-16 20:36:08.595 | Changing password for user "stackrabbit" ... 2025-04-16 20:36:08.613 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2025-04-16 20:36:08.615 | + lib/rpc_backend:restart_rpc_backend:103 : break 2025-04-16 20:36:08.617 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2025-04-16 20:36:09.041 | Deleting user "guest" ... 2025-04-16 20:36:09.058 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2025-04-16 20:36:09.072 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:09.074 | + stack.sh:main:864 : install_database 2025-04-16 20:36:09.075 | + lib/database:install_database:118 : install_database_mysql 2025-04-16 20:36:09.077 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2025-04-16 20:36:09.079 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:09.081 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:09.083 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2025-04-16 20:36:09.198 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2025-04-16 20:36:09.200 | + lib/databases/mysql:install_database_mysql:211 : cat 2025-04-16 20:36:09.204 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2025-04-16 20:36:09.206 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:09.208 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:09.210 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2025-04-16 20:36:09.212 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2025-04-16 20:36:09.215 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2025-04-16 20:36:09.217 | + stack.sh:main:866 : '[' -n mysql ']' 2025-04-16 20:36:09.219 | + stack.sh:main:867 : install_database_python 2025-04-16 20:36:09.221 | + lib/database:install_database_python:123 : install_database_python_mysql 2025-04-16 20:36:09.223 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2025-04-16 20:36:09.225 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2025-04-16 20:36:09.226 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 20:36:09.229 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2025-04-16 20:36:09.231 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2025-04-16 20:36:09.233 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 20:36:09.236 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 20:36:09.237 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2025-04-16 20:36:09.241 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2025-04-16 20:36:09.243 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2025-04-16 20:36:09.244 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2025-04-16 20:36:09.247 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2025-04-16 20:36:09.249 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2025-04-16 20:36:09.265 | Using python 3.10 to install PyMySQL 2025-04-16 20:36:09.268 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2025-04-16 20:36:10.151 | Collecting PyMySQL 2025-04-16 20:36:10.153 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 20:36:10.158 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2025-04-16 20:36:10.221 | Installing collected packages: PyMySQL 2025-04-16 20:36:10.282 | Successfully installed PyMySQL-1.0.3 2025-04-16 20:36:10.354 | + inc/python:pip_install:222 : result=0 2025-04-16 20:36:10.355 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:36:10.358 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:10.359 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:10.361 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:10.363 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:10.365 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:10.366 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:36:10.368 | + functions-common:time_stop:2407 : start_time=1744835769261 2025-04-16 20:36:10.370 | + functions-common:time_stop:2409 : [[ -z 1744835769261 ]] 2025-04-16 20:36:10.372 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:10.375 | + functions-common:time_stop:2412 : end_time=1744835770373 2025-04-16 20:36:10.377 | + functions-common:time_stop:2413 : elapsed_time=1112 2025-04-16 20:36:10.379 | + functions-common:time_stop:2414 : total=10269 2025-04-16 20:36:10.381 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:10.382 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11381 2025-04-16 20:36:10.384 | + inc/python:pip_install:225 : return 0 2025-04-16 20:36:10.386 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2025-04-16 20:36:10.388 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2025-04-16 20:36:10.390 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2025-04-16 20:36:10.392 | + stack.sh:main:870 : is_service_enabled neutron 2025-04-16 20:36:10.404 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:10.406 | + stack.sh:main:871 : install_neutron_agent_packages 2025-04-16 20:36:10.408 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2025-04-16 20:36:10.420 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:10.422 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2025-04-16 20:36:10.424 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 20:36:10.425 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 20:36:10.427 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 20:36:10.429 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 20:36:10.431 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 20:36:10.432 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 20:36:10.434 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:10.436 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:10.438 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 20:36:10.440 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 20:36:10.441 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 20:36:10.443 | + functions-common:apt_get_update:1150 : return 2025-04-16 20:36:10.445 | + functions-common:install_package:1422 : real_install_package radvd 2025-04-16 20:36:10.446 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 20:36:10.448 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:10.450 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:10.452 | + functions-common:real_install_package:1410 : apt_get install radvd 2025-04-16 20:36:10.467 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2025-04-16 20:36:10.526 | Reading package lists... 2025-04-16 20:36:10.743 | Building dependency tree... 2025-04-16 20:36:10.745 | Reading state information... 2025-04-16 20:36:10.963 | radvd is already the newest version (1:2.18-3build2). 2025-04-16 20:36:10.963 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 20:36:10.968 | + functions-common:apt_get:1194 : result=0 2025-04-16 20:36:10.970 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 20:36:10.972 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:10.974 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:10.976 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:10.978 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:10.979 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:10.981 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 20:36:10.983 | + functions-common:time_stop:2407 : start_time=1744835770465 2025-04-16 20:36:10.985 | + functions-common:time_stop:2409 : [[ -z 1744835770465 ]] 2025-04-16 20:36:10.987 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:10.991 | + functions-common:time_stop:2412 : end_time=1744835770989 2025-04-16 20:36:10.992 | + functions-common:time_stop:2413 : elapsed_time=524 2025-04-16 20:36:10.994 | + functions-common:time_stop:2414 : total=37305 2025-04-16 20:36:10.996 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:10.998 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37829 2025-04-16 20:36:11.001 | + functions-common:apt_get:1198 : return 0 2025-04-16 20:36:11.002 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2025-04-16 20:36:11.016 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:11.017 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2025-04-16 20:36:11.019 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2025-04-16 20:36:11.021 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2025-04-16 20:36:11.024 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2025-04-16 20:36:11.038 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2025-04-16 20:36:11.040 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 20:36:11.042 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 20:36:11.043 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 20:36:11.045 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 20:36:11.047 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 20:36:11.049 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 20:36:11.051 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:11.053 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:11.054 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 20:36:11.056 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 20:36:11.058 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 20:36:11.060 | + functions-common:apt_get_update:1150 : return 2025-04-16 20:36:11.062 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2025-04-16 20:36:11.063 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 20:36:11.065 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:11.067 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:11.069 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2025-04-16 20:36:11.088 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2025-04-16 20:36:11.148 | Reading package lists... 2025-04-16 20:36:11.361 | Building dependency tree... 2025-04-16 20:36:11.363 | Reading state information... 2025-04-16 20:36:11.582 | fakeroot is already the newest version (1.28-1ubuntu1). 2025-04-16 20:36:11.582 | fakeroot set to manually installed. 2025-04-16 20:36:11.582 | make is already the newest version (4.3-4.1build1). 2025-04-16 20:36:11.582 | make set to manually installed. 2025-04-16 20:36:11.582 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2025-04-16 20:36:11.582 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 20:36:11.587 | + functions-common:apt_get:1194 : result=0 2025-04-16 20:36:11.589 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 20:36:11.591 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:11.592 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:11.594 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:11.596 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:11.598 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:11.599 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 20:36:11.601 | + functions-common:time_stop:2407 : start_time=1744835771085 2025-04-16 20:36:11.603 | + functions-common:time_stop:2409 : [[ -z 1744835771085 ]] 2025-04-16 20:36:11.606 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:11.608 | + functions-common:time_stop:2412 : end_time=1744835771606 2025-04-16 20:36:11.610 | + functions-common:time_stop:2413 : elapsed_time=521 2025-04-16 20:36:11.612 | + functions-common:time_stop:2414 : total=37829 2025-04-16 20:36:11.614 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:11.616 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38350 2025-04-16 20:36:11.618 | + functions-common:apt_get:1198 : return 0 2025-04-16 20:36:11.620 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2025-04-16 20:36:11.622 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:11.624 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:11.626 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2025-04-16 20:36:11.628 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2025-04-16 20:36:11.631 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2025-04-16 20:36:11.634 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-52-generic 2025-04-16 20:36:11.636 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2025-04-16 20:36:11.639 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-52-generic 2025-04-16 20:36:11.640 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2025-04-16 20:36:11.643 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2025-04-16 20:36:11.645 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2025-04-16 20:36:11.648 | + functions:vercmp:639 : local v1=6.8 2025-04-16 20:36:11.650 | + functions:vercmp:640 : local 'op=<' 2025-04-16 20:36:11.652 | + functions:vercmp:641 : local v2=3.13 2025-04-16 20:36:11.654 | + functions:vercmp:642 : local result 2025-04-16 20:36:11.657 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2025-04-16 20:36:11.657 | ++ functions:vercmp:646 : sort -V 2025-04-16 20:36:11.657 | ++ functions:vercmp:646 : head -1 2025-04-16 20:36:11.661 | + functions:vercmp:646 : result=3.13 2025-04-16 20:36:11.663 | + functions:vercmp:648 : case $op in 2025-04-16 20:36:11.665 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2025-04-16 20:36:11.667 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2025-04-16 20:36:11.668 | + functions:vercmp:659 : return 2025-04-16 20:36:11.670 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2025-04-16 20:36:11.672 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:36:11.674 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2025-04-16 20:36:12.139 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2025-04-16 20:36:12.141 | + inc/python:use_library_from_git:272 : local name=os-ken 2025-04-16 20:36:12.143 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:12.145 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:12.147 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2025-04-16 20:36:12.149 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:12.151 | + stack.sh:main:874 : is_service_enabled etcd3 2025-04-16 20:36:12.164 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:12.166 | + stack.sh:main:875 : install_etcd3 2025-04-16 20:36:12.167 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2025-04-16 20:36:12.168 | Installing etcd 2025-04-16 20:36:12.169 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2025-04-16 20:36:12.179 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2025-04-16 20:36:12.187 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2025-04-16 20:36:12.189 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2025-04-16 20:36:12.198 | + lib/etcd3:install_etcd3:113 : local etcd_file 2025-04-16 20:36:12.201 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 20:36:12.203 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 20:36:12.206 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 20:36:12.209 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 20:36:12.211 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] 2025-04-16 20:36:12.213 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2025-04-16 20:36:12.215 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 20:36:12.221 | --2025-04-16 20:36:12-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 20:36:12.228 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 20:36:12.231 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 20:36:12.264 | HTTP request sent, awaiting response... 200 OK 2025-04-16 20:36:12.264 | Length: 16171146 (15M) [application/gzip] 2025-04-16 20:36:12.264 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2025-04-16 20:36:12.270 | 2025-04-16 20:36:12.335 | 0K ........ ....... 100% 216M=0.07s 2025-04-16 20:36:12.335 | 2025-04-16 20:36:12.335 | 2025-04-16 20:36:12 (216 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2025-04-16 20:36:12.335 | 2025-04-16 20:36:12.339 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2025-04-16 20:36:12.341 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 20:36:12.343 | ++ functions:get_extra_file:74 : return 2025-04-16 20:36:12.345 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2025-04-16 20:36:12.347 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2025-04-16 20:36:12.349 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2025-04-16 20:36:12.351 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2025-04-16 20:36:12.443 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2025-04-16 20:36:12.446 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files 2025-04-16 20:36:12.448 | etcd-v3.4.27-linux-amd64/ 2025-04-16 20:36:12.448 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2025-04-16 20:36:12.448 | etcd-v3.4.27-linux-amd64/etcdctl 2025-04-16 20:36:12.578 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2025-04-16 20:36:12.578 | etcd-v3.4.27-linux-amd64/Documentation/ 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2025-04-16 20:36:12.579 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2025-04-16 20:36:12.580 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2025-04-16 20:36:12.581 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2025-04-16 20:36:12.582 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2025-04-16 20:36:12.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2025-04-16 20:36:12.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2025-04-16 20:36:12.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2025-04-16 20:36:12.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2025-04-16 20:36:12.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2025-04-16 20:36:12.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2025-04-16 20:36:12.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2025-04-16 20:36:12.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2025-04-16 20:36:12.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2025-04-16 20:36:12.583 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2025-04-16 20:36:12.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2025-04-16 20:36:12.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2025-04-16 20:36:12.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2025-04-16 20:36:12.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2025-04-16 20:36:12.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2025-04-16 20:36:12.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2025-04-16 20:36:12.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2025-04-16 20:36:12.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2025-04-16 20:36:12.584 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2025-04-16 20:36:12.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2025-04-16 20:36:12.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2025-04-16 20:36:12.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2025-04-16 20:36:12.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2025-04-16 20:36:12.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2025-04-16 20:36:12.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2025-04-16 20:36:12.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2025-04-16 20:36:12.585 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2025-04-16 20:36:12.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2025-04-16 20:36:12.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2025-04-16 20:36:12.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2025-04-16 20:36:12.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2025-04-16 20:36:12.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2025-04-16 20:36:12.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2025-04-16 20:36:12.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2025-04-16 20:36:12.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2025-04-16 20:36:12.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2025-04-16 20:36:12.586 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2025-04-16 20:36:12.587 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2025-04-16 20:36:12.587 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2025-04-16 20:36:12.587 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2025-04-16 20:36:12.587 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2025-04-16 20:36:12.587 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2025-04-16 20:36:12.587 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2025-04-16 20:36:12.587 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2025-04-16 20:36:12.588 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2025-04-16 20:36:12.588 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2025-04-16 20:36:12.588 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2025-04-16 20:36:12.588 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2025-04-16 20:36:12.588 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2025-04-16 20:36:12.588 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2025-04-16 20:36:12.588 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2025-04-16 20:36:12.588 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2025-04-16 20:36:12.589 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2025-04-16 20:36:12.590 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2025-04-16 20:36:12.590 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2025-04-16 20:36:12.591 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2025-04-16 20:36:12.591 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2025-04-16 20:36:12.592 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2025-04-16 20:36:12.593 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2025-04-16 20:36:12.593 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2025-04-16 20:36:12.594 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2025-04-16 20:36:12.595 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2025-04-16 20:36:12.596 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2025-04-16 20:36:12.597 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2025-04-16 20:36:12.598 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2025-04-16 20:36:12.598 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2025-04-16 20:36:12.599 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2025-04-16 20:36:12.600 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2025-04-16 20:36:12.600 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2025-04-16 20:36:12.601 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2025-04-16 20:36:12.602 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2025-04-16 20:36:12.603 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2025-04-16 20:36:12.605 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2025-04-16 20:36:12.606 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2025-04-16 20:36:12.606 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2025-04-16 20:36:12.606 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2025-04-16 20:36:12.608 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2025-04-16 20:36:12.609 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2025-04-16 20:36:12.610 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2025-04-16 20:36:12.610 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2025-04-16 20:36:12.610 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2025-04-16 20:36:12.610 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2025-04-16 20:36:12.610 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2025-04-16 20:36:12.611 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2025-04-16 20:36:12.612 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2025-04-16 20:36:12.613 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2025-04-16 20:36:12.613 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2025-04-16 20:36:12.613 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2025-04-16 20:36:12.613 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2025-04-16 20:36:12.613 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2025-04-16 20:36:12.613 | etcd-v3.4.27-linux-amd64/README.md 2025-04-16 20:36:12.613 | etcd-v3.4.27-linux-amd64/etcd 2025-04-16 20:36:12.786 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2025-04-16 20:36:12.810 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2025-04-16 20:36:12.830 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2025-04-16 20:36:12.832 | + stack.sh:main:884 : is_service_enabled tls-proxy 2025-04-16 20:36:12.845 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:36:12.847 | + stack.sh:main:894 : install_dstat 2025-04-16 20:36:12.849 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2025-04-16 20:36:12.862 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:36:12.864 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2025-04-16 20:36:12.866 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:36:12.868 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2025-04-16 20:36:12.870 | + stack.sh:main:903 : install_libs 2025-04-16 20:36:12.872 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2025-04-16 20:36:12.874 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2025-04-16 20:36:12.876 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2025-04-16 20:36:12.878 | + inc/python:use_library_from_git:272 : local name=automaton 2025-04-16 20:36:12.879 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:12.881 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:12.883 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2025-04-16 20:36:12.885 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:12.887 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2025-04-16 20:36:12.889 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2025-04-16 20:36:12.890 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2025-04-16 20:36:12.892 | + inc/python:use_library_from_git:272 : local name=castellan 2025-04-16 20:36:12.894 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:12.896 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:12.898 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2025-04-16 20:36:12.899 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:12.901 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2025-04-16 20:36:12.903 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2025-04-16 20:36:12.905 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2025-04-16 20:36:12.907 | + inc/python:use_library_from_git:272 : local name=cliff 2025-04-16 20:36:12.909 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:12.910 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:12.912 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2025-04-16 20:36:12.914 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:12.916 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2025-04-16 20:36:12.918 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2025-04-16 20:36:12.920 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2025-04-16 20:36:12.922 | + inc/python:use_library_from_git:272 : local name=cursive 2025-04-16 20:36:12.924 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:12.925 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:12.927 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2025-04-16 20:36:12.929 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:12.931 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2025-04-16 20:36:12.933 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2025-04-16 20:36:12.934 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2025-04-16 20:36:12.936 | + inc/python:use_library_from_git:272 : local name=debtcollector 2025-04-16 20:36:12.938 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:12.940 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:12.942 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2025-04-16 20:36:12.944 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:12.946 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2025-04-16 20:36:12.948 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2025-04-16 20:36:12.950 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2025-04-16 20:36:12.951 | + inc/python:use_library_from_git:272 : local name=futurist 2025-04-16 20:36:12.953 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:12.955 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:12.957 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2025-04-16 20:36:12.959 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:12.960 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2025-04-16 20:36:12.962 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2025-04-16 20:36:12.964 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2025-04-16 20:36:12.966 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2025-04-16 20:36:12.968 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:12.970 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:12.972 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2025-04-16 20:36:12.974 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:12.975 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2025-04-16 20:36:12.977 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2025-04-16 20:36:12.979 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2025-04-16 20:36:12.981 | + inc/python:use_library_from_git:272 : local name=osc-lib 2025-04-16 20:36:12.983 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:12.985 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:12.986 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2025-04-16 20:36:12.988 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:12.990 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2025-04-16 20:36:12.992 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2025-04-16 20:36:12.994 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2025-04-16 20:36:12.996 | + inc/python:use_library_from_git:272 : local name=osc-placement 2025-04-16 20:36:12.998 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.000 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.001 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2025-04-16 20:36:13.003 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.005 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2025-04-16 20:36:13.007 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2025-04-16 20:36:13.009 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2025-04-16 20:36:13.011 | + inc/python:use_library_from_git:272 : local name=os-client-config 2025-04-16 20:36:13.013 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.015 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.016 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2025-04-16 20:36:13.018 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.020 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2025-04-16 20:36:13.022 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2025-04-16 20:36:13.024 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2025-04-16 20:36:13.026 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2025-04-16 20:36:13.028 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.029 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.031 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2025-04-16 20:36:13.033 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.035 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2025-04-16 20:36:13.037 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2025-04-16 20:36:13.039 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2025-04-16 20:36:13.041 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2025-04-16 20:36:13.043 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.044 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.046 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2025-04-16 20:36:13.048 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.050 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2025-04-16 20:36:13.052 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2025-04-16 20:36:13.054 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2025-04-16 20:36:13.056 | + inc/python:use_library_from_git:272 : local name=oslo.config 2025-04-16 20:36:13.057 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.059 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.061 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2025-04-16 20:36:13.063 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.065 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2025-04-16 20:36:13.067 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2025-04-16 20:36:13.069 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2025-04-16 20:36:13.071 | + inc/python:use_library_from_git:272 : local name=oslo.context 2025-04-16 20:36:13.072 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.075 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.077 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2025-04-16 20:36:13.078 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.080 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2025-04-16 20:36:13.082 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2025-04-16 20:36:13.084 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2025-04-16 20:36:13.086 | + inc/python:use_library_from_git:272 : local name=oslo.db 2025-04-16 20:36:13.088 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.089 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.091 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2025-04-16 20:36:13.093 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.095 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2025-04-16 20:36:13.097 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2025-04-16 20:36:13.099 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2025-04-16 20:36:13.101 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2025-04-16 20:36:13.103 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.104 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.106 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2025-04-16 20:36:13.108 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.110 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2025-04-16 20:36:13.112 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2025-04-16 20:36:13.114 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2025-04-16 20:36:13.116 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2025-04-16 20:36:13.118 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.119 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.121 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2025-04-16 20:36:13.124 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.125 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2025-04-16 20:36:13.127 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2025-04-16 20:36:13.129 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2025-04-16 20:36:13.131 | + inc/python:use_library_from_git:272 : local name=oslo.log 2025-04-16 20:36:13.133 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.135 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.137 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2025-04-16 20:36:13.139 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.140 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2025-04-16 20:36:13.142 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2025-04-16 20:36:13.144 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2025-04-16 20:36:13.146 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2025-04-16 20:36:13.148 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.150 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.152 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2025-04-16 20:36:13.154 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.155 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2025-04-16 20:36:13.157 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2025-04-16 20:36:13.159 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2025-04-16 20:36:13.161 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2025-04-16 20:36:13.163 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.165 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.166 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2025-04-16 20:36:13.168 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.170 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2025-04-16 20:36:13.172 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2025-04-16 20:36:13.174 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2025-04-16 20:36:13.176 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2025-04-16 20:36:13.178 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.180 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.181 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2025-04-16 20:36:13.183 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.185 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2025-04-16 20:36:13.187 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2025-04-16 20:36:13.189 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2025-04-16 20:36:13.191 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2025-04-16 20:36:13.193 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.195 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.196 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2025-04-16 20:36:13.198 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.200 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2025-04-16 20:36:13.202 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2025-04-16 20:36:13.204 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2025-04-16 20:36:13.206 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2025-04-16 20:36:13.208 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.210 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.212 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2025-04-16 20:36:13.213 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.215 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2025-04-16 20:36:13.217 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2025-04-16 20:36:13.219 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2025-04-16 20:36:13.221 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2025-04-16 20:36:13.223 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.225 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.226 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2025-04-16 20:36:13.228 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.230 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2025-04-16 20:36:13.232 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2025-04-16 20:36:13.234 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2025-04-16 20:36:13.236 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2025-04-16 20:36:13.238 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.239 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.241 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2025-04-16 20:36:13.243 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.245 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2025-04-16 20:36:13.247 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2025-04-16 20:36:13.249 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2025-04-16 20:36:13.251 | + inc/python:use_library_from_git:272 : local name=oslo.service 2025-04-16 20:36:13.253 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.255 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.256 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2025-04-16 20:36:13.258 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.260 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2025-04-16 20:36:13.262 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2025-04-16 20:36:13.264 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2025-04-16 20:36:13.266 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2025-04-16 20:36:13.268 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.270 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.272 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2025-04-16 20:36:13.274 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.276 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2025-04-16 20:36:13.278 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2025-04-16 20:36:13.280 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2025-04-16 20:36:13.281 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2025-04-16 20:36:13.283 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.285 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.287 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2025-04-16 20:36:13.289 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.291 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2025-04-16 20:36:13.293 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2025-04-16 20:36:13.295 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2025-04-16 20:36:13.297 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2025-04-16 20:36:13.299 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.300 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.302 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2025-04-16 20:36:13.304 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.306 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2025-04-16 20:36:13.308 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2025-04-16 20:36:13.310 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2025-04-16 20:36:13.312 | + inc/python:use_library_from_git:272 : local name=osprofiler 2025-04-16 20:36:13.314 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.316 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.318 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2025-04-16 20:36:13.320 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.322 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2025-04-16 20:36:13.325 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2025-04-16 20:36:13.326 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2025-04-16 20:36:13.328 | + inc/python:use_library_from_git:272 : local name=pycadf 2025-04-16 20:36:13.330 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.332 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.334 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2025-04-16 20:36:13.336 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.338 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2025-04-16 20:36:13.340 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2025-04-16 20:36:13.342 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2025-04-16 20:36:13.344 | + inc/python:use_library_from_git:272 : local name=stevedore 2025-04-16 20:36:13.346 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.348 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.350 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2025-04-16 20:36:13.352 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.353 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2025-04-16 20:36:13.355 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2025-04-16 20:36:13.357 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2025-04-16 20:36:13.359 | + inc/python:use_library_from_git:272 : local name=taskflow 2025-04-16 20:36:13.361 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.363 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.365 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2025-04-16 20:36:13.367 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.369 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2025-04-16 20:36:13.370 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2025-04-16 20:36:13.372 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2025-04-16 20:36:13.374 | + inc/python:use_library_from_git:272 : local name=tooz 2025-04-16 20:36:13.376 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.378 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.380 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2025-04-16 20:36:13.382 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.383 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2025-04-16 20:36:13.385 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2025-04-16 20:36:13.388 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2025-04-16 20:36:13.389 | + inc/python:use_library_from_git:272 : local name=os-brick 2025-04-16 20:36:13.391 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.393 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.395 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2025-04-16 20:36:13.397 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.399 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2025-04-16 20:36:13.401 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2025-04-16 20:36:13.403 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2025-04-16 20:36:13.405 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2025-04-16 20:36:13.406 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.408 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.410 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2025-04-16 20:36:13.412 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.414 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2025-04-16 20:36:13.416 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2025-04-16 20:36:13.418 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2025-04-16 20:36:13.419 | + inc/python:use_library_from_git:272 : local name=os-traits 2025-04-16 20:36:13.421 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.423 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.425 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2025-04-16 20:36:13.427 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.429 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2025-04-16 20:36:13.430 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2025-04-16 20:36:13.432 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2025-04-16 20:36:13.434 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2025-04-16 20:36:13.436 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:13.438 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:13.440 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2025-04-16 20:36:13.442 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:13.443 | + lib/libraries:install_libs:139 : pip_install etcd3 2025-04-16 20:36:13.459 | Using python 3.10 to install etcd3 2025-04-16 20:36:13.460 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2025-04-16 20:36:14.425 | Collecting etcd3 2025-04-16 20:36:14.425 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2025-04-16 20:36:15.087 | Collecting grpcio>=1.27.1 (from etcd3) 2025-04-16 20:36:15.089 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2025-04-16 20:36:15.308 | Collecting protobuf>=3.6.1 (from etcd3) 2025-04-16 20:36:15.312 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2025-04-16 20:36:15.336 | Collecting six>=1.12.0 (from etcd3) 2025-04-16 20:36:15.338 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2025-04-16 20:36:15.364 | Collecting tenacity>=6.1.0 (from etcd3) 2025-04-16 20:36:15.365 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 20:36:15.380 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2025-04-16 20:36:15.407 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2025-04-16 20:36:15.410 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2025-04-16 20:36:15.412 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2025-04-16 20:36:15.500 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2025-04-16 20:36:15.860 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2025-04-16 20:36:16.037 | + inc/python:pip_install:222 : result=0 2025-04-16 20:36:16.039 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:36:16.041 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:16.043 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:16.045 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:16.047 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:16.049 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:16.051 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:36:16.053 | + functions-common:time_stop:2407 : start_time=1744835773455 2025-04-16 20:36:16.054 | + functions-common:time_stop:2409 : [[ -z 1744835773455 ]] 2025-04-16 20:36:16.056 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:16.059 | + functions-common:time_stop:2412 : end_time=1744835776057 2025-04-16 20:36:16.061 | + functions-common:time_stop:2413 : elapsed_time=2602 2025-04-16 20:36:16.063 | + functions-common:time_stop:2414 : total=11381 2025-04-16 20:36:16.064 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:16.066 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13983 2025-04-16 20:36:16.068 | + inc/python:pip_install:225 : return 0 2025-04-16 20:36:16.070 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2025-04-16 20:36:16.086 | Using python 3.10 to install etcd3gw 2025-04-16 20:36:16.087 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2025-04-16 20:36:17.072 | Collecting etcd3gw 2025-04-16 20:36:17.074 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 20:36:17.107 | Collecting futurist>=0.16.0 (from etcd3gw) 2025-04-16 20:36:17.108 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 20:36:17.110 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2025-04-16 20:36:17.155 | Collecting requests>=2.20.0 (from etcd3gw) 2025-04-16 20:36:17.156 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 20:36:17.263 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2025-04-16 20:36:17.265 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2025-04-16 20:36:17.291 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2025-04-16 20:36:17.293 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 20:36:17.344 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2025-04-16 20:36:17.346 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2025-04-16 20:36:17.379 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2025-04-16 20:36:17.381 | Using cached certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 20:36:17.406 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2025-04-16 20:36:17.408 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2025-04-16 20:36:17.410 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2025-04-16 20:36:17.413 | Using cached certifi-2025.1.31-py3-none-any.whl (166 kB) 2025-04-16 20:36:17.416 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2025-04-16 20:36:17.419 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2025-04-16 20:36:17.421 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2025-04-16 20:36:17.526 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2025-04-16 20:36:17.829 | Successfully installed certifi-2025.1.31 charset-normalizer-3.1.0 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.2 urllib3-1.26.15 2025-04-16 20:36:17.916 | + inc/python:pip_install:222 : result=0 2025-04-16 20:36:17.918 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:36:17.920 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:17.922 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:17.924 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:17.926 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:17.927 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:17.929 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:36:17.931 | + functions-common:time_stop:2407 : start_time=1744835776082 2025-04-16 20:36:17.932 | + functions-common:time_stop:2409 : [[ -z 1744835776082 ]] 2025-04-16 20:36:17.935 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:17.938 | + functions-common:time_stop:2412 : end_time=1744835777936 2025-04-16 20:36:17.939 | + functions-common:time_stop:2413 : elapsed_time=1854 2025-04-16 20:36:17.941 | + functions-common:time_stop:2414 : total=13983 2025-04-16 20:36:17.943 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:17.945 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15837 2025-04-16 20:36:17.947 | + inc/python:pip_install:225 : return 0 2025-04-16 20:36:17.948 | + stack.sh:main:906 : install_apache_uwsgi 2025-04-16 20:36:17.950 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2025-04-16 20:36:17.952 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2025-04-16 20:36:17.954 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 20:36:17.956 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 20:36:17.958 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 20:36:17.960 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 20:36:17.962 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 20:36:17.963 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 20:36:17.965 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 20:36:17.967 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 20:36:17.969 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 20:36:17.971 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 20:36:17.973 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 20:36:17.975 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 20:36:17.977 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 20:36:17.979 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2025-04-16 20:36:17.981 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:17.982 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:17.984 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2025-04-16 20:36:17.986 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 20:36:17.988 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 20:36:17.990 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 20:36:17.992 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 20:36:17.994 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 20:36:17.995 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 20:36:17.997 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 20:36:17.999 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:18.001 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:18.003 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 20:36:18.005 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 20:36:18.007 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 20:36:18.009 | + functions-common:apt_get_update:1150 : return 2025-04-16 20:36:18.010 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 20:36:18.012 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 20:36:18.014 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:18.016 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:18.018 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 20:36:18.034 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2025-04-16 20:36:18.093 | Reading package lists... 2025-04-16 20:36:18.308 | Building dependency tree... 2025-04-16 20:36:18.311 | Reading state information... 2025-04-16 20:36:18.515 | uwsgi is already the newest version (2.0.20-4). 2025-04-16 20:36:18.515 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2025-04-16 20:36:18.515 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 20:36:18.515 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 20:36:18.520 | + functions-common:apt_get:1194 : result=0 2025-04-16 20:36:18.522 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 20:36:18.524 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:18.526 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:18.528 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:18.530 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:18.532 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:18.534 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 20:36:18.536 | + functions-common:time_stop:2407 : start_time=1744835778032 2025-04-16 20:36:18.538 | + functions-common:time_stop:2409 : [[ -z 1744835778032 ]] 2025-04-16 20:36:18.540 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:18.543 | + functions-common:time_stop:2412 : end_time=1744835778541 2025-04-16 20:36:18.545 | + functions-common:time_stop:2413 : elapsed_time=509 2025-04-16 20:36:18.547 | + functions-common:time_stop:2414 : total=38350 2025-04-16 20:36:18.549 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:18.551 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38859 2025-04-16 20:36:18.553 | + functions-common:apt_get:1198 : return 0 2025-04-16 20:36:18.555 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2025-04-16 20:36:18.557 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:18.559 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:18.561 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2025-04-16 20:36:18.596 | Enabling module proxy. 2025-04-16 20:36:18.600 | To activate the new configuration, you need to run: 2025-04-16 20:36:18.600 | systemctl restart apache2 2025-04-16 20:36:18.603 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2025-04-16 20:36:18.636 | Considering dependency proxy for proxy_uwsgi: 2025-04-16 20:36:18.636 | Module proxy already enabled 2025-04-16 20:36:18.636 | Enabling module proxy_uwsgi. 2025-04-16 20:36:18.639 | To activate the new configuration, you need to run: 2025-04-16 20:36:18.640 | systemctl restart apache2 2025-04-16 20:36:18.643 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2025-04-16 20:36:18.645 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 20:36:18.647 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:36:18.649 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 20:36:18.757 | + stack.sh:main:909 : install_keystoneauth 2025-04-16 20:36:18.759 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2025-04-16 20:36:18.761 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2025-04-16 20:36:18.763 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:18.765 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:18.767 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2025-04-16 20:36:18.769 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:18.771 | + stack.sh:main:910 : install_keystoneclient 2025-04-16 20:36:18.773 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2025-04-16 20:36:18.774 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2025-04-16 20:36:18.776 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:18.778 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:18.780 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2025-04-16 20:36:18.782 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:18.784 | + stack.sh:main:911 : install_glanceclient 2025-04-16 20:36:18.786 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2025-04-16 20:36:18.788 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2025-04-16 20:36:18.790 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:18.792 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:18.794 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2025-04-16 20:36:18.796 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:18.798 | + stack.sh:main:912 : install_cinderclient 2025-04-16 20:36:18.800 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2025-04-16 20:36:18.802 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2025-04-16 20:36:18.803 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:18.805 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:18.807 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2025-04-16 20:36:18.809 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:18.811 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2025-04-16 20:36:18.813 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2025-04-16 20:36:18.815 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:18.817 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:18.819 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2025-04-16 20:36:18.821 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:18.823 | + stack.sh:main:913 : install_novaclient 2025-04-16 20:36:18.824 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2025-04-16 20:36:18.826 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2025-04-16 20:36:18.828 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:18.830 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:18.832 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2025-04-16 20:36:18.834 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:18.836 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2025-04-16 20:36:18.848 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:18.850 | + stack.sh:main:915 : install_swiftclient 2025-04-16 20:36:18.852 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2025-04-16 20:36:18.854 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2025-04-16 20:36:18.856 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:18.858 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:18.859 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2025-04-16 20:36:18.861 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:18.863 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2025-04-16 20:36:18.876 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:18.878 | + stack.sh:main:918 : install_neutronclient 2025-04-16 20:36:18.880 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2025-04-16 20:36:18.882 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2025-04-16 20:36:18.883 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:18.885 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:18.887 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2025-04-16 20:36:18.889 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:18.891 | + stack.sh:main:922 : install_keystonemiddleware 2025-04-16 20:36:18.893 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2025-04-16 20:36:18.895 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2025-04-16 20:36:18.897 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:18.899 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:18.901 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2025-04-16 20:36:18.903 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:18.906 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2025-04-16 20:36:18.907 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2025-04-16 20:36:18.909 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 20:36:18.912 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2025-04-16 20:36:18.914 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2025-04-16 20:36:18.916 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 20:36:18.919 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2025-04-16 20:36:18.919 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 20:36:18.923 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2025-04-16 20:36:18.925 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2025-04-16 20:36:18.926 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2025-04-16 20:36:18.929 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2025-04-16 20:36:18.931 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2025-04-16 20:36:18.946 | Using python 3.10 to install keystonemiddleware 2025-04-16 20:36:18.948 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2025-04-16 20:36:19.998 | Collecting keystonemiddleware 2025-04-16 20:36:20.000 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 20:36:20.058 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2025-04-16 20:36:20.060 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 20:36:20.100 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2025-04-16 20:36:20.102 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 20:36:20.227 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2025-04-16 20:36:20.229 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 20:36:20.280 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2025-04-16 20:36:20.281 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 20:36:20.315 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2025-04-16 20:36:20.317 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 20:36:20.350 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2025-04-16 20:36:20.351 | Using cached oslo.i18n-6.1.1-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 20:36:20.398 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2025-04-16 20:36:20.400 | Using cached oslo.log-5.3.2-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 20:36:20.435 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2025-04-16 20:36:20.437 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 20:36:20.484 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2025-04-16 20:36:20.486 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 20:36:20.489 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (5.11.1) 2025-04-16 20:36:20.600 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2025-04-16 20:36:20.602 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 20:36:20.639 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2025-04-16 20:36:20.641 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 20:36:20.643 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2025-04-16 20:36:20.689 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 20:36:20.690 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2025-04-16 20:36:20.710 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 20:36:20.712 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 20:36:20.749 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2025-04-16 20:36:20.750 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 20:36:20.794 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 20:36:20.796 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 20:36:20.900 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 20:36:20.902 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2025-04-16 20:36:20.928 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 20:36:20.930 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 20:36:20.958 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 20:36:20.959 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2025-04-16 20:36:20.981 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 20:36:20.982 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 20:36:21.085 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 20:36:21.086 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-04-16 20:36:21.108 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2025-04-16 20:36:21.109 | Using cached pyinotify-0.9.6-py3-none-any.whl 2025-04-16 20:36:21.197 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 20:36:21.200 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2025-04-16 20:36:21.264 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 20:36:21.266 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2025-04-16 20:36:21.292 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2025-04-16 20:36:21.294 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2025-04-16 20:36:21.333 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 20:36:21.333 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2025-04-16 20:36:21.378 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 20:36:21.379 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-04-16 20:36:21.424 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2025-04-16 20:36:21.426 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 20:36:21.436 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware) (1.16.0) 2025-04-16 20:36:21.459 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.1.0) 2025-04-16 20:36:21.459 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2025-04-16 20:36:21.461 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.15) 2025-04-16 20:36:21.461 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2025.1.31) 2025-04-16 20:36:21.606 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2025-04-16 20:36:21.609 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-04-16 20:36:21.641 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2025-04-16 20:36:21.643 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 20:36:21.779 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2025-04-16 20:36:21.782 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2025-04-16 20:36:21.786 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2025-04-16 20:36:21.790 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2025-04-16 20:36:21.793 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2025-04-16 20:36:21.796 | Using cached oslo.i18n-6.1.1-py3-none-any.whl (46 kB) 2025-04-16 20:36:21.798 | Using cached oslo.log-5.3.2-py3-none-any.whl (76 kB) 2025-04-16 20:36:21.801 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2025-04-16 20:36:21.803 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2025-04-16 20:36:21.806 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2025-04-16 20:36:21.809 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2025-04-16 20:36:21.813 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2025-04-16 20:36:21.816 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2025-04-16 20:36:21.819 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2025-04-16 20:36:21.822 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2025-04-16 20:36:21.824 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2025-04-16 20:36:21.828 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2025-04-16 20:36:21.840 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2025-04-16 20:36:21.842 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-04-16 20:36:21.844 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2025-04-16 20:36:21.847 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-04-16 20:36:21.850 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2025-04-16 20:36:21.856 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2025-04-16 20:36:21.861 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2025-04-16 20:36:21.864 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2025-04-16 20:36:21.866 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2025-04-16 20:36:21.870 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2025-04-16 20:36:21.872 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-16 20:36:22.167 | Installing collected packages: pytz, pyinotify, netifaces, netaddr, msgpack, wrapt, WebOb, tzdata, stevedore, rfc3986, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2025-04-16 20:36:23.802 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.3.0 keystonemiddleware-10.4.1 msgpack-1.0.5 netaddr-0.8.0 netifaces-0.11.0 os-service-types-1.7.0 oslo.cache-3.5.0 oslo.config-9.2.0 oslo.context-5.2.0 oslo.i18n-6.1.1 oslo.log-5.3.2 oslo.serialization-5.2.1 oslo.utils-6.2.1 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.2.0 pytz-2023.3 rfc3986-2.0.0 stevedore-5.1.0 tzdata-2023.3 wrapt-1.15.0 2025-04-16 20:36:23.945 | + inc/python:pip_install:222 : result=0 2025-04-16 20:36:23.947 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:36:23.949 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:23.951 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:23.953 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:23.955 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:23.956 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:23.958 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:36:23.960 | + functions-common:time_stop:2407 : start_time=1744835778942 2025-04-16 20:36:23.962 | + functions-common:time_stop:2409 : [[ -z 1744835778942 ]] 2025-04-16 20:36:23.964 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:23.967 | + functions-common:time_stop:2412 : end_time=1744835783965 2025-04-16 20:36:23.969 | + functions-common:time_stop:2413 : elapsed_time=5023 2025-04-16 20:36:23.971 | + functions-common:time_stop:2414 : total=15837 2025-04-16 20:36:23.972 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:23.974 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20860 2025-04-16 20:36:23.976 | + inc/python:pip_install:225 : return 0 2025-04-16 20:36:23.978 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2025-04-16 20:36:23.980 | + inc/python:pip_install_gr:94 : local name=python-memcached 2025-04-16 20:36:23.982 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 20:36:23.984 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2025-04-16 20:36:23.986 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2025-04-16 20:36:23.988 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 20:36:23.991 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2025-04-16 20:36:23.991 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 20:36:23.995 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2025-04-16 20:36:23.997 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2025-04-16 20:36:23.999 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2025-04-16 20:36:24.001 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2025-04-16 20:36:24.003 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2025-04-16 20:36:24.019 | Using python 3.10 to install python-memcached 2025-04-16 20:36:24.021 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2025-04-16 20:36:24.912 | Collecting python-memcached 2025-04-16 20:36:24.914 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 20:36:24.916 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2025-04-16 20:36:24.918 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2025-04-16 20:36:25.122 | Installing collected packages: python-memcached 2025-04-16 20:36:25.147 | Successfully installed python-memcached-1.59 2025-04-16 20:36:25.221 | + inc/python:pip_install:222 : result=0 2025-04-16 20:36:25.224 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:36:25.226 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:25.227 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:25.229 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:25.231 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:25.233 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:25.234 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:36:25.236 | + functions-common:time_stop:2407 : start_time=1744835784015 2025-04-16 20:36:25.237 | + functions-common:time_stop:2409 : [[ -z 1744835784015 ]] 2025-04-16 20:36:25.240 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:25.244 | + functions-common:time_stop:2412 : end_time=1744835785241 2025-04-16 20:36:25.245 | + functions-common:time_stop:2413 : elapsed_time=1226 2025-04-16 20:36:25.247 | + functions-common:time_stop:2414 : total=20860 2025-04-16 20:36:25.249 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:25.250 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22086 2025-04-16 20:36:25.252 | + inc/python:pip_install:225 : return 0 2025-04-16 20:36:25.254 | + stack.sh:main:924 : is_service_enabled keystone 2025-04-16 20:36:25.267 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:25.269 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 20:36:25.271 | + stack.sh:main:926 : stack_install_service keystone 2025-04-16 20:36:25.273 | + lib/stack:stack_install_service:20 : local service=keystone 2025-04-16 20:36:25.275 | + lib/stack:stack_install_service:21 : type install_keystone 2025-04-16 20:36:25.277 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 20:36:25.279 | + lib/stack:stack_install_service:32 : install_keystone 2025-04-16 20:36:25.281 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2025-04-16 20:36:25.293 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:36:25.295 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2025-04-16 20:36:25.296 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2025-04-16 20:36:25.298 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2025-04-16 20:36:25.299 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 20:36:25.301 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 20:36:25.303 | ++ functions-common:git_clone:576 : pwd 2025-04-16 20:36:25.305 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 20:36:25.307 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 20:36:25.309 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 20:36:25.321 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 20:36:25.322 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 20:36:25.324 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 20:36:25.326 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 20:36:25.328 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 20:36:25.328 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 20:36:25.331 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2025-04-16 20:36:25.333 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 20:36:25.335 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 20:36:25.336 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:36:25.338 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:36:25.340 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:36:25.341 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:36:25.343 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:36:25.345 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:36:25.346 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:36:25.348 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:36:25.350 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:36:25.353 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835785351 2025-04-16 20:36:25.355 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2025-04-16 20:36:25.358 | Cloning into '/opt/stack//keystone'... 2025-04-16 20:36:27.774 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:36:27.776 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:27.778 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:27.779 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:27.781 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:27.783 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:27.785 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:36:27.786 | + functions-common:time_stop:2407 : start_time=1744835785351 2025-04-16 20:36:27.788 | + functions-common:time_stop:2409 : [[ -z 1744835785351 ]] 2025-04-16 20:36:27.791 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:27.793 | + functions-common:time_stop:2412 : end_time=1744835787791 2025-04-16 20:36:27.795 | + functions-common:time_stop:2413 : elapsed_time=2440 2025-04-16 20:36:27.797 | + functions-common:time_stop:2414 : total=5526 2025-04-16 20:36:27.799 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:27.800 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7966 2025-04-16 20:36:27.802 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2025-04-16 20:36:27.804 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 20:36:27.805 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:36:27.807 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:36:27.809 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:36:27.811 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:36:27.812 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:36:27.814 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:36:27.816 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:36:27.817 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:36:27.820 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:36:27.823 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835787821 2025-04-16 20:36:27.824 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 20:36:30.234 | From https://opendev.org/openstack/keystone 2025-04-16 20:36:30.234 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 20:36:30.238 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:36:30.240 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:30.242 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:30.243 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:30.245 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:30.247 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:30.248 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:36:30.250 | + functions-common:time_stop:2407 : start_time=1744835787821 2025-04-16 20:36:30.251 | + functions-common:time_stop:2409 : [[ -z 1744835787821 ]] 2025-04-16 20:36:30.254 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:30.256 | + functions-common:time_stop:2412 : end_time=1744835790254 2025-04-16 20:36:30.258 | + functions-common:time_stop:2413 : elapsed_time=2433 2025-04-16 20:36:30.259 | + functions-common:time_stop:2414 : total=7966 2025-04-16 20:36:30.261 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:30.262 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10399 2025-04-16 20:36:30.264 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 20:36:30.265 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:36:30.267 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:36:30.268 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:36:30.270 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:36:30.272 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:36:30.273 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:36:30.275 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:36:30.276 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:36:30.279 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:36:30.281 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835790279 2025-04-16 20:36:30.283 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 20:36:30.372 | Note: switching to 'FETCH_HEAD'. 2025-04-16 20:36:30.372 | 2025-04-16 20:36:30.372 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 20:36:30.372 | changes and commit them, and you can discard any commits you make in this 2025-04-16 20:36:30.372 | state without impacting any branches by switching back to a branch. 2025-04-16 20:36:30.372 | 2025-04-16 20:36:30.372 | If you want to create a new branch to retain commits you create, you may 2025-04-16 20:36:30.372 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 20:36:30.372 | 2025-04-16 20:36:30.372 | git switch -c 2025-04-16 20:36:30.372 | 2025-04-16 20:36:30.372 | Or undo this operation with: 2025-04-16 20:36:30.372 | 2025-04-16 20:36:30.372 | git switch - 2025-04-16 20:36:30.372 | 2025-04-16 20:36:30.372 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 20:36:30.372 | 2025-04-16 20:36:30.372 | HEAD is now at 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 20:36:30.375 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:36:30.377 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:30.378 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:30.380 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:30.381 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:30.383 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:30.384 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:36:30.386 | + functions-common:time_stop:2407 : start_time=1744835790279 2025-04-16 20:36:30.387 | + functions-common:time_stop:2409 : [[ -z 1744835790279 ]] 2025-04-16 20:36:30.390 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:30.392 | + functions-common:time_stop:2412 : end_time=1744835790391 2025-04-16 20:36:30.394 | + functions-common:time_stop:2413 : elapsed_time=112 2025-04-16 20:36:30.395 | + functions-common:time_stop:2414 : total=10399 2025-04-16 20:36:30.397 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:30.399 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10511 2025-04-16 20:36:30.400 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2025-04-16 20:36:30.410 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2025-04-16 20:36:30.413 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 20:36:30.413 | + functions-common:git_clone:656 : head -1 2025-04-16 20:36:30.415 | 13354bd Merge "Move OIDC job to check" into stable/2023.2 2025-04-16 20:36:30.417 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 20:36:30.419 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2025-04-16 20:36:30.420 | + inc/python:setup_develop:360 : local bindep 2025-04-16 20:36:30.422 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 20:36:30.424 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2025-04-16 20:36:30.425 | + inc/python:setup_develop:366 : local extras= 2025-04-16 20:36:30.427 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2025-04-16 20:36:30.429 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 20:36:30.431 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2025-04-16 20:36:30.432 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2025-04-16 20:36:30.434 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 20:36:30.436 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 20:36:30.438 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2025-04-16 20:36:30.440 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 20:36:30.442 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2025-04-16 20:36:30.444 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 20:36:30.446 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 20:36:30.448 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2025-04-16 20:36:30.452 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2025-04-16 20:36:30.454 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2025-04-16 20:36:30.776 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2025-04-16 20:36:30.778 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 20:36:30.780 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 20:36:30.781 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 20:36:30.783 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2025-04-16 20:36:30.785 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2025-04-16 20:36:30.786 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 20:36:30.788 | + inc/python:setup_package:450 : local extras= 2025-04-16 20:36:30.790 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 20:36:30.792 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 20:36:30.794 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 20:36:30.796 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 20:36:30.798 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 20:36:30.800 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2025-04-16 20:36:30.815 | Using python 3.10 to install /opt/stack/keystone 2025-04-16 20:36:30.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/keystone 2025-04-16 20:36:31.597 | Obtaining file:///opt/stack/keystone 2025-04-16 20:36:31.599 | Preparing metadata (setup.py): started 2025-04-16 20:36:32.232 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 20:36:32.288 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.11.1) 2025-04-16 20:36:32.290 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.8.7) 2025-04-16 20:36:32.390 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2025-04-16 20:36:32.392 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 20:36:32.413 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2025-04-16 20:36:32.414 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2025-04-16 20:36:32.639 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2025-04-16 20:36:32.641 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2025-04-16 20:36:33.064 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.066 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10.0 kB) 2025-04-16 20:36:33.069 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.1.0) 2025-04-16 20:36:33.092 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.094 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 20:36:33.096 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-16 20:36:33.096 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (10.4.1) 2025-04-16 20:36:33.151 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.153 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-04-16 20:36:33.209 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.210 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2025-04-16 20:36:33.214 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.5.0) 2025-04-16 20:36:33.214 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (9.2.0) 2025-04-16 20:36:33.214 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2025-04-16 20:36:33.363 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.365 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2025-04-16 20:36:33.497 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.499 | Using cached oslo.db-14.1.1-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 20:36:33.501 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.1.1) 2025-04-16 20:36:33.502 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.3.2) 2025-04-16 20:36:33.626 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.628 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 20:36:33.757 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.760 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2025-04-16 20:36:33.761 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.1) 2025-04-16 20:36:33.878 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.881 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 20:36:33.883 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.2.1) 2025-04-16 20:36:33.908 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.910 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2025-04-16 20:36:33.938 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.939 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2025-04-16 20:36:33.966 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2025-04-16 20:36:33.968 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 20:36:33.970 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.1.8) 2025-04-16 20:36:34.013 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:34.015 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2025-04-16 20:36:34.018 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.1.1) 2025-04-16 20:36:34.018 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.0.5) 2025-04-16 20:36:34.044 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2025-04-16 20:36:34.045 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 20:36:34.047 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (2023.3) 2025-04-16 20:36:34.241 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 20:36:34.243 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2025-04-16 20:36:34.247 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2025-04-16 20:36:34.295 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 20:36:34.297 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 20:36:34.323 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 20:36:34.325 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 20:36:34.347 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 20:36:34.349 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 20:36:34.376 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 20:36:34.378 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2025-04-16 20:36:34.402 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2025-04-16 20:36:34.403 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2025-04-16 20:36:34.413 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2025-04-16 20:36:34.457 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 20:36:34.459 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2025-04-16 20:36:34.492 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2025-04-16 20:36:34.494 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2025-04-16 20:36:34.518 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.3.0) 2025-04-16 20:36:34.520 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.2) 2025-04-16 20:36:34.564 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2025-04-16 20:36:34.565 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2025-04-16 20:36:34.565 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2025-04-16 20:36:34.566 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.0.0) 2025-04-16 20:36:34.636 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 20:36:34.638 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2025-04-16 20:36:34.657 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 20:36:34.658 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 20:36:34.675 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 20:36:34.676 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2025-04-16 20:36:34.701 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (2.8.2) 2025-04-16 20:36:34.703 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2025-04-16 20:36:34.760 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:34.762 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 20:36:34.789 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:34.791 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 20:36:34.793 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2025-04-16 20:36:34.847 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:34.848 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 20:36:34.963 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:34.964 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 20:36:35.100 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:35.102 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2025-04-16 20:36:35.133 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2025-04-16 20:36:35.134 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 20:36:35.152 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==0.0.1.dev11) (2023.3) 2025-04-16 20:36:35.185 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 20:36:35.186 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2025-04-16 20:36:35.207 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2025-04-16 20:36:35.209 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2025-04-16 20:36:35.209 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2025-04-16 20:36:35.209 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2025-04-16 20:36:35.271 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 20:36:35.279 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 20:36:35.419 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 20:36:35.420 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2025-04-16 20:36:35.446 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 20:36:35.447 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2025-04-16 20:36:35.494 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 20:36:35.496 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2025-04-16 20:36:35.752 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 20:36:35.754 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-04-16 20:36:35.838 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2025-04-16 20:36:35.839 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2025-04-16 20:36:35.871 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:35.872 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2025-04-16 20:36:35.947 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2025-04-16 20:36:35.948 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2025-04-16 20:36:35.972 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev11) (1.15.0) 2025-04-16 20:36:36.101 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2025-04-16 20:36:36.103 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2025-04-16 20:36:36.138 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.7.0) 2025-04-16 20:36:36.226 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2025-04-16 20:36:36.227 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2025-04-16 20:36:36.268 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:36.269 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2025-04-16 20:36:36.321 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:36.323 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2025-04-16 20:36:36.433 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:36.435 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 20:36:36.455 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:36.457 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2025-04-16 20:36:36.496 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:36.498 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-04-16 20:36:36.529 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:36.531 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 20:36:36.533 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (4.0.1) 2025-04-16 20:36:36.589 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2025-04-16 20:36:36.590 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2025-04-16 20:36:36.670 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.1.0) 2025-04-16 20:36:36.671 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (3.4) 2025-04-16 20:36:36.671 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (1.26.15) 2025-04-16 20:36:36.672 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2025.1.31) 2025-04-16 20:36:36.738 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.6.0) 2025-04-16 20:36:36.829 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2025-04-16 20:36:36.831 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2025-04-16 20:36:36.967 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:36.968 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2025-04-16 20:36:37.067 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (69.1.1) 2025-04-16 20:36:37.210 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2025-04-16 20:36:37.212 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2025-04-16 20:36:37.476 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2025-04-16 20:36:37.481 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2025-04-16 20:36:37.500 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2025-04-16 20:36:37.502 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2025-04-16 20:36:37.505 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2025-04-16 20:36:37.508 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2025-04-16 20:36:37.511 | Using cached oslo.db-14.1.1-py3-none-any.whl (161 kB) 2025-04-16 20:36:37.513 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2025-04-16 20:36:37.517 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2025-04-16 20:36:37.519 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2025-04-16 20:36:37.523 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2025-04-16 20:36:37.524 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2025-04-16 20:36:37.527 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2025-04-16 20:36:37.532 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2025-04-16 20:36:37.534 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2025-04-16 20:36:37.538 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-04-16 20:36:37.544 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-04-16 20:36:37.553 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2025-04-16 20:36:37.557 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2025-04-16 20:36:37.559 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2025-04-16 20:36:37.561 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2025-04-16 20:36:37.563 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2025-04-16 20:36:37.565 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2025-04-16 20:36:37.570 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2025-04-16 20:36:37.573 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2025-04-16 20:36:37.577 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2025-04-16 20:36:37.579 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2025-04-16 20:36:37.582 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2025-04-16 20:36:37.585 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2025-04-16 20:36:37.587 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2025-04-16 20:36:37.589 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2025-04-16 20:36:37.592 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2025-04-16 20:36:37.594 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2025-04-16 20:36:37.596 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2025-04-16 20:36:37.598 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2025-04-16 20:36:37.600 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2025-04-16 20:36:37.602 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2025-04-16 20:36:37.606 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2025-04-16 20:36:37.610 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2025-04-16 20:36:37.612 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2025-04-16 20:36:37.614 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2025-04-16 20:36:37.618 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2025-04-16 20:36:37.622 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2025-04-16 20:36:37.624 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-04-16 20:36:37.626 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2025-04-16 20:36:37.630 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2025-04-16 20:36:37.632 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2025-04-16 20:36:37.635 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2025-04-16 20:36:37.637 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2025-04-16 20:36:37.639 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2025-04-16 20:36:37.641 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2025-04-16 20:36:37.643 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2025-04-16 20:36:37.646 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2025-04-16 20:36:37.648 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2025-04-16 20:36:37.652 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2025-04-16 20:36:38.141 | Installing collected packages: Yappi, wcwidth, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testresources, Routes, pyrsistent, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, testscenarios, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyopenssl, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2025-04-16 20:36:42.447 | Running setup.py develop for keystone 2025-04-16 20:36:43.509 | Successfully installed Flask-2.2.3 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Paste-3.5.2 PasteDeploy-3.0.1 PrettyTable-3.7.0 PyJWT-2.6.0 Routes-2.5.1 SQLAlchemy-1.4.41 Werkzeug-2.2.3 Yappi-1.4.0 alembic-1.9.4 amqp-5.1.1 aniso8601-9.0.1 attrs-23.1.0 bcrypt-4.0.1 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 cryptography-40.0.2 defusedxml-0.7.1 dnspython-2.3.0 elementpath-4.1.1 eventlet-0.33.3 fasteners-0.18 greenlet-2.0.2 itsdangerous-2.1.2 jsonschema-4.17.3 keystone-0.0.1.dev11 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.1 oslo.messaging-14.4.2 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.1 oslo.upgradecheck-2.2.0 osprofiler-4.1.0 passlib-1.7.4 prometheus-client-0.16.0 pycparser-2.21 pyopenssl-23.1.1 pyrsistent-0.19.3 pysaml2-7.3.1 repoze.lru-0.7 scrypt-0.8.20 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 wcwidth-0.2.6 xmlschema-2.2.3 2025-04-16 20:36:43.843 | + inc/python:pip_install:222 : result=0 2025-04-16 20:36:43.844 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:36:43.846 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:43.848 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:43.850 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:43.851 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:43.853 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:43.855 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:36:43.856 | + functions-common:time_stop:2407 : start_time=1744835790811 2025-04-16 20:36:43.858 | + functions-common:time_stop:2409 : [[ -z 1744835790811 ]] 2025-04-16 20:36:43.861 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:43.863 | + functions-common:time_stop:2412 : end_time=1744835803861 2025-04-16 20:36:43.865 | + functions-common:time_stop:2413 : elapsed_time=13050 2025-04-16 20:36:43.867 | + functions-common:time_stop:2414 : total=22086 2025-04-16 20:36:43.868 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:43.870 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=35136 2025-04-16 20:36:43.872 | + inc/python:pip_install:225 : return 0 2025-04-16 20:36:43.874 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 20:36:43.875 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:36:43.877 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2025-04-16 20:36:43.879 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2025-04-16 20:36:43.881 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:43.883 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:43.885 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2025-04-16 20:36:43.888 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:43.890 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2025-04-16 20:36:43.903 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:36:43.905 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2025-04-16 20:36:43.906 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 20:36:43.908 | + stack.sh:main:927 : configure_keystone 2025-04-16 20:36:43.910 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2025-04-16 20:36:43.920 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2025-04-16 20:36:43.922 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2025-04-16 20:36:43.925 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2025-04-16 20:36:43.937 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:36:43.939 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2025-04-16 20:36:43.964 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2025-04-16 20:36:43.986 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2025-04-16 20:36:44.011 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2025-04-16 20:36:44.034 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2025-04-16 20:36:44.059 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2025-04-16 20:36:44.083 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2025-04-16 20:36:44.105 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2025-04-16 20:36:44.128 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2025-04-16 20:36:44.129 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2025-04-16 20:36:44.131 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2025-04-16 20:36:44.133 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2025-04-16 20:36:44.135 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 20:36:44.137 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 20:36:44.148 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:44.151 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 20:36:44.152 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 20:36:44.154 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 20:36:44.166 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:44.167 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:36:44.170 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:36:44.194 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 20:36:44.196 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 20:36:44.198 | + lib/keystone:configure_keystone:215 : local service_port=5000 2025-04-16 20:36:44.199 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2025-04-16 20:36:44.212 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:36:44.213 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2025-04-16 20:36:44.238 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2025-04-16 20:36:44.239 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2025-04-16 20:36:44.264 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2025-04-16 20:36:44.265 | ++ lib/database:database_connection_url:134 : local db=keystone 2025-04-16 20:36:44.267 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2025-04-16 20:36:44.269 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2025-04-16 20:36:44.271 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 20:36:44.273 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 20:36:44.275 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 20:36:44.287 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:44.289 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 20:36:44.290 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-16 20:36:44.293 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2025-04-16 20:36:44.318 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2025-04-16 20:36:44.319 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2025-04-16 20:36:44.321 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2025-04-16 20:36:44.323 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2025-04-16 20:36:44.326 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 20:36:44.339 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 20:36:44.341 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 20:36:44.343 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 20:36:44.345 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 20:36:44.346 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 20:36:44.369 | + functions:setup_systemd_logging:715 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:36:44.392 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:36:44.414 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 20:36:44.436 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2025-04-16 20:36:44.459 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2025-04-16 20:36:44.461 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2025-04-16 20:36:44.463 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2025-04-16 20:36:44.465 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 20:36:44.467 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2025-04-16 20:36:44.469 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 20:36:44.471 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 20:36:44.473 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 20:36:44.476 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2025-04-16 20:36:44.478 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 20:36:44.479 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 20:36:44.489 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 20:36:44.489 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 20:36:44.496 | d /var/run/uwsgi 0755 stack root 2025-04-16 20:36:44.499 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 20:36:44.506 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 20:36:44.509 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 20:36:44.511 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2025-04-16 20:36:44.514 | + lib/apache:write_uwsgi_config:262 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /opt/stack/data/venv/bin/keystone-wsgi-public 2025-04-16 20:36:44.538 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2025-04-16 20:36:44.559 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2025-04-16 20:36:44.582 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2025-04-16 20:36:44.604 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2025-04-16 20:36:44.626 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2025-04-16 20:36:44.648 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2025-04-16 20:36:44.670 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2025-04-16 20:36:44.693 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2025-04-16 20:36:44.715 | + lib/apache:write_uwsgi_config:277 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 20:36:44.737 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2025-04-16 20:36:44.759 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2025-04-16 20:36:44.782 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2025-04-16 20:36:44.805 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 20:36:44.807 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 20:36:44.810 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2025-04-16 20:36:44.812 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2025-04-16 20:36:44.814 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 20:36:44.816 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:44.817 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:44.819 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 20:36:44.822 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 20:36:44.823 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2025-04-16 20:36:44.847 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2025-04-16 20:36:44.870 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 ' 2025-04-16 20:36:44.870 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2025-04-16 20:36:44.876 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2025-04-16 20:36:44.879 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2025-04-16 20:36:44.881 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2025-04-16 20:36:44.883 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 20:36:44.885 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 20:36:44.886 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 20:36:44.888 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:44.890 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:44.892 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 20:36:44.894 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 20:36:44.896 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:36:44.897 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:36:44.899 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2025-04-16 20:36:44.931 | Enabling site keystone-wsgi-public. 2025-04-16 20:36:44.935 | To activate the new configuration, you need to run: 2025-04-16 20:36:44.935 | systemctl reload apache2 2025-04-16 20:36:44.939 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 20:36:44.940 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 20:36:44.942 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:36:44.944 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 20:36:45.036 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2025-04-16 20:36:45.060 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2025-04-16 20:36:45.084 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2025-04-16 20:36:45.109 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2025-04-16 20:36:45.110 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2025-04-16 20:36:45.135 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2025-04-16 20:36:45.158 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2025-04-16 20:36:45.182 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2025-04-16 20:36:45.207 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 20:36:45.209 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2025-04-16 20:36:45.211 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2025-04-16 20:36:45.233 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2025-04-16 20:36:45.256 | + stack.sh:main:931 : is_service_enabled swift 2025-04-16 20:36:45.269 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:36:45.271 | + stack.sh:main:945 : is_service_enabled g-api n-api 2025-04-16 20:36:45.284 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:45.286 | + stack.sh:main:947 : stack_install_service glance 2025-04-16 20:36:45.287 | + lib/stack:stack_install_service:20 : local service=glance 2025-04-16 20:36:45.289 | + lib/stack:stack_install_service:21 : type install_glance 2025-04-16 20:36:45.291 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 20:36:45.293 | + lib/stack:stack_install_service:32 : install_glance 2025-04-16 20:36:45.295 | + lib/glance:install_glance:510 : glance_store_extras=() 2025-04-16 20:36:45.297 | + lib/glance:install_glance:510 : local glance_store_extras 2025-04-16 20:36:45.299 | + lib/glance:install_glance:512 : is_service_enabled cinder 2025-04-16 20:36:45.311 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:36:45.313 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2025-04-16 20:36:45.315 | + lib/glance:install_glance:516 : is_service_enabled swift 2025-04-16 20:36:45.328 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:36:45.330 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2025-04-16 20:36:45.332 | + inc/python:use_library_from_git:272 : local name=glance_store 2025-04-16 20:36:45.334 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:36:45.336 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:36:45.338 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2025-04-16 20:36:45.340 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:36:45.342 | ++ lib/glance:install_glance:528 : join_extras cinder 2025-04-16 20:36:45.344 | ++ inc/python:join_extras:28 : local IFS=, 2025-04-16 20:36:45.346 | ++ inc/python:join_extras:29 : echo cinder 2025-04-16 20:36:45.349 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2025-04-16 20:36:45.351 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2025-04-16 20:36:45.353 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2025-04-16 20:36:45.354 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2025-04-16 20:36:45.357 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2025-04-16 20:36:45.359 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2025-04-16 20:36:45.361 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2025-04-16 20:36:45.364 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2025-04-16 20:36:45.364 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2025-04-16 20:36:45.368 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2025-04-16 20:36:45.370 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2025-04-16 20:36:45.372 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2025-04-16 20:36:45.375 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2025-04-16 20:36:45.377 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2025-04-16 20:36:45.392 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2025-04-16 20:36:45.394 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2025-04-16 20:36:46.423 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 20:36:46.425 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2025-04-16 20:36:46.459 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.33.3) 2025-04-16 20:36:46.461 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.17.3) 2025-04-16 20:36:46.461 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.3.0) 2025-04-16 20:36:46.461 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 20:36:46.462 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.2.0) 2025-04-16 20:36:46.463 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.1) 2025-04-16 20:36:46.464 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.1) 2025-04-16 20:36:46.464 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.1) 2025-04-16 20:36:46.465 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 20:36:46.466 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.28.2) 2025-04-16 20:36:46.467 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.1.0) 2025-04-16 20:36:46.617 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 20:36:46.619 | Using cached os_brick-6.4.2-py3-none-any.whl.metadata (1.5 kB) 2025-04-16 20:36:46.746 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 20:36:46.747 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 20:36:46.883 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 20:36:46.885 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 20:36:46.920 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2025-04-16 20:36:46.929 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2025-04-16 20:36:46.942 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.3.0) 2025-04-16 20:36:46.944 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.2) 2025-04-16 20:36:46.944 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.16.0) 2025-04-16 20:36:46.963 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1.0) 2025-04-16 20:36:46.963 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19.3) 2025-04-16 20:36:46.989 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.1.0) 2025-04-16 20:36:46.992 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) 2025-04-16 20:36:46.992 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.11.1) 2025-04-16 20:36:47.165 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2025-04-16 20:36:47.187 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2025-04-16 20:36:47.192 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.2.0) 2025-04-16 20:36:47.193 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.3.2) 2025-04-16 20:36:47.199 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.2.1) 2025-04-16 20:36:47.201 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.3.1) 2025-04-16 20:36:47.205 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.18) 2025-04-16 20:36:47.225 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0) 2025-04-16 20:36:47.226 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.5.0) 2025-04-16 20:36:47.226 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.8.0) 2025-04-16 20:36:47.227 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) 2025-04-16 20:36:47.237 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2025-04-16 20:36:47.238 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.5) 2025-04-16 20:36:47.248 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-16 20:36:47.248 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2025-04-16 20:36:47.256 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.11.0) 2025-04-16 20:36:47.257 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1) 2025-04-16 20:36:47.258 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.9) 2025-04-16 20:36:47.267 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.7.0) 2025-04-16 20:36:47.286 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.0) 2025-04-16 20:36:47.287 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4) 2025-04-16 20:36:47.288 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.15) 2025-04-16 20:36:47.288 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2025.1.31) 2025-04-16 20:36:47.324 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2025-04-16 20:36:47.335 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.15.0) 2025-04-16 20:36:47.458 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.8.2) 2025-04-16 20:36:47.460 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.9.6) 2025-04-16 20:36:47.475 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.5.2) 2025-04-16 20:36:47.476 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.0.1) 2025-04-16 20:36:47.477 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) 2025-04-16 20:36:47.477 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.7) 2025-04-16 20:36:47.478 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.4.0) 2025-04-16 20:36:47.480 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (4.0.1) 2025-04-16 20:36:47.504 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.6) 2025-04-16 20:36:47.613 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (69.1.1) 2025-04-16 20:36:47.655 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) 2025-04-16 20:36:47.770 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2025-04-16 20:36:47.774 | Using cached os_brick-6.4.2-py3-none-any.whl (299 kB) 2025-04-16 20:36:47.777 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2025-04-16 20:36:47.780 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2025-04-16 20:36:47.782 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2025-04-16 20:36:47.785 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2025-04-16 20:36:48.162 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2025-04-16 20:36:48.914 | Successfully installed glance-store-4.6.1 os-brick-6.4.2 os-win-5.9.0 oslo.privsep-3.2.0 oslo.rootwrap-7.1.0 python-cinderclient-9.4.0 2025-04-16 20:36:49.022 | + inc/python:pip_install:222 : result=0 2025-04-16 20:36:49.024 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:36:49.026 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:49.028 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:49.030 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:49.032 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:49.034 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:49.036 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:36:49.037 | + functions-common:time_stop:2407 : start_time=1744835805388 2025-04-16 20:36:49.039 | + functions-common:time_stop:2409 : [[ -z 1744835805388 ]] 2025-04-16 20:36:49.042 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:49.045 | + functions-common:time_stop:2412 : end_time=1744835809043 2025-04-16 20:36:49.047 | + functions-common:time_stop:2413 : elapsed_time=3655 2025-04-16 20:36:49.048 | + functions-common:time_stop:2414 : total=35136 2025-04-16 20:36:49.050 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:49.052 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38791 2025-04-16 20:36:49.054 | + inc/python:pip_install:225 : return 0 2025-04-16 20:36:49.056 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2025-04-16 20:36:49.058 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2025-04-16 20:36:49.060 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2025-04-16 20:36:49.070 | + lib/glance:copy_rootwrap:241 : cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ 2025-04-16 20:36:49.073 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2025-04-16 20:36:49.075 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2025-04-16 20:36:49.077 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2025-04-16 20:36:49.079 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 20:36:49.081 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 20:36:49.083 | ++ functions-common:git_clone:576 : pwd 2025-04-16 20:36:49.085 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 20:36:49.087 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 20:36:49.089 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 20:36:49.101 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 20:36:49.103 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 20:36:49.105 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 20:36:49.107 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 20:36:49.109 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 20:36:49.110 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 20:36:49.113 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2025-04-16 20:36:49.115 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 20:36:49.116 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 20:36:49.118 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:36:49.120 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:36:49.122 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:36:49.124 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:36:49.125 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:36:49.127 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:36:49.129 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:36:49.130 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:36:49.133 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:36:49.135 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835809134 2025-04-16 20:36:49.137 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2025-04-16 20:36:49.139 | Cloning into '/opt/stack//glance'... 2025-04-16 20:36:51.410 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:36:51.413 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:51.415 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:51.416 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:51.418 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:51.420 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:51.421 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:36:51.423 | + functions-common:time_stop:2407 : start_time=1744835809134 2025-04-16 20:36:51.425 | + functions-common:time_stop:2409 : [[ -z 1744835809134 ]] 2025-04-16 20:36:51.427 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:51.430 | + functions-common:time_stop:2412 : end_time=1744835811428 2025-04-16 20:36:51.432 | + functions-common:time_stop:2413 : elapsed_time=2294 2025-04-16 20:36:51.434 | + functions-common:time_stop:2414 : total=10511 2025-04-16 20:36:51.435 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:51.437 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12805 2025-04-16 20:36:51.439 | + functions-common:git_clone:614 : cd /opt/stack//glance 2025-04-16 20:36:51.440 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 20:36:51.442 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:36:51.444 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:36:51.446 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:36:51.447 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:36:51.449 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:36:51.451 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:36:51.452 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:36:51.454 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:36:51.457 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:36:51.459 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835811458 2025-04-16 20:36:51.461 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 20:36:53.328 | From https://opendev.org/openstack/glance 2025-04-16 20:36:53.328 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 20:36:53.332 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:36:53.334 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:53.336 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:53.338 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:53.340 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:53.342 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:53.343 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:36:53.345 | + functions-common:time_stop:2407 : start_time=1744835811458 2025-04-16 20:36:53.347 | + functions-common:time_stop:2409 : [[ -z 1744835811458 ]] 2025-04-16 20:36:53.350 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:53.353 | + functions-common:time_stop:2412 : end_time=1744835813351 2025-04-16 20:36:53.355 | + functions-common:time_stop:2413 : elapsed_time=1893 2025-04-16 20:36:53.356 | + functions-common:time_stop:2414 : total=12805 2025-04-16 20:36:53.358 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:53.360 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14698 2025-04-16 20:36:53.362 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 20:36:53.364 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:36:53.366 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:36:53.367 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:36:53.369 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:36:53.371 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:36:53.373 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:36:53.375 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:36:53.376 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:36:53.379 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:36:53.382 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835813380 2025-04-16 20:36:53.384 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 20:36:53.451 | Note: switching to 'FETCH_HEAD'. 2025-04-16 20:36:53.451 | 2025-04-16 20:36:53.451 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 20:36:53.451 | changes and commit them, and you can discard any commits you make in this 2025-04-16 20:36:53.451 | state without impacting any branches by switching back to a branch. 2025-04-16 20:36:53.451 | 2025-04-16 20:36:53.451 | If you want to create a new branch to retain commits you create, you may 2025-04-16 20:36:53.451 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 20:36:53.451 | 2025-04-16 20:36:53.451 | git switch -c 2025-04-16 20:36:53.451 | 2025-04-16 20:36:53.451 | Or undo this operation with: 2025-04-16 20:36:53.451 | 2025-04-16 20:36:53.451 | git switch - 2025-04-16 20:36:53.451 | 2025-04-16 20:36:53.451 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 20:36:53.451 | 2025-04-16 20:36:53.451 | HEAD is now at 18453f8 Fixed typo in discovery.py 2025-04-16 20:36:53.454 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:36:53.456 | + functions-common:time_stop:2400 : local name 2025-04-16 20:36:53.457 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:36:53.459 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:36:53.461 | + functions-common:time_stop:2403 : local total 2025-04-16 20:36:53.463 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:36:53.465 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:36:53.466 | + functions-common:time_stop:2407 : start_time=1744835813380 2025-04-16 20:36:53.468 | + functions-common:time_stop:2409 : [[ -z 1744835813380 ]] 2025-04-16 20:36:53.470 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:36:53.473 | + functions-common:time_stop:2412 : end_time=1744835813471 2025-04-16 20:36:53.475 | + functions-common:time_stop:2413 : elapsed_time=91 2025-04-16 20:36:53.477 | + functions-common:time_stop:2414 : total=14698 2025-04-16 20:36:53.479 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:36:53.480 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14789 2025-04-16 20:36:53.482 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2025-04-16 20:36:53.492 | + functions-common:git_clone:655 : cd /opt/stack//glance 2025-04-16 20:36:53.495 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 20:36:53.495 | + functions-common:git_clone:656 : head -1 2025-04-16 20:36:53.497 | 18453f8 Fixed typo in discovery.py 2025-04-16 20:36:53.499 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 20:36:53.501 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2025-04-16 20:36:53.503 | + inc/python:setup_develop:360 : local bindep 2025-04-16 20:36:53.505 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 20:36:53.507 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2025-04-16 20:36:53.509 | + inc/python:setup_develop:366 : local extras= 2025-04-16 20:36:53.511 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2025-04-16 20:36:53.512 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 20:36:53.514 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2025-04-16 20:36:53.516 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2025-04-16 20:36:53.518 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 20:36:53.520 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 20:36:53.523 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2025-04-16 20:36:53.525 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 20:36:53.527 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2025-04-16 20:36:53.529 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 20:36:53.531 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 20:36:53.533 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2025-04-16 20:36:53.537 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2025-04-16 20:36:53.539 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2025-04-16 20:36:53.864 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2025-04-16 20:36:53.866 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 20:36:53.868 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 20:36:53.870 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 20:36:53.872 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2025-04-16 20:36:53.874 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2025-04-16 20:36:53.876 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 20:36:53.878 | + inc/python:setup_package:450 : local extras= 2025-04-16 20:36:53.879 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 20:36:53.881 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 20:36:53.883 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 20:36:53.885 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 20:36:53.887 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 20:36:53.889 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2025-04-16 20:36:53.904 | Using python 3.10 to install /opt/stack/glance 2025-04-16 20:36:53.906 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2025-04-16 20:36:54.714 | Obtaining file:///opt/stack/glance 2025-04-16 20:36:54.715 | Preparing metadata (setup.py): started 2025-04-16 20:36:55.085 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 20:36:55.145 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.11.1) 2025-04-16 20:36:55.146 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.7.1) 2025-04-16 20:36:55.147 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.4.41) 2025-04-16 20:36:55.148 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.33.3) 2025-04-16 20:36:55.148 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.0.1) 2025-04-16 20:36:55.149 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.1) 2025-04-16 20:36:55.150 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.8.7) 2025-04-16 20:36:55.243 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2025-04-16 20:36:55.245 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 20:36:55.247 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.9.4) 2025-04-16 20:36:55.270 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2025-04-16 20:36:55.272 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 20:36:55.274 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (9.2.0) 2025-04-16 20:36:55.274 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 20:36:55.275 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 20:36:55.276 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.2.0) 2025-04-16 20:36:55.276 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.2.1) 2025-04-16 20:36:55.277 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.1.0) 2025-04-16 20:36:55.278 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.4.1) 2025-04-16 20:36:55.402 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2025-04-16 20:36:55.404 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2025-04-16 20:36:55.406 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.0) 2025-04-16 20:36:55.406 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (10.4.1) 2025-04-16 20:36:55.517 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2025-04-16 20:36:55.518 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 20:36:55.520 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.7.0) 2025-04-16 20:36:55.521 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.5.2) 2025-04-16 20:36:55.521 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.17.3) 2025-04-16 20:36:55.522 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 20:36:55.523 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (23.1.1) 2025-04-16 20:36:55.524 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.1.1) 2025-04-16 20:36:55.524 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.1.1) 2025-04-16 20:36:55.641 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2025-04-16 20:36:55.643 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2025-04-16 20:36:55.644 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.2) 2025-04-16 20:36:55.645 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.4.2) 2025-04-16 20:36:55.646 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2025-04-16 20:36:55.763 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2025-04-16 20:36:55.765 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 20:36:55.767 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.2.1) 2025-04-16 20:36:55.784 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2025-04-16 20:36:55.786 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2025-04-16 20:36:55.787 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.1.0) 2025-04-16 20:36:55.788 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.6.1) 2025-04-16 20:36:55.789 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.0) 2025-04-16 20:36:55.789 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (40.0.2) 2025-04-16 20:36:55.897 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2025-04-16 20:36:55.899 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2025-04-16 20:36:55.901 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.1.0) 2025-04-16 20:36:55.902 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.9.0) 2025-04-16 20:36:56.025 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2025-04-16 20:36:56.027 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 20:36:56.036 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev13) (1.2.4) 2025-04-16 20:36:56.086 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 20:36:56.088 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2025-04-16 20:36:56.090 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==0.0.1.dev13) (2.28.2) 2025-04-16 20:36:56.109 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.6.1->glance==0.0.1.dev13) (1.15.1) 2025-04-16 20:36:56.118 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==0.0.1.dev13) (5.2.1) 2025-04-16 20:36:56.122 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==0.0.1.dev13) (1.15.0) 2025-04-16 20:36:56.129 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.3.0) 2025-04-16 20:36:56.130 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (2.0.2) 2025-04-16 20:36:56.131 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev13) (1.16.0) 2025-04-16 20:36:56.179 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==0.0.1.dev13) (3.0.9) 2025-04-16 20:36:56.200 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (23.1.0) 2025-04-16 20:36:56.201 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev13) (0.19.3) 2025-04-16 20:36:56.226 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev13) (1.7.0) 2025-04-16 20:36:56.249 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.5.0) 2025-04-16 20:36:56.250 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev13) (3.1.1) 2025-04-16 20:36:56.265 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev13) (0.18) 2025-04-16 20:36:56.284 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (6.0) 2025-04-16 20:36:56.285 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (0.8.0) 2025-04-16 20:36:56.286 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev13) (2.0.0) 2025-04-16 20:36:56.335 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (2.0.1) 2025-04-16 20:36:56.336 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev13) (0.5.0) 2025-04-16 20:36:56.398 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 20:36:56.400 | Using cached openstacksdk-1.5.1-py3-none-any.whl.metadata (9.4 kB) 2025-04-16 20:36:56.423 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (2.8.2) 2025-04-16 20:36:56.425 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev13) (0.9.6) 2025-04-16 20:36:56.451 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.1.1) 2025-04-16 20:36:56.452 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.3.0) 2025-04-16 20:36:56.453 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.2.4) 2025-04-16 20:36:56.454 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.7.0) 2025-04-16 20:36:56.455 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (3.2.1) 2025-04-16 20:36:56.465 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (3.1.2) 2025-04-16 20:36:56.466 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 20:36:56.468 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 20:36:56.602 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2025-04-16 20:36:56.605 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2025-04-16 20:36:56.627 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (0.11.0) 2025-04-16 20:36:56.628 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (23.1) 2025-04-16 20:36:56.629 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-16 20:36:56.630 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev13) (2023.3) 2025-04-16 20:36:56.663 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev13) (69.1.1) 2025-04-16 20:36:56.693 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev13) (0.2.6) 2025-04-16 20:36:56.741 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==0.0.1.dev13) (0.7) 2025-04-16 20:36:57.014 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.016 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2025-04-16 20:36:57.062 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.064 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2025-04-16 20:36:57.086 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.088 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2025-04-16 20:36:57.091 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==0.0.1.dev13) (6.3.1) 2025-04-16 20:36:57.135 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.135 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2025-04-16 20:36:57.206 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.207 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 20:36:57.220 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (5.0.0) 2025-04-16 20:36:57.290 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev13) (2.21) 2025-04-16 20:36:57.399 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.400 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 20:36:57.415 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev13) (2.1.2) 2025-04-16 20:36:57.532 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.533 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2025-04-16 20:36:57.553 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.555 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 20:36:57.583 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.584 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2025-04-16 20:36:57.586 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (5.1.1) 2025-04-16 20:36:57.608 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.609 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-04-16 20:36:57.611 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) (1.1.8) 2025-04-16 20:36:57.676 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (0.16.0) 2025-04-16 20:36:57.699 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev13) (1.0.5) 2025-04-16 20:36:57.729 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (1.4.0) 2025-04-16 20:36:57.731 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev13) (4.0.1) 2025-04-16 20:36:57.894 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 20:36:57.896 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 20:36:57.982 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.1.0) 2025-04-16 20:36:57.983 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (3.4) 2025-04-16 20:36:57.983 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (1.26.15) 2025-04-16 20:36:57.984 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev13) (2025.1.31) 2025-04-16 20:36:58.089 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev13) (2.6.0) 2025-04-16 20:36:58.319 | Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 20:36:58.321 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2025-04-16 20:36:58.370 | Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 20:36:58.381 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2025-04-16 20:36:58.517 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2025-04-16 20:36:58.519 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2025-04-16 20:36:58.852 | Collecting pyperclip>=1.6 (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2025-04-16 20:36:58.852 | Using cached pyperclip-1.8.2-py3-none-any.whl 2025-04-16 20:36:58.914 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2025-04-16 20:36:58.917 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2025-04-16 20:36:58.920 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2025-04-16 20:36:58.924 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2025-04-16 20:36:58.926 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2025-04-16 20:36:58.928 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2025-04-16 20:36:58.930 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2025-04-16 20:36:58.932 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2025-04-16 20:36:58.937 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2025-04-16 20:36:58.939 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2025-04-16 20:36:58.942 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2025-04-16 20:36:58.944 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2025-04-16 20:36:58.954 | Using cached openstacksdk-1.5.1-py3-none-any.whl (1.7 MB) 2025-04-16 20:36:58.964 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2025-04-16 20:36:58.967 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2025-04-16 20:36:58.969 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2025-04-16 20:36:58.971 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2025-04-16 20:36:58.973 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2025-04-16 20:36:58.976 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-04-16 20:36:58.978 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2025-04-16 20:36:58.980 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2025-04-16 20:36:58.982 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2025-04-16 20:36:58.983 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2025-04-16 20:36:58.985 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2025-04-16 20:36:58.988 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2025-04-16 20:36:59.315 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, appdirs, zipp, sqlparse, retrying, pydot, psutil, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, automaton, WSME, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2025-04-16 20:37:02.409 | Running setup.py develop for glance 2025-04-16 20:37:03.612 | Successfully installed WSME-0.12.1 appdirs-1.4.4 automaton-3.2.0 autopage-0.5.1 castellan-4.3.0 cliff-4.3.0 cmd2-2.4.3 cursive-0.2.3 glance-0.0.1.dev13 httplib2-0.22.0 importlib-metadata-6.0.1 jmespath-1.0.1 jsonpatch-1.32 jsonpointer-2.3 networkx-3.1 openstacksdk-1.5.1 oslo.limit-2.2.0 oslo.reports-3.1.0 psutil-5.9.5 pydot-1.4.2 pyperclip-1.8.2 python-barbicanclient-5.6.1 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 sqlparse-0.4.4 taskflow-5.4.0 zipp-3.15.0 2025-04-16 20:37:03.759 | + inc/python:pip_install:222 : result=0 2025-04-16 20:37:03.761 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:37:03.763 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:03.764 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:03.766 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:03.768 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:03.769 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:03.771 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:37:03.773 | + functions-common:time_stop:2407 : start_time=1744835813901 2025-04-16 20:37:03.775 | + functions-common:time_stop:2409 : [[ -z 1744835813901 ]] 2025-04-16 20:37:03.777 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:03.780 | + functions-common:time_stop:2412 : end_time=1744835823777 2025-04-16 20:37:03.781 | + functions-common:time_stop:2413 : elapsed_time=9876 2025-04-16 20:37:03.783 | + functions-common:time_stop:2414 : total=38791 2025-04-16 20:37:03.785 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:03.786 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=48667 2025-04-16 20:37:03.788 | + inc/python:pip_install:225 : return 0 2025-04-16 20:37:03.791 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 20:37:03.793 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:37:03.795 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2025-04-16 20:37:03.796 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2025-04-16 20:37:03.798 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:37:03.800 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:37:03.802 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2025-04-16 20:37:03.804 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:37:03.806 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 20:37:03.808 | + stack.sh:main:948 : configure_glance 2025-04-16 20:37:03.810 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2025-04-16 20:37:03.820 | + lib/glance:configure_glance:325 : local dburl 2025-04-16 20:37:03.822 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2025-04-16 20:37:03.824 | ++ lib/database:database_connection_url:134 : local db=glance 2025-04-16 20:37:03.826 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2025-04-16 20:37:03.828 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2025-04-16 20:37:03.830 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 20:37:03.832 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 20:37:03.833 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 20:37:03.845 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:03.847 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 20:37:03.848 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 20:37:03.851 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 20:37:03.853 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2025-04-16 20:37:03.877 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2025-04-16 20:37:03.901 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2025-04-16 20:37:03.923 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 20:37:03.945 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2025-04-16 20:37:03.969 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2025-04-16 20:37:03.993 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2025-04-16 20:37:03.995 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 20:37:03.997 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2025-04-16 20:37:03.998 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 20:37:04.000 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2025-04-16 20:37:04.025 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2025-04-16 20:37:04.046 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 20:37:04.068 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2025-04-16 20:37:04.090 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2025-04-16 20:37:04.112 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2025-04-16 20:37:04.135 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2025-04-16 20:37:04.158 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2025-04-16 20:37:04.182 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 20:37:04.206 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 20:37:04.230 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2025-04-16 20:37:04.256 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2025-04-16 20:37:04.258 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2025-04-16 20:37:04.260 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2025-04-16 20:37:04.262 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 20:37:04.264 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 20:37:04.266 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 20:37:04.279 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:04.281 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 20:37:04.283 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 20:37:04.285 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 20:37:04.297 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:04.299 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:37:04.302 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:37:04.327 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 20:37:04.329 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 20:37:04.331 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2025-04-16 20:37:04.333 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2025-04-16 20:37:04.356 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2025-04-16 20:37:04.379 | + lib/glance:configure_glance:345 : configure_glance_store False False 2025-04-16 20:37:04.381 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2025-04-16 20:37:04.383 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2025-04-16 20:37:04.385 | + lib/glance:configure_glance_store:253 : local be 2025-04-16 20:37:04.387 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2025-04-16 20:37:04.389 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2025-04-16 20:37:04.390 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 20:37:04.415 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2025-04-16 20:37:04.417 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2025-04-16 20:37:04.441 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2025-04-16 20:37:04.442 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2025-04-16 20:37:04.455 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:37:04.456 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2025-04-16 20:37:04.478 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2025-04-16 20:37:04.490 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:37:04.492 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2025-04-16 20:37:04.494 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2025-04-16 20:37:04.496 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2025-04-16 20:37:04.498 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 20:37:04.511 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 20:37:04.513 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 20:37:04.515 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 20:37:04.516 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 20:37:04.518 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 20:37:04.541 | + functions:setup_systemd_logging:715 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:37:04.564 | + functions:setup_systemd_logging:716 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:37:04.586 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 20:37:04.608 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2025-04-16 20:37:04.611 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2025-04-16 20:37:04.635 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2025-04-16 20:37:04.658 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2025-04-16 20:37:04.680 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2025-04-16 20:37:04.703 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2025-04-16 20:37:04.725 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2025-04-16 20:37:04.747 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2025-04-16 20:37:04.770 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2025-04-16 20:37:04.796 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2025-04-16 20:37:04.821 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2025-04-16 20:37:04.846 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2025-04-16 20:37:04.868 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2025-04-16 20:37:04.872 | + lib/glance:configure_glance:410 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2025-04-16 20:37:04.876 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2025-04-16 20:37:04.888 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:37:04.890 | + lib/glance:configure_glance:420 : [[ False == False ]] 2025-04-16 20:37:04.892 | + lib/glance:configure_glance:421 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image 2025-04-16 20:37:04.894 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2025-04-16 20:37:04.895 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 20:37:04.897 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2025-04-16 20:37:04.899 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 20:37:04.902 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2025-04-16 20:37:04.904 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2025-04-16 20:37:04.907 | + lib/apache:write_local_uwsgi_http_config:316 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api 2025-04-16 20:37:04.930 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2025-04-16 20:37:04.932 | ++ functions:get_random_port:847 : read lower_port upper_port 2025-04-16 20:37:04.933 | ++ functions:get_random_port:848 : true 2025-04-16 20:37:04.935 | ++ functions:get_random_port:849 : (( port = upper_port )) 2025-04-16 20:37:04.937 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2025-04-16 20:37:04.938 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2025-04-16 20:37:04.984 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2025-04-16 20:37:04.986 | ++ functions:get_random_port:852 : break 2 2025-04-16 20:37:04.988 | ++ functions:get_random_port:856 : echo 60999 2025-04-16 20:37:04.990 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2025-04-16 20:37:04.992 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2025-04-16 20:37:05.015 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2025-04-16 20:37:05.036 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2025-04-16 20:37:05.058 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2025-04-16 20:37:05.079 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 20:37:05.100 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2025-04-16 20:37:05.122 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2025-04-16 20:37:05.144 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2025-04-16 20:37:05.166 | + lib/apache:write_local_uwsgi_http_config:330 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 20:37:05.189 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 20:37:05.211 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 20:37:05.233 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 20:37:05.255 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2025-04-16 20:37:05.277 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 20:37:05.298 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2025-04-16 20:37:05.321 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2025-04-16 20:37:05.343 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2025-04-16 20:37:05.366 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2025-04-16 20:37:05.389 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2025-04-16 20:37:05.411 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2025-04-16 20:37:05.412 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2025-04-16 20:37:05.414 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 20:37:05.416 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:05.418 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:05.419 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2025-04-16 20:37:05.421 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2025-04-16 20:37:05.450 | proxy (enabled by site administrator) 2025-04-16 20:37:05.452 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2025-04-16 20:37:05.454 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2025-04-16 20:37:05.455 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 20:37:05.457 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:05.459 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:05.461 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2025-04-16 20:37:05.462 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2025-04-16 20:37:05.490 | No module matches proxy_http 2025-04-16 20:37:05.492 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2025-04-16 20:37:05.524 | Considering dependency proxy for proxy_http: 2025-04-16 20:37:05.524 | Module proxy already enabled 2025-04-16 20:37:05.524 | Enabling module proxy_http. 2025-04-16 20:37:05.528 | To activate the new configuration, you need to run: 2025-04-16 20:37:05.528 | systemctl restart apache2 2025-04-16 20:37:05.531 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2025-04-16 20:37:05.533 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 20:37:05.535 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:37:05.536 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 20:37:05.625 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2025-04-16 20:37:05.627 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2025-04-16 20:37:05.629 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2025-04-16 20:37:05.631 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 20:37:05.632 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:05.634 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:05.636 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 20:37:05.639 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 20:37:05.641 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2025-04-16 20:37:05.641 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 20:37:05.647 | KeepAlive Off 2025-04-16 20:37:05.651 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 20:37:05.651 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2025-04-16 20:37:05.657 | SetEnv proxy-sendchunked 1 2025-04-16 20:37:05.661 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2025-04-16 20:37:05.661 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2025-04-16 20:37:05.666 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2025-04-16 20:37:05.669 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2025-04-16 20:37:05.671 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2025-04-16 20:37:05.673 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 20:37:05.675 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 20:37:05.676 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 20:37:05.678 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:05.680 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:05.682 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 20:37:05.683 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 20:37:05.685 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:05.687 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:05.688 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2025-04-16 20:37:05.720 | Enabling site glance-wsgi-api. 2025-04-16 20:37:05.724 | To activate the new configuration, you need to run: 2025-04-16 20:37:05.724 | systemctl reload apache2 2025-04-16 20:37:05.727 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2025-04-16 20:37:05.729 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 20:37:05.731 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:37:05.732 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 20:37:05.827 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2025-04-16 20:37:05.831 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2025-04-16 20:37:05.855 | + lib/glance:configure_glance:434 : [[ True == True ]] 2025-04-16 20:37:05.857 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2025-04-16 20:37:05.882 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2025-04-16 20:37:05.905 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2025-04-16 20:37:05.928 | + stack.sh:main:951 : is_service_enabled cinder 2025-04-16 20:37:05.941 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:05.943 | + stack.sh:main:953 : stack_install_service cinder 2025-04-16 20:37:05.945 | + lib/stack:stack_install_service:20 : local service=cinder 2025-04-16 20:37:05.947 | + lib/stack:stack_install_service:21 : type install_cinder 2025-04-16 20:37:05.949 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 20:37:05.951 | + lib/stack:stack_install_service:32 : install_cinder 2025-04-16 20:37:05.953 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2025-04-16 20:37:05.955 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2025-04-16 20:37:05.957 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2025-04-16 20:37:05.959 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 20:37:05.960 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 20:37:05.963 | ++ functions-common:git_clone:576 : pwd 2025-04-16 20:37:05.965 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 20:37:05.967 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 20:37:05.969 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 20:37:05.982 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 20:37:05.983 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 20:37:05.985 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 20:37:05.987 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 20:37:05.989 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 20:37:05.989 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 20:37:05.993 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2025-04-16 20:37:05.995 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 20:37:05.997 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 20:37:05.999 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:37:06.000 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:37:06.002 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:37:06.004 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:37:06.005 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:37:06.007 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:37:06.009 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:37:06.011 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:37:06.013 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:37:06.016 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835826014 2025-04-16 20:37:06.018 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2025-04-16 20:37:06.020 | Cloning into '/opt/stack//cinder'... 2025-04-16 20:37:09.556 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:37:09.558 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:09.560 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:09.562 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:09.564 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:09.565 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:09.567 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:37:09.569 | + functions-common:time_stop:2407 : start_time=1744835826014 2025-04-16 20:37:09.571 | + functions-common:time_stop:2409 : [[ -z 1744835826014 ]] 2025-04-16 20:37:09.573 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:09.576 | + functions-common:time_stop:2412 : end_time=1744835829574 2025-04-16 20:37:09.577 | + functions-common:time_stop:2413 : elapsed_time=3560 2025-04-16 20:37:09.579 | + functions-common:time_stop:2414 : total=14789 2025-04-16 20:37:09.581 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:09.583 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=18349 2025-04-16 20:37:09.585 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2025-04-16 20:37:09.586 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 20:37:09.588 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:37:09.590 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:37:09.592 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:37:09.594 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:37:09.595 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:37:09.597 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:37:09.599 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:37:09.601 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:37:09.603 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:37:09.606 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835829604 2025-04-16 20:37:09.608 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 20:37:12.660 | From https://opendev.org/openstack/cinder 2025-04-16 20:37:12.660 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 20:37:12.664 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:37:12.666 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:12.668 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:12.670 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:12.672 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:12.674 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:12.676 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:37:12.677 | + functions-common:time_stop:2407 : start_time=1744835829604 2025-04-16 20:37:12.679 | + functions-common:time_stop:2409 : [[ -z 1744835829604 ]] 2025-04-16 20:37:12.681 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:12.685 | + functions-common:time_stop:2412 : end_time=1744835832683 2025-04-16 20:37:12.687 | + functions-common:time_stop:2413 : elapsed_time=3079 2025-04-16 20:37:12.689 | + functions-common:time_stop:2414 : total=18349 2025-04-16 20:37:12.691 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:12.693 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21428 2025-04-16 20:37:12.695 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 20:37:12.697 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:37:12.699 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:37:12.701 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:37:12.702 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:37:12.704 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:37:12.706 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:37:12.708 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:37:12.710 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:37:12.712 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:37:12.715 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835832713 2025-04-16 20:37:12.717 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 20:37:12.957 | Note: switching to 'FETCH_HEAD'. 2025-04-16 20:37:12.957 | 2025-04-16 20:37:12.957 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 20:37:12.957 | changes and commit them, and you can discard any commits you make in this 2025-04-16 20:37:12.957 | state without impacting any branches by switching back to a branch. 2025-04-16 20:37:12.957 | 2025-04-16 20:37:12.957 | If you want to create a new branch to retain commits you create, you may 2025-04-16 20:37:12.957 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 20:37:12.957 | 2025-04-16 20:37:12.957 | git switch -c 2025-04-16 20:37:12.957 | 2025-04-16 20:37:12.957 | Or undo this operation with: 2025-04-16 20:37:12.957 | 2025-04-16 20:37:12.957 | git switch - 2025-04-16 20:37:12.957 | 2025-04-16 20:37:12.957 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 20:37:12.957 | 2025-04-16 20:37:12.957 | HEAD is now at a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 20:37:12.961 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:37:12.962 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:12.964 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:12.966 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:12.968 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:12.970 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:12.972 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:37:12.974 | + functions-common:time_stop:2407 : start_time=1744835832713 2025-04-16 20:37:12.975 | + functions-common:time_stop:2409 : [[ -z 1744835832713 ]] 2025-04-16 20:37:12.978 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:12.981 | + functions-common:time_stop:2412 : end_time=1744835832979 2025-04-16 20:37:12.983 | + functions-common:time_stop:2413 : elapsed_time=266 2025-04-16 20:37:12.985 | + functions-common:time_stop:2414 : total=21428 2025-04-16 20:37:12.987 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:12.988 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21694 2025-04-16 20:37:12.990 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2025-04-16 20:37:13.002 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2025-04-16 20:37:13.004 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 20:37:13.004 | + functions-common:git_clone:656 : head -1 2025-04-16 20:37:13.006 | a73ff9f Merge "RBD: tpool.Proxy client object" into stable/2023.2 2025-04-16 20:37:13.009 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 20:37:13.011 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2025-04-16 20:37:13.013 | + inc/python:setup_develop:360 : local bindep 2025-04-16 20:37:13.015 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 20:37:13.016 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2025-04-16 20:37:13.018 | + inc/python:setup_develop:366 : local extras= 2025-04-16 20:37:13.020 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2025-04-16 20:37:13.022 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 20:37:13.024 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2025-04-16 20:37:13.026 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2025-04-16 20:37:13.028 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 20:37:13.030 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 20:37:13.033 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2025-04-16 20:37:13.034 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 20:37:13.037 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2025-04-16 20:37:13.039 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 20:37:13.041 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 20:37:13.043 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2025-04-16 20:37:13.047 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2025-04-16 20:37:13.049 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2025-04-16 20:37:13.379 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2025-04-16 20:37:13.381 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 20:37:13.383 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 20:37:13.385 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 20:37:13.387 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2025-04-16 20:37:13.389 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2025-04-16 20:37:13.391 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 20:37:13.393 | + inc/python:setup_package:450 : local extras= 2025-04-16 20:37:13.395 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 20:37:13.397 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 20:37:13.398 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 20:37:13.400 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 20:37:13.402 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 20:37:13.405 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2025-04-16 20:37:13.421 | Using python 3.10 to install /opt/stack/cinder 2025-04-16 20:37:13.422 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2025-04-16 20:37:14.236 | Obtaining file:///opt/stack/cinder 2025-04-16 20:37:14.237 | Preparing metadata (setup.py): started 2025-04-16 20:37:14.784 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 20:37:14.873 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.11.1) 2025-04-16 20:37:14.873 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.1) 2025-04-16 20:37:14.874 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.33.3) 2025-04-16 20:37:14.875 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.0.2) 2025-04-16 20:37:14.876 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.22.0) 2025-04-16 20:37:14.877 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.0.1) 2025-04-16 20:37:14.877 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.1.0) 2025-04-16 20:37:14.880 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.17.3) 2025-04-16 20:37:14.880 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.0) 2025-04-16 20:37:14.880 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (10.4.1) 2025-04-16 20:37:15.193 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.195 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.6 kB) 2025-04-16 20:37:15.221 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.223 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2025-04-16 20:37:15.224 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (9.2.0) 2025-04-16 20:37:15.225 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 20:37:15.226 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 20:37:15.227 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.1.1) 2025-04-16 20:37:15.228 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.3.2) 2025-04-16 20:37:15.228 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (14.4.2) 2025-04-16 20:37:15.229 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 20:37:15.230 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.2.1) 2025-04-16 20:37:15.231 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.0) 2025-04-16 20:37:15.232 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.1.0) 2025-04-16 20:37:15.232 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (7.1.0) 2025-04-16 20:37:15.233 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.1) 2025-04-16 20:37:15.234 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.2.1) 2025-04-16 20:37:15.235 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.2.0) 2025-04-16 20:37:15.236 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.2.1) 2025-04-16 20:37:15.365 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.367 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 20:37:15.369 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.1.0) 2025-04-16 20:37:15.370 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (23.1) 2025-04-16 20:37:15.408 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.410 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2025-04-16 20:37:15.414 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.5.2) 2025-04-16 20:37:15.414 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.1) 2025-04-16 20:37:15.414 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.5) 2025-04-16 20:37:15.414 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (3.0.9) 2025-04-16 20:37:15.415 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.6.1) 2025-04-16 20:37:15.452 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.453 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2025-04-16 20:37:15.455 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.2.0) 2025-04-16 20:37:15.495 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.497 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 20:37:15.523 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.525 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-04-16 20:37:15.527 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2023.3) 2025-04-16 20:37:15.528 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.28.2) 2025-04-16 20:37:15.529 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (2.5.1) 2025-04-16 20:37:15.529 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.4.0) 2025-04-16 20:37:15.638 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.639 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2025-04-16 20:37:15.644 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.16.0) 2025-04-16 20:37:15.645 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.4.41) 2025-04-16 20:37:15.646 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.1.0) 2025-04-16 20:37:15.667 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.668 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-04-16 20:37:15.671 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.3.1) 2025-04-16 20:37:15.672 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (1.8.7) 2025-04-16 20:37:15.673 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.1.1) 2025-04-16 20:37:15.829 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.831 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-04-16 20:37:15.833 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (6.4.2) 2025-04-16 20:37:15.834 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (5.9.0) 2025-04-16 20:37:15.965 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev23) 2025-04-16 20:37:15.967 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2025-04-16 20:37:16.059 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev23) 2025-04-16 20:37:16.061 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2025-04-16 20:37:16.064 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (4.3.0) 2025-04-16 20:37:16.064 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (40.0.2) 2025-04-16 20:37:16.065 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev23) (0.2.3) 2025-04-16 20:37:16.157 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev23) 2025-04-16 20:37:16.159 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2025-04-16 20:37:16.682 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev23) 2025-04-16 20:37:16.684 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2025-04-16 20:37:17.315 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 20:37:17.318 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2025-04-16 20:37:17.321 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==0.0.1.dev23) (1.0.1) 2025-04-16 20:37:17.348 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev23) 2025-04-16 20:37:17.349 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 20:37:17.379 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev23) (1.15.1) 2025-04-16 20:37:17.392 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev23) (2.3.0) 2025-04-16 20:37:17.543 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 20:37:17.545 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 20:37:17.566 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 20:37:17.568 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2025-04-16 20:37:17.661 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 20:37:17.665 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2025-04-16 20:37:17.697 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 20:37:17.699 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2025-04-16 20:37:17.732 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev23) (3.15.0) 2025-04-16 20:37:17.753 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (23.1.0) 2025-04-16 20:37:17.754 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev23) (0.19.3) 2025-04-16 20:37:17.780 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev23) (1.7.0) 2025-04-16 20:37:17.804 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.5.0) 2025-04-16 20:37:17.805 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (3.1.1) 2025-04-16 20:37:17.857 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 20:37:17.859 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 20:37:17.894 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 20:37:17.895 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2025-04-16 20:37:17.920 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev23) 2025-04-16 20:37:17.922 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2025-04-16 20:37:17.950 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev23) (0.18) 2025-04-16 20:37:17.971 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (6.0) 2025-04-16 20:37:17.975 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.5.0) 2025-04-16 20:37:17.975 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (0.8.0) 2025-04-16 20:37:17.975 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev23) (2.0.0) 2025-04-16 20:37:17.999 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.9.4) 2025-04-16 20:37:18.001 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.0.1) 2025-04-16 20:37:18.002 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev23) (0.5.0) 2025-04-16 20:37:18.029 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (2.8.2) 2025-04-16 20:37:18.031 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev23) (0.9.6) 2025-04-16 20:37:18.058 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.1.1) 2025-04-16 20:37:18.058 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.3.0) 2025-04-16 20:37:18.059 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (2.4.1) 2025-04-16 20:37:18.060 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.2.4) 2025-04-16 20:37:18.062 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.7.0) 2025-04-16 20:37:18.073 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (3.1.2) 2025-04-16 20:37:18.074 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 20:37:18.076 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 20:37:18.097 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev23) (1.0.5) 2025-04-16 20:37:18.121 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->cinder==0.0.1.dev23) (2023.3) 2025-04-16 20:37:18.136 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (1.4.0) 2025-04-16 20:37:18.137 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev23) (4.0.1) 2025-04-16 20:37:18.149 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (3.7.0) 2025-04-16 20:37:18.161 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev23) (0.11.0) 2025-04-16 20:37:18.192 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (0.7.1) 2025-04-16 20:37:18.310 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) 2025-04-16 20:37:18.312 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 20:37:18.314 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev23) (1.26.15) 2025-04-16 20:37:18.402 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev23) 2025-04-16 20:37:18.404 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2025-04-16 20:37:18.418 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev23) (69.1.1) 2025-04-16 20:37:18.483 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (4.3.0) 2025-04-16 20:37:18.502 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (23.1.1) 2025-04-16 20:37:18.523 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) 2025-04-16 20:37:18.525 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 20:37:18.526 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.15.0) 2025-04-16 20:37:18.612 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.1.0) 2025-04-16 20:37:18.613 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (3.4) 2025-04-16 20:37:18.614 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev23) (2025.1.31) 2025-04-16 20:37:18.631 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==0.0.1.dev23) (0.7) 2025-04-16 20:37:18.669 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev23) 2025-04-16 20:37:18.671 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2025-04-16 20:37:18.823 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.2.0) 2025-04-16 20:37:18.825 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (3.1) 2025-04-16 20:37:18.825 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev23) (1.4.2) 2025-04-16 20:37:18.912 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev23) 2025-04-16 20:37:18.914 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2025-04-16 20:37:18.970 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev23) (1.2.4) 2025-04-16 20:37:18.987 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (5.0.0) 2025-04-16 20:37:19.119 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev23) (2.21) 2025-04-16 20:37:19.155 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (0.5.1) 2025-04-16 20:37:19.156 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (2.4.3) 2025-04-16 20:37:19.334 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) 2025-04-16 20:37:19.336 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2025-04-16 20:37:19.338 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev23) (4.22.3) 2025-04-16 20:37:19.439 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev23) (2.1.2) 2025-04-16 20:37:19.636 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev23) (1.1.8) 2025-04-16 20:37:19.662 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev23) (0.16.0) 2025-04-16 20:37:19.685 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev23) (0.2.6) 2025-04-16 20:37:20.387 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev23) (2.6.0) 2025-04-16 20:37:20.514 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (1.32) 2025-04-16 20:37:20.724 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev23) (1.8.2) 2025-04-16 20:37:20.800 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev23) (2.3) 2025-04-16 20:37:21.073 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2025-04-16 20:37:21.076 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2025-04-16 20:37:21.124 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2025-04-16 20:37:21.156 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2025-04-16 20:37:21.158 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2025-04-16 20:37:21.161 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2025-04-16 20:37:21.165 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2025-04-16 20:37:21.168 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2025-04-16 20:37:21.171 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2025-04-16 20:37:21.175 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2025-04-16 20:37:21.177 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-04-16 20:37:21.179 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2025-04-16 20:37:21.182 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2025-04-16 20:37:21.191 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2025-04-16 20:37:21.237 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2025-04-16 20:37:21.240 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2025-04-16 20:37:21.243 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2025-04-16 20:37:21.245 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2025-04-16 20:37:21.248 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2025-04-16 20:37:21.251 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2025-04-16 20:37:21.256 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2025-04-16 20:37:21.258 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2025-04-16 20:37:21.261 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2025-04-16 20:37:21.263 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2025-04-16 20:37:21.266 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2025-04-16 20:37:21.268 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2025-04-16 20:37:21.270 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2025-04-16 20:37:21.272 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2025-04-16 20:37:21.820 | Installing collected packages: zstd, voluptuous, pyasn1, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2025-04-16 20:37:24.781 | Running setup.py develop for cinder 2025-04-16 20:37:26.265 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev23 google-api-core-2.11.0 google-api-python-client-2.86.0 google-auth-2.17.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.59.0 lxml-4.9.2 oauth2client-4.1.3 oslo.versionedobjects-3.2.0 oslo.vmware-4.2.0 paramiko-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.3.0 pynacl-1.5.0 python-glanceclient-4.4.1 python-novaclient-18.4.0 python-swiftclient-4.4.0 pyudev-0.24.1 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-4.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.5.1 2025-04-16 20:37:26.585 | + inc/python:pip_install:222 : result=0 2025-04-16 20:37:26.588 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:37:26.590 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:26.592 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:26.594 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:26.595 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:26.597 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:26.599 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:37:26.601 | + functions-common:time_stop:2407 : start_time=1744835833416 2025-04-16 20:37:26.603 | + functions-common:time_stop:2409 : [[ -z 1744835833416 ]] 2025-04-16 20:37:26.605 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:26.608 | + functions-common:time_stop:2412 : end_time=1744835846606 2025-04-16 20:37:26.610 | + functions-common:time_stop:2413 : elapsed_time=13190 2025-04-16 20:37:26.612 | + functions-common:time_stop:2414 : total=48667 2025-04-16 20:37:26.613 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:26.615 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=61857 2025-04-16 20:37:26.617 | + inc/python:pip_install:225 : return 0 2025-04-16 20:37:26.619 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 20:37:26.621 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:37:26.623 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2025-04-16 20:37:26.625 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2025-04-16 20:37:26.627 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:37:26.628 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:37:26.630 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2025-04-16 20:37:26.632 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:37:26.634 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2025-04-16 20:37:26.636 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2025-04-16 20:37:26.638 | + lib/cinder:install_cinder:521 : is_ubuntu 2025-04-16 20:37:26.640 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:26.642 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:26.644 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2025-04-16 20:37:26.653 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2025-04-16 20:37:26.655 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 20:37:26.657 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 20:37:26.659 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 20:37:26.661 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 20:37:26.663 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 20:37:26.665 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 20:37:26.666 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:26.668 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:26.670 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 20:37:26.672 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 20:37:26.674 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 20:37:26.676 | + functions-common:apt_get_update:1150 : return 2025-04-16 20:37:26.678 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2025-04-16 20:37:26.679 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 20:37:26.681 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:26.683 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:26.685 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2025-04-16 20:37:26.701 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2025-04-16 20:37:26.762 | Reading package lists... 2025-04-16 20:37:27.004 | Building dependency tree... 2025-04-16 20:37:27.007 | Reading state information... 2025-04-16 20:37:27.225 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2025-04-16 20:37:27.225 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 20:37:27.230 | + functions-common:apt_get:1194 : result=0 2025-04-16 20:37:27.232 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 20:37:27.234 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:27.236 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:27.238 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:27.240 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:27.242 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:27.244 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 20:37:27.246 | + functions-common:time_stop:2407 : start_time=1744835846699 2025-04-16 20:37:27.248 | + functions-common:time_stop:2409 : [[ -z 1744835846699 ]] 2025-04-16 20:37:27.251 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:27.254 | + functions-common:time_stop:2412 : end_time=1744835847252 2025-04-16 20:37:27.256 | + functions-common:time_stop:2413 : elapsed_time=553 2025-04-16 20:37:27.258 | + functions-common:time_stop:2414 : total=38859 2025-04-16 20:37:27.260 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:27.262 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39412 2025-04-16 20:37:27.264 | + functions-common:apt_get:1198 : return 0 2025-04-16 20:37:27.266 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 20:37:27.268 | + stack.sh:main:954 : configure_cinder 2025-04-16 20:37:27.270 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2025-04-16 20:37:27.279 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2025-04-16 20:37:27.282 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2025-04-16 20:37:27.284 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2025-04-16 20:37:27.286 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 20:37:27.289 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2025-04-16 20:37:27.289 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 20:37:27.292 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2025-04-16 20:37:27.294 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2025-04-16 20:37:27.296 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 20:37:27.297 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2025-04-16 20:37:27.299 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2025-04-16 20:37:27.301 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2025-04-16 20:37:27.303 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 20:37:27.304 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2025-04-16 20:37:27.313 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2025-04-16 20:37:27.322 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2025-04-16 20:37:27.331 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2025-04-16 20:37:27.340 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2025-04-16 20:37:27.349 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2025-04-16 20:37:27.358 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 20:37:27.361 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 20:37:27.363 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.dr8Zgfhcj3 2025-04-16 20:37:27.365 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 20:37:27.367 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2025-04-16 20:37:27.369 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2025-04-16 20:37:27.371 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.dr8Zgfhcj3 2025-04-16 20:37:27.374 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.dr8Zgfhcj3 2025-04-16 20:37:27.382 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.dr8Zgfhcj3 /etc/sudoers.d/cinder-rootwrap 2025-04-16 20:37:27.392 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2025-04-16 20:37:27.394 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 20:37:27.396 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 20:37:27.398 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 20:37:27.400 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 20:37:27.402 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-16 20:37:27.403 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-16 20:37:27.406 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-16 20:37:27.406 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 20:37:27.411 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 20:37:27.414 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 20:37:27.423 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 20:37:27.431 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2025-04-16 20:37:27.433 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2025-04-16 20:37:27.437 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2025-04-16 20:37:27.440 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2025-04-16 20:37:27.454 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2025-04-16 20:37:27.468 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2025-04-16 20:37:27.483 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2025-04-16 20:37:27.497 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2025-04-16 20:37:27.511 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2025-04-16 20:37:27.525 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2025-04-16 20:37:27.540 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2025-04-16 20:37:27.554 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2025-04-16 20:37:27.556 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 20:37:27.557 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2025-04-16 20:37:27.559 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 20:37:27.561 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2025-04-16 20:37:27.585 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2025-04-16 20:37:27.607 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 20:37:27.630 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2025-04-16 20:37:27.653 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2025-04-16 20:37:27.675 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2025-04-16 20:37:27.698 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2025-04-16 20:37:27.720 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2025-04-16 20:37:27.742 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 20:37:27.764 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 20:37:27.787 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2025-04-16 20:37:27.811 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2025-04-16 20:37:27.835 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2025-04-16 20:37:27.837 | ++ lib/database:database_connection_url:134 : local db=cinder 2025-04-16 20:37:27.838 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2025-04-16 20:37:27.840 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2025-04-16 20:37:27.842 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 20:37:27.844 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 20:37:27.846 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 20:37:27.858 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:27.860 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 20:37:27.862 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-16 20:37:27.864 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2025-04-16 20:37:27.889 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2025-04-16 20:37:27.912 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2025-04-16 20:37:27.934 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2025-04-16 20:37:27.957 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2025-04-16 20:37:27.980 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2025-04-16 20:37:28.002 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2025-04-16 20:37:28.026 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2025-04-16 20:37:28.049 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 20:37:28.074 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2025-04-16 20:37:28.081 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 2460a1faa28033b2b69eb8476d54fe80 2025-04-16 20:37:28.105 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2025-04-16 20:37:28.106 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2025-04-16 20:37:28.129 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2025-04-16 20:37:28.152 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2025-04-16 20:37:28.175 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2025-04-16 20:37:28.197 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2025-04-16 20:37:28.220 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2025-04-16 20:37:28.242 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2025-04-16 20:37:28.255 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:28.257 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2025-04-16 20:37:28.258 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2025-04-16 20:37:28.260 | + lib/cinder:configure_cinder:338 : local default_name= 2025-04-16 20:37:28.262 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2025-04-16 20:37:28.264 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 20:37:28.266 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2025-04-16 20:37:28.268 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2025-04-16 20:37:28.269 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2025-04-16 20:37:28.271 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2025-04-16 20:37:28.273 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2025-04-16 20:37:28.275 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2025-04-16 20:37:28.299 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-16 20:37:28.322 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-16 20:37:28.345 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2025-04-16 20:37:28.367 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2025-04-16 20:37:28.389 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2025-04-16 20:37:28.390 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2025-04-16 20:37:28.392 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2025-04-16 20:37:28.394 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2025-04-16 20:37:28.416 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2025-04-16 20:37:28.418 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2025-04-16 20:37:28.441 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2025-04-16 20:37:28.443 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2025-04-16 20:37:28.445 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2025-04-16 20:37:28.446 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2025-04-16 20:37:28.469 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2025-04-16 20:37:28.470 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2025-04-16 20:37:28.472 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2025-04-16 20:37:28.484 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:37:28.487 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2025-04-16 20:37:28.499 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:37:28.501 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2025-04-16 20:37:28.513 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:37:28.515 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2025-04-16 20:37:28.517 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2025-04-16 20:37:28.518 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2025-04-16 20:37:28.520 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2025-04-16 20:37:28.522 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 20:37:28.524 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 20:37:28.526 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 20:37:28.538 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:28.540 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 20:37:28.542 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 20:37:28.544 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 20:37:28.556 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:28.558 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:37:28.560 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:37:28.583 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 20:37:28.585 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 20:37:28.587 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2025-04-16 20:37:28.589 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2025-04-16 20:37:28.590 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 20:37:28.593 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 20:37:28.606 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 20:37:28.608 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 20:37:28.610 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 20:37:28.612 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 20:37:28.614 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 20:37:28.637 | + functions:setup_systemd_logging:715 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:37:28.661 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:37:28.683 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 20:37:28.706 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2025-04-16 20:37:28.718 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:28.720 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2025-04-16 20:37:28.722 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2025-04-16 20:37:28.724 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 20:37:28.726 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2025-04-16 20:37:28.728 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 20:37:28.729 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 20:37:28.732 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 20:37:28.735 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2025-04-16 20:37:28.737 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 20:37:28.739 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 20:37:28.748 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 20:37:28.748 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 20:37:28.755 | d /var/run/uwsgi 0755 stack root 2025-04-16 20:37:28.758 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 20:37:28.766 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 20:37:28.768 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2025-04-16 20:37:28.770 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2025-04-16 20:37:28.773 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2025-04-16 20:37:28.797 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2025-04-16 20:37:28.820 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2025-04-16 20:37:28.842 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 20:37:28.865 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 20:37:28.887 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 20:37:28.910 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 20:37:28.932 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 20:37:28.954 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 20:37:28.976 | + lib/apache:write_uwsgi_config:277 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 20:37:28.998 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 20:37:29.020 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 20:37:29.042 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 20:37:29.064 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 20:37:29.066 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 20:37:29.069 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2025-04-16 20:37:29.070 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2025-04-16 20:37:29.072 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 20:37:29.074 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:29.076 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:29.078 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 20:37:29.080 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 20:37:29.082 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2025-04-16 20:37:29.105 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 20:37:29.127 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 ' 2025-04-16 20:37:29.127 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2025-04-16 20:37:29.134 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2025-04-16 20:37:29.136 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2025-04-16 20:37:29.138 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2025-04-16 20:37:29.140 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 20:37:29.142 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 20:37:29.144 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 20:37:29.146 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:29.147 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:29.149 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 20:37:29.151 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 20:37:29.153 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:37:29.155 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:37:29.156 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2025-04-16 20:37:29.188 | Enabling site cinder-wsgi. 2025-04-16 20:37:29.192 | To activate the new configuration, you need to run: 2025-04-16 20:37:29.192 | systemctl reload apache2 2025-04-16 20:37:29.195 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 20:37:29.197 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 20:37:29.199 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:37:29.201 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 20:37:29.295 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2025-04-16 20:37:29.297 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2025-04-16 20:37:29.299 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2025-04-16 20:37:29.324 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2025-04-16 20:37:29.347 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2025-04-16 20:37:29.369 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2025-04-16 20:37:29.392 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2025-04-16 20:37:29.415 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2025-04-16 20:37:29.437 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2025-04-16 20:37:29.450 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:37:29.452 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2025-04-16 20:37:29.453 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2025-04-16 20:37:29.455 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 20:37:29.457 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 20:37:29.459 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2025-04-16 20:37:29.483 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2025-04-16 20:37:29.506 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2025-04-16 20:37:29.529 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2025-04-16 20:37:29.551 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2025-04-16 20:37:29.573 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2025-04-16 20:37:29.596 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2025-04-16 20:37:29.619 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2025-04-16 20:37:29.642 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 20:37:29.665 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2025-04-16 20:37:29.687 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2025-04-16 20:37:29.710 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 20:37:29.733 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2025-04-16 20:37:29.735 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2025-04-16 20:37:29.747 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:29.749 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2025-04-16 20:37:29.773 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 20:37:29.775 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2025-04-16 20:37:29.777 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2025-04-16 20:37:29.806 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2025-04-16 20:37:29.829 | + stack.sh:main:957 : is_service_enabled neutron 2025-04-16 20:37:29.842 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:29.844 | + stack.sh:main:959 : stack_install_service neutron 2025-04-16 20:37:29.846 | + lib/stack:stack_install_service:20 : local service=neutron 2025-04-16 20:37:29.848 | + lib/stack:stack_install_service:21 : type install_neutron 2025-04-16 20:37:29.850 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 20:37:29.852 | + lib/stack:stack_install_service:32 : install_neutron 2025-04-16 20:37:29.854 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2025-04-16 20:37:29.856 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2025-04-16 20:37:29.857 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:37:29.860 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:37:29.862 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2025-04-16 20:37:29.864 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:37:29.866 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2025-04-16 20:37:29.867 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2025-04-16 20:37:29.869 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2025-04-16 20:37:29.871 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 20:37:29.873 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 20:37:29.875 | ++ functions-common:git_clone:576 : pwd 2025-04-16 20:37:29.877 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 20:37:29.879 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 20:37:29.882 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 20:37:29.894 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 20:37:29.896 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 20:37:29.897 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 20:37:29.899 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 20:37:29.901 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 20:37:29.901 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 20:37:29.905 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2025-04-16 20:37:29.907 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 20:37:29.909 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 20:37:29.911 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:37:29.913 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:37:29.914 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:37:29.916 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:37:29.918 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:37:29.920 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:37:29.921 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:37:29.924 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:37:29.926 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:37:29.929 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835849927 2025-04-16 20:37:29.931 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2025-04-16 20:37:29.934 | Cloning into '/opt/stack//neutron'... 2025-04-16 20:37:33.234 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:37:33.236 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:33.238 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:33.240 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:33.241 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:33.243 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:33.245 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:37:33.247 | + functions-common:time_stop:2407 : start_time=1744835849927 2025-04-16 20:37:33.249 | + functions-common:time_stop:2409 : [[ -z 1744835849927 ]] 2025-04-16 20:37:33.251 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:33.254 | + functions-common:time_stop:2412 : end_time=1744835853252 2025-04-16 20:37:33.256 | + functions-common:time_stop:2413 : elapsed_time=3325 2025-04-16 20:37:33.257 | + functions-common:time_stop:2414 : total=21694 2025-04-16 20:37:33.259 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:33.261 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=25019 2025-04-16 20:37:33.263 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2025-04-16 20:37:33.265 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 20:37:33.267 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:37:33.268 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:37:33.270 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:37:33.272 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:37:33.274 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:37:33.276 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:37:33.277 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:37:33.279 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:37:33.281 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:37:33.285 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835853282 2025-04-16 20:37:33.286 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 20:37:36.702 | From https://opendev.org/openstack/neutron 2025-04-16 20:37:36.702 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 20:37:36.706 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:37:36.708 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:36.710 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:36.712 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:36.714 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:36.715 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:36.717 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:37:36.719 | + functions-common:time_stop:2407 : start_time=1744835853282 2025-04-16 20:37:36.721 | + functions-common:time_stop:2409 : [[ -z 1744835853282 ]] 2025-04-16 20:37:36.723 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:36.726 | + functions-common:time_stop:2412 : end_time=1744835856725 2025-04-16 20:37:36.728 | + functions-common:time_stop:2413 : elapsed_time=3443 2025-04-16 20:37:36.730 | + functions-common:time_stop:2414 : total=25019 2025-04-16 20:37:36.732 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:36.734 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28462 2025-04-16 20:37:36.736 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 20:37:36.738 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:37:36.739 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:37:36.741 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:37:36.743 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:37:36.745 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:37:36.747 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:37:36.749 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:37:36.751 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:37:36.754 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:37:36.756 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835856754 2025-04-16 20:37:36.758 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 20:37:37.017 | Note: switching to 'FETCH_HEAD'. 2025-04-16 20:37:37.017 | 2025-04-16 20:37:37.017 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 20:37:37.017 | changes and commit them, and you can discard any commits you make in this 2025-04-16 20:37:37.017 | state without impacting any branches by switching back to a branch. 2025-04-16 20:37:37.017 | 2025-04-16 20:37:37.017 | If you want to create a new branch to retain commits you create, you may 2025-04-16 20:37:37.017 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 20:37:37.017 | 2025-04-16 20:37:37.017 | git switch -c 2025-04-16 20:37:37.017 | 2025-04-16 20:37:37.017 | Or undo this operation with: 2025-04-16 20:37:37.017 | 2025-04-16 20:37:37.017 | git switch - 2025-04-16 20:37:37.017 | 2025-04-16 20:37:37.017 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 20:37:37.017 | 2025-04-16 20:37:37.017 | HEAD is now at feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-16 20:37:37.021 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:37:37.023 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:37.025 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:37.027 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:37.029 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:37.031 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:37.033 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:37:37.035 | + functions-common:time_stop:2407 : start_time=1744835856754 2025-04-16 20:37:37.036 | + functions-common:time_stop:2409 : [[ -z 1744835856754 ]] 2025-04-16 20:37:37.039 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:37.042 | + functions-common:time_stop:2412 : end_time=1744835857040 2025-04-16 20:37:37.044 | + functions-common:time_stop:2413 : elapsed_time=286 2025-04-16 20:37:37.046 | + functions-common:time_stop:2414 : total=28462 2025-04-16 20:37:37.048 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:37.049 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=28748 2025-04-16 20:37:37.052 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2025-04-16 20:37:37.063 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2025-04-16 20:37:37.065 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 20:37:37.065 | + functions-common:git_clone:656 : head -1 2025-04-16 20:37:37.067 | feacf1d Merge "Create random named resources in ``TestOvnSbSync``" into stable/2023.2 2025-04-16 20:37:37.069 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 20:37:37.072 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2025-04-16 20:37:37.074 | + inc/python:setup_develop:360 : local bindep 2025-04-16 20:37:37.076 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 20:37:37.078 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2025-04-16 20:37:37.079 | + inc/python:setup_develop:366 : local extras= 2025-04-16 20:37:37.081 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2025-04-16 20:37:37.083 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 20:37:37.085 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2025-04-16 20:37:37.087 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2025-04-16 20:37:37.089 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 20:37:37.091 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 20:37:37.094 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2025-04-16 20:37:37.095 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 20:37:37.098 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2025-04-16 20:37:37.100 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 20:37:37.102 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 20:37:37.104 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2025-04-16 20:37:37.109 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2025-04-16 20:37:37.110 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2025-04-16 20:37:37.438 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2025-04-16 20:37:37.440 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 20:37:37.443 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 20:37:37.445 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 20:37:37.447 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2025-04-16 20:37:37.449 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2025-04-16 20:37:37.451 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 20:37:37.453 | + inc/python:setup_package:450 : local extras= 2025-04-16 20:37:37.455 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 20:37:37.457 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 20:37:37.459 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 20:37:37.461 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 20:37:37.463 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 20:37:37.465 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2025-04-16 20:37:37.481 | Using python 3.10 to install /opt/stack/neutron 2025-04-16 20:37:37.482 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2025-04-16 20:37:38.313 | Obtaining file:///opt/stack/neutron 2025-04-16 20:37:38.314 | Preparing metadata (setup.py): started 2025-04-16 20:37:38.906 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 20:37:38.979 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.11.1) 2025-04-16 20:37:38.980 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.2) 2025-04-16 20:37:38.981 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.0.1) 2025-04-16 20:37:38.981 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.1) 2025-04-16 20:37:38.982 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.5.0) 2025-04-16 20:37:38.983 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.1) 2025-04-16 20:37:38.984 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.33.3) 2025-04-16 20:37:39.238 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev13) 2025-04-16 20:37:39.238 | Using cached pecan-1.4.2-py3-none-any.whl 2025-04-16 20:37:39.246 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.22.0) 2025-04-16 20:37:39.247 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.28.2) 2025-04-16 20:37:39.247 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.2) 2025-04-16 20:37:39.248 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (10.4.1) 2025-04-16 20:37:39.249 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.8.0) 2025-04-16 20:37:39.249 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (0.11.0) 2025-04-16 20:37:39.383 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev13) 2025-04-16 20:37:39.385 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 20:37:39.423 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev13) 2025-04-16 20:37:39.424 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2025-04-16 20:37:39.426 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.3.1) 2025-04-16 20:37:39.428 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.4.41) 2025-04-16 20:37:39.428 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.8.7) 2025-04-16 20:37:39.428 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.0) 2025-04-16 20:37:39.429 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.9.4) 2025-04-16 20:37:39.430 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.1.0) 2025-04-16 20:37:39.430 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.5.0) 2025-04-16 20:37:39.431 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 20:37:39.432 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (9.2.0) 2025-04-16 20:37:39.433 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 20:37:39.434 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.1.1) 2025-04-16 20:37:39.434 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.1.1) 2025-04-16 20:37:39.435 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.3.2) 2025-04-16 20:37:39.436 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (14.4.2) 2025-04-16 20:37:39.437 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.0) 2025-04-16 20:37:39.437 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.1) 2025-04-16 20:37:39.438 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-16 20:37:39.439 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.1.0) 2025-04-16 20:37:39.440 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (7.1.0) 2025-04-16 20:37:39.441 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.2.1) 2025-04-16 20:37:39.441 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.1) 2025-04-16 20:37:39.442 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.2.0) 2025-04-16 20:37:39.443 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (6.2.1) 2025-04-16 20:37:39.444 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (3.2.0) 2025-04-16 20:37:39.444 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.1.0) 2025-04-16 20:37:39.559 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev13) 2025-04-16 20:37:39.561 | Using cached os_ken-2.7.1-py3-none-any.whl.metadata (1.6 kB) 2025-04-16 20:37:39.672 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev13) 2025-04-16 20:37:39.674 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 20:37:39.788 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev13) 2025-04-16 20:37:39.788 | Using cached ovs-2.17.7-py3-none-any.whl 2025-04-16 20:37:39.919 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev13) 2025-04-16 20:37:39.921 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 20:37:39.924 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1) 2025-04-16 20:37:39.924 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (5.9.5) 2025-04-16 20:37:39.954 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev13) 2025-04-16 20:37:39.955 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2025-04-16 20:37:39.957 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (23.1.1) 2025-04-16 20:37:39.958 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (18.4.0) 2025-04-16 20:37:39.959 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (1.5.1) 2025-04-16 20:37:39.989 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev13) 2025-04-16 20:37:39.991 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2025-04-16 20:37:40.118 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev13) 2025-04-16 20:37:40.120 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2025-04-16 20:37:40.122 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (2.4.1) 2025-04-16 20:37:40.123 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev13) (4.2.0) 2025-04-16 20:37:40.129 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev13) (1.2.4) 2025-04-16 20:37:40.132 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev13) (1.15.0) 2025-04-16 20:37:40.138 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.3.0) 2025-04-16 20:37:40.139 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (2.0.2) 2025-04-16 20:37:40.139 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev13) (1.16.0) 2025-04-16 20:37:40.147 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev13) (3.0.9) 2025-04-16 20:37:40.150 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev13) (2.1.2) 2025-04-16 20:37:40.178 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.1.0) 2025-04-16 20:37:40.178 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev13) (1.7.0) 2025-04-16 20:37:40.205 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (3.1.1) 2025-04-16 20:37:40.205 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev13) (5.2.0) 2025-04-16 20:37:40.342 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-16 20:37:40.343 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2025-04-16 20:37:40.411 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev13) 2025-04-16 20:37:40.412 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.8 kB) 2025-04-16 20:37:40.426 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (6.0) 2025-04-16 20:37:40.427 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.4) 2025-04-16 20:37:40.427 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.4.0) 2025-04-16 20:37:40.428 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.32) 2025-04-16 20:37:40.429 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.0.1) 2025-04-16 20:37:40.430 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (1.1.8) 2025-04-16 20:37:40.434 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev13) (40.0.2) 2025-04-16 20:37:40.439 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev13) (1.0.5) 2025-04-16 20:37:40.464 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev13) 2025-04-16 20:37:40.464 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2025-04-16 20:37:40.541 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev13) (0.18) 2025-04-16 20:37:40.561 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev13) (2.0.0) 2025-04-16 20:37:40.588 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.0.1) 2025-04-16 20:37:40.589 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev13) (0.5.0) 2025-04-16 20:37:40.615 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (2.8.2) 2025-04-16 20:37:40.617 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev13) (0.9.6) 2025-04-16 20:37:40.642 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.1.1) 2025-04-16 20:37:40.642 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.3.0) 2025-04-16 20:37:40.643 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.2.4) 2025-04-16 20:37:40.645 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.7.0) 2025-04-16 20:37:40.656 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 20:37:40.658 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 20:37:40.677 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (1.15.1) 2025-04-16 20:37:40.702 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-16 20:37:40.703 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev13) (2023.3) 2025-04-16 20:37:40.717 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (1.4.0) 2025-04-16 20:37:40.718 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev13) (4.0.1) 2025-04-16 20:37:40.729 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (3.7.0) 2025-04-16 20:37:40.818 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev13) 2025-04-16 20:37:40.820 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-04-16 20:37:40.854 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev13) (69.1.1) 2025-04-16 20:37:40.997 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev13) 2025-04-16 20:37:40.997 | Using cached logutils-0.3.5-py3-none-any.whl 2025-04-16 20:37:41.060 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.3.0) 2025-04-16 20:37:41.061 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) (4.17.3) 2025-04-16 20:37:41.106 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev13) 2025-04-16 20:37:41.108 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2025-04-16 20:37:41.161 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-16 20:37:41.163 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2025-04-16 20:37:41.293 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev13) 2025-04-16 20:37:41.295 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2025-04-16 20:37:41.363 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-16 20:37:41.364 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (3.4) 2025-04-16 20:37:41.365 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (1.26.15) 2025-04-16 20:37:41.366 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev13) (2025.1.31) 2025-04-16 20:37:41.383 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev13) (0.7) 2025-04-16 20:37:41.526 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev13) (0.13.1) 2025-04-16 20:37:41.559 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (5.0.0) 2025-04-16 20:37:41.631 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev13) (2.21) 2025-04-16 20:37:41.664 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.5.1) 2025-04-16 20:37:41.665 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (2.4.3) 2025-04-16 20:37:41.665 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (6.0.1) 2025-04-16 20:37:41.852 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev13) (2.3) 2025-04-16 20:37:41.886 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (23.1.0) 2025-04-16 20:37:41.887 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (0.19.3) 2025-04-16 20:37:42.020 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (3.1.0) 2025-04-16 20:37:42.020 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (4.9.2) 2025-04-16 20:37:42.123 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev13) (0.16.0) 2025-04-16 20:37:42.145 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev13) (0.2.6) 2025-04-16 20:37:42.527 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev13) (2.6.0) 2025-04-16 20:37:42.759 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (1.8.2) 2025-04-16 20:37:42.799 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev13) (3.15.0) 2025-04-16 20:37:42.875 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev13) (1.5.0) 2025-04-16 20:37:43.114 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2025-04-16 20:37:43.119 | Using cached os_ken-2.7.1-py3-none-any.whl (2.0 MB) 2025-04-16 20:37:43.130 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2025-04-16 20:37:43.132 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2025-04-16 20:37:43.135 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2025-04-16 20:37:43.137 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2025-04-16 20:37:43.141 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2025-04-16 20:37:43.144 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2025-04-16 20:37:43.148 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2025-04-16 20:37:43.150 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2025-04-16 20:37:43.152 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2025-04-16 20:37:43.154 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2025-04-16 20:37:43.157 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2025-04-16 20:37:43.159 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-04-16 20:37:43.580 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2025-04-16 20:37:46.333 | Running setup.py develop for neutron 2025-04-16 20:37:47.802 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev13 neutron-lib-3.8.2 os-client-config-2.1.0 os-ken-2.7.1 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.7 ovsdbapp-2.4.2 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2025-04-16 20:37:47.953 | + inc/python:pip_install:222 : result=0 2025-04-16 20:37:47.956 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:37:47.958 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:47.959 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:47.961 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:47.963 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:47.965 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:47.967 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:37:47.969 | + functions-common:time_stop:2407 : start_time=1744835857477 2025-04-16 20:37:47.971 | + functions-common:time_stop:2409 : [[ -z 1744835857477 ]] 2025-04-16 20:37:47.973 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:47.976 | + functions-common:time_stop:2412 : end_time=1744835867974 2025-04-16 20:37:47.978 | + functions-common:time_stop:2413 : elapsed_time=10497 2025-04-16 20:37:47.980 | + functions-common:time_stop:2414 : total=61857 2025-04-16 20:37:47.982 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:47.984 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=72354 2025-04-16 20:37:47.986 | + inc/python:pip_install:225 : return 0 2025-04-16 20:37:47.988 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 20:37:47.989 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:37:47.991 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2025-04-16 20:37:47.993 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2025-04-16 20:37:47.995 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:37:47.997 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:37:47.999 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2025-04-16 20:37:48.001 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:37:48.003 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2025-04-16 20:37:48.005 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 20:37:48.007 | + stack.sh:main:962 : is_service_enabled nova 2025-04-16 20:37:48.020 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:37:48.022 | + stack.sh:main:964 : stack_install_service nova 2025-04-16 20:37:48.024 | + lib/stack:stack_install_service:20 : local service=nova 2025-04-16 20:37:48.026 | + lib/stack:stack_install_service:21 : type install_nova 2025-04-16 20:37:48.028 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 20:37:48.030 | + lib/stack:stack_install_service:32 : install_nova 2025-04-16 20:37:48.032 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2025-04-16 20:37:48.034 | + inc/python:use_library_from_git:272 : local name=os-vif 2025-04-16 20:37:48.036 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:37:48.038 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:37:48.040 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2025-04-16 20:37:48.042 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:37:48.044 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2025-04-16 20:37:48.056 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:37:48.058 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2025-04-16 20:37:48.070 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:37:48.072 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2025-04-16 20:37:48.084 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:37:48.086 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova db9a81050c9f15a98c9d4b011c974c35fa18b500 2025-04-16 20:37:48.088 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2025-04-16 20:37:48.090 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2025-04-16 20:37:48.092 | + functions-common:git_clone:574 : local git_ref=db9a81050c9f15a98c9d4b011c974c35fa18b500 2025-04-16 20:37:48.094 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 20:37:48.096 | ++ functions-common:git_clone:576 : pwd 2025-04-16 20:37:48.098 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 20:37:48.100 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 20:37:48.102 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 20:37:48.115 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 20:37:48.117 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 20:37:48.118 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 20:37:48.120 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 20:37:48.123 | + functions-common:git_clone:593 : echo db9a81050c9f15a98c9d4b011c974c35fa18b500 2025-04-16 20:37:48.123 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 20:37:48.127 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//nova ]] 2025-04-16 20:37:48.129 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 20:37:48.131 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 20:37:48.132 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:37:48.134 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:37:48.136 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:37:48.138 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:37:48.140 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:37:48.141 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:37:48.143 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:37:48.145 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:37:48.147 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:37:48.150 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835868148 2025-04-16 20:37:48.152 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2025-04-16 20:37:48.155 | Cloning into '/opt/stack//nova'... 2025-04-16 20:37:52.161 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:37:52.162 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:52.164 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:52.166 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:52.168 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:52.170 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:52.171 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:37:52.173 | + functions-common:time_stop:2407 : start_time=1744835868148 2025-04-16 20:37:52.175 | + functions-common:time_stop:2409 : [[ -z 1744835868148 ]] 2025-04-16 20:37:52.177 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:52.180 | + functions-common:time_stop:2412 : end_time=1744835872178 2025-04-16 20:37:52.182 | + functions-common:time_stop:2413 : elapsed_time=4030 2025-04-16 20:37:52.184 | + functions-common:time_stop:2414 : total=28748 2025-04-16 20:37:52.186 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:52.187 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=32778 2025-04-16 20:37:52.189 | + functions-common:git_clone:614 : cd /opt/stack//nova 2025-04-16 20:37:52.191 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin db9a81050c9f15a98c9d4b011c974c35fa18b500 2025-04-16 20:37:52.193 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:37:52.195 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:37:52.197 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:37:52.198 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:37:52.200 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:37:52.202 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:37:52.204 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:37:52.205 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:37:52.208 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:37:52.211 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835872209 2025-04-16 20:37:52.213 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin db9a81050c9f15a98c9d4b011c974c35fa18b500 2025-04-16 20:37:57.390 | From https://opendev.org/openstack/nova 2025-04-16 20:37:57.390 | * branch db9a81050c9f15a98c9d4b011c974c35fa18b500 -> FETCH_HEAD 2025-04-16 20:37:57.425 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:37:57.427 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:57.429 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:57.431 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:57.432 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:57.434 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:57.435 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:37:57.437 | + functions-common:time_stop:2407 : start_time=1744835872209 2025-04-16 20:37:57.439 | + functions-common:time_stop:2409 : [[ -z 1744835872209 ]] 2025-04-16 20:37:57.441 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:57.444 | + functions-common:time_stop:2412 : end_time=1744835877442 2025-04-16 20:37:57.445 | + functions-common:time_stop:2413 : elapsed_time=5233 2025-04-16 20:37:57.447 | + functions-common:time_stop:2414 : total=32778 2025-04-16 20:37:57.449 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:57.450 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38011 2025-04-16 20:37:57.452 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 20:37:57.454 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:37:57.456 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:37:57.457 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:37:57.459 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:37:57.461 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:37:57.463 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:37:57.464 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:37:57.466 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:37:57.469 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:37:57.471 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835877469 2025-04-16 20:37:57.473 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 20:37:57.770 | Note: switching to 'FETCH_HEAD'. 2025-04-16 20:37:57.770 | 2025-04-16 20:37:57.770 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 20:37:57.770 | changes and commit them, and you can discard any commits you make in this 2025-04-16 20:37:57.770 | state without impacting any branches by switching back to a branch. 2025-04-16 20:37:57.770 | 2025-04-16 20:37:57.770 | If you want to create a new branch to retain commits you create, you may 2025-04-16 20:37:57.770 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 20:37:57.770 | 2025-04-16 20:37:57.770 | git switch -c 2025-04-16 20:37:57.770 | 2025-04-16 20:37:57.770 | Or undo this operation with: 2025-04-16 20:37:57.770 | 2025-04-16 20:37:57.770 | git switch - 2025-04-16 20:37:57.770 | 2025-04-16 20:37:57.770 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 20:37:57.770 | 2025-04-16 20:37:57.770 | HEAD is now at db9a810 Reproduce bug/2097359 2025-04-16 20:37:57.774 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:37:57.776 | + functions-common:time_stop:2400 : local name 2025-04-16 20:37:57.777 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:37:57.779 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:37:57.781 | + functions-common:time_stop:2403 : local total 2025-04-16 20:37:57.783 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:37:57.785 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:37:57.786 | + functions-common:time_stop:2407 : start_time=1744835877469 2025-04-16 20:37:57.788 | + functions-common:time_stop:2409 : [[ -z 1744835877469 ]] 2025-04-16 20:37:57.791 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:37:57.794 | + functions-common:time_stop:2412 : end_time=1744835877791 2025-04-16 20:37:57.795 | + functions-common:time_stop:2413 : elapsed_time=322 2025-04-16 20:37:57.797 | + functions-common:time_stop:2414 : total=38011 2025-04-16 20:37:57.799 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:37:57.800 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38333 2025-04-16 20:37:57.802 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2025-04-16 20:37:57.813 | + functions-common:git_clone:655 : cd /opt/stack//nova 2025-04-16 20:37:57.815 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 20:37:57.816 | + functions-common:git_clone:656 : head -1 2025-04-16 20:37:57.817 | db9a810 Reproduce bug/2097359 2025-04-16 20:37:57.819 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 20:37:57.821 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2025-04-16 20:37:57.823 | + inc/python:setup_develop:360 : local bindep 2025-04-16 20:37:57.825 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 20:37:57.827 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2025-04-16 20:37:57.829 | + inc/python:setup_develop:366 : local extras= 2025-04-16 20:37:57.831 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2025-04-16 20:37:57.833 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 20:37:57.835 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2025-04-16 20:37:57.837 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2025-04-16 20:37:57.838 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 20:37:57.840 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 20:37:57.843 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2025-04-16 20:37:57.845 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 20:37:57.847 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2025-04-16 20:37:57.849 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 20:37:57.851 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 20:37:57.853 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2025-04-16 20:37:57.857 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2025-04-16 20:37:57.859 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2025-04-16 20:37:58.177 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2025-04-16 20:37:58.180 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 20:37:58.182 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 20:37:58.184 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 20:37:58.186 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2025-04-16 20:37:58.188 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2025-04-16 20:37:58.190 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 20:37:58.192 | + inc/python:setup_package:450 : local extras= 2025-04-16 20:37:58.193 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 20:37:58.195 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 20:37:58.197 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 20:37:58.199 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 20:37:58.201 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 20:37:58.203 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2025-04-16 20:37:58.219 | Using python 3.10 to install /opt/stack/nova 2025-04-16 20:37:58.221 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2025-04-16 20:37:59.054 | Obtaining file:///opt/stack/nova 2025-04-16 20:37:59.055 | Preparing metadata (setup.py): started 2025-04-16 20:37:59.668 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 20:37:59.756 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.11.1) 2025-04-16 20:37:59.756 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.4.41) 2025-04-16 20:37:59.757 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.1.1) 2025-04-16 20:37:59.758 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (0.33.3) 2025-04-16 20:37:59.758 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.1.2) 2025-04-16 20:37:59.759 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (10.4.1) 2025-04-16 20:37:59.760 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.9.2) 2025-04-16 20:37:59.760 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.5.1) 2025-04-16 20:37:59.761 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (40.0.2) 2025-04-16 20:37:59.762 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.8.7) 2025-04-16 20:37:59.763 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.0.2) 2025-04-16 20:37:59.763 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.0.1) 2025-04-16 20:37:59.764 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.5.2) 2025-04-16 20:37:59.765 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.7.0) 2025-04-16 20:37:59.765 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.9.4) 2025-04-16 20:37:59.766 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (0.8.0) 2025-04-16 20:37:59.767 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (0.11.0) 2025-04-16 20:37:59.767 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.1.0) 2025-04-16 20:37:59.768 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.1.0) 2025-04-16 20:37:59.769 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.17.3) 2025-04-16 20:37:59.769 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (9.4.0) 2025-04-16 20:37:59.770 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.3.0) 2025-04-16 20:37:59.771 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (11.0.0) 2025-04-16 20:37:59.772 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.4.1) 2025-04-16 20:37:59.772 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.28.2) 2025-04-16 20:37:59.773 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.1.0) 2025-04-16 20:37:59.967 | Collecting websockify>=0.9.0 (from nova==0.0.1.dev13) 2025-04-16 20:37:59.968 | Using cached websockify-0.10.0-py3-none-any.whl 2025-04-16 20:37:59.974 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.5.0) 2025-04-16 20:37:59.975 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.2.0) 2025-04-16 20:37:59.976 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (9.2.0) 2025-04-16 20:37:59.977 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.2.0) 2025-04-16 20:37:59.977 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.3.2) 2025-04-16 20:37:59.978 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.2.0) 2025-04-16 20:37:59.979 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.1.0) 2025-04-16 20:37:59.979 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.2.1) 2025-04-16 20:37:59.980 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.2.0) 2025-04-16 20:37:59.981 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (6.2.1) 2025-04-16 20:37:59.982 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (14.1.1) 2025-04-16 20:37:59.982 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (7.1.0) 2025-04-16 20:37:59.983 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (14.4.2) 2025-04-16 20:37:59.984 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.2.1) 2025-04-16 20:37:59.985 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.2.0) 2025-04-16 20:37:59.985 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (6.1.1) 2025-04-16 20:37:59.986 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.2.1) 2025-04-16 20:37:59.987 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.0.0) 2025-04-16 20:37:59.988 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.2.0) 2025-04-16 20:37:59.988 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (5.9.5) 2025-04-16 20:37:59.989 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.2.0) 2025-04-16 20:37:59.990 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (6.4.2) 2025-04-16 20:37:59.991 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.1.0) 2025-04-16 20:37:59.991 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.0.0) 2025-04-16 20:37:59.992 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (3.2.0) 2025-04-16 20:37:59.993 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.3.0) 2025-04-16 20:38:00.106 | Collecting microversion-parse>=0.2.1 (from nova==0.0.1.dev13) 2025-04-16 20:38:00.108 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2025-04-16 20:38:00.110 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (4.2.0) 2025-04-16 20:38:00.112 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (0.2.3) 2025-04-16 20:38:00.112 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.3.4) 2025-04-16 20:38:00.112 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.7.0) 2025-04-16 20:38:00.113 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.8.2) 2025-04-16 20:38:00.113 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (2.4.1) 2025-04-16 20:38:00.114 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (1.5.1) 2025-04-16 20:38:00.115 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (6.0) 2025-04-16 20:38:00.116 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.0.1.dev13) (23.1) 2025-04-16 20:38:00.122 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.0.1.dev13) (1.2.4) 2025-04-16 20:38:00.132 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==0.0.1.dev13) (5.6.1) 2025-04-16 20:38:00.151 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.0.1.dev13) (1.15.1) 2025-04-16 20:38:00.163 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev13) (2.3.0) 2025-04-16 20:38:00.164 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.0.1.dev13) (1.16.0) 2025-04-16 20:38:00.176 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.0.1.dev13) (2.1.2) 2025-04-16 20:38:00.195 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev13) (23.1.0) 2025-04-16 20:38:00.196 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.0.1.dev13) (0.19.3) 2025-04-16 20:38:00.244 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev13) (3.1.1) 2025-04-16 20:38:00.245 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.0.1.dev13) (5.2.0) 2025-04-16 20:38:00.270 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev13) (1.4.4) 2025-04-16 20:38:00.271 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev13) (1.4.0) 2025-04-16 20:38:00.272 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev13) (1.32) 2025-04-16 20:38:00.273 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev13) (1.0.1) 2025-04-16 20:38:00.274 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.0.1.dev13) (1.1.8) 2025-04-16 20:38:00.285 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev13) (5.9.0) 2025-04-16 20:38:00.287 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.0.1.dev13) (6.3.1) 2025-04-16 20:38:00.308 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev13) (2.5.0) 2025-04-16 20:38:00.310 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev13) (2.4.2) 2025-04-16 20:38:00.312 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.0.1.dev13) (0.7.7) 2025-04-16 20:38:00.339 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==0.0.1.dev13) (0.18) 2025-04-16 20:38:00.410 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev13) (2.0.1) 2025-04-16 20:38:00.410 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.0.1.dev13) (0.5.0) 2025-04-16 20:38:00.446 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->nova==0.0.1.dev13) (0.9.6) 2025-04-16 20:38:00.473 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev13) (5.1.1) 2025-04-16 20:38:00.475 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev13) (5.3.0) 2025-04-16 20:38:00.477 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev13) (5.2.4) 2025-04-16 20:38:00.477 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.0.1.dev13) (0.7.0) 2025-04-16 20:38:00.488 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev13) (4.0.1) 2025-04-16 20:38:00.490 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.0.1.dev13) (4.0.1) 2025-04-16 20:38:00.512 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==0.0.1.dev13) (1.0.5) 2025-04-16 20:38:00.538 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev13) (2023.3) 2025-04-16 20:38:00.539 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.0.1.dev13) (2023.3) 2025-04-16 20:38:00.553 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev13) (1.4.0) 2025-04-16 20:38:00.554 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.0.1.dev13) (4.0.1) 2025-04-16 20:38:00.578 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->nova==0.0.1.dev13) (3.0.9) 2025-04-16 20:38:00.623 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==0.0.1.dev13) (1.5.0) 2025-04-16 20:38:00.635 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.0.1.dev13) (69.1.1) 2025-04-16 20:38:00.673 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.0.1.dev13) (0.2.6) 2025-04-16 20:38:00.734 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev13) (23.1.1) 2025-04-16 20:38:00.735 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev13) (2.0.1) 2025-04-16 20:38:00.736 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.0.1.dev13) (1.15.0) 2025-04-16 20:38:00.756 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev13) (4.3.0) 2025-04-16 20:38:00.757 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev13) (2.1.0) 2025-04-16 20:38:00.758 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev13) (2.8.1) 2025-04-16 20:38:00.760 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.0.1.dev13) (3.19.1) 2025-04-16 20:38:00.790 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev13) (3.1.0) 2025-04-16 20:38:00.791 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev13) (3.4) 2025-04-16 20:38:00.792 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev13) (1.26.15) 2025-04-16 20:38:00.793 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.0.1.dev13) (2025.1.31) 2025-04-16 20:38:00.836 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==0.0.1.dev13) (0.7) 2025-04-16 20:38:00.960 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==0.0.1.dev13) (0.13.1) 2025-04-16 20:38:01.254 | Collecting numpy (from websockify>=0.9.0->nova==0.0.1.dev13) 2025-04-16 20:38:01.257 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2025-04-16 20:38:01.274 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.0.1.dev13) (5.0.0) 2025-04-16 20:38:01.378 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->nova==0.0.1.dev13) (2.21) 2025-04-16 20:38:01.412 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev13) (0.5.1) 2025-04-16 20:38:01.413 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev13) (2.4.3) 2025-04-16 20:38:01.413 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev13) (6.0.1) 2025-04-16 20:38:01.554 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==0.0.1.dev13) (2.3) 2025-04-16 20:38:01.701 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.0.1.dev13) (0.16.0) 2025-04-16 20:38:01.720 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev13) (2.17.7) 2025-04-16 20:38:02.087 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.0.1.dev13) (2.6.0) 2025-04-16 20:38:02.406 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev13) (1.8.2) 2025-04-16 20:38:02.447 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.0.1.dev13) (3.15.0) 2025-04-16 20:38:02.489 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.0.1.dev13) (2.4.0) 2025-04-16 20:38:02.678 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2025-04-16 20:38:02.681 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2025-04-16 20:38:03.208 | Installing collected packages: numpy, microversion-parse, websockify, nova 2025-04-16 20:38:05.095 | Running setup.py develop for nova 2025-04-16 20:38:06.589 | Successfully installed microversion-parse-1.0.1 nova-0.0.1.dev13 numpy-1.24.2 websockify-0.10.0 2025-04-16 20:38:06.742 | + inc/python:pip_install:222 : result=0 2025-04-16 20:38:06.744 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:38:06.746 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:06.748 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:06.750 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:06.752 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:06.754 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:06.756 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:38:06.758 | + functions-common:time_stop:2407 : start_time=1744835878215 2025-04-16 20:38:06.760 | + functions-common:time_stop:2409 : [[ -z 1744835878215 ]] 2025-04-16 20:38:06.762 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:06.765 | + functions-common:time_stop:2412 : end_time=1744835886763 2025-04-16 20:38:06.767 | + functions-common:time_stop:2413 : elapsed_time=8548 2025-04-16 20:38:06.769 | + functions-common:time_stop:2414 : total=72354 2025-04-16 20:38:06.770 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:06.772 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=80902 2025-04-16 20:38:06.774 | + inc/python:pip_install:225 : return 0 2025-04-16 20:38:06.776 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 20:38:06.778 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:38:06.780 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2025-04-16 20:38:06.782 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2025-04-16 20:38:06.784 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:38:06.786 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:38:06.789 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2025-04-16 20:38:06.791 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:38:06.793 | + lib/nova:install_nova:972 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2025-04-16 20:38:06.813 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 20:38:06.815 | + stack.sh:main:965 : configure_nova 2025-04-16 20:38:06.818 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2025-04-16 20:38:06.832 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2025-04-16 20:38:06.834 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2025-04-16 20:38:06.836 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2025-04-16 20:38:06.839 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2025-04-16 20:38:06.840 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2025-04-16 20:38:06.843 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2025-04-16 20:38:06.845 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2025-04-16 20:38:06.847 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2025-04-16 20:38:06.849 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2025-04-16 20:38:06.851 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2025-04-16 20:38:06.853 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2025-04-16 20:38:06.855 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 20:38:06.857 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2025-04-16 20:38:06.866 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2025-04-16 20:38:06.875 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2025-04-16 20:38:06.884 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2025-04-16 20:38:06.894 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2025-04-16 20:38:06.903 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2025-04-16 20:38:06.912 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2025-04-16 20:38:06.915 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2025-04-16 20:38:06.918 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.lrxXlpKq38 2025-04-16 20:38:06.920 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 20:38:06.922 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2025-04-16 20:38:06.924 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2025-04-16 20:38:06.926 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 20:38:06.928 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2025-04-16 20:38:06.930 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.lrxXlpKq38 2025-04-16 20:38:06.933 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.lrxXlpKq38 2025-04-16 20:38:06.942 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.lrxXlpKq38 /etc/sudoers.d/nova-rootwrap 2025-04-16 20:38:06.952 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2025-04-16 20:38:06.955 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2025-04-16 20:38:06.957 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2025-04-16 20:38:06.959 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2025-04-16 20:38:06.961 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2025-04-16 20:38:06.963 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2025-04-16 20:38:06.965 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2025-04-16 20:38:06.967 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2025-04-16 20:38:06.967 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2025-04-16 20:38:06.973 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2025-04-16 20:38:06.976 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2025-04-16 20:38:06.985 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2025-04-16 20:38:06.994 | + lib/nova:configure_nova:258 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-16 20:38:06.996 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2025-04-16 20:38:06.999 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2025-04-16 20:38:07.012 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:07.014 | + lib/nova:configure_nova:361 : create_nova_conf 2025-04-16 20:38:07.016 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2025-04-16 20:38:07.018 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2025-04-16 20:38:07.021 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2025-04-16 20:38:07.044 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2025-04-16 20:38:07.045 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2025-04-16 20:38:07.066 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2025-04-16 20:38:07.089 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2025-04-16 20:38:07.110 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-16 20:38:07.134 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2025-04-16 20:38:07.157 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2025-04-16 20:38:07.181 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2025-04-16 20:38:07.202 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2025-04-16 20:38:07.224 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2025-04-16 20:38:07.245 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2025-04-16 20:38:07.267 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2025-04-16 20:38:07.288 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2025-04-16 20:38:07.311 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2025-04-16 20:38:07.333 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2025-04-16 20:38:07.354 | + lib/nova:create_nova_conf:459 : is_fedora 2025-04-16 20:38:07.356 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 20:38:07.358 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 20:38:07.360 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 20:38:07.361 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 20:38:07.363 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 20:38:07.365 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 20:38:07.366 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 20:38:07.368 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 20:38:07.370 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 20:38:07.372 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 20:38:07.374 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 20:38:07.376 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 20:38:07.377 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 20:38:07.379 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2025-04-16 20:38:07.391 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:07.393 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 20:38:07.395 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2025-04-16 20:38:07.397 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2025-04-16 20:38:07.399 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 20:38:07.401 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 20:38:07.403 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 20:38:07.404 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 20:38:07.406 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 20:38:07.408 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 20:38:07.420 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:07.421 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 20:38:07.423 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 20:38:07.425 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 20:38:07.449 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2025-04-16 20:38:07.451 | ++ lib/database:database_connection_url:134 : local db=nova_api 2025-04-16 20:38:07.453 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2025-04-16 20:38:07.455 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2025-04-16 20:38:07.456 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 20:38:07.458 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 20:38:07.460 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 20:38:07.472 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:07.473 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 20:38:07.475 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-16 20:38:07.477 | + lib/nova:create_nova_conf:482 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2025-04-16 20:38:07.501 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2025-04-16 20:38:07.525 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2025-04-16 20:38:07.546 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2025-04-16 20:38:07.568 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2025-04-16 20:38:07.580 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:07.582 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2025-04-16 20:38:07.594 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:07.597 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2025-04-16 20:38:07.597 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2025-04-16 20:38:07.600 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2025-04-16 20:38:07.602 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2025-04-16 20:38:07.624 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2025-04-16 20:38:07.626 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2025-04-16 20:38:07.649 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2025-04-16 20:38:07.671 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2025-04-16 20:38:07.683 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:07.685 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2025-04-16 20:38:07.687 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2025-04-16 20:38:07.689 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 20:38:07.690 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 20:38:07.692 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2025-04-16 20:38:07.715 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2025-04-16 20:38:07.737 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 20:38:07.759 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2025-04-16 20:38:07.781 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2025-04-16 20:38:07.806 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2025-04-16 20:38:07.829 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2025-04-16 20:38:07.852 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2025-04-16 20:38:07.874 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 20:38:07.898 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 20:38:07.920 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2025-04-16 20:38:07.932 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:07.934 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2025-04-16 20:38:07.936 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2025-04-16 20:38:07.959 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2025-04-16 20:38:07.982 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2025-04-16 20:38:08.004 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2025-04-16 20:38:08.026 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2025-04-16 20:38:08.048 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2025-04-16 20:38:08.069 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2025-04-16 20:38:08.091 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2025-04-16 20:38:08.114 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2025-04-16 20:38:08.126 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:08.128 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2025-04-16 20:38:08.130 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2025-04-16 20:38:08.153 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2025-04-16 20:38:08.178 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2025-04-16 20:38:08.180 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2025-04-16 20:38:08.202 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2025-04-16 20:38:08.204 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2025-04-16 20:38:08.205 | + lib/nova:create_nova_conf:534 : is_fedora 2025-04-16 20:38:08.207 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 20:38:08.209 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 20:38:08.211 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 20:38:08.212 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 20:38:08.214 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 20:38:08.216 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 20:38:08.218 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 20:38:08.219 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 20:38:08.221 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 20:38:08.223 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 20:38:08.224 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 20:38:08.226 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 20:38:08.228 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 20:38:08.230 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2025-04-16 20:38:08.231 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2025-04-16 20:38:08.233 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2025-04-16 20:38:08.236 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 20:38:08.248 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 20:38:08.250 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 20:38:08.251 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 20:38:08.253 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 20:38:08.255 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 20:38:08.277 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:38:08.299 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:38:08.321 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 20:38:08.343 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2025-04-16 20:38:08.367 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2025-04-16 20:38:08.379 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:08.380 | + lib/nova:create_nova_conf:544 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /opt/stack/data/venv/bin/nova-api-wsgi /compute 2025-04-16 20:38:08.382 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2025-04-16 20:38:08.384 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 20:38:08.386 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2025-04-16 20:38:08.388 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 20:38:08.389 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 20:38:08.392 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 20:38:08.394 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2025-04-16 20:38:08.396 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 20:38:08.398 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 20:38:08.407 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 20:38:08.407 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 20:38:08.414 | d /var/run/uwsgi 0755 stack root 2025-04-16 20:38:08.416 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 20:38:08.424 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 20:38:08.427 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 20:38:08.429 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2025-04-16 20:38:08.432 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-api-wsgi 2025-04-16 20:38:08.455 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2025-04-16 20:38:08.476 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2025-04-16 20:38:08.498 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2025-04-16 20:38:08.520 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 20:38:08.542 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 20:38:08.563 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2025-04-16 20:38:08.585 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2025-04-16 20:38:08.606 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2025-04-16 20:38:08.629 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 20:38:08.651 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 20:38:08.673 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 20:38:08.695 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2025-04-16 20:38:08.717 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 20:38:08.719 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 20:38:08.721 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2025-04-16 20:38:08.723 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2025-04-16 20:38:08.725 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 20:38:08.727 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:08.729 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:08.731 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 20:38:08.733 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 20:38:08.735 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2025-04-16 20:38:08.757 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 20:38:08.779 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 ' 2025-04-16 20:38:08.779 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2025-04-16 20:38:08.786 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2025-04-16 20:38:08.788 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2025-04-16 20:38:08.790 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2025-04-16 20:38:08.792 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 20:38:08.794 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 20:38:08.796 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 20:38:08.798 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:08.800 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:08.801 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 20:38:08.803 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 20:38:08.805 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:08.807 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:08.809 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2025-04-16 20:38:08.841 | Enabling site nova-api-wsgi. 2025-04-16 20:38:08.845 | To activate the new configuration, you need to run: 2025-04-16 20:38:08.845 | systemctl reload apache2 2025-04-16 20:38:08.848 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 20:38:08.850 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 20:38:08.852 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:38:08.854 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 20:38:08.960 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2025-04-16 20:38:08.973 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:08.975 | + lib/nova:create_nova_conf:548 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /opt/stack/data/venv/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2025-04-16 20:38:08.977 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2025-04-16 20:38:08.978 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 20:38:08.980 | + lib/apache:write_uwsgi_config:243 : local url= 2025-04-16 20:38:08.982 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2025-04-16 20:38:08.984 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 20:38:08.987 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 20:38:08.990 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2025-04-16 20:38:08.991 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 20:38:08.993 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 20:38:09.003 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 20:38:09.003 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 20:38:09.010 | d /var/run/uwsgi 0755 stack root 2025-04-16 20:38:09.013 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 20:38:09.021 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 20:38:09.024 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2025-04-16 20:38:09.026 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2025-04-16 20:38:09.028 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-metadata-wsgi 2025-04-16 20:38:09.052 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2025-04-16 20:38:09.074 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2025-04-16 20:38:09.095 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2025-04-16 20:38:09.118 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 20:38:09.141 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 20:38:09.163 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2025-04-16 20:38:09.185 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2025-04-16 20:38:09.207 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2025-04-16 20:38:09.229 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 20:38:09.251 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 20:38:09.273 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 20:38:09.296 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2025-04-16 20:38:09.319 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2025-04-16 20:38:09.321 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2025-04-16 20:38:09.343 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2025-04-16 20:38:09.355 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:09.357 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2025-04-16 20:38:09.382 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2025-04-16 20:38:09.384 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2025-04-16 20:38:09.385 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2025-04-16 20:38:09.397 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:09.399 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:38:09.401 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:38:09.423 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2025-04-16 20:38:09.447 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2025-04-16 20:38:09.449 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 20:38:09.451 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2025-04-16 20:38:09.453 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 20:38:09.454 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 20:38:09.456 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 20:38:09.468 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:09.471 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 20:38:09.472 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 20:38:09.474 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 20:38:09.487 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:09.489 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:38:09.491 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:38:09.513 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 20:38:09.515 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 20:38:09.517 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2025-04-16 20:38:09.539 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2025-04-16 20:38:09.562 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2025-04-16 20:38:09.586 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2025-04-16 20:38:09.598 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:09.600 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2025-04-16 20:38:09.623 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2025-04-16 20:38:09.625 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2025-04-16 20:38:09.626 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2025-04-16 20:38:09.652 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2025-04-16 20:38:09.676 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2025-04-16 20:38:09.699 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2025-04-16 20:38:09.722 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2025-04-16 20:38:09.744 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2025-04-16 20:38:09.767 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2025-04-16 20:38:09.790 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2025-04-16 20:38:09.813 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2025-04-16 20:38:09.836 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2025-04-16 20:38:09.848 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:09.851 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2025-04-16 20:38:09.854 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 20:38:09.855 | + lib/nova:create_nova_conf:582 : local conf 2025-04-16 20:38:09.857 | + lib/nova:create_nova_conf:583 : local vhost 2025-04-16 20:38:09.859 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2025-04-16 20:38:09.861 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 20:38:09.863 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 20:38:09.865 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2025-04-16 20:38:09.867 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2025-04-16 20:38:09.869 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2025-04-16 20:38:09.872 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2025-04-16 20:38:09.874 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2025-04-16 20:38:09.876 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2025-04-16 20:38:09.878 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2025-04-16 20:38:09.880 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 20:38:09.881 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 20:38:09.883 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 20:38:09.895 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:09.897 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 20:38:09.899 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 20:38:09.902 | + lib/nova:create_nova_conf:588 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2025-04-16 20:38:09.926 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2025-04-16 20:38:09.950 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2025-04-16 20:38:09.975 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 20:38:09.976 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2025-04-16 20:38:09.978 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2025-04-16 20:38:09.980 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2025-04-16 20:38:09.982 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 20:38:09.984 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 20:38:09.986 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 20:38:09.998 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:10.000 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 20:38:10.002 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 20:38:10.004 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 20:38:10.017 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:10.019 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:38:10.021 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:38:10.044 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 20:38:10.045 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 20:38:10.047 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2025-04-16 20:38:10.049 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2025-04-16 20:38:10.051 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2025-04-16 20:38:10.053 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 20:38:10.066 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 20:38:10.068 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 20:38:10.070 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 20:38:10.071 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 20:38:10.073 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 20:38:10.096 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:38:10.118 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:38:10.141 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 20:38:10.163 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 20:38:10.165 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2025-04-16 20:38:10.167 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2025-04-16 20:38:10.169 | + lib/nova:configure_console_proxies:728 : local offset=0 2025-04-16 20:38:10.171 | + lib/nova:configure_console_proxies:732 : offset=0 2025-04-16 20:38:10.172 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2025-04-16 20:38:10.185 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:10.186 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2025-04-16 20:38:10.188 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2025-04-16 20:38:10.200 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:10.202 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2025-04-16 20:38:10.214 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:10.216 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2025-04-16 20:38:10.229 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:10.231 | + stack.sh:main:968 : is_service_enabled placement 2025-04-16 20:38:10.244 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:10.247 | + stack.sh:main:970 : stack_install_service placement 2025-04-16 20:38:10.249 | + lib/stack:stack_install_service:20 : local service=placement 2025-04-16 20:38:10.251 | + lib/stack:stack_install_service:21 : type install_placement 2025-04-16 20:38:10.253 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2025-04-16 20:38:10.255 | + lib/stack:stack_install_service:32 : install_placement 2025-04-16 20:38:10.257 | + lib/placement:install_placement:150 : install_apache_wsgi 2025-04-16 20:38:10.259 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2025-04-16 20:38:10.261 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:10.263 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:10.265 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2025-04-16 20:38:10.267 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 20:38:10.269 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 20:38:10.271 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 20:38:10.273 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 20:38:10.275 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 20:38:10.277 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 20:38:10.279 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:10.281 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:10.283 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 20:38:10.285 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 20:38:10.287 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 20:38:10.289 | + functions-common:apt_get_update:1150 : return 2025-04-16 20:38:10.291 | + functions-common:install_package:1422 : real_install_package apache2 2025-04-16 20:38:10.293 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 20:38:10.295 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:10.297 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:10.299 | + functions-common:real_install_package:1410 : apt_get install apache2 2025-04-16 20:38:10.316 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2025-04-16 20:38:10.375 | Reading package lists... 2025-04-16 20:38:10.588 | Building dependency tree... 2025-04-16 20:38:10.589 | Reading state information... 2025-04-16 20:38:10.805 | apache2 is already the newest version (2.4.52-1ubuntu4.14). 2025-04-16 20:38:10.805 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 20:38:10.810 | + functions-common:apt_get:1194 : result=0 2025-04-16 20:38:10.812 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 20:38:10.814 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:10.816 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:10.818 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:10.820 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:10.822 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:10.824 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 20:38:10.826 | + functions-common:time_stop:2407 : start_time=1744835890313 2025-04-16 20:38:10.827 | + functions-common:time_stop:2409 : [[ -z 1744835890313 ]] 2025-04-16 20:38:10.830 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:10.833 | + functions-common:time_stop:2412 : end_time=1744835890831 2025-04-16 20:38:10.835 | + functions-common:time_stop:2413 : elapsed_time=518 2025-04-16 20:38:10.837 | + functions-common:time_stop:2414 : total=39412 2025-04-16 20:38:10.839 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:10.841 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39930 2025-04-16 20:38:10.843 | + functions-common:apt_get:1198 : return 0 2025-04-16 20:38:10.845 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2025-04-16 20:38:10.848 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2025-04-16 20:38:10.850 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2025-04-16 20:38:10.852 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2025-04-16 20:38:10.854 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2025-04-16 20:38:10.868 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2025-04-16 20:38:10.870 | + functions-common:install_package:1421 : update_package_repo 2025-04-16 20:38:10.872 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2025-04-16 20:38:10.874 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2025-04-16 20:38:10.876 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2025-04-16 20:38:10.878 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2025-04-16 20:38:10.880 | + functions-common:update_package_repo:1403 : is_ubuntu 2025-04-16 20:38:10.882 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:10.884 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:10.886 | + functions-common:update_package_repo:1404 : apt_get_update 2025-04-16 20:38:10.888 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2025-04-16 20:38:10.890 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2025-04-16 20:38:10.892 | + functions-common:apt_get_update:1150 : return 2025-04-16 20:38:10.895 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2025-04-16 20:38:10.897 | + functions-common:real_install_package:1409 : is_ubuntu 2025-04-16 20:38:10.899 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:10.901 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:10.903 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2025-04-16 20:38:10.921 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2025-04-16 20:38:10.980 | Reading package lists... 2025-04-16 20:38:11.198 | Building dependency tree... 2025-04-16 20:38:11.199 | Reading state information... 2025-04-16 20:38:11.414 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2025-04-16 20:38:11.414 | 0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded. 2025-04-16 20:38:11.419 | + functions-common:apt_get:1194 : result=0 2025-04-16 20:38:11.421 | + functions-common:apt_get:1197 : time_stop apt-get 2025-04-16 20:38:11.423 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:11.425 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:11.427 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:11.429 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:11.431 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:11.433 | + functions-common:time_stop:2406 : name=apt-get 2025-04-16 20:38:11.435 | + functions-common:time_stop:2407 : start_time=1744835890918 2025-04-16 20:38:11.437 | + functions-common:time_stop:2409 : [[ -z 1744835890918 ]] 2025-04-16 20:38:11.439 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:11.442 | + functions-common:time_stop:2412 : end_time=1744835891440 2025-04-16 20:38:11.444 | + functions-common:time_stop:2413 : elapsed_time=522 2025-04-16 20:38:11.446 | + functions-common:time_stop:2414 : total=39930 2025-04-16 20:38:11.448 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:11.450 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40452 2025-04-16 20:38:11.452 | + functions-common:apt_get:1198 : return 0 2025-04-16 20:38:11.454 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2025-04-16 20:38:11.456 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2025-04-16 20:38:11.459 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 20:38:11.461 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:11.463 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:11.465 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2025-04-16 20:38:11.467 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2025-04-16 20:38:11.495 | wsgi (enabled by maintainer script) 2025-04-16 20:38:11.498 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2025-04-16 20:38:11.500 | + inc/python:pip_install_gr:94 : local name=osc-placement 2025-04-16 20:38:11.502 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 20:38:11.505 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2025-04-16 20:38:11.507 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2025-04-16 20:38:11.509 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 20:38:11.513 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2025-04-16 20:38:11.513 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 20:38:11.517 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2025-04-16 20:38:11.519 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2025-04-16 20:38:11.521 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2025-04-16 20:38:11.523 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2025-04-16 20:38:11.525 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2025-04-16 20:38:11.543 | Using python 3.10 to install osc-placement 2025-04-16 20:38:11.545 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2025-04-16 20:38:12.563 | Collecting osc-placement 2025-04-16 20:38:12.565 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2025-04-16 20:38:12.590 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2025-04-16 20:38:12.590 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (2.8.1) 2025-04-16 20:38:12.591 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.2.1) 2025-04-16 20:38:12.592 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2025-04-16 20:38:12.592 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2025-04-16 20:38:12.618 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2025-04-16 20:38:12.618 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2025-04-16 20:38:12.619 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.2) 2025-04-16 20:38:12.620 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.1.0) 2025-04-16 20:38:12.626 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.3.0) 2025-04-16 20:38:12.626 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (1.5.1) 2025-04-16 20:38:12.627 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.1.1) 2025-04-16 20:38:12.634 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2025-04-16 20:38:12.635 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2025-04-16 20:38:12.635 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2025-04-16 20:38:12.636 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2025-04-16 20:38:12.637 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2025-04-16 20:38:12.638 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-16 20:38:12.638 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2025-04-16 20:38:12.646 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.7.0) 2025-04-16 20:38:12.647 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2025-04-16 20:38:12.647 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2025-04-16 20:38:12.648 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.3) 2025-04-16 20:38:12.649 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0.1) 2025-04-16 20:38:12.652 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.15.0) 2025-04-16 20:38:12.668 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2025-04-16 20:38:12.669 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2025-04-16 20:38:12.669 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2025-04-16 20:38:12.671 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2025-04-16 20:38:12.671 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2025-04-16 20:38:12.672 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2025-04-16 20:38:12.673 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (40.0.2) 2025-04-16 20:38:12.694 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.1.0) 2025-04-16 20:38:12.695 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2025-04-16 20:38:12.695 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.15) 2025-04-16 20:38:12.696 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2025.1.31) 2025-04-16 20:38:12.735 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (23.1.0) 2025-04-16 20:38:12.736 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2025-04-16 20:38:12.736 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.6) 2025-04-16 20:38:12.756 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2025-04-16 20:38:12.788 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.15.0) 2025-04-16 20:38:12.797 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2025-04-16 20:38:12.855 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2025-04-16 20:38:12.896 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2025-04-16 20:38:13.688 | Installing collected packages: osc-placement 2025-04-16 20:38:13.767 | Successfully installed osc-placement-4.2.0 2025-04-16 20:38:13.872 | + inc/python:pip_install:222 : result=0 2025-04-16 20:38:13.874 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:38:13.876 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:13.878 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:13.880 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:13.883 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:13.884 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:13.886 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:38:13.889 | + functions-common:time_stop:2407 : start_time=1744835891539 2025-04-16 20:38:13.891 | + functions-common:time_stop:2409 : [[ -z 1744835891539 ]] 2025-04-16 20:38:13.893 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:13.896 | + functions-common:time_stop:2412 : end_time=1744835893894 2025-04-16 20:38:13.898 | + functions-common:time_stop:2413 : elapsed_time=2355 2025-04-16 20:38:13.900 | + functions-common:time_stop:2414 : total=80902 2025-04-16 20:38:13.902 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:13.904 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=83257 2025-04-16 20:38:13.907 | + inc/python:pip_install:225 : return 0 2025-04-16 20:38:13.909 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2025-04-16 20:38:13.911 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2025-04-16 20:38:13.912 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2025-04-16 20:38:13.914 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2025-04-16 20:38:13.916 | + functions-common:git_clone:575 : local orig_dir 2025-04-16 20:38:13.919 | ++ functions-common:git_clone:576 : pwd 2025-04-16 20:38:13.921 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 20:38:13.923 | + functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 20:38:13.926 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 20:38:13.939 | + functions-common:git_clone:579 : RECLONE=False 2025-04-16 20:38:13.941 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 20:38:13.943 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 20:38:13.945 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 20:38:13.947 | + functions-common:git_clone:593 : echo stable/2023.2 2025-04-16 20:38:13.947 | + functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 20:38:13.952 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2025-04-16 20:38:13.954 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 20:38:13.956 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 20:38:13.957 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:38:13.959 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:38:13.961 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:38:13.963 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:38:13.965 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:38:13.967 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:38:13.969 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:38:13.970 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:38:13.973 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:38:13.976 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835893974 2025-04-16 20:38:13.978 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2025-04-16 20:38:13.980 | Cloning into '/opt/stack//placement'... 2025-04-16 20:38:15.658 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:38:15.660 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:15.662 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:15.664 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:15.666 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:15.668 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:15.669 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:38:15.671 | + functions-common:time_stop:2407 : start_time=1744835893974 2025-04-16 20:38:15.673 | + functions-common:time_stop:2409 : [[ -z 1744835893974 ]] 2025-04-16 20:38:15.676 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:15.679 | + functions-common:time_stop:2412 : end_time=1744835895677 2025-04-16 20:38:15.681 | + functions-common:time_stop:2413 : elapsed_time=1703 2025-04-16 20:38:15.682 | + functions-common:time_stop:2414 : total=38333 2025-04-16 20:38:15.684 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:15.686 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=40036 2025-04-16 20:38:15.688 | + functions-common:git_clone:614 : cd /opt/stack//placement 2025-04-16 20:38:15.690 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2025-04-16 20:38:15.692 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:38:15.694 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:38:15.696 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:38:15.698 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:38:15.700 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:38:15.702 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:38:15.704 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:38:15.705 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:38:15.708 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:38:15.711 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835895709 2025-04-16 20:38:15.713 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2025-04-16 20:38:17.263 | From https://opendev.org/openstack/placement 2025-04-16 20:38:17.263 | * branch stable/2023.2 -> FETCH_HEAD 2025-04-16 20:38:17.267 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:38:17.269 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:17.271 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:17.273 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:17.275 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:17.277 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:17.279 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:38:17.280 | + functions-common:time_stop:2407 : start_time=1744835895709 2025-04-16 20:38:17.282 | + functions-common:time_stop:2409 : [[ -z 1744835895709 ]] 2025-04-16 20:38:17.285 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:17.288 | + functions-common:time_stop:2412 : end_time=1744835897286 2025-04-16 20:38:17.290 | + functions-common:time_stop:2413 : elapsed_time=1577 2025-04-16 20:38:17.292 | + functions-common:time_stop:2414 : total=40036 2025-04-16 20:38:17.294 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:17.295 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41613 2025-04-16 20:38:17.297 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 20:38:17.299 | + functions-common:git_timed:680 : local count=0 2025-04-16 20:38:17.301 | + functions-common:git_timed:681 : local timeout=0 2025-04-16 20:38:17.303 | + functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:38:17.305 | + functions-common:git_timed:684 : timeout=0 2025-04-16 20:38:17.307 | + functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:38:17.309 | + functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:38:17.311 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:38:17.313 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:38:17.316 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:38:17.319 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835897316 2025-04-16 20:38:17.321 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 20:38:17.347 | Note: switching to 'FETCH_HEAD'. 2025-04-16 20:38:17.347 | 2025-04-16 20:38:17.347 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 20:38:17.347 | changes and commit them, and you can discard any commits you make in this 2025-04-16 20:38:17.347 | state without impacting any branches by switching back to a branch. 2025-04-16 20:38:17.347 | 2025-04-16 20:38:17.347 | If you want to create a new branch to retain commits you create, you may 2025-04-16 20:38:17.347 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 20:38:17.347 | 2025-04-16 20:38:17.347 | git switch -c 2025-04-16 20:38:17.347 | 2025-04-16 20:38:17.347 | Or undo this operation with: 2025-04-16 20:38:17.347 | 2025-04-16 20:38:17.347 | git switch - 2025-04-16 20:38:17.347 | 2025-04-16 20:38:17.347 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 20:38:17.347 | 2025-04-16 20:38:17.347 | HEAD is now at d84f211 Add round-robin candidate generation strategy 2025-04-16 20:38:17.349 | + functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:38:17.351 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:17.353 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:17.355 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:17.357 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:17.359 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:17.361 | + functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:38:17.363 | + functions-common:time_stop:2407 : start_time=1744835897316 2025-04-16 20:38:17.364 | + functions-common:time_stop:2409 : [[ -z 1744835897316 ]] 2025-04-16 20:38:17.367 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:17.370 | + functions-common:time_stop:2412 : end_time=1744835897368 2025-04-16 20:38:17.372 | + functions-common:time_stop:2413 : elapsed_time=52 2025-04-16 20:38:17.374 | + functions-common:time_stop:2414 : total=41613 2025-04-16 20:38:17.376 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:17.378 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41665 2025-04-16 20:38:17.380 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2025-04-16 20:38:17.390 | + functions-common:git_clone:655 : cd /opt/stack//placement 2025-04-16 20:38:17.393 | + functions-common:git_clone:656 : git show --oneline 2025-04-16 20:38:17.394 | + functions-common:git_clone:656 : head -1 2025-04-16 20:38:17.396 | d84f211 Add round-robin candidate generation strategy 2025-04-16 20:38:17.399 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 20:38:17.401 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2025-04-16 20:38:17.403 | + inc/python:setup_develop:360 : local bindep 2025-04-16 20:38:17.405 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 20:38:17.407 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2025-04-16 20:38:17.409 | + inc/python:setup_develop:366 : local extras= 2025-04-16 20:38:17.411 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2025-04-16 20:38:17.413 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 20:38:17.415 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2025-04-16 20:38:17.417 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2025-04-16 20:38:17.419 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 20:38:17.421 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 20:38:17.424 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2025-04-16 20:38:17.426 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 20:38:17.428 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2025-04-16 20:38:17.430 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 20:38:17.432 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 20:38:17.435 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2025-04-16 20:38:17.439 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2025-04-16 20:38:17.441 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2025-04-16 20:38:17.766 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2025-04-16 20:38:17.768 | + inc/python:setup_package:440 : local bindep=0 2025-04-16 20:38:17.771 | + inc/python:setup_package:441 : local bindep_flag= 2025-04-16 20:38:17.773 | + inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 20:38:17.775 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2025-04-16 20:38:17.777 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2025-04-16 20:38:17.779 | + inc/python:setup_package:449 : local flags=-e 2025-04-16 20:38:17.781 | + inc/python:setup_package:450 : local extras= 2025-04-16 20:38:17.783 | + inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 20:38:17.785 | + inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 20:38:17.787 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 20:38:17.789 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 20:38:17.792 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 20:38:17.794 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2025-04-16 20:38:17.810 | Using python 3.10 to install /opt/stack/placement 2025-04-16 20:38:17.812 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2025-04-16 20:38:18.647 | Obtaining file:///opt/stack/placement 2025-04-16 20:38:18.648 | Preparing metadata (setup.py): started 2025-04-16 20:38:19.073 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 20:38:19.129 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.11.1) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.132 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.8.7) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.135 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.138 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.1) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.141 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.144 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev12) (1.0.1) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.186 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.3.0) 2025-04-16 20:38:19.187 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.5.0) 2025-04-16 20:38:19.188 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (6.1.1) 2025-04-16 20:38:19.189 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (3.1.1) 2025-04-16 20:38:19.190 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.2.0) 2025-04-16 20:38:19.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-16 20:38:19.217 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (6.0) 2025-04-16 20:38:19.218 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (2.5.0) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.220 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (5.1.0) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.264 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==0.1.0.dev12) (2.8.2) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.289 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev12) (2023.3) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.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-16 20:38:19.303 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev12) (23.1) 2025-04-16 20:38:19.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-16 20:38:19.316 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (3.1.0) 2025-04-16 20:38:19.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-16 20:38:19.317 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (1.26.15) 2025-04-16 20:38:19.318 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev12) (2025.1.31) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.435 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.1.0.dev12) (2.0.2) 2025-04-16 20:38:19.453 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (1.2.4) 2025-04-16 20:38:19.497 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.1.0.dev12) (1.15.0) 2025-04-16 20:38:19.528 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev12) (2.1.2) 2025-04-16 20:38:19.556 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (1.7.0) 2025-04-16 20:38:19.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-16 20:38:19.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-16 20:38:19.749 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (2.6.0) 2025-04-16 20:38:19.789 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev12) (5.1.1) 2025-04-16 20:38:19.841 | Requirement already satisfied: fixtures>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.1.0.dev12) (4.0.1) 2025-04-16 20:38:20.556 | Installing collected packages: openstack-placement 2025-04-16 20:38:20.557 | Running setup.py develop for openstack-placement 2025-04-16 20:38:21.497 | Successfully installed openstack-placement-0.1.0.dev12 2025-04-16 20:38:21.610 | + inc/python:pip_install:222 : result=0 2025-04-16 20:38:21.612 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:38:21.614 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:21.616 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:21.618 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:21.620 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:21.622 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:21.624 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:38:21.626 | + functions-common:time_stop:2407 : start_time=1744835897806 2025-04-16 20:38:21.628 | + functions-common:time_stop:2409 : [[ -z 1744835897806 ]] 2025-04-16 20:38:21.630 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:21.633 | + functions-common:time_stop:2412 : end_time=1744835901631 2025-04-16 20:38:21.635 | + functions-common:time_stop:2413 : elapsed_time=3825 2025-04-16 20:38:21.637 | + functions-common:time_stop:2414 : total=83257 2025-04-16 20:38:21.639 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:21.641 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=87082 2025-04-16 20:38:21.643 | + inc/python:pip_install:225 : return 0 2025-04-16 20:38:21.645 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 20:38:21.647 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:38:21.649 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2025-04-16 20:38:21.651 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2025-04-16 20:38:21.653 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:38:21.655 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:38:21.657 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2025-04-16 20:38:21.659 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:38:21.661 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2025-04-16 20:38:21.663 | + stack.sh:main:971 : configure_placement 2025-04-16 20:38:21.665 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2025-04-16 20:38:21.675 | + lib/placement:configure_placement:113 : create_placement_conf 2025-04-16 20:38:21.677 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2025-04-16 20:38:21.681 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2025-04-16 20:38:21.683 | ++ lib/database:database_connection_url:134 : local db=placement 2025-04-16 20:38:21.685 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2025-04-16 20:38:21.687 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2025-04-16 20:38:21.689 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 20:38:21.691 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 20:38:21.693 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 20:38:21.707 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:21.709 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 20:38:21.711 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-16 20:38:21.713 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2025-04-16 20:38:21.741 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2025-04-16 20:38:21.767 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2025-04-16 20:38:21.794 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2025-04-16 20:38:21.796 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2025-04-16 20:38:21.798 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 20:38:21.800 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 20:38:21.802 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2025-04-16 20:38:21.828 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2025-04-16 20:38:21.853 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 20:38:21.878 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2025-04-16 20:38:21.902 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2025-04-16 20:38:21.927 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2025-04-16 20:38:21.951 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2025-04-16 20:38:21.976 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2025-04-16 20:38:22.000 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 20:38:22.024 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 20:38:22.049 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2025-04-16 20:38:22.051 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2025-04-16 20:38:22.053 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2025-04-16 20:38:22.055 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 20:38:22.069 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 20:38:22.071 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 20:38:22.073 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 20:38:22.075 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 20:38:22.077 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 20:38:22.103 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:38:22.128 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:38:22.153 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 20:38:22.178 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 20:38:22.180 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2025-04-16 20:38:22.182 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2025-04-16 20:38:22.184 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2025-04-16 20:38:22.186 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2025-04-16 20:38:22.188 | + lib/apache:write_uwsgi_config:244 : local http= 2025-04-16 20:38:22.190 | + lib/apache:write_uwsgi_config:245 : local name= 2025-04-16 20:38:22.193 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2025-04-16 20:38:22.196 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2025-04-16 20:38:22.198 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2025-04-16 20:38:22.201 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2025-04-16 20:38:22.211 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2025-04-16 20:38:22.212 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2025-04-16 20:38:22.218 | d /var/run/uwsgi 0755 stack root 2025-04-16 20:38:22.221 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2025-04-16 20:38:22.229 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2025-04-16 20:38:22.232 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2025-04-16 20:38:22.234 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2025-04-16 20:38:22.237 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2025-04-16 20:38:22.270 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2025-04-16 20:38:22.295 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2025-04-16 20:38:22.319 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2025-04-16 20:38:22.344 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2025-04-16 20:38:22.369 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2025-04-16 20:38:22.393 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2025-04-16 20:38:22.417 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2025-04-16 20:38:22.441 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2025-04-16 20:38:22.466 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2025-04-16 20:38:22.490 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2025-04-16 20:38:22.513 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2025-04-16 20:38:22.538 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2025-04-16 20:38:22.561 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2025-04-16 20:38:22.564 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2025-04-16 20:38:22.566 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2025-04-16 20:38:22.568 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2025-04-16 20:38:22.571 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2025-04-16 20:38:22.573 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:22.575 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:22.576 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2025-04-16 20:38:22.579 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2025-04-16 20:38:22.581 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2025-04-16 20:38:22.605 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2025-04-16 20:38:22.630 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' 2025-04-16 20:38:22.630 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2025-04-16 20:38:22.637 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2025-04-16 20:38:22.640 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2025-04-16 20:38:22.642 | + lib/apache:enable_apache_site:190 : local site=placement-api 2025-04-16 20:38:22.644 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2025-04-16 20:38:22.646 | + lib/apache:enable_apache_mod:55 : local mod=version 2025-04-16 20:38:22.648 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2025-04-16 20:38:22.650 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:22.652 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:22.654 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2025-04-16 20:38:22.656 | + lib/apache:enable_apache_site:193 : is_ubuntu 2025-04-16 20:38:22.658 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:22.661 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:22.663 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2025-04-16 20:38:22.696 | Enabling site placement-api. 2025-04-16 20:38:22.700 | To activate the new configuration, you need to run: 2025-04-16 20:38:22.700 | systemctl reload apache2 2025-04-16 20:38:22.703 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2025-04-16 20:38:22.705 | + lib/apache:restart_apache_server:237 : restart_service apache2 2025-04-16 20:38:22.707 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:38:22.709 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2025-04-16 20:38:22.803 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 20:38:22.805 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2025-04-16 20:38:22.807 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2025-04-16 20:38:22.834 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2025-04-16 20:38:22.860 | + stack.sh:main:978 : is_service_enabled placement placement-client 2025-04-16 20:38:22.874 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:22.876 | + stack.sh:main:979 : is_service_enabled n-cpu 2025-04-16 20:38:22.890 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:22.892 | + stack.sh:main:979 : is_service_enabled n-sch 2025-04-16 20:38:22.905 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:22.907 | + stack.sh:main:980 : configure_placement_nova_compute 2025-04-16 20:38:22.909 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2025-04-16 20:38:22.911 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2025-04-16 20:38:22.938 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2025-04-16 20:38:22.962 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2025-04-16 20:38:22.986 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2025-04-16 20:38:23.011 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2025-04-16 20:38:23.035 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2025-04-16 20:38:23.060 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2025-04-16 20:38:23.084 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2025-04-16 20:38:23.110 | + stack.sh:main:984 : is_service_enabled horizon 2025-04-16 20:38:23.125 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:23.127 | + stack.sh:main:989 : is_service_enabled tls-proxy 2025-04-16 20:38:23.142 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:23.144 | + stack.sh:main:997 : run_phase stack install 2025-04-16 20:38:23.146 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 20:38:23.148 | + functions-common:run_phase:1829 : local phase=install 2025-04-16 20:38:23.151 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 20:38:23.153 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 20:38:23.155 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 20:38:23.158 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 20:38:23.160 | + functions-common:run_phase:1838 : local extra 2025-04-16 20:38:23.163 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 20:38:23.166 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 20:38:23.168 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 20:38:23.170 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 20:38:23.173 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2025-04-16 20:38:23.175 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 20:38:23.187 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:23.189 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:38:23.191 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:38:23.193 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 20:38:23.195 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2025-04-16 20:38:23.197 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:38:23.199 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2025-04-16 20:38:23.201 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2025-04-16 20:38:23.203 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2025-04-16 20:38:23.250 | ++ inc/async:async_inner:63 : install_tempest 2025-04-16 20:38:23.279 | [3502 Async install_tempest:34190]: running: install_tempest 2025-04-16 20:38:23.281 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 20:38:23.284 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 20:38:23.286 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:38:23.288 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 20:38:23.290 | + functions-common:run_phase:1855 : run_plugins stack install 2025-04-16 20:38:23.292 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 20:38:23.294 | + functions-common:run_plugins:1815 : local phase=install 2025-04-16 20:38:23.296 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 20:38:23.298 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 20:38:23.301 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 20:38:23.303 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 20:38:23.305 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 20:38:23.308 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2025-04-16 20:38:23.309 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:38:23.312 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:38:23.314 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2025-04-16 20:38:23.316 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2025-04-16 20:38:23.318 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:38:23.321 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2025-04-16 20:38:23.323 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2025-04-16 20:38:23.326 | ++ inc/python:setup_develop:360 : local bindep 2025-04-16 20:38:23.327 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 20:38:23.330 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 20:38:23.332 | ++ inc/python:setup_develop:366 : local extras= 2025-04-16 20:38:23.334 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2025-04-16 20:38:23.336 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2025-04-16 20:38:23.338 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2025-04-16 20:38:23.340 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2025-04-16 20:38:23.341 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2025-04-16 20:38:23.343 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2025-04-16 20:38:23.346 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2025-04-16 20:38:23.347 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2025-04-16 20:38:23.350 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2025-04-16 20:38:23.352 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2025-04-16 20:38:23.354 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2025-04-16 20:38:23.357 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2025-04-16 20:38:23.361 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2025-04-16 20:38:23.363 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2025-04-16 20:38:23.697 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2025-04-16 20:38:23.699 | ++ inc/python:setup_package:440 : local bindep=0 2025-04-16 20:38:23.701 | ++ inc/python:setup_package:441 : local bindep_flag= 2025-04-16 20:38:23.703 | ++ inc/python:setup_package:442 : local bindep_profiles= 2025-04-16 20:38:23.705 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2025-04-16 20:38:23.707 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2025-04-16 20:38:23.709 | ++ inc/python:setup_package:449 : local flags=-e 2025-04-16 20:38:23.711 | ++ inc/python:setup_package:450 : local extras= 2025-04-16 20:38:23.713 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2025-04-16 20:38:23.715 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2025-04-16 20:38:23.717 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2025-04-16 20:38:23.719 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2025-04-16 20:38:23.721 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2025-04-16 20:38:23.723 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2025-04-16 20:38:23.739 | Using python 3.10 to install /opt/stack/networking-nsx-t 2025-04-16 20:38:23.741 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2025-04-16 20:38:24.585 | Obtaining file:///opt/stack/networking-nsx-t 2025-04-16 20:38:24.585 | Preparing metadata (setup.py): started 2025-04-16 20:38:25.014 | Preparing metadata (setup.py): finished with status 'done' 2025-04-16 20:38:25.066 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.11.1) 2025-04-16 20:38:25.174 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2025-04-16 20:38:25.176 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2025-04-16 20:38:25.178 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.8.2) 2025-04-16 20:38:25.179 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (9.2.0) 2025-04-16 20:38:25.180 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.1.1) 2025-04-16 20:38:25.180 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.3.2) 2025-04-16 20:38:25.181 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.2.1) 2025-04-16 20:38:25.182 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.2.1) 2025-04-16 20:38:25.183 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.2.1) 2025-04-16 20:38:25.184 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (11.0.0) 2025-04-16 20:38:25.208 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2025-04-16 20:38:25.210 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2025-04-16 20:38:25.211 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.8.0) 2025-04-16 20:38:25.211 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (4.2.0) 2025-04-16 20:38:25.235 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2025-04-16 20:38:25.236 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2025-04-16 20:38:25.240 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.16.0) 2025-04-16 20:38:25.240 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (23.1.0) 2025-04-16 20:38:25.257 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.41) 2025-04-16 20:38:25.258 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.8.7) 2025-04-16 20:38:25.259 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-16 20:38:25.260 | Requirement already satisfied: os-ken>=0.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.7.1) 2025-04-16 20:38:25.260 | Requirement already satisfied: os-traits>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.0.0) 2025-04-16 20:38:25.261 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 20:38:25.262 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 20:38:25.263 | Requirement already satisfied: oslo.db>=12.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.1.1) 2025-04-16 20:38:25.264 | Requirement already satisfied: oslo.messaging>=14.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (14.4.2) 2025-04-16 20:38:25.265 | Requirement already satisfied: oslo.policy>=3.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.2.1) 2025-04-16 20:38:25.266 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.2.0) 2025-04-16 20:38:25.267 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.1.0) 2025-04-16 20:38:25.268 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.4.2) 2025-04-16 20:38:25.269 | Requirement already satisfied: setproctitle>=1.1.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.3.2) 2025-04-16 20:38:25.270 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.0) 2025-04-16 20:38:25.290 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (6.0) 2025-04-16 20:38:25.291 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.5.0) 2025-04-16 20:38:25.292 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.28.2) 2025-04-16 20:38:25.293 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2.0.0) 2025-04-16 20:38:25.315 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (2.8.2) 2025-04-16 20:38:25.316 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev9) (0.9.6) 2025-04-16 20:38:25.322 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (1.0.5) 2025-04-16 20:38:25.323 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-16 20:38:25.324 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev9) (2023.3) 2025-04-16 20:38:25.335 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.5.2) 2025-04-16 20:38:25.335 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (3.0.1) 2025-04-16 20:38:25.336 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.5.1) 2025-04-16 20:38:25.337 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-16 20:38:25.338 | Requirement already satisfied: eventlet>=0.25.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.33.3) 2025-04-16 20:38:25.339 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 20:38:25.340 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.0.2) 2025-04-16 20:38:25.348 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (1.1.0) 2025-04-16 20:38:25.349 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (0.11.0) 2025-04-16 20:38:25.350 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (23.1) 2025-04-16 20:38:25.350 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev9) (3.0.9) 2025-04-16 20:38:25.393 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (4.3.0) 2025-04-16 20:38:25.394 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.5.1) 2025-04-16 20:38:25.395 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.1.0) 2025-04-16 20:38:25.396 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.8.1) 2025-04-16 20:38:25.398 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 20:38:25.398 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.19.1) 2025-04-16 20:38:25.433 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.18) 2025-04-16 20:38:25.433 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (2.4.1) 2025-04-16 20:38:25.435 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (6.3.1) 2025-04-16 20:38:25.435 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.13.1) 2025-04-16 20:38:25.443 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.7.0) 2025-04-16 20:38:25.445 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.5.1) 2025-04-16 20:38:25.445 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.4.3) 2025-04-16 20:38:25.446 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (6.0.1) 2025-04-16 20:38:25.451 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.15.0) 2025-04-16 20:38:25.458 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (2.3.0) 2025-04-16 20:38:25.460 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (1.16.0) 2025-04-16 20:38:25.513 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.7.0) 2025-04-16 20:38:25.536 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.4) 2025-04-16 20:38:25.536 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.4.0) 2025-04-16 20:38:25.537 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.32) 2025-04-16 20:38:25.538 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-16 20:38:25.539 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.0.1) 2025-04-16 20:38:25.540 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.1.8) 2025-04-16 20:38:25.541 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (40.0.2) 2025-04-16 20:38:25.557 | Requirement already satisfied: ncclient>=0.6.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.6.13) 2025-04-16 20:38:25.558 | Requirement already satisfied: ovs>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.17.7) 2025-04-16 20:38:25.613 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.9.4) 2025-04-16 20:38:25.615 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.0.1) 2025-04-16 20:38:25.617 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.5.0) 2025-04-16 20:38:25.667 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.1.1) 2025-04-16 20:38:25.668 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.3.0) 2025-04-16 20:38:25.669 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.4) 2025-04-16 20:38:25.671 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.7.0) 2025-04-16 20:38:25.671 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.2.0) 2025-04-16 20:38:25.743 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (69.1.1) 2025-04-16 20:38:25.768 | Requirement already satisfied: Mako>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.2.4) 2025-04-16 20:38:25.769 | Requirement already satisfied: logutils>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (0.3.5) 2025-04-16 20:38:25.842 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-16 20:38:25.843 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (3.4) 2025-04-16 20:38:25.844 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (1.26.15) 2025-04-16 20:38:25.845 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev9) (2025.1.31) 2025-04-16 20:38:25.868 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev9) (0.7) 2025-04-16 20:38:26.055 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (5.0.0) 2025-04-16 20:38:26.143 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.8.2) 2025-04-16 20:38:26.143 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (0.2.6) 2025-04-16 20:38:26.173 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (1.15.1) 2025-04-16 20:38:26.262 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev9) (3.15.0) 2025-04-16 20:38:26.285 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.3) 2025-04-16 20:38:26.345 | Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.1.2) 2025-04-16 20:38:26.361 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.0) 2025-04-16 20:38:26.362 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.9.2) 2025-04-16 20:38:26.409 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (3.1.2) 2025-04-16 20:38:26.410 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 20:38:26.414 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (4.0.1) 2025-04-16 20:38:26.426 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.4.0) 2025-04-16 20:38:26.569 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (2.6.0) 2025-04-16 20:38:26.639 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev9) (2.21) 2025-04-16 20:38:26.724 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev9) (1.5.0) 2025-04-16 20:38:26.891 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2025-04-16 20:38:26.939 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2025-04-16 20:38:26.942 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2025-04-16 20:38:27.474 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2025-04-16 20:38:27.904 | Running setup.py develop for networking_nsxv3 2025-04-16 20:38:29.129 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2025-04-16 20:38:29.256 | ++ inc/python:pip_install:222 : result=0 2025-04-16 20:38:29.259 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:38:29.261 | ++ functions-common:time_stop:2400 : local name 2025-04-16 20:38:29.262 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:29.264 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:29.266 | ++ functions-common:time_stop:2403 : local total 2025-04-16 20:38:29.268 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:29.270 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:38:29.272 | ++ functions-common:time_stop:2407 : start_time=1744835903735 2025-04-16 20:38:29.273 | ++ functions-common:time_stop:2409 : [[ -z 1744835903735 ]] 2025-04-16 20:38:29.276 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:29.279 | ++ functions-common:time_stop:2412 : end_time=1744835909277 2025-04-16 20:38:29.281 | ++ functions-common:time_stop:2413 : elapsed_time=5542 2025-04-16 20:38:29.283 | ++ functions-common:time_stop:2414 : total=87082 2025-04-16 20:38:29.284 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:29.286 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92624 2025-04-16 20:38:29.288 | ++ inc/python:pip_install:225 : return 0 2025-04-16 20:38:29.290 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2025-04-16 20:38:29.292 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:38:29.294 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2025-04-16 20:38:29.296 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2025-04-16 20:38:29.298 | ++ inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:38:29.300 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:38:29.302 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2025-04-16 20:38:29.304 | ++ inc/python:use_library_from_git:275 : return 1 2025-04-16 20:38:29.306 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2025-04-16 20:38:29.308 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2025-04-16 20:38:29.310 | + inc/python:use_library_from_git:273 : local enabled=1 2025-04-16 20:38:29.312 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2025-04-16 20:38:29.314 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2025-04-16 20:38:29.316 | + inc/python:use_library_from_git:275 : return 1 2025-04-16 20:38:29.318 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2025-04-16 20:38:29.320 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2025-04-16 20:38:29.322 | + inc/python:pip_install_gr:95 : local clean_name 2025-04-16 20:38:29.325 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2025-04-16 20:38:29.327 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2025-04-16 20:38:29.329 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 20:38:29.333 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2025-04-16 20:38:29.333 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 20:38:29.337 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2025-04-16 20:38:29.339 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2025-04-16 20:38:29.341 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2025-04-16 20:38:29.343 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2025-04-16 20:38:29.345 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2025-04-16 20:38:29.362 | Using python 3.10 to install python-openstackclient 2025-04-16 20:38:29.364 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2025-04-16 20:38:30.357 | Collecting python-openstackclient 2025-04-16 20:38:30.359 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-04-16 20:38:30.370 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2025-04-16 20:38:30.370 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2025-04-16 20:38:30.371 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2025-04-16 20:38:30.372 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.1) 2025-04-16 20:38:30.373 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.8.1) 2025-04-16 20:38:30.374 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.1) 2025-04-16 20:38:30.374 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.2.1) 2025-04-16 20:38:30.375 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.11.1) 2025-04-16 20:38:30.376 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.4.0) 2025-04-16 20:38:30.377 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.2.0) 2025-04-16 20:38:30.378 | Requirement already satisfied: python-novaclient>=18.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (18.4.0) 2025-04-16 20:38:30.381 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2025-04-16 20:38:30.384 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.7.0) 2025-04-16 20:38:30.385 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2025-04-16 20:38:30.386 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2025-04-16 20:38:30.386 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.4.3) 2025-04-16 20:38:30.387 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.1) 2025-04-16 20:38:30.407 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->python-openstackclient) (1.15.1) 2025-04-16 20:38:30.420 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.4) 2025-04-16 20:38:30.421 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.0) 2025-04-16 20:38:30.421 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.32) 2025-04-16 20:38:30.422 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.7.0) 2025-04-16 20:38:30.423 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.3.0) 2025-04-16 20:38:30.424 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.1.1) 2025-04-16 20:38:30.425 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.0.1) 2025-04-16 20:38:30.425 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (0.11.0) 2025-04-16 20:38:30.426 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.1.8) 2025-04-16 20:38:30.433 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (3.19.1) 2025-04-16 20:38:30.442 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2025-04-16 20:38:30.443 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2025-04-16 20:38:30.444 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2025-04-16 20:38:30.445 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2025-04-16 20:38:30.446 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-16 20:38:30.446 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2025-04-16 20:38:30.457 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.2) 2025-04-16 20:38:30.467 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.2.0) 2025-04-16 20:38:30.468 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.2.1) 2025-04-16 20:38:30.469 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2025-04-16 20:38:30.489 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.21) 2025-04-16 20:38:30.514 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (23.1.0) 2025-04-16 20:38:30.514 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2025-04-16 20:38:30.515 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.6) 2025-04-16 20:38:30.521 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.15.0) 2025-04-16 20:38:30.552 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.15.0) 2025-04-16 20:38:30.562 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient) (2.3) 2025-04-16 20:38:30.624 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) 2025-04-16 20:38:30.633 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.5) 2025-04-16 20:38:30.673 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.1.0) 2025-04-16 20:38:30.674 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2025-04-16 20:38:30.675 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.15) 2025-04-16 20:38:30.676 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2025.1.31) 2025-04-16 20:38:30.831 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2025-04-16 20:38:31.765 | Installing collected packages: python-openstackclient 2025-04-16 20:38:32.639 | Successfully installed python-openstackclient-6.3.0 2025-04-16 20:38:32.759 | + inc/python:pip_install:222 : result=0 2025-04-16 20:38:32.761 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:38:32.764 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:32.766 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:32.768 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:32.770 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:32.772 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:32.774 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:38:32.776 | + functions-common:time_stop:2407 : start_time=1744835909357 2025-04-16 20:38:32.778 | + functions-common:time_stop:2409 : [[ -z 1744835909357 ]] 2025-04-16 20:38:32.781 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:32.784 | + functions-common:time_stop:2412 : end_time=1744835912782 2025-04-16 20:38:32.786 | + functions-common:time_stop:2413 : elapsed_time=3425 2025-04-16 20:38:32.788 | + functions-common:time_stop:2414 : total=92624 2025-04-16 20:38:32.790 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:32.793 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=96049 2025-04-16 20:38:32.795 | + inc/python:pip_install:225 : return 0 2025-04-16 20:38:32.797 | + stack.sh:main:1009 : install_oscwrap 2025-04-16 20:38:32.799 | ++ functions-common:install_oscwrap:2445 : mktemp 2025-04-16 20:38:32.803 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.myRKW1cE7d 2025-04-16 20:38:32.805 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2025-04-16 20:38:32.807 | + functions-common:install_oscwrap:2451 : unalias -a 2025-04-16 20:38:32.809 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2025-04-16 20:38:32.812 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2025-04-16 20:38:32.814 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 20:38:32.816 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2025-04-16 20:38:32.830 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:32.832 | + stack.sh:main:1063 : configure_database 2025-04-16 20:38:32.834 | + lib/database:configure_database:128 : configure_database_mysql 2025-04-16 20:38:32.836 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2025-04-16 20:38:32.837 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2025-04-16 20:38:32.839 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:38:32.841 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2025-04-16 20:38:32.843 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2025-04-16 20:38:32.844 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:32.846 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:32.848 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2025-04-16 20:38:32.850 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2025-04-16 20:38:32.851 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:32.853 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:32.855 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2025-04-16 20:38:32.857 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2025-04-16 20:38:32.858 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2025-04-16 20:38:32.860 | + functions-common:is_fips_enabled:2516 : fips= 2025-04-16 20:38:32.862 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2025-04-16 20:38:32.865 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2025-04-16 20:38:32.867 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2025-04-16 20:38:32.867 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2025-04-16 20:38:32.870 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2025-04-16 20:38:32.919 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2025-04-16 20:38:32.920 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2025-04-16 20:38:32.922 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2025-04-16 20:38:32.924 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2025-04-16 20:38:32.926 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2025-04-16 20:38:32.928 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2025-04-16 20:38:32.930 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2025-04-16 20:38:32.931 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2025-04-16 20:38:32.933 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2025-04-16 20:38:32.935 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2025-04-16 20:38:32.937 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2025-04-16 20:38:32.939 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2025-04-16 20:38:32.941 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2025-04-16 20:38:32.942 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2025-04-16 20:38:32.944 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2025-04-16 20:38:32.946 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:32.948 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:32.950 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2025-04-16 20:38:32.952 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:38:32.954 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 20:38:33.488 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2025-04-16 20:38:33.490 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:33.492 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:33.494 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 20:38:33.496 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2025-04-16 20:38:33.499 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2025-04-16 20:38:33.501 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:33.503 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:33.505 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2025-04-16 20:38:33.507 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2025-04-16 20:38:33.509 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2025-04-16 20:38:33.510 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:33.515 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:33.517 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2025-04-16 20:38:33.521 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2025-04-16 20:38:33.523 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 20:38:33.525 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2025-04-16 20:38:33.541 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2025-04-16 20:38:33.542 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:38:33.544 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:38:33.547 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2025-04-16 20:38:33.548 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2025-04-16 20:38:33.550 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2025-04-16 20:38:33.597 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2025-04-16 20:38:33.644 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2025-04-16 20:38:33.686 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2025-04-16 20:38:33.689 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2025-04-16 20:38:33.691 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2025-04-16 20:38:33.691 | enabling MySQL performance counting 2025-04-16 20:38:33.693 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2025-04-16 20:38:33.709 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2025-04-16 20:38:33.711 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2025-04-16 20:38:34.580 | Processing ./tools/dbcounter 2025-04-16 20:38:34.582 | Installing build dependencies: started 2025-04-16 20:38:39.418 | Installing build dependencies: finished with status 'done' 2025-04-16 20:38:39.418 | Getting requirements to build wheel: started 2025-04-16 20:38:39.612 | Getting requirements to build wheel: finished with status 'done' 2025-04-16 20:38:39.613 | Preparing metadata (pyproject.toml): started 2025-04-16 20:38:39.809 | Preparing metadata (pyproject.toml): finished with status 'done' 2025-04-16 20:38:39.812 | Building wheels for collected packages: dbcounter 2025-04-16 20:38:39.813 | Building wheel for dbcounter (pyproject.toml): started 2025-04-16 20:38:40.034 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2025-04-16 20:38:40.036 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3228 sha256=83cf8020d17902954022fdde589362777cab0543d713ec61e16230657237aff3 2025-04-16 20:38:40.038 | Stored in directory: /tmp/pip-ephem-wheel-cache-nj9tu14e/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2025-04-16 20:38:40.039 | Successfully built dbcounter 2025-04-16 20:38:41.119 | Installing collected packages: dbcounter 2025-04-16 20:38:41.156 | Successfully installed dbcounter-0.1 2025-04-16 20:38:41.280 | + inc/python:pip_install:222 : result=0 2025-04-16 20:38:41.282 | + inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:38:41.284 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:41.286 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:41.288 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:41.290 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:41.292 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:41.294 | + functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:38:41.295 | + functions-common:time_stop:2407 : start_time=1744835913705 2025-04-16 20:38:41.297 | + functions-common:time_stop:2409 : [[ -z 1744835913705 ]] 2025-04-16 20:38:41.300 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:41.303 | + functions-common:time_stop:2412 : end_time=1744835921301 2025-04-16 20:38:41.305 | + functions-common:time_stop:2413 : elapsed_time=7596 2025-04-16 20:38:41.307 | + functions-common:time_stop:2414 : total=96049 2025-04-16 20:38:41.309 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:41.310 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=103645 2025-04-16 20:38:41.312 | + inc/python:pip_install:225 : return 0 2025-04-16 20:38:41.314 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2025-04-16 20:38:41.316 | + lib/database:recreate_database:112 : local db=stats 2025-04-16 20:38:41.319 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2025-04-16 20:38:41.321 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2025-04-16 20:38:41.323 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2025-04-16 20:38:41.332 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2025-04-16 20:38:41.341 | + lib/databases/mysql:configure_database_mysql:178 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2025-04-16 20:38:41.341 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2025-04-16 20:38:41.365 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2025-04-16 20:38:41.368 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2025-04-16 20:38:41.411 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2025-04-16 20:38:41.452 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2025-04-16 20:38:41.492 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2025-04-16 20:38:41.534 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2025-04-16 20:38:41.575 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2025-04-16 20:38:41.617 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2025-04-16 20:38:41.658 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2025-04-16 20:38:41.660 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:38:41.662 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2025-04-16 20:38:42.235 | + stack.sh:main:1067 : save_stackenv 1067 2025-04-16 20:38:42.237 | + functions-common:save_stackenv:60 : local tag=1067 2025-04-16 20:38:42.240 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 20:38:42.243 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-203842 2025-04-16 20:38:42.246 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-203842 1067' 2025-04-16 20:38:42.248 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.250 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 20:38:42.252 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.254 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 20:38:42.256 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.257 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 20:38:42.259 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.261 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 20:38:42.263 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.265 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 20:38:42.267 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.269 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 20:38:42.271 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.273 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-203454 2025-04-16 20:38:42.275 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.276 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 20:38:42.278 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.280 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 20:38:42.282 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.284 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 20:38:42.286 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.288 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 20:38:42.289 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.291 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 20:38:42.293 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.295 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 20:38:42.297 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.299 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 20:38:42.300 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:38:42.302 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 20:38:42.304 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2025-04-16 20:38:42.306 | + stack.sh:main:1093 : start_dstat 2025-04-16 20:38:42.308 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 20:38:42.310 | + functions-common:run_process:1654 : local service=dstat 2025-04-16 20:38:42.312 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2025-04-16 20:38:42.314 | + functions-common:run_process:1656 : local group= 2025-04-16 20:38:42.316 | + functions-common:run_process:1657 : local user= 2025-04-16 20:38:42.318 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:38:42.320 | + functions-common:run_process:1660 : local name=dstat 2025-04-16 20:38:42.322 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:38:42.324 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:38:42.326 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:38:42.328 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:38:42.331 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:38:42.334 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835922332 2025-04-16 20:38:42.336 | + functions-common:run_process:1663 : is_service_enabled dstat 2025-04-16 20:38:42.350 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:42.352 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:38:42.354 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:42.356 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:42.358 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:42.360 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:42.361 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:42.363 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:38:42.365 | + functions-common:time_stop:2407 : start_time=1744835922332 2025-04-16 20:38:42.367 | + functions-common:time_stop:2409 : [[ -z 1744835922332 ]] 2025-04-16 20:38:42.370 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:42.373 | + functions-common:time_stop:2412 : end_time=1744835922371 2025-04-16 20:38:42.375 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-16 20:38:42.377 | + functions-common:time_stop:2414 : total=0 2025-04-16 20:38:42.379 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:42.381 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39 2025-04-16 20:38:42.383 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2025-04-16 20:38:42.384 | + functions-common:run_process:1654 : local service=memory_tracker 2025-04-16 20:38:42.386 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2025-04-16 20:38:42.388 | + functions-common:run_process:1656 : local group= 2025-04-16 20:38:42.390 | + functions-common:run_process:1657 : local user=root 2025-04-16 20:38:42.392 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:38:42.394 | + functions-common:run_process:1660 : local name=memory_tracker 2025-04-16 20:38:42.396 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:38:42.398 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:38:42.400 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:38:42.402 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:38:42.405 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:38:42.408 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835922405 2025-04-16 20:38:42.410 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2025-04-16 20:38:42.423 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:42.425 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:38:42.427 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:42.429 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:42.431 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:42.433 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:42.435 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:42.437 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:38:42.439 | + functions-common:time_stop:2407 : start_time=1744835922405 2025-04-16 20:38:42.440 | + functions-common:time_stop:2409 : [[ -z 1744835922405 ]] 2025-04-16 20:38:42.443 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:42.446 | + functions-common:time_stop:2412 : end_time=1744835922444 2025-04-16 20:38:42.448 | + functions-common:time_stop:2413 : elapsed_time=39 2025-04-16 20:38:42.450 | + functions-common:time_stop:2414 : total=39 2025-04-16 20:38:42.452 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:42.454 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=78 2025-04-16 20:38:42.456 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2025-04-16 20:38:42.470 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:42.472 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2025-04-16 20:38:42.474 | + functions-common:run_process:1654 : local service=file_tracker 2025-04-16 20:38:42.476 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2025-04-16 20:38:42.478 | + functions-common:run_process:1656 : local group= 2025-04-16 20:38:42.480 | + functions-common:run_process:1657 : local user= 2025-04-16 20:38:42.482 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:38:42.484 | + functions-common:run_process:1660 : local name=file_tracker 2025-04-16 20:38:42.486 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:38:42.488 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:38:42.489 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:38:42.491 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:38:42.494 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:38:42.497 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835922495 2025-04-16 20:38:42.500 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2025-04-16 20:38:42.513 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:42.515 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:38:42.517 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:42.519 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:42.521 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:42.523 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:42.525 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:42.527 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:38:42.529 | + functions-common:time_stop:2407 : start_time=1744835922495 2025-04-16 20:38:42.531 | + functions-common:time_stop:2409 : [[ -z 1744835922495 ]] 2025-04-16 20:38:42.534 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:42.537 | + functions-common:time_stop:2412 : end_time=1744835922535 2025-04-16 20:38:42.539 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 20:38:42.541 | + functions-common:time_stop:2414 : total=78 2025-04-16 20:38:42.543 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:42.545 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=118 2025-04-16 20:38:42.547 | + stack.sh:main:1097 : is_service_enabled tcpdump 2025-04-16 20:38:42.562 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:42.564 | + stack.sh:main:1105 : is_service_enabled etcd3 2025-04-16 20:38:42.577 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:42.579 | + stack.sh:main:1106 : start_etcd3 2025-04-16 20:38:42.582 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2025-04-16 20:38:42.584 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2025-04-16 20:38:42.586 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2025-04-16 20:38:42.588 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2025-04-16 20:38:42.590 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2025-04-16 20:38:42.592 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2025-04-16 20:38:42.594 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2025-04-16 20:38:42.595 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2025-04-16 20:38:42.597 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2025-04-16 20:38:42.600 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2025-04-16 20:38:42.602 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2025-04-16 20:38:42.604 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 20:38:42.606 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2025-04-16 20:38:42.608 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2025-04-16 20:38:42.610 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-04-16 20:38:42.612 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 20:38:42.614 | + functions-common:write_user_unit_file:1521 : local user=root 2025-04-16 20:38:42.615 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 20:38:42.617 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 20:38:42.619 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 20:38:42.621 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2025-04-16 20:38:42.623 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 20:38:42.626 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2025-04-16 20:38:42.678 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:38:42.727 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2025-04-16 20:38:42.769 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2025-04-16 20:38:42.810 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2025-04-16 20:38:42.852 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2025-04-16 20:38:42.896 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:38:42.943 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 20:38:42.945 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 20:38:42.947 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2025-04-16 20:38:43.002 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 20:38:43.246 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2025-04-16 20:38:43.291 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2025-04-16 20:38:43.335 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2025-04-16 20:38:43.379 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2025-04-16 20:38:43.422 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2025-04-16 20:38:43.425 | ++ functions-common:is_arch:497 : uname -m 2025-04-16 20:38:43.428 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2025-04-16 20:38:43.430 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2025-04-16 20:38:43.672 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2025-04-16 20:38:43.682 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2025-04-16 20:38:43.913 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2025-04-16 20:38:44.780 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2025-04-16 20:38:44.795 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:44.797 | + stack.sh:main:1117 : write_clouds_yaml 2025-04-16 20:38:44.800 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2025-04-16 20:38:44.803 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2025-04-16 20:38:44.806 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2025-04-16 20:38:44.816 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2025-04-16 20:38:44.825 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2025-04-16 20:38:44.827 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 20:38:44.829 | + functions-common:write_clouds_yaml:89 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2025-04-16 20:38:44.880 | The user clouds.yaml file didn't exist. 2025-04-16 20:38:44.885 | + functions-common:write_clouds_yaml:100 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2025-04-16 20:38:44.943 | + functions-common:write_clouds_yaml:111 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2025-04-16 20:38:45.000 | + functions-common:write_clouds_yaml:122 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2025-04-16 20:38:45.062 | + functions-common:write_clouds_yaml:133 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2025-04-16 20:38:45.124 | + functions-common:write_clouds_yaml:144 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2025-04-16 20:38:45.191 | + functions-common:write_clouds_yaml:155 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2025-04-16 20:38:45.241 | ++ inc/async:async_inner:64 : rc=0 2025-04-16 20:38:45.258 | + functions-common:write_clouds_yaml:166 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2025-04-16 20:38:45.260 | [34190 Async install_tempest:34190]: finished successfully 2025-04-16 20:38:45.326 | + functions-common:write_clouds_yaml:177 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2025-04-16 20:38:45.394 | + functions-common:write_clouds_yaml:188 : /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2025-04-16 20:38:45.465 | + functions-common:write_clouds_yaml:198 : cat 2025-04-16 20:38:45.469 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2025-04-16 20:38:45.471 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2025-04-16 20:38:45.474 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2025-04-16 20:38:45.477 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2025-04-16 20:38:45.480 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2025-04-16 20:38:45.482 | + stack.sh:main:1120 : is_service_enabled keystone 2025-04-16 20:38:45.495 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:45.497 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2025-04-16 20:38:45.499 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:38:45.501 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2025-04-16 20:38:45.503 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2025-04-16 20:38:45.505 | + stack.sh:main:1124 : init_keystone 2025-04-16 20:38:45.507 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2025-04-16 20:38:45.519 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:45.521 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2025-04-16 20:38:45.523 | + lib/keystone:init_keystone:484 : recreate_database keystone 2025-04-16 20:38:45.525 | + lib/database:recreate_database:112 : local db=keystone 2025-04-16 20:38:45.527 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2025-04-16 20:38:45.529 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2025-04-16 20:38:45.531 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2025-04-16 20:38:45.540 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2025-04-16 20:38:45.548 | + lib/keystone:init_keystone:487 : time_start dbsync 2025-04-16 20:38:45.551 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 20:38:45.553 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:38:45.555 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:38:45.557 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:38:45.560 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835925558 2025-04-16 20:38:45.562 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2025-04-16 20:38:47.167 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 20:38:47.175 | 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=36881) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:38:47.178 | DEBUG dbcounter [-] [36881] Writer thread running {{(pid=36881) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:38:47.183 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:38:47.183 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:38:47.223 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2025-04-16 20:38:47.937 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=36881) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 20:38:47.938 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2025-04-16 20:38:47.938 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=36881) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:38:47.940 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2025-04-16 20:38:47.958 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=36881) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:38:47.959 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2025-04-16 20:38:47.968 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=36881) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:38:47.969 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2025-04-16 20:38:47.969 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=36881) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 20:38:47.969 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2025-04-16 20:38:47.983 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=36881) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:38:47.983 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2025-04-16 20:38:47.990 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=36881) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:38:48.228 | + lib/keystone:init_keystone:490 : time_stop dbsync 2025-04-16 20:38:48.230 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:48.233 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:48.235 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:48.237 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:48.239 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:48.241 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 20:38:48.243 | + functions-common:time_stop:2407 : start_time=1744835925558 2025-04-16 20:38:48.245 | + functions-common:time_stop:2409 : [[ -z 1744835925558 ]] 2025-04-16 20:38:48.248 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:48.252 | + functions-common:time_stop:2412 : end_time=1744835928249 2025-04-16 20:38:48.254 | + functions-common:time_stop:2413 : elapsed_time=2691 2025-04-16 20:38:48.256 | + functions-common:time_stop:2414 : total=0 2025-04-16 20:38:48.258 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:48.260 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2691 2025-04-16 20:38:48.262 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2025-04-16 20:38:48.264 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2025-04-16 20:38:48.267 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2025-04-16 20:38:49.775 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2025-04-16 20:38:49.775 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 20:38:49.776 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 20:38:49.776 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2025-04-16 20:38:49.776 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2025-04-16 20:38:49.776 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 20:38:49.776 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 20:38:49.776 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 20:38:49.776 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2025-04-16 20:38:50.065 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2025-04-16 20:38:50.069 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2025-04-16 20:38:51.570 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2025-04-16 20:38:51.570 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 20:38:51.570 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 20:38:51.570 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2025-04-16 20:38:51.570 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2025-04-16 20:38:51.570 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2025-04-16 20:38:51.570 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2025-04-16 20:38:51.571 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2025-04-16 20:38:51.571 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2025-04-16 20:38:51.790 | + stack.sh:main:1125 : start_keystone 2025-04-16 20:38:51.792 | + lib/keystone:start_keystone:555 : local service_port=5000 2025-04-16 20:38:51.794 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2025-04-16 20:38:51.797 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2025-04-16 20:38:51.810 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:51.812 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2025-04-16 20:38:51.814 | ++ lib/keystone:start_keystone:566 : which uwsgi 2025-04-16 20:38:51.818 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2025-04-16 20:38:51.820 | + functions-common:run_process:1654 : local service=keystone 2025-04-16 20:38:51.822 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 20:38:51.824 | + functions-common:run_process:1656 : local group= 2025-04-16 20:38:51.826 | + functions-common:run_process:1657 : local user= 2025-04-16 20:38:51.828 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:38:51.830 | + functions-common:run_process:1660 : local name=keystone 2025-04-16 20:38:51.832 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:38:51.834 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:38:51.836 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:38:51.838 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:38:51.841 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:38:51.844 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835931842 2025-04-16 20:38:51.847 | + functions-common:run_process:1663 : is_service_enabled keystone 2025-04-16 20:38:51.860 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:38:51.863 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2025-04-16 20:38:51.865 | + functions-common:_run_under_systemd:1611 : local service=keystone 2025-04-16 20:38:51.867 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 20:38:51.869 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 20:38:51.871 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 20:38:51.873 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2025-04-16 20:38:51.875 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2025-04-16 20:38:51.877 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2025-04-16 20:38:51.879 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2025-04-16 20:38:51.881 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:38:51.883 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:38:51.885 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:38:51.887 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:38:51.889 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2025-04-16 20:38:51.890 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 20:38:51.892 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 20:38:51.894 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 20:38:51.896 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2025-04-16 20:38:51.898 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 20:38:51.900 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 20:38:51.901 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 20:38:51.903 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 20:38:51.905 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2025-04-16 20:38:51.907 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 20:38:51.910 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2025-04-16 20:38:51.960 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:38:52.008 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2025-04-16 20:38:52.048 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2025-04-16 20:38:52.088 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2025-04-16 20:38:52.128 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:38:52.168 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2025-04-16 20:38:52.208 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2025-04-16 20:38:52.248 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2025-04-16 20:38:52.288 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2025-04-16 20:38:52.328 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2025-04-16 20:38:52.368 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 20:38:52.370 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 20:38:52.372 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2025-04-16 20:38:52.419 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 20:38:52.654 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2025-04-16 20:38:52.667 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2025-04-16 20:38:52.909 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2025-04-16 20:38:52.970 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:38:52.972 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:52.974 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:52.976 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:52.978 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:52.980 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:52.982 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:38:52.984 | + functions-common:time_stop:2407 : start_time=1744835931842 2025-04-16 20:38:52.986 | + functions-common:time_stop:2409 : [[ -z 1744835931842 ]] 2025-04-16 20:38:52.988 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:52.992 | + functions-common:time_stop:2412 : end_time=1744835932989 2025-04-16 20:38:52.994 | + functions-common:time_stop:2413 : elapsed_time=1147 2025-04-16 20:38:52.996 | + functions-common:time_stop:2414 : total=118 2025-04-16 20:38:52.998 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:53.000 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1265 2025-04-16 20:38:53.002 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2025-04-16 20:38:53.002 | Waiting for keystone to start... 2025-04-16 20:38:53.004 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2025-04-16 20:38:53.006 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2025-04-16 20:38:53.008 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 20:38:53.010 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2025-04-16 20:38:53.011 | + functions:wait_for_service:470 : local rval=0 2025-04-16 20:38:53.013 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 20:38:53.015 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 20:38:53.017 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:38:53.020 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:38:53.023 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:38:53.026 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835933023 2025-04-16 20:38:53.029 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 20:38:53.032 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2025-04-16 20:38:55.319 | + :: : [[ 200 == 503 ]] 2025-04-16 20:38:55.320 | + :: : [[ 0 -eq 7 ]] 2025-04-16 20:38:55.323 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 20:38:55.325 | + functions-common:time_stop:2400 : local name 2025-04-16 20:38:55.327 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:38:55.329 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:38:55.331 | + functions-common:time_stop:2403 : local total 2025-04-16 20:38:55.333 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:38:55.335 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 20:38:55.337 | + functions-common:time_stop:2407 : start_time=1744835933023 2025-04-16 20:38:55.339 | + functions-common:time_stop:2409 : [[ -z 1744835933023 ]] 2025-04-16 20:38:55.342 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:38:55.345 | + functions-common:time_stop:2412 : end_time=1744835935343 2025-04-16 20:38:55.347 | + functions-common:time_stop:2413 : elapsed_time=2320 2025-04-16 20:38:55.349 | + functions-common:time_stop:2414 : total=0 2025-04-16 20:38:55.350 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:38:55.352 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2320 2025-04-16 20:38:55.354 | + functions:wait_for_service:478 : return 0 2025-04-16 20:38:55.356 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2025-04-16 20:38:55.370 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:38:55.372 | + lib/keystone:start_keystone:587 : restart_service memcached 2025-04-16 20:38:55.374 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2025-04-16 20:38:55.375 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2025-04-16 20:38:56.356 | + stack.sh:main:1126 : bootstrap_keystone 2025-04-16 20:38:56.358 | + lib/keystone:bootstrap_keystone:607 : /opt/stack/data/venv/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2025-04-16 20:38:57.895 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.899 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.899 | 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=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.900 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.908 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.908 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.924 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.940 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.940 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.988 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.989 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.989 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.989 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.989 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.989 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.989 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.993 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.994 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.994 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.995 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.995 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.995 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.995 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:57.995 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=37740) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2025-04-16 20:38:58.021 | INFO dbcounter [-] Registered counter for database keystone 2025-04-16 20:38:58.030 | 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=37740) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:38:58.034 | DEBUG dbcounter [-] [37740] Writer thread running {{(pid=37740) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:38:58.196 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created domain default 2025-04-16 20:38:58.221 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created project admin 2025-04-16 20:38:58.237 | WARNING keystone.common.password_hashing [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2025-04-16 20:38:58.237 | DEBUG passlib.handlers.bcrypt [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=37740) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2025-04-16 20:38:58.238 | DEBUG passlib.handlers.bcrypt [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=37740) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2025-04-16 20:38:58.275 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created user admin 2025-04-16 20:38:58.283 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created role reader 2025-04-16 20:38:58.288 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created role member 2025-04-16 20:38:58.301 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created implied role where 987455a1118d41839e48b69f823effd5 implies f451c6f41e0144609715b8becce4fd5a 2025-04-16 20:38:58.305 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created role manager 2025-04-16 20:38:58.313 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created implied role where d8b1230d75a04f988af9ce4b99054e28 implies 987455a1118d41839e48b69f823effd5 2025-04-16 20:38:58.318 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created role admin 2025-04-16 20:38:58.326 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created implied role where 5bc33e1805ed4ea195d0d953d45823a9 implies d8b1230d75a04f988af9ce4b99054e28 2025-04-16 20:38:58.333 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created role service 2025-04-16 20:38:58.339 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Granted role admin on project admin to user admin. 2025-04-16 20:38:58.342 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Granted role admin on the system to user admin. 2025-04-16 20:38:58.348 | WARNING py.warnings [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2025-04-16 20:38:58.348 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2025-04-16 20:38:58.348 |  2025-04-16 20:38:58.350 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created region RegionOne 2025-04-16 20:38:58.368 | INFO keystone.cmd.bootstrap [None req-85ed305a-4ed7-4729-b326-da9377ba6144 None None] Created public endpoint http://10.180.1.21/identity 2025-04-16 20:38:58.662 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2025-04-16 20:38:58.664 | + stack.sh:main:1129 : create_keystone_accounts 2025-04-16 20:38:58.666 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2025-04-16 20:38:58.669 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2025-04-16 20:39:00.176 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:00.179 | + lib/keystone:create_keystone_accounts:315 : admin_project=0c9919c381ed4ae08ec1c6d27ce1eaac 2025-04-16 20:39:00.181 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2025-04-16 20:39:00.184 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2025-04-16 20:39:01.271 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:01.273 | + lib/keystone:create_keystone_accounts:317 : admin_user=24edde2606c84f19819b21695a19229d 2025-04-16 20:39:01.276 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2025-04-16 20:39:01.277 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2025-04-16 20:39:01.279 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2025-04-16 20:39:01.281 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 24edde2606c84f19819b21695a19229d default 2025-04-16 20:39:01.327 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 24edde2606c84f19819b21695a19229d default 2025-04-16 20:39:01.355 | [3502 Async ks-domain-role:37862]: running: get_or_add_user_domain_role admin 24edde2606c84f19819b21695a19229d default 2025-04-16 20:39:01.357 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2025-04-16 20:39:01.358 | + functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 20:39:01.361 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-16 20:39:02.727 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:02.729 | + functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 20:39:02.731 | + functions-common:get_or_create_domain:861 : echo default 2025-04-16 20:39:02.731 | default 2025-04-16 20:39:02.733 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2025-04-16 20:39:02.781 | + inc/async:async_inner:63 : get_or_create_project service Default 2025-04-16 20:39:02.810 | [3502 Async ks-project:37972]: running: get_or_create_project service Default 2025-04-16 20:39:02.813 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2025-04-16 20:39:02.859 | + inc/async:async_inner:63 : get_or_create_role service 2025-04-16 20:39:02.888 | [3502 Async ks-service:38084]: running: get_or_create_role service 2025-04-16 20:39:02.890 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2025-04-16 20:39:02.940 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2025-04-16 20:39:02.974 | [3502 Async ks-reseller:38180]: running: get_or_create_role ResellerAdmin 2025-04-16 20:39:02.976 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2025-04-16 20:39:02.978 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2025-04-16 20:39:03.029 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2025-04-16 20:39:03.058 | [3502 Async ks-anotherrole:38277]: running: get_or_create_role anotherrole 2025-04-16 20:39:03.060 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2025-04-16 20:39:03.062 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2025-04-16 20:39:03.064 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 20:39:03.067 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2025-04-16 20:39:04.245 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:04.264 | [37972 Async ks-project:37972]: finished successfully 2025-04-16 20:39:04.400 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:04.419 | [38084 Async ks-service:38084]: finished successfully 2025-04-16 20:39:04.472 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:04.492 | [38180 Async ks-reseller:38180]: finished successfully 2025-04-16 20:39:04.524 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:04.543 | [38277 Async ks-anotherrole:38277]: finished successfully 2025-04-16 20:39:04.589 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:04.608 | [37862 Async ks-domain-role:37862]: finished successfully 2025-04-16 20:39:04.614 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:04.616 | ++ functions-common:get_or_create_project:911 : project_id=a9b6eff420ab4680a3a4d081ee39280b 2025-04-16 20:39:04.619 | ++ functions-common:get_or_create_project:912 : echo a9b6eff420ab4680a3a4d081ee39280b 2025-04-16 20:39:04.621 | + lib/keystone:create_keystone_accounts:345 : invis_project=a9b6eff420ab4680a3a4d081ee39280b 2025-04-16 20:39:04.623 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2025-04-16 20:39:04.625 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2025-04-16 20:39:04.627 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 20:39:04.630 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2025-04-16 20:39:05.894 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:05.896 | ++ functions-common:get_or_create_project:911 : project_id=c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:05.898 | ++ functions-common:get_or_create_project:912 : echo c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:05.900 | + lib/keystone:create_keystone_accounts:349 : demo_project=c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:05.903 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2025-04-16 20:39:05.905 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2025-04-16 20:39:05.907 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:05.909 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2025-04-16 20:39:05.911 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2025-04-16 20:39:05.913 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2025-04-16 20:39:07.133 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:07.136 | ++ functions-common:get_or_create_user:898 : user_id=8bb29b806451412c9c5c2bd053def06e 2025-04-16 20:39:07.138 | ++ functions-common:get_or_create_user:899 : echo 8bb29b806451412c9c5c2bd053def06e 2025-04-16 20:39:07.141 | + lib/keystone:create_keystone_accounts:352 : demo_user=8bb29b806451412c9c5c2bd053def06e 2025-04-16 20:39:07.142 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2025-04-16 20:39:07.177 | [3502 Async ks-domain-role:37862]: Waiting for completion of get_or_add_user_domain_role admin 24edde2606c84f19819b21695a19229d default running on PID 37862 (6 other jobs running) 2025-04-16 20:39:07.194 | [3502 Async ks-domain-role:37862]: Signaling child to exit 2025-04-16 20:39:07.194 | WAKEUP 2025-04-16 20:39:07.210 | [3502 Async ks-domain-role:37862]: Signaled 2025-04-16 20:39:07.211 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2025-04-16 20:39:07.211 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 24edde2606c84f19819b21695a19229d --domain default 2025-04-16 20:39:07.211 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 24edde2606c84f19819b21695a19229d --domain default -c Role -f value 2025-04-16 20:39:07.211 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:07.211 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:07.211 | + functions-common:get_or_add_user_domain_role:982 : echo 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:07.211 | 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:07.241 | [3502 Async ks-domain-role:37862]: finished get_or_add_user_domain_role admin 24edde2606c84f19819b21695a19229d default with result 0 in 3 seconds 2025-04-16 20:39:07.245 | Not waiting for async task ks-domain that we never started or has already been waited for 2025-04-16 20:39:07.269 | [3502 Async ks-project:37972]: Waiting for completion of get_or_create_project service Default running on PID 37972 (5 other jobs running) 2025-04-16 20:39:07.286 | [3502 Async ks-project:37972]: Signaling child to exit 2025-04-16 20:39:07.286 | WAKEUP 2025-04-16 20:39:07.301 | [3502 Async ks-project:37972]: Signaled 2025-04-16 20:39:07.302 | + functions-common:get_or_create_project:905 : local project_id 2025-04-16 20:39:07.302 | ++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2025-04-16 20:39:07.302 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:07.302 | + functions-common:get_or_create_project:911 : project_id=ffe74ad400204d7b93b08e427c6fbde9 2025-04-16 20:39:07.302 | + functions-common:get_or_create_project:912 : echo ffe74ad400204d7b93b08e427c6fbde9 2025-04-16 20:39:07.302 | ffe74ad400204d7b93b08e427c6fbde9 2025-04-16 20:39:07.332 | [3502 Async ks-project:37972]: finished get_or_create_project service Default with result 0 in 1 seconds 2025-04-16 20:39:07.357 | [3502 Async ks-service:38084]: Waiting for completion of get_or_create_role service running on PID 38084 (4 other jobs running) 2025-04-16 20:39:07.374 | [3502 Async ks-service:38084]: Signaling child to exit 2025-04-16 20:39:07.374 | WAKEUP 2025-04-16 20:39:07.390 | [3502 Async ks-service:38084]: Signaled 2025-04-16 20:39:07.391 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 20:39:07.391 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2025-04-16 20:39:07.391 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:07.391 | + functions-common:get_or_create_role:923 : role_id=e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:07.391 | + functions-common:get_or_create_role:924 : echo e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:07.391 | e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:07.421 | [3502 Async ks-service:38084]: finished get_or_create_role service with result 0 in 1 seconds 2025-04-16 20:39:07.446 | [3502 Async ks-reseller:38180]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 38180 (3 other jobs running) 2025-04-16 20:39:07.463 | [3502 Async ks-reseller:38180]: Signaling child to exit 2025-04-16 20:39:07.463 | WAKEUP 2025-04-16 20:39:07.479 | [3502 Async ks-reseller:38180]: Signaled 2025-04-16 20:39:07.480 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 20:39:07.480 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2025-04-16 20:39:07.480 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:07.480 | + functions-common:get_or_create_role:923 : role_id=aa74dee1ca514f16b43a10759b4c35a6 2025-04-16 20:39:07.480 | + functions-common:get_or_create_role:924 : echo aa74dee1ca514f16b43a10759b4c35a6 2025-04-16 20:39:07.480 | aa74dee1ca514f16b43a10759b4c35a6 2025-04-16 20:39:07.510 | [3502 Async ks-reseller:38180]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2025-04-16 20:39:07.534 | [3502 Async ks-anotherrole:38277]: Waiting for completion of get_or_create_role anotherrole running on PID 38277 (2 other jobs running) 2025-04-16 20:39:07.551 | [3502 Async ks-anotherrole:38277]: Signaling child to exit 2025-04-16 20:39:07.551 | WAKEUP 2025-04-16 20:39:07.566 | [3502 Async ks-anotherrole:38277]: Signaled 2025-04-16 20:39:07.567 | + functions-common:get_or_create_role:918 : local role_id 2025-04-16 20:39:07.567 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2025-04-16 20:39:07.567 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:07.567 | + functions-common:get_or_create_role:923 : role_id=b94e5921501244e098276903b103a368 2025-04-16 20:39:07.567 | + functions-common:get_or_create_role:924 : echo b94e5921501244e098276903b103a368 2025-04-16 20:39:07.567 | b94e5921501244e098276903b103a368 2025-04-16 20:39:07.597 | [3502 Async ks-anotherrole:38277]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2025-04-16 20:39:07.600 | + inc/async:async_wait:197 : return 0 2025-04-16 20:39:07.601 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 8bb29b806451412c9c5c2bd053def06e c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:07.649 | + inc/async:async_inner:63 : get_or_add_user_project_role member 8bb29b806451412c9c5c2bd053def06e c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:07.682 | [3502 Async ks-demo-member:39161]: running: get_or_add_user_project_role member 8bb29b806451412c9c5c2bd053def06e c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:07.684 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 24edde2606c84f19819b21695a19229d c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:07.734 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 24edde2606c84f19819b21695a19229d c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:07.764 | [3502 Async ks-demo-admin:39257]: running: get_or_add_user_project_role admin 24edde2606c84f19819b21695a19229d c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:07.766 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 8bb29b806451412c9c5c2bd053def06e c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:07.814 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 8bb29b806451412c9c5c2bd053def06e c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:07.844 | [3502 Async ks-demo-another:39354]: running: get_or_add_user_project_role anotherrole 8bb29b806451412c9c5c2bd053def06e c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:07.846 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 8bb29b806451412c9c5c2bd053def06e a9b6eff420ab4680a3a4d081ee39280b 2025-04-16 20:39:07.894 | + inc/async:async_inner:63 : get_or_add_user_project_role member 8bb29b806451412c9c5c2bd053def06e a9b6eff420ab4680a3a4d081ee39280b 2025-04-16 20:39:07.924 | [3502 Async ks-demo-invis:39451]: running: get_or_add_user_project_role member 8bb29b806451412c9c5c2bd053def06e a9b6eff420ab4680a3a4d081ee39280b 2025-04-16 20:39:07.926 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2025-04-16 20:39:07.929 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2025-04-16 20:39:07.931 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:07.933 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2025-04-16 20:39:07.935 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2025-04-16 20:39:07.938 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2025-04-16 20:39:09.480 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:09.483 | ++ functions-common:get_or_create_user:898 : user_id=923a47315a624b2fa575fb02903b4d4b 2025-04-16 20:39:09.486 | ++ functions-common:get_or_create_user:899 : echo 923a47315a624b2fa575fb02903b4d4b 2025-04-16 20:39:09.488 | + lib/keystone:create_keystone_accounts:365 : demo_reader=923a47315a624b2fa575fb02903b4d4b 2025-04-16 20:39:09.490 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 923a47315a624b2fa575fb02903b4d4b c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:09.540 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 923a47315a624b2fa575fb02903b4d4b c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:09.572 | [3502 Async ks-demo-reader:39625]: running: get_or_add_user_project_role reader 923a47315a624b2fa575fb02903b4d4b c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:09.574 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2025-04-16 20:39:09.577 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2025-04-16 20:39:09.579 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 20:39:09.582 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2025-04-16 20:39:11.101 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:11.104 | ++ functions-common:get_or_create_project:911 : project_id=2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:11.106 | ++ functions-common:get_or_create_project:912 : echo 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:11.109 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:11.111 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2025-04-16 20:39:11.113 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2025-04-16 20:39:11.115 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:11.117 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2025-04-16 20:39:11.120 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2025-04-16 20:39:11.122 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2025-04-16 20:39:11.254 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:11.275 | [39161 Async ks-demo-member:39161]: finished successfully 2025-04-16 20:39:11.637 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:11.655 | [39257 Async ks-demo-admin:39257]: finished successfully 2025-04-16 20:39:11.780 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:11.799 | [39354 Async ks-demo-another:39354]: finished successfully 2025-04-16 20:39:11.892 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:11.910 | [39451 Async ks-demo-invis:39451]: finished successfully 2025-04-16 20:39:12.454 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:12.456 | ++ functions-common:get_or_create_user:898 : user_id=36fb206cff74490dae46293028e8f48a 2025-04-16 20:39:12.458 | ++ functions-common:get_or_create_user:899 : echo 36fb206cff74490dae46293028e8f48a 2025-04-16 20:39:12.461 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=36fb206cff74490dae46293028e8f48a 2025-04-16 20:39:12.463 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 36fb206cff74490dae46293028e8f48a 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:12.511 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 36fb206cff74490dae46293028e8f48a 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:12.541 | [3502 Async ks-alt-admin:40014]: running: get_or_add_user_project_role admin 36fb206cff74490dae46293028e8f48a 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:12.543 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 36fb206cff74490dae46293028e8f48a 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:12.590 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 36fb206cff74490dae46293028e8f48a 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:12.620 | [3502 Async ks-alt-another:40110]: running: get_or_add_user_project_role anotherrole 36fb206cff74490dae46293028e8f48a 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:12.622 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2025-04-16 20:39:12.625 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2025-04-16 20:39:12.627 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:12.629 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2025-04-16 20:39:12.631 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2025-04-16 20:39:12.634 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2025-04-16 20:39:13.124 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:13.142 | [39625 Async ks-demo-reader:39625]: finished successfully 2025-04-16 20:39:13.931 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:13.934 | ++ functions-common:get_or_create_user:898 : user_id=fdad4b5cbcf24ae1a717e156f26cf5fe 2025-04-16 20:39:13.936 | ++ functions-common:get_or_create_user:899 : echo fdad4b5cbcf24ae1a717e156f26cf5fe 2025-04-16 20:39:13.938 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=fdad4b5cbcf24ae1a717e156f26cf5fe 2025-04-16 20:39:13.941 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member fdad4b5cbcf24ae1a717e156f26cf5fe 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:13.990 | + inc/async:async_inner:63 : get_or_add_user_project_role member fdad4b5cbcf24ae1a717e156f26cf5fe 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:14.021 | [3502 Async ks-alt-member-user:40288]: running: get_or_add_user_project_role member fdad4b5cbcf24ae1a717e156f26cf5fe 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:14.023 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2025-04-16 20:39:14.026 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2025-04-16 20:39:14.028 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:14.030 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2025-04-16 20:39:14.032 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2025-04-16 20:39:14.035 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2025-04-16 20:39:15.493 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:15.496 | ++ functions-common:get_or_create_user:898 : user_id=7d7e6d4c5bb645c5aec21f5825913b18 2025-04-16 20:39:15.498 | ++ functions-common:get_or_create_user:899 : echo 7d7e6d4c5bb645c5aec21f5825913b18 2025-04-16 20:39:15.500 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=7d7e6d4c5bb645c5aec21f5825913b18 2025-04-16 20:39:15.502 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 7d7e6d4c5bb645c5aec21f5825913b18 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:15.555 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 7d7e6d4c5bb645c5aec21f5825913b18 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:15.584 | [3502 Async ks-alt-reader-user:40462]: running: get_or_add_user_project_role reader 7d7e6d4c5bb645c5aec21f5825913b18 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:15.588 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2025-04-16 20:39:15.589 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:15.591 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2025-04-16 20:39:15.595 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2025-04-16 20:39:15.598 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2025-04-16 20:39:15.812 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:15.830 | [40014 Async ks-alt-admin:40014]: finished successfully 2025-04-16 20:39:15.911 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:15.930 | [40110 Async ks-alt-another:40110]: finished successfully 2025-04-16 20:39:16.911 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:16.914 | ++ functions-common:get_or_create_user:898 : user_id=f5c41789112f429893c29d26d0268edf 2025-04-16 20:39:16.916 | ++ functions-common:get_or_create_user:899 : echo f5c41789112f429893c29d26d0268edf 2025-04-16 20:39:16.918 | + lib/keystone:create_keystone_accounts:397 : system_member_user=f5c41789112f429893c29d26d0268edf 2025-04-16 20:39:16.920 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member f5c41789112f429893c29d26d0268edf all 2025-04-16 20:39:16.969 | + inc/async:async_inner:63 : get_or_add_user_system_role member f5c41789112f429893c29d26d0268edf all 2025-04-16 20:39:17.000 | [3502 Async ks-system-member:40695]: running: get_or_add_user_system_role member f5c41789112f429893c29d26d0268edf all 2025-04-16 20:39:17.003 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2025-04-16 20:39:17.005 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:17.008 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2025-04-16 20:39:17.009 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2025-04-16 20:39:17.013 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2025-04-16 20:39:17.248 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:17.266 | [40288 Async ks-alt-member-user:40288]: finished successfully 2025-04-16 20:39:18.287 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:18.290 | ++ functions-common:get_or_create_user:898 : user_id=c5c65e0e131f4258a67dc9d155f94d4c 2025-04-16 20:39:18.293 | ++ functions-common:get_or_create_user:899 : echo c5c65e0e131f4258a67dc9d155f94d4c 2025-04-16 20:39:18.295 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=c5c65e0e131f4258a67dc9d155f94d4c 2025-04-16 20:39:18.297 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader c5c65e0e131f4258a67dc9d155f94d4c all 2025-04-16 20:39:18.346 | + inc/async:async_inner:63 : get_or_add_user_system_role reader c5c65e0e131f4258a67dc9d155f94d4c all 2025-04-16 20:39:18.377 | [3502 Async ks-system-reader:40903]: running: get_or_add_user_system_role reader c5c65e0e131f4258a67dc9d155f94d4c all 2025-04-16 20:39:18.379 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2025-04-16 20:39:18.381 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2025-04-16 20:39:18.385 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2025-04-16 20:39:18.385 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 20:39:18.388 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2025-04-16 20:39:18.741 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:18.760 | [40462 Async ks-alt-reader-user:40462]: finished successfully 2025-04-16 20:39:19.692 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:19.694 | ++ functions-common:get_or_create_group:875 : group_id=8dee948732fd45a3a968a02cb747123f 2025-04-16 20:39:19.697 | ++ functions-common:get_or_create_group:876 : echo 8dee948732fd45a3a968a02cb747123f 2025-04-16 20:39:19.700 | + lib/keystone:create_keystone_accounts:407 : admin_group=8dee948732fd45a3a968a02cb747123f 2025-04-16 20:39:19.702 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2025-04-16 20:39:19.705 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2025-04-16 20:39:19.707 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2025-04-16 20:39:19.709 | ++ functions-common:get_or_create_group:868 : local group_id 2025-04-16 20:39:19.712 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2025-04-16 20:39:20.998 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:21.000 | ++ functions-common:get_or_create_group:875 : group_id=7de77e4313934e10a13ff5391678b846 2025-04-16 20:39:21.003 | ++ functions-common:get_or_create_group:876 : echo 7de77e4313934e10a13ff5391678b846 2025-04-16 20:39:21.005 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=7de77e4313934e10a13ff5391678b846 2025-04-16 20:39:21.007 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 7de77e4313934e10a13ff5391678b846 c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:21.056 | + inc/async:async_inner:63 : get_or_add_group_project_role member 7de77e4313934e10a13ff5391678b846 c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:21.086 | [3502 Async ks-group-memberdemo:41170]: running: get_or_add_group_project_role member 7de77e4313934e10a13ff5391678b846 c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:21.088 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 7de77e4313934e10a13ff5391678b846 c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:21.137 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 7de77e4313934e10a13ff5391678b846 c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:21.166 | [3502 Async ks-group-anotherdemo:41249]: running: get_or_add_group_project_role anotherrole 7de77e4313934e10a13ff5391678b846 c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:21.168 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 7de77e4313934e10a13ff5391678b846 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:21.218 | + inc/async:async_inner:63 : get_or_add_group_project_role member 7de77e4313934e10a13ff5391678b846 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:21.250 | [3502 Async ks-group-memberalt:41329]: running: get_or_add_group_project_role member 7de77e4313934e10a13ff5391678b846 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:21.252 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 7de77e4313934e10a13ff5391678b846 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:21.290 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:21.306 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 7de77e4313934e10a13ff5391678b846 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:21.311 | [40695 Async ks-system-member:40695]: finished successfully 2025-04-16 20:39:21.337 | [3502 Async ks-group-anotheralt:41450]: running: get_or_add_group_project_role anotherrole 7de77e4313934e10a13ff5391678b846 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:21.339 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 8dee948732fd45a3a968a02cb747123f 0c9919c381ed4ae08ec1c6d27ce1eaac 2025-04-16 20:39:21.387 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 8dee948732fd45a3a968a02cb747123f 0c9919c381ed4ae08ec1c6d27ce1eaac 2025-04-16 20:39:21.418 | [3502 Async ks-group-admin:41548]: running: get_or_add_group_project_role admin 8dee948732fd45a3a968a02cb747123f 0c9919c381ed4ae08ec1c6d27ce1eaac 2025-04-16 20:39:21.420 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2025-04-16 20:39:21.458 | [3502 Async ks-demo-member:39161]: Waiting for completion of get_or_add_user_project_role member 8bb29b806451412c9c5c2bd053def06e c8be36bd1c654285ae835f26c519b928 running on PID 39161 (17 other jobs running) 2025-04-16 20:39:21.475 | [3502 Async ks-demo-member:39161]: Signaling child to exit 2025-04-16 20:39:21.475 | WAKEUP 2025-04-16 20:39:21.492 | [3502 Async ks-demo-member:39161]: Signaled 2025-04-16 20:39:21.493 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:21.493 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:21.493 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 20:39:21.493 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:21.493 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:21.493 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:21.493 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:21.493 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:21.493 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 20:39:21.493 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 8bb29b806451412c9c5c2bd053def06e --project c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:21.493 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8bb29b806451412c9c5c2bd053def06e --project c8be36bd1c654285ae835f26c519b928 -c Role -f value 2025-04-16 20:39:21.493 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:21.493 | + functions-common:get_or_add_user_project_role:962 : user_role_id=987455a1118d41839e48b69f823effd5 2025-04-16 20:39:21.493 | + functions-common:get_or_add_user_project_role:963 : echo 987455a1118d41839e48b69f823effd5 2025-04-16 20:39:21.493 | 987455a1118d41839e48b69f823effd5 2025-04-16 20:39:21.525 | [3502 Async ks-demo-member:39161]: finished get_or_add_user_project_role member 8bb29b806451412c9c5c2bd053def06e c8be36bd1c654285ae835f26c519b928 with result 0 in 3 seconds 2025-04-16 20:39:21.550 | [3502 Async ks-demo-admin:39257]: Waiting for completion of get_or_add_user_project_role admin 24edde2606c84f19819b21695a19229d c8be36bd1c654285ae835f26c519b928 running on PID 39257 (16 other jobs running) 2025-04-16 20:39:21.567 | [3502 Async ks-demo-admin:39257]: Signaling child to exit 2025-04-16 20:39:21.567 | WAKEUP 2025-04-16 20:39:21.582 | [3502 Async ks-demo-admin:39257]: Signaled 2025-04-16 20:39:21.583 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:21.583 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:21.583 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 20:39:21.583 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:21.583 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:21.583 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:21.583 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:21.583 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:21.583 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 20:39:21.583 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 24edde2606c84f19819b21695a19229d --project c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:21.583 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 24edde2606c84f19819b21695a19229d --project c8be36bd1c654285ae835f26c519b928 -c Role -f value 2025-04-16 20:39:21.583 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:21.583 | + functions-common:get_or_add_user_project_role:962 : user_role_id=5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:21.583 | + functions-common:get_or_add_user_project_role:963 : echo 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:21.583 | 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:21.614 | [3502 Async ks-demo-admin:39257]: finished get_or_add_user_project_role admin 24edde2606c84f19819b21695a19229d c8be36bd1c654285ae835f26c519b928 with result 0 in 3 seconds 2025-04-16 20:39:21.640 | [3502 Async ks-demo-another:39354]: Waiting for completion of get_or_add_user_project_role anotherrole 8bb29b806451412c9c5c2bd053def06e c8be36bd1c654285ae835f26c519b928 running on PID 39354 (15 other jobs running) 2025-04-16 20:39:21.658 | [3502 Async ks-demo-another:39354]: Signaling child to exit 2025-04-16 20:39:21.659 | WAKEUP 2025-04-16 20:39:21.674 | [3502 Async ks-demo-another:39354]: Signaled 2025-04-16 20:39:21.675 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:21.675 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:21.675 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 20:39:21.675 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:21.675 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:21.675 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:21.675 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:21.675 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:21.675 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 20:39:21.675 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 8bb29b806451412c9c5c2bd053def06e --project c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:21.675 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 8bb29b806451412c9c5c2bd053def06e --project c8be36bd1c654285ae835f26c519b928 -c Role -f value 2025-04-16 20:39:21.675 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:21.675 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b94e5921501244e098276903b103a368 2025-04-16 20:39:21.675 | + functions-common:get_or_add_user_project_role:963 : echo b94e5921501244e098276903b103a368 2025-04-16 20:39:21.675 | b94e5921501244e098276903b103a368 2025-04-16 20:39:21.706 | [3502 Async ks-demo-another:39354]: finished get_or_add_user_project_role anotherrole 8bb29b806451412c9c5c2bd053def06e c8be36bd1c654285ae835f26c519b928 with result 0 in 4 seconds 2025-04-16 20:39:21.731 | [3502 Async ks-demo-invis:39451]: Waiting for completion of get_or_add_user_project_role member 8bb29b806451412c9c5c2bd053def06e a9b6eff420ab4680a3a4d081ee39280b running on PID 39451 (14 other jobs running) 2025-04-16 20:39:21.748 | [3502 Async ks-demo-invis:39451]: Signaling child to exit 2025-04-16 20:39:21.748 | WAKEUP 2025-04-16 20:39:21.764 | [3502 Async ks-demo-invis:39451]: Signaled 2025-04-16 20:39:21.765 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:21.765 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:21.765 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 20:39:21.765 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:21.765 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:21.765 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:21.765 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:21.765 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:21.765 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 20:39:21.765 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 8bb29b806451412c9c5c2bd053def06e --project a9b6eff420ab4680a3a4d081ee39280b 2025-04-16 20:39:21.765 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 8bb29b806451412c9c5c2bd053def06e --project a9b6eff420ab4680a3a4d081ee39280b -c Role -f value 2025-04-16 20:39:21.765 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:21.765 | + functions-common:get_or_add_user_project_role:962 : user_role_id=987455a1118d41839e48b69f823effd5 2025-04-16 20:39:21.765 | + functions-common:get_or_add_user_project_role:963 : echo 987455a1118d41839e48b69f823effd5 2025-04-16 20:39:21.765 | 987455a1118d41839e48b69f823effd5 2025-04-16 20:39:21.796 | [3502 Async ks-demo-invis:39451]: finished get_or_add_user_project_role member 8bb29b806451412c9c5c2bd053def06e a9b6eff420ab4680a3a4d081ee39280b with result 0 in 4 seconds 2025-04-16 20:39:21.821 | [3502 Async ks-demo-reader:39625]: Waiting for completion of get_or_add_user_project_role reader 923a47315a624b2fa575fb02903b4d4b c8be36bd1c654285ae835f26c519b928 running on PID 39625 (13 other jobs running) 2025-04-16 20:39:21.840 | [3502 Async ks-demo-reader:39625]: Signaling child to exit 2025-04-16 20:39:21.841 | WAKEUP 2025-04-16 20:39:21.856 | [3502 Async ks-demo-reader:39625]: Signaled 2025-04-16 20:39:21.857 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:21.857 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:21.857 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 20:39:21.857 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:21.857 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:21.857 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:21.857 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:21.857 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:21.857 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 20:39:21.857 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 923a47315a624b2fa575fb02903b4d4b --project c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:21.857 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 923a47315a624b2fa575fb02903b4d4b --project c8be36bd1c654285ae835f26c519b928 -c Role -f value 2025-04-16 20:39:21.857 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:21.857 | + functions-common:get_or_add_user_project_role:962 : user_role_id=f451c6f41e0144609715b8becce4fd5a 2025-04-16 20:39:21.857 | + functions-common:get_or_add_user_project_role:963 : echo f451c6f41e0144609715b8becce4fd5a 2025-04-16 20:39:21.857 | f451c6f41e0144609715b8becce4fd5a 2025-04-16 20:39:21.888 | [3502 Async ks-demo-reader:39625]: finished get_or_add_user_project_role reader 923a47315a624b2fa575fb02903b4d4b c8be36bd1c654285ae835f26c519b928 with result 0 in 3 seconds 2025-04-16 20:39:21.891 | + inc/async:async_wait:197 : return 0 2025-04-16 20:39:21.894 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2025-04-16 20:39:21.933 | [3502 Async ks-alt-admin:40014]: Waiting for completion of get_or_add_user_project_role admin 36fb206cff74490dae46293028e8f48a 2ede3396a0dd44a9aa67ba28c634d62b running on PID 40014 (12 other jobs running) 2025-04-16 20:39:21.952 | [3502 Async ks-alt-admin:40014]: Signaling child to exit 2025-04-16 20:39:21.952 | WAKEUP 2025-04-16 20:39:21.973 | [3502 Async ks-alt-admin:40014]: Signaled 2025-04-16 20:39:21.977 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:21.977 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:21.977 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 20:39:21.977 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:21.977 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:21.977 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:21.977 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:21.977 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:21.977 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 20:39:21.977 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 36fb206cff74490dae46293028e8f48a --project 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:21.977 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 36fb206cff74490dae46293028e8f48a --project 2ede3396a0dd44a9aa67ba28c634d62b -c Role -f value 2025-04-16 20:39:21.977 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:21.977 | + functions-common:get_or_add_user_project_role:962 : user_role_id=5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:21.977 | + functions-common:get_or_add_user_project_role:963 : echo 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:21.977 | 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:22.014 | [3502 Async ks-alt-admin:40014]: finished get_or_add_user_project_role admin 36fb206cff74490dae46293028e8f48a 2ede3396a0dd44a9aa67ba28c634d62b with result 0 in 3 seconds 2025-04-16 20:39:22.043 | [3502 Async ks-alt-another:40110]: Waiting for completion of get_or_add_user_project_role anotherrole 36fb206cff74490dae46293028e8f48a 2ede3396a0dd44a9aa67ba28c634d62b running on PID 40110 (11 other jobs running) 2025-04-16 20:39:22.065 | [3502 Async ks-alt-another:40110]: Signaling child to exit 2025-04-16 20:39:22.067 | WAKEUP 2025-04-16 20:39:22.094 | [3502 Async ks-alt-another:40110]: Signaled 2025-04-16 20:39:22.095 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:22.095 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:22.095 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 20:39:22.095 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:22.095 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:22.095 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:22.095 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:22.095 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:22.095 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 20:39:22.095 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 36fb206cff74490dae46293028e8f48a --project 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:22.095 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 36fb206cff74490dae46293028e8f48a --project 2ede3396a0dd44a9aa67ba28c634d62b -c Role -f value 2025-04-16 20:39:22.095 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:22.095 | + functions-common:get_or_add_user_project_role:962 : user_role_id=b94e5921501244e098276903b103a368 2025-04-16 20:39:22.095 | + functions-common:get_or_add_user_project_role:963 : echo b94e5921501244e098276903b103a368 2025-04-16 20:39:22.095 | b94e5921501244e098276903b103a368 2025-04-16 20:39:22.129 | [3502 Async ks-alt-another:40110]: finished get_or_add_user_project_role anotherrole 36fb206cff74490dae46293028e8f48a 2ede3396a0dd44a9aa67ba28c634d62b with result 0 in 3 seconds 2025-04-16 20:39:22.156 | [3502 Async ks-alt-member-user:40288]: Waiting for completion of get_or_add_user_project_role member fdad4b5cbcf24ae1a717e156f26cf5fe 2ede3396a0dd44a9aa67ba28c634d62b running on PID 40288 (10 other jobs running) 2025-04-16 20:39:22.174 | [3502 Async ks-alt-member-user:40288]: Signaling child to exit 2025-04-16 20:39:22.175 | WAKEUP 2025-04-16 20:39:22.191 | [3502 Async ks-alt-member-user:40288]: Signaled 2025-04-16 20:39:22.192 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:22.192 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:22.192 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 20:39:22.192 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:22.192 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:22.192 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:22.192 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:22.192 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:22.192 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 20:39:22.192 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user fdad4b5cbcf24ae1a717e156f26cf5fe --project 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:22.192 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user fdad4b5cbcf24ae1a717e156f26cf5fe --project 2ede3396a0dd44a9aa67ba28c634d62b -c Role -f value 2025-04-16 20:39:22.192 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:22.192 | + functions-common:get_or_add_user_project_role:962 : user_role_id=987455a1118d41839e48b69f823effd5 2025-04-16 20:39:22.192 | + functions-common:get_or_add_user_project_role:963 : echo 987455a1118d41839e48b69f823effd5 2025-04-16 20:39:22.192 | 987455a1118d41839e48b69f823effd5 2025-04-16 20:39:22.226 | [3502 Async ks-alt-member-user:40288]: finished get_or_add_user_project_role member fdad4b5cbcf24ae1a717e156f26cf5fe 2ede3396a0dd44a9aa67ba28c634d62b with result 0 in 3 seconds 2025-04-16 20:39:22.260 | [3502 Async ks-alt-reader-user:40462]: Waiting for completion of get_or_add_user_project_role reader 7d7e6d4c5bb645c5aec21f5825913b18 2ede3396a0dd44a9aa67ba28c634d62b running on PID 40462 (9 other jobs running) 2025-04-16 20:39:22.279 | [3502 Async ks-alt-reader-user:40462]: Signaling child to exit 2025-04-16 20:39:22.279 | WAKEUP 2025-04-16 20:39:22.297 | [3502 Async ks-alt-reader-user:40462]: Signaled 2025-04-16 20:39:22.298 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:22.298 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:22.298 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2025-04-16 20:39:22.298 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:22.298 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:22.298 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:22.298 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:22.298 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:22.298 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2025-04-16 20:39:22.298 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 7d7e6d4c5bb645c5aec21f5825913b18 --project 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:22.298 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 7d7e6d4c5bb645c5aec21f5825913b18 --project 2ede3396a0dd44a9aa67ba28c634d62b -c Role -f value 2025-04-16 20:39:22.298 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:22.298 | + functions-common:get_or_add_user_project_role:962 : user_role_id=f451c6f41e0144609715b8becce4fd5a 2025-04-16 20:39:22.298 | + functions-common:get_or_add_user_project_role:963 : echo f451c6f41e0144609715b8becce4fd5a 2025-04-16 20:39:22.298 | f451c6f41e0144609715b8becce4fd5a 2025-04-16 20:39:22.331 | [3502 Async ks-alt-reader-user:40462]: finished get_or_add_user_project_role reader 7d7e6d4c5bb645c5aec21f5825913b18 2ede3396a0dd44a9aa67ba28c634d62b with result 0 in 3 seconds 2025-04-16 20:39:22.334 | + inc/async:async_wait:197 : return 0 2025-04-16 20:39:22.336 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2025-04-16 20:39:22.379 | [3502 Async ks-system-member:40695]: Waiting for completion of get_or_add_user_system_role member f5c41789112f429893c29d26d0268edf all running on PID 40695 (8 other jobs running) 2025-04-16 20:39:22.399 | [3502 Async ks-system-member:40695]: Signaling child to exit 2025-04-16 20:39:22.399 | WAKEUP 2025-04-16 20:39:22.416 | [3502 Async ks-system-member:40695]: Signaled 2025-04-16 20:39:22.420 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 20:39:22.420 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 20:39:22.420 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 20:39:22.420 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:22.420 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:22.420 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:22.420 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:22.420 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:22.420 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 20:39:22.420 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f5c41789112f429893c29d26d0268edf --system all -f value -c Role 2025-04-16 20:39:22.420 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:22.420 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 20:39:22.420 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 20:39:22.420 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user f5c41789112f429893c29d26d0268edf --system all 2025-04-16 20:39:22.420 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f5c41789112f429893c29d26d0268edf --system all -f value -c Role 2025-04-16 20:39:22.420 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:22.420 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2025-04-16 20:39:22.420 | + functions-common:get_or_add_user_system_role:1013 : echo 2025-04-16 20:39:22.420 | 2025-04-16 20:39:22.450 | [3502 Async ks-system-member:40695]: finished get_or_add_user_system_role member f5c41789112f429893c29d26d0268edf all with result 0 in 4 seconds 2025-04-16 20:39:22.480 | [3502 Async ks-system-reader:40903]: Waiting for completion of get_or_add_user_system_role reader c5c65e0e131f4258a67dc9d155f94d4c all running on PID 40903 (7 other jobs running) 2025-04-16 20:39:22.499 | [3502 Async ks-system-reader:40903]: Signaling child to exit 2025-04-16 20:39:22.783 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:22.801 | [40903 Async ks-system-reader:40903]: finished successfully 2025-04-16 20:39:22.820 | WAKEUP 2025-04-16 20:39:22.836 | [3502 Async ks-system-reader:40903]: Signaled 2025-04-16 20:39:22.837 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2025-04-16 20:39:22.837 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2025-04-16 20:39:22.837 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2025-04-16 20:39:22.837 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:22.837 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:22.837 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2025-04-16 20:39:22.837 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2025-04-16 20:39:22.837 | ++ functions-common:_get_domain_args:940 : echo 2025-04-16 20:39:22.837 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2025-04-16 20:39:22.837 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c5c65e0e131f4258a67dc9d155f94d4c --system all -f value -c Role 2025-04-16 20:39:22.837 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:22.837 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2025-04-16 20:39:22.837 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2025-04-16 20:39:22.837 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user c5c65e0e131f4258a67dc9d155f94d4c --system all 2025-04-16 20:39:22.837 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c5c65e0e131f4258a67dc9d155f94d4c --system all -f value -c Role 2025-04-16 20:39:22.837 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:22.837 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=f451c6f41e0144609715b8becce4fd5a 2025-04-16 20:39:22.837 | + functions-common:get_or_add_user_system_role:1013 : echo f451c6f41e0144609715b8becce4fd5a 2025-04-16 20:39:22.837 | f451c6f41e0144609715b8becce4fd5a 2025-04-16 20:39:22.869 | [3502 Async ks-system-reader:40903]: finished get_or_add_user_system_role reader c5c65e0e131f4258a67dc9d155f94d4c all with result 0 in 4 seconds 2025-04-16 20:39:22.872 | + inc/async:async_wait:197 : return 0 2025-04-16 20:39:22.874 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2025-04-16 20:39:22.911 | [3502 Async ks-group-memberdemo:41170]: Waiting for completion of get_or_add_group_project_role member 7de77e4313934e10a13ff5391678b846 c8be36bd1c654285ae835f26c519b928 running on PID 41170 (6 other jobs running) 2025-04-16 20:39:22.928 | [3502 Async ks-group-memberdemo:41170]: Signaling child to exit 2025-04-16 20:39:24.350 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:24.370 | [41170 Async ks-group-memberdemo:41170]: finished successfully 2025-04-16 20:39:24.386 | WAKEUP 2025-04-16 20:39:24.404 | [3502 Async ks-group-memberdemo:41170]: Signaled 2025-04-16 20:39:24.404 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 20:39:24.404 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 7de77e4313934e10a13ff5391678b846 --project c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:24.404 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 7de77e4313934e10a13ff5391678b846 --project c8be36bd1c654285ae835f26c519b928 -f value -c Role 2025-04-16 20:39:24.404 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:24.404 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=987455a1118d41839e48b69f823effd5 2025-04-16 20:39:24.404 | + functions-common:get_or_add_group_project_role:1032 : echo 987455a1118d41839e48b69f823effd5 2025-04-16 20:39:24.404 | 987455a1118d41839e48b69f823effd5 2025-04-16 20:39:24.431 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:24.439 | [3502 Async ks-group-memberdemo:41170]: finished get_or_add_group_project_role member 7de77e4313934e10a13ff5391678b846 c8be36bd1c654285ae835f26c519b928 with result 0 in 3 seconds 2025-04-16 20:39:24.454 | [41249 Async ks-group-anotherdemo:41249]: finished successfully 2025-04-16 20:39:24.470 | [3502 Async ks-group-anotherdemo:41249]: Waiting for completion of get_or_add_group_project_role anotherrole 7de77e4313934e10a13ff5391678b846 c8be36bd1c654285ae835f26c519b928 running on PID 41249 (5 other jobs running) 2025-04-16 20:39:24.489 | [3502 Async ks-group-anotherdemo:41249]: Signaling child to exit 2025-04-16 20:39:24.489 | WAKEUP 2025-04-16 20:39:24.505 | [3502 Async ks-group-anotherdemo:41249]: Signaled 2025-04-16 20:39:24.506 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 20:39:24.506 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 7de77e4313934e10a13ff5391678b846 --project c8be36bd1c654285ae835f26c519b928 2025-04-16 20:39:24.506 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 7de77e4313934e10a13ff5391678b846 --project c8be36bd1c654285ae835f26c519b928 -f value -c Role 2025-04-16 20:39:24.506 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:24.506 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=b94e5921501244e098276903b103a368 2025-04-16 20:39:24.506 | + functions-common:get_or_add_group_project_role:1032 : echo b94e5921501244e098276903b103a368 2025-04-16 20:39:24.506 | b94e5921501244e098276903b103a368 2025-04-16 20:39:24.539 | [3502 Async ks-group-anotherdemo:41249]: finished get_or_add_group_project_role anotherrole 7de77e4313934e10a13ff5391678b846 c8be36bd1c654285ae835f26c519b928 with result 0 in 3 seconds 2025-04-16 20:39:24.568 | [3502 Async ks-group-memberalt:41329]: Waiting for completion of get_or_add_group_project_role member 7de77e4313934e10a13ff5391678b846 2ede3396a0dd44a9aa67ba28c634d62b running on PID 41329 (4 other jobs running) 2025-04-16 20:39:24.588 | [3502 Async ks-group-memberalt:41329]: Signaling child to exit 2025-04-16 20:39:24.590 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:24.609 | [41329 Async ks-group-memberalt:41329]: finished successfully 2025-04-16 20:39:24.626 | WAKEUP 2025-04-16 20:39:24.643 | [3502 Async ks-group-memberalt:41329]: Signaled 2025-04-16 20:39:24.644 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 20:39:24.644 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 7de77e4313934e10a13ff5391678b846 --project 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:24.644 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 7de77e4313934e10a13ff5391678b846 --project 2ede3396a0dd44a9aa67ba28c634d62b -f value -c Role 2025-04-16 20:39:24.644 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:24.644 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=987455a1118d41839e48b69f823effd5 2025-04-16 20:39:24.644 | + functions-common:get_or_add_group_project_role:1032 : echo 987455a1118d41839e48b69f823effd5 2025-04-16 20:39:24.644 | 987455a1118d41839e48b69f823effd5 2025-04-16 20:39:24.677 | [3502 Async ks-group-memberalt:41329]: finished get_or_add_group_project_role member 7de77e4313934e10a13ff5391678b846 2ede3396a0dd44a9aa67ba28c634d62b with result 0 in 3 seconds 2025-04-16 20:39:24.706 | [3502 Async ks-group-anotheralt:41450]: Waiting for completion of get_or_add_group_project_role anotherrole 7de77e4313934e10a13ff5391678b846 2ede3396a0dd44a9aa67ba28c634d62b running on PID 41450 (3 other jobs running) 2025-04-16 20:39:24.710 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:24.725 | [3502 Async ks-group-anotheralt:41450]: Signaling child to exit 2025-04-16 20:39:24.729 | [41450 Async ks-group-anotheralt:41450]: finished successfully 2025-04-16 20:39:24.746 | WAKEUP 2025-04-16 20:39:24.764 | [3502 Async ks-group-anotheralt:41450]: Signaled 2025-04-16 20:39:24.764 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 20:39:24.764 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 7de77e4313934e10a13ff5391678b846 --project 2ede3396a0dd44a9aa67ba28c634d62b 2025-04-16 20:39:24.764 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 7de77e4313934e10a13ff5391678b846 --project 2ede3396a0dd44a9aa67ba28c634d62b -f value -c Role 2025-04-16 20:39:24.764 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:24.764 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=b94e5921501244e098276903b103a368 2025-04-16 20:39:24.764 | + functions-common:get_or_add_group_project_role:1032 : echo b94e5921501244e098276903b103a368 2025-04-16 20:39:24.764 | b94e5921501244e098276903b103a368 2025-04-16 20:39:24.797 | [3502 Async ks-group-anotheralt:41450]: finished get_or_add_group_project_role anotherrole 7de77e4313934e10a13ff5391678b846 2ede3396a0dd44a9aa67ba28c634d62b with result 0 in 3 seconds 2025-04-16 20:39:24.816 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:24.826 | [3502 Async ks-group-admin:41548]: Waiting for completion of get_or_add_group_project_role admin 8dee948732fd45a3a968a02cb747123f 0c9919c381ed4ae08ec1c6d27ce1eaac running on PID 41548 (2 other jobs running) 2025-04-16 20:39:24.836 | [41548 Async ks-group-admin:41548]: finished successfully 2025-04-16 20:39:24.845 | [3502 Async ks-group-admin:41548]: Signaling child to exit 2025-04-16 20:39:24.853 | WAKEUP 2025-04-16 20:39:24.869 | [3502 Async ks-group-admin:41548]: Signaled 2025-04-16 20:39:24.871 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2025-04-16 20:39:24.871 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group 8dee948732fd45a3a968a02cb747123f --project 0c9919c381ed4ae08ec1c6d27ce1eaac 2025-04-16 20:39:24.871 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 8dee948732fd45a3a968a02cb747123f --project 0c9919c381ed4ae08ec1c6d27ce1eaac -f value -c Role 2025-04-16 20:39:24.871 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:24.871 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:24.871 | + functions-common:get_or_add_group_project_role:1032 : echo 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:24.871 | 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:24.903 | [3502 Async ks-group-admin:41548]: finished get_or_add_group_project_role admin 8dee948732fd45a3a968a02cb747123f 0c9919c381ed4ae08ec1c6d27ce1eaac with result 0 in 3 seconds 2025-04-16 20:39:24.906 | + inc/async:async_wait:197 : return 0 2025-04-16 20:39:24.908 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2025-04-16 20:39:24.922 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:39:24.923 | + stack.sh:main:1130 : is_service_enabled nova 2025-04-16 20:39:24.937 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:24.939 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2025-04-16 20:39:24.941 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2025-04-16 20:39:24.990 | + inc/async:async_inner:63 : create_nova_accounts 2025-04-16 20:39:25.021 | [3502 Async create_nova_accounts:43397]: running: create_nova_accounts 2025-04-16 20:39:25.024 | + stack.sh:main:1133 : is_service_enabled glance 2025-04-16 20:39:25.037 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:25.039 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2025-04-16 20:39:25.041 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2025-04-16 20:39:25.088 | + inc/async:async_inner:63 : create_glance_accounts 2025-04-16 20:39:25.120 | [3502 Async create_glance_accounts:43520]: running: create_glance_accounts 2025-04-16 20:39:25.122 | + stack.sh:main:1136 : is_service_enabled cinder 2025-04-16 20:39:25.137 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:25.139 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2025-04-16 20:39:25.141 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2025-04-16 20:39:25.190 | + inc/async:async_inner:63 : create_cinder_accounts 2025-04-16 20:39:25.221 | [3502 Async create_cinder_accounts:43659]: running: create_cinder_accounts 2025-04-16 20:39:25.223 | + stack.sh:main:1139 : is_service_enabled neutron 2025-04-16 20:39:25.238 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:25.240 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2025-04-16 20:39:25.242 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2025-04-16 20:39:25.290 | + inc/async:async_inner:63 : create_neutron_accounts 2025-04-16 20:39:25.321 | [3502 Async create_neutron_accounts:43802]: running: create_neutron_accounts 2025-04-16 20:39:25.324 | + stack.sh:main:1142 : is_service_enabled swift 2025-04-16 20:39:25.339 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:39:25.341 | + stack.sh:main:1151 : is_service_enabled horizon 2025-04-16 20:39:25.356 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:39:25.358 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2025-04-16 20:39:25.394 | [3502 Async create_nova_accounts:43397]: Waiting for completion of create_nova_accounts running on PID 43397 (5 other jobs running) 2025-04-16 20:39:25.412 | [3502 Async create_nova_accounts:43397]: Signaling child to exit 2025-04-16 20:39:37.556 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:37.575 | [43802 Async create_neutron_accounts:43802]: finished successfully 2025-04-16 20:39:45.825 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:45.844 | [43659 Async create_cinder_accounts:43659]: finished successfully 2025-04-16 20:39:46.307 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:46.326 | [43397 Async create_nova_accounts:43397]: finished successfully 2025-04-16 20:39:46.343 | WAKEUP 2025-04-16 20:39:46.359 | [3502 Async create_nova_accounts:43397]: Signaled 2025-04-16 20:39:46.360 | + lib/nova:create_nova_accounts:378 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2025-04-16 20:39:46.360 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2025-04-16 20:39:46.360 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2025-04-16 20:39:46.360 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:46.360 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 20:39:46.360 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 20:39:46.360 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 20:39:46.360 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:46.360 | + functions-common:get_or_create_user:898 : user_id=4434478ae1e04b42a91a5eb22ac08485 2025-04-16 20:39:46.360 | + functions-common:get_or_create_user:899 : echo 4434478ae1e04b42a91a5eb22ac08485 2025-04-16 20:39:46.360 | 4434478ae1e04b42a91a5eb22ac08485 2025-04-16 20:39:46.360 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:46.360 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2025-04-16 20:39:46.360 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 20:39:46.360 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:963 : echo e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:46.360 | e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:46.360 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 20:39:46.360 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:46.360 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 20:39:46.360 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2025-04-16 20:39:46.360 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 20:39:46.360 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:962 : user_role_id=5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:46.360 | + functions-common:get_or_add_user_project_role:963 : echo 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:46.360 | 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:39:46.360 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2025-04-16 20:39:46.360 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:39:46.360 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2025-04-16 20:39:46.360 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2025-04-16 20:39:46.360 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 20:39:46.360 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2025-04-16 20:39:46.360 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2025-04-16 20:39:46.360 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:46.360 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 20:39:46.360 | 5ee6142e4c6646ec8603a4fd8f6696a2' 2025-04-16 20:39:46.360 | + functions-common:get_or_create_service:1050 : echo 5ee6142e4c6646ec8603a4fd8f6696a2 2025-04-16 20:39:46.360 | 5ee6142e4c6646ec8603a4fd8f6696a2 2025-04-16 20:39:46.360 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2025-04-16 20:39:46.360 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 20:39:46.360 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2025-04-16 20:39:46.360 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 20:39:46.360 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2025-04-16 20:39:46.360 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:46.360 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 20:39:46.361 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 20:39:46.361 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2025-04-16 20:39:46.361 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:46.361 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=cdeab012952b4927a285c058958c5b9b 2025-04-16 20:39:46.361 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo cdeab012952b4927a285c058958c5b9b 2025-04-16 20:39:46.361 | + functions-common:get_or_create_endpoint:1083 : public_id=cdeab012952b4927a285c058958c5b9b 2025-04-16 20:39:46.361 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 20:39:46.361 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 20:39:46.361 | + functions-common:get_or_create_endpoint:1092 : echo cdeab012952b4927a285c058958c5b9b 2025-04-16 20:39:46.361 | cdeab012952b4927a285c058958c5b9b 2025-04-16 20:39:46.361 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2025-04-16 20:39:46.361 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 20:39:46.361 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2025-04-16 20:39:46.361 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2025-04-16 20:39:46.361 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:46.361 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 20:39:46.361 | d0a45ec56b6745bb847a7aca1b84bcc5' 2025-04-16 20:39:46.361 | + functions-common:get_or_create_service:1050 : echo d0a45ec56b6745bb847a7aca1b84bcc5 2025-04-16 20:39:46.361 | d0a45ec56b6745bb847a7aca1b84bcc5 2025-04-16 20:39:46.361 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2025-04-16 20:39:46.361 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 20:39:46.361 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2025-04-16 20:39:46.361 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 20:39:46.361 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2025-04-16 20:39:46.361 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:46.361 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 20:39:46.361 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 20:39:46.361 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2025-04-16 20:39:46.361 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:46.361 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=7992a26c5f48483ea4f28338547dc917 2025-04-16 20:39:46.361 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 7992a26c5f48483ea4f28338547dc917 2025-04-16 20:39:46.361 | + functions-common:get_or_create_endpoint:1083 : public_id=7992a26c5f48483ea4f28338547dc917 2025-04-16 20:39:46.361 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 20:39:46.361 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 20:39:46.361 | + functions-common:get_or_create_endpoint:1092 : echo 7992a26c5f48483ea4f28338547dc917 2025-04-16 20:39:46.361 | 7992a26c5f48483ea4f28338547dc917 2025-04-16 20:39:46.361 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2025-04-16 20:39:46.361 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:46.361 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2025-04-16 20:39:46.361 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:39:46.361 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2025-04-16 20:39:46.361 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:39:46.361 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2025-04-16 20:39:46.361 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:46.361 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2025-04-16 20:39:46.392 | [3502 Async create_nova_accounts:43397]: finished create_nova_accounts with result 0 in 21 seconds 2025-04-16 20:39:46.418 | [3502 Async create_glance_accounts:43520]: Waiting for completion of create_glance_accounts running on PID 43520 (4 other jobs running) 2025-04-16 20:39:46.434 | [3502 Async create_glance_accounts:43520]: Signaling child to exit 2025-04-16 20:39:47.511 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:47.532 | [43520 Async create_glance_accounts:43520]: finished successfully 2025-04-16 20:39:47.549 | WAKEUP 2025-04-16 20:39:47.565 | [3502 Async create_glance_accounts:43520]: Signaled 2025-04-16 20:39:47.566 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2025-04-16 20:39:47.566 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:47.566 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2025-04-16 20:39:47.566 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2025-04-16 20:39:47.566 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:47.566 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 20:39:47.566 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 20:39:47.566 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 20:39:47.566 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.566 | + functions-common:get_or_create_user:898 : user_id=bfc244d1fc504721845431eea84c679b 2025-04-16 20:39:47.566 | + functions-common:get_or_create_user:899 : echo bfc244d1fc504721845431eea84c679b 2025-04-16 20:39:47.566 | bfc244d1fc504721845431eea84c679b 2025-04-16 20:39:47.566 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2025-04-16 20:39:47.566 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:47.566 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:47.566 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 20:39:47.566 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:47.566 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:47.566 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 20:39:47.566 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 20:39:47.566 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 20:39:47.566 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 20:39:47.566 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 20:39:47.566 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 20:39:47.566 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2025-04-16 20:39:47.566 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 20:39:47.566 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.566 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:47.566 | + functions-common:get_or_add_user_project_role:963 : echo e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:47.566 | e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:47.566 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 20:39:47.566 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2025-04-16 20:39:47.566 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:39:47.566 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2025-04-16 20:39:47.566 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 20:39:47.566 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2025-04-16 20:39:47.566 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2025-04-16 20:39:47.566 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.566 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 20:39:47.566 | bd0c669cb3ad42c3925a0ccde8982aa8' 2025-04-16 20:39:47.566 | + functions-common:get_or_create_service:1050 : echo bd0c669cb3ad42c3925a0ccde8982aa8 2025-04-16 20:39:47.566 | bd0c669cb3ad42c3925a0ccde8982aa8 2025-04-16 20:39:47.566 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2025-04-16 20:39:47.566 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 20:39:47.567 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2025-04-16 20:39:47.567 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 20:39:47.567 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2025-04-16 20:39:47.567 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.567 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 20:39:47.567 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 20:39:47.567 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2025-04-16 20:39:47.567 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.567 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=6f0e84328891410c81c8d0d92a14e5b3 2025-04-16 20:39:47.567 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 6f0e84328891410c81c8d0d92a14e5b3 2025-04-16 20:39:47.567 | + functions-common:get_or_create_endpoint:1083 : public_id=6f0e84328891410c81c8d0d92a14e5b3 2025-04-16 20:39:47.567 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 20:39:47.567 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 20:39:47.567 | + functions-common:get_or_create_endpoint:1092 : echo 6f0e84328891410c81c8d0d92a14e5b3 2025-04-16 20:39:47.567 | 6f0e84328891410c81c8d0d92a14e5b3 2025-04-16 20:39:47.567 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2025-04-16 20:39:47.567 | ++ functions-common:get_or_create_domain:855 : local domain_id 2025-04-16 20:39:47.567 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2025-04-16 20:39:47.567 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.567 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2025-04-16 20:39:47.567 | ++ functions-common:get_or_create_domain:861 : echo default 2025-04-16 20:39:47.567 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2025-04-16 20:39:47.567 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2025-04-16 20:39:47.567 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2025-04-16 20:39:47.567 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2025-04-16 20:39:47.567 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2025-04-16 20:39:47.567 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_size_total 2025-04-16 20:39:47.567 | +---------------+----------------------------------+ 2025-04-16 20:39:47.567 | | Field | Value | 2025-04-16 20:39:47.567 | +---------------+----------------------------------+ 2025-04-16 20:39:47.567 | | default_limit | 2000 | 2025-04-16 20:39:47.567 | | description | None | 2025-04-16 20:39:47.567 | | id | 654c24369d5e4f6488dd5771bef40c1e | 2025-04-16 20:39:47.567 | | region_id | RegionOne | 2025-04-16 20:39:47.567 | | resource_name | image_size_total | 2025-04-16 20:39:47.567 | | service_id | bd0c669cb3ad42c3925a0ccde8982aa8 | 2025-04-16 20:39:47.567 | +---------------+----------------------------------+ 2025-04-16 20:39:47.567 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 2000 --region RegionOne image_stage_total 2025-04-16 20:39:47.567 | +---------------+----------------------------------+ 2025-04-16 20:39:47.567 | | Field | Value | 2025-04-16 20:39:47.567 | +---------------+----------------------------------+ 2025-04-16 20:39:47.567 | | default_limit | 2000 | 2025-04-16 20:39:47.567 | | description | None | 2025-04-16 20:39:47.568 | | id | e2931f971a254615b9bc691dfdfa0ba2 | 2025-04-16 20:39:47.568 | | region_id | RegionOne | 2025-04-16 20:39:47.568 | | resource_name | image_stage_total | 2025-04-16 20:39:47.568 | | service_id | bd0c669cb3ad42c3925a0ccde8982aa8 | 2025-04-16 20:39:47.568 | +---------------+----------------------------------+ 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:297 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2025-04-16 20:39:47.568 | +---------------+----------------------------------+ 2025-04-16 20:39:47.568 | | Field | Value | 2025-04-16 20:39:47.568 | +---------------+----------------------------------+ 2025-04-16 20:39:47.568 | | default_limit | 100 | 2025-04-16 20:39:47.568 | | description | None | 2025-04-16 20:39:47.568 | | id | dfc3c1c4f0724971829fb1c4b8348a1c | 2025-04-16 20:39:47.568 | | region_id | RegionOne | 2025-04-16 20:39:47.568 | | resource_name | image_count_total | 2025-04-16 20:39:47.568 | | service_id | bd0c669cb3ad42c3925a0ccde8982aa8 | 2025-04-16 20:39:47.568 | +---------------+----------------------------------+ 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:299 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2025-04-16 20:39:47.568 | +---------------+----------------------------------+ 2025-04-16 20:39:47.568 | | Field | Value | 2025-04-16 20:39:47.568 | +---------------+----------------------------------+ 2025-04-16 20:39:47.568 | | default_limit | 100 | 2025-04-16 20:39:47.568 | | description | None | 2025-04-16 20:39:47.568 | | id | a19c74163f7747429329c791a629e0d5 | 2025-04-16 20:39:47.568 | | region_id | RegionOne | 2025-04-16 20:39:47.568 | | resource_name | image_count_uploading | 2025-04-16 20:39:47.568 | | service_id | bd0c669cb3ad42c3925a0ccde8982aa8 | 2025-04-16 20:39:47.568 | +---------------+----------------------------------+ 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2025-04-16 20:39:47.568 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2025-04-16 20:39:47.568 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 6f0e84328891410c81c8d0d92a14e5b3 2025-04-16 20:39:47.568 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2025-04-16 20:39:47.597 | [3502 Async create_glance_accounts:43520]: finished create_glance_accounts with result 0 in 22 seconds 2025-04-16 20:39:47.623 | [3502 Async create_cinder_accounts:43659]: Waiting for completion of create_cinder_accounts running on PID 43659 (3 other jobs running) 2025-04-16 20:39:47.641 | [3502 Async create_cinder_accounts:43659]: Signaling child to exit 2025-04-16 20:39:47.641 | WAKEUP 2025-04-16 20:39:47.657 | [3502 Async create_cinder_accounts:43659]: Signaled 2025-04-16 20:39:47.658 | + lib/cinder:create_cinder_accounts:441 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-16 20:39:47.658 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2025-04-16 20:39:47.658 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2025-04-16 20:39:47.658 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:39:47.658 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2025-04-16 20:39:47.658 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2025-04-16 20:39:47.658 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:47.658 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 20:39:47.658 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 20:39:47.658 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 20:39:47.658 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.658 | + functions-common:get_or_create_user:898 : user_id=b3ef7accdf3e4dff8637ffd06761cc16 2025-04-16 20:39:47.658 | + functions-common:get_or_create_user:899 : echo b3ef7accdf3e4dff8637ffd06761cc16 2025-04-16 20:39:47.658 | b3ef7accdf3e4dff8637ffd06761cc16 2025-04-16 20:39:47.658 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2025-04-16 20:39:47.658 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:47.658 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:47.658 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 20:39:47.658 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:47.658 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:47.658 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 20:39:47.658 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 20:39:47.658 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 20:39:47.658 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 20:39:47.658 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 20:39:47.658 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 20:39:47.658 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2025-04-16 20:39:47.658 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 20:39:47.658 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.658 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:47.658 | + functions-common:get_or_add_user_project_role:963 : echo e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:47.658 | e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:47.658 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 20:39:47.658 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2025-04-16 20:39:47.658 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 20:39:47.658 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2025-04-16 20:39:47.658 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2025-04-16 20:39:47.658 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.658 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 20:39:47.658 | 0ac98bcaba054950877d74beab7f225a' 2025-04-16 20:39:47.658 | + functions-common:get_or_create_service:1050 : echo 0ac98bcaba054950877d74beab7f225a 2025-04-16 20:39:47.658 | 0ac98bcaba054950877d74beab7f225a 2025-04-16 20:39:47.658 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2025-04-16 20:39:47.658 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-16 20:39:47.658 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 20:39:47.658 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-16 20:39:47.658 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 20:39:47.658 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2025-04-16 20:39:47.658 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.658 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 20:39:47.658 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 20:39:47.658 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-04-16 20:39:47.659 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.659 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=4c37af148544475c8177e2f3dc490691 2025-04-16 20:39:47.659 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 4c37af148544475c8177e2f3dc490691 2025-04-16 20:39:47.659 | + functions-common:get_or_create_endpoint:1083 : public_id=4c37af148544475c8177e2f3dc490691 2025-04-16 20:39:47.659 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 20:39:47.659 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 20:39:47.659 | + functions-common:get_or_create_endpoint:1092 : echo 4c37af148544475c8177e2f3dc490691 2025-04-16 20:39:47.659 | 4c37af148544475c8177e2f3dc490691 2025-04-16 20:39:47.659 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2025-04-16 20:39:47.659 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2025-04-16 20:39:47.659 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.659 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 20:39:47.659 | 516f5f67ea4d4c248d62cfef54f7831e' 2025-04-16 20:39:47.659 | + functions-common:get_or_create_service:1050 : echo 516f5f67ea4d4c248d62cfef54f7831e 2025-04-16 20:39:47.659 | 516f5f67ea4d4c248d62cfef54f7831e 2025-04-16 20:39:47.659 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2025-04-16 20:39:47.659 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2025-04-16 20:39:47.659 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 20:39:47.659 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2025-04-16 20:39:47.659 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.659 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 20:39:47.659 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 20:39:47.659 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2025-04-16 20:39:47.659 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.659 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=df8635251ee349509afbaa7c5e681472 2025-04-16 20:39:47.659 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo df8635251ee349509afbaa7c5e681472 2025-04-16 20:39:47.659 | + functions-common:get_or_create_endpoint:1083 : public_id=df8635251ee349509afbaa7c5e681472 2025-04-16 20:39:47.659 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 20:39:47.659 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 20:39:47.659 | + functions-common:get_or_create_endpoint:1092 : echo df8635251ee349509afbaa7c5e681472 2025-04-16 20:39:47.659 | df8635251ee349509afbaa7c5e681472 2025-04-16 20:39:47.659 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2025-04-16 20:39:47.659 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_project:905 : local project_id 2025-04-16 20:39:47.659 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2025-04-16 20:39:47.659 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_project:911 : project_id=ffe74ad400204d7b93b08e427c6fbde9 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_project:912 : echo ffe74ad400204d7b93b08e427c6fbde9 2025-04-16 20:39:47.659 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id ffe74ad400204d7b93b08e427c6fbde9 2025-04-16 20:39:47.659 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_user:886 : local email= 2025-04-16 20:39:47.659 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2025-04-16 20:39:47.659 | No password was supplied, authentication will fail when a user does not have a password. 2025-04-16 20:39:47.659 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_user:898 : user_id=b3ef7accdf3e4dff8637ffd06761cc16 2025-04-16 20:39:47.659 | ++ functions-common:get_or_create_user:899 : echo b3ef7accdf3e4dff8637ffd06761cc16 2025-04-16 20:39:47.659 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id b3ef7accdf3e4dff8637ffd06761cc16 2025-04-16 20:39:47.689 | [3502 Async create_cinder_accounts:43659]: finished create_cinder_accounts with result 0 in 20 seconds 2025-04-16 20:39:47.692 | + inc/async:async_wait:197 : return 0 2025-04-16 20:39:47.694 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2025-04-16 20:39:47.729 | [3502 Async create_neutron_accounts:43802]: Waiting for completion of create_neutron_accounts running on PID 43802 (2 other jobs running) 2025-04-16 20:39:47.746 | [3502 Async create_neutron_accounts:43802]: Signaling child to exit 2025-04-16 20:39:47.746 | WAKEUP 2025-04-16 20:39:47.762 | [3502 Async create_neutron_accounts:43802]: Signaled 2025-04-16 20:39:47.762 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2025-04-16 20:39:47.762 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2025-04-16 20:39:47.763 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 20:39:47.763 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2025-04-16 20:39:47.763 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 20:39:47.763 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2025-04-16 20:39:47.763 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:47.763 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2025-04-16 20:39:47.763 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2025-04-16 20:39:47.763 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:39:47.763 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 20:39:47.763 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 20:39:47.763 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 20:39:47.763 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.763 | + functions-common:get_or_create_user:898 : user_id=79c0c10672e542238393eccd48033c3a 2025-04-16 20:39:47.763 | + functions-common:get_or_create_user:899 : echo 79c0c10672e542238393eccd48033c3a 2025-04-16 20:39:47.763 | 79c0c10672e542238393eccd48033c3a 2025-04-16 20:39:47.763 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2025-04-16 20:39:47.763 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:39:47.763 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:39:47.763 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 20:39:47.763 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:39:47.763 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:39:47.763 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 20:39:47.763 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 20:39:47.763 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 20:39:47.763 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 20:39:47.763 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 20:39:47.763 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 20:39:47.763 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2025-04-16 20:39:47.763 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 20:39:47.763 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.763 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:47.763 | + functions-common:get_or_add_user_project_role:963 : echo e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:47.763 | e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:39:47.763 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2025-04-16 20:39:47.763 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2025-04-16 20:39:47.763 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 20:39:47.763 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2025-04-16 20:39:47.763 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2025-04-16 20:39:47.763 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.763 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 20:39:47.763 | 5ec8cee4a00c42f29cc54cd422f6d98c' 2025-04-16 20:39:47.763 | + functions-common:get_or_create_service:1050 : echo 5ec8cee4a00c42f29cc54cd422f6d98c 2025-04-16 20:39:47.763 | 5ec8cee4a00c42f29cc54cd422f6d98c 2025-04-16 20:39:47.763 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2025-04-16 20:39:47.763 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 20:39:47.763 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2025-04-16 20:39:47.763 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 20:39:47.763 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2025-04-16 20:39:47.763 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.763 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 20:39:47.763 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 20:39:47.763 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2025-04-16 20:39:47.763 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:39:47.763 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=0c3fd30f6ddc45619670941483ab4c3f 2025-04-16 20:39:47.763 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 0c3fd30f6ddc45619670941483ab4c3f 2025-04-16 20:39:47.763 | + functions-common:get_or_create_endpoint:1083 : public_id=0c3fd30f6ddc45619670941483ab4c3f 2025-04-16 20:39:47.763 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 20:39:47.763 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 20:39:47.763 | + functions-common:get_or_create_endpoint:1092 : echo 0c3fd30f6ddc45619670941483ab4c3f 2025-04-16 20:39:47.764 | 0c3fd30f6ddc45619670941483ab4c3f 2025-04-16 20:39:47.795 | [3502 Async create_neutron_accounts:43802]: finished create_neutron_accounts with result 0 in 12 seconds 2025-04-16 20:39:47.800 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2025-04-16 20:39:47.804 | Not waiting for async task configure_horizon that we never started or has already been waited for 2025-04-16 20:39:47.806 | + inc/async:async_wait:197 : return 0 2025-04-16 20:39:47.808 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2025-04-16 20:39:47.822 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:47.824 | + stack.sh:main:1163 : is_service_enabled glance 2025-04-16 20:39:47.838 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:47.840 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2025-04-16 20:39:47.843 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:39:47.845 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2025-04-16 20:39:47.847 | + stack.sh:main:1165 : async_runfunc init_glance 2025-04-16 20:39:47.849 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2025-04-16 20:39:47.896 | + inc/async:async_inner:63 : init_glance 2025-04-16 20:39:47.925 | [3502 Async init_glance:46083]: running: init_glance 2025-04-16 20:39:47.927 | + stack.sh:main:1172 : is_service_enabled neutron 2025-04-16 20:39:47.942 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:39:47.944 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2025-04-16 20:39:47.946 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:39:47.948 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2025-04-16 20:39:47.950 | + stack.sh:main:1175 : configure_neutron 2025-04-16 20:39:47.952 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2025-04-16 20:39:47.954 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2025-04-16 20:39:47.956 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2025-04-16 20:39:47.966 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2025-04-16 20:39:47.968 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2025-04-16 20:39:52.470 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:39:52.489 | [46083 Async init_glance:46083]: finished successfully 2025-04-16 20:40:06.354 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2025-04-16 20:40:06.358 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2025-04-16 20:40:06.361 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2025-04-16 20:40:06.363 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2025-04-16 20:40:06.364 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2025-04-16 20:40:06.366 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2025-04-16 20:40:06.368 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2025-04-16 20:40:06.370 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2025-04-16 20:40:06.372 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2025-04-16 20:40:06.373 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2025-04-16 20:40:06.375 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2025-04-16 20:40:06.377 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2025-04-16 20:40:06.379 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2025-04-16 20:40:06.381 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2025-04-16 20:40:06.383 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2025-04-16 20:40:06.384 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2025-04-16 20:40:06.388 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:06.389 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:06.391 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2025-04-16 20:40:06.393 | + lib/neutron:_configure_neutron_common:893 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:06.397 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2025-04-16 20:40:06.398 | ++ lib/database:database_connection_url:134 : local db=neutron 2025-04-16 20:40:06.400 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2025-04-16 20:40:06.402 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2025-04-16 20:40:06.404 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 20:40:06.406 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 20:40:06.407 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 20:40:06.420 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:06.422 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 20:40:06.423 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-16 20:40:06.426 | + lib/neutron:_configure_neutron_common:898 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2025-04-16 20:40:06.450 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2025-04-16 20:40:06.477 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2025-04-16 20:40:06.501 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2025-04-16 20:40:06.524 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2025-04-16 20:40:06.549 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2025-04-16 20:40:06.572 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2025-04-16 20:40:06.574 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2025-04-16 20:40:06.576 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2025-04-16 20:40:06.578 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 20:40:06.581 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2025-04-16 20:40:06.593 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2025-04-16 20:40:06.595 | + functions:setup_systemd_logging:706 : local pidstr= 2025-04-16 20:40:06.597 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2025-04-16 20:40:06.599 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2025-04-16 20:40:06.601 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2025-04-16 20:40:06.624 | + functions:setup_systemd_logging:715 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:40:06.648 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2025-04-16 20:40:06.673 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2025-04-16 20:40:06.697 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2025-04-16 20:40:06.710 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:06.712 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2025-04-16 20:40:06.714 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:40:06.716 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2025-04-16 20:40:06.718 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2025-04-16 20:40:06.720 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2025-04-16 20:40:06.722 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:40:06.725 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2025-04-16 20:40:06.727 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2025-04-16 20:40:06.736 | + lib/neutron:neutron_deploy_rootwrap_filters:1066 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2025-04-16 20:40:06.745 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2025-04-16 20:40:06.747 | + lib/neutron:_neutron_setup_rootwrap:1087 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2025-04-16 20:40:06.756 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2025-04-16 20:40:06.765 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2025-04-16 20:40:06.774 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 20:40:06.776 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 20:40:06.779 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2025-04-16 20:40:06.782 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.AByMt777w4 2025-04-16 20:40:06.784 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2025-04-16 20:40:06.786 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 20:40:06.788 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.AByMt777w4 2025-04-16 20:40:06.791 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.AByMt777w4 2025-04-16 20:40:06.799 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.AByMt777w4 /etc/sudoers.d/neutron-rootwrap 2025-04-16 20:40:06.808 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2025-04-16 20:40:06.810 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2025-04-16 20:40:06.812 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 20:40:06.836 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 20:40:06.838 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 20:40:06.861 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2025-04-16 20:40:06.863 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2025-04-16 20:40:06.865 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2025-04-16 20:40:06.867 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2025-04-16 20:40:06.869 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2025-04-16 20:40:06.871 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2025-04-16 20:40:06.885 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:06.887 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2025-04-16 20:40:06.889 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2025-04-16 20:40:06.891 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2025-04-16 20:40:06.905 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:06.906 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:40:06.909 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2025-04-16 20:40:06.934 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2025-04-16 20:40:06.936 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2025-04-16 20:40:06.938 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2025-04-16 20:40:06.952 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:06.954 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2025-04-16 20:40:06.967 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:06.969 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2025-04-16 20:40:06.972 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:06.973 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:06.975 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 20:40:07.002 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 20:40:07.004 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 20:40:07.029 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 20:40:07.055 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2025-04-16 20:40:07.057 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2025-04-16 20:40:07.059 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2025-04-16 20:40:07.061 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 20:40:08.328 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 20:40:08.328 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-16 20:40:08.328 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47069) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 20:40:08.328 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2025-04-16 20:40:08.329 | 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/tmp12ypr_xv/privsep.sock'] 2025-04-16 20:40:09.175 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2025-04-16 20:40:09.175 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp12ypr_xv/privsep.sock {{(pid=47069) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2025-04-16 20:40:09.176 | INFO oslo.privsep.daemon [-] privsep daemon starting 2025-04-16 20:40:09.176 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2025-04-16 20:40:09.176 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2025-04-16 20:40:09.177 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 47080 2025-04-16 20:40:09.177 | DEBUG oslo.privsep.daemon [-] privsep: reply[7a44949c-5595-4161-b9c5-ab3b1ea01281]: (2,) {{(pid=47080) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:40:09.266 | 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=47080) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2025-04-16 20:40:09.276 | 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=47080) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2025-04-16 20:40:09.276 | DEBUG oslo.privsep.daemon [-] privsep: reply[2a659c00-673f-4b3b-a004-1731815d7e90]: (4, ('4fb1f5de-c4bb-404b-bf07-764f4e1157c0\n', '')) {{(pid=47080) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:40:09.362 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47069) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 20:40:09.362 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47069) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 20:40:09.362 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47069) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 20:40:09.362 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47069) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 20:40:09.362 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47069) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 20:40:09.363 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47069) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 20:40:09.397 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 20:40:09.398 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47069) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 20:40:09.398 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47069) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 20:40:09.398 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 20:40:09.644 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2025-04-16 20:40:09.646 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2025-04-16 20:40:09.648 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2025-04-16 20:40:09.650 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 20:40:09.653 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2025-04-16 20:40:09.667 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2025-04-16 20:40:09.680 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2025-04-16 20:40:09.682 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2025-04-16 20:40:09.684 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2025-04-16 20:40:09.710 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2025-04-16 20:40:09.712 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2025-04-16 20:40:09.718 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2025-04-16 20:40:09.720 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2025-04-16 20:40:09.722 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2025-04-16 20:40:09.747 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2025-04-16 20:40:09.760 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 20:40:09.762 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2025-04-16 20:40:09.769 | net.bridge.bridge-nf-call-iptables = 1 2025-04-16 20:40:09.773 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2025-04-16 20:40:09.775 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2025-04-16 20:40:09.781 | net.bridge.bridge-nf-call-ip6tables = 1 2025-04-16 20:40:09.784 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2025-04-16 20:40:09.786 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2025-04-16 20:40:09.787 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2025-04-16 20:40:09.789 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2025-04-16 20:40:09.791 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2025-04-16 20:40:09.794 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 20:40:09.796 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 20:40:09.797 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-16 20:40:09.799 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 20:40:09.801 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 20:40:09.813 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2025-04-16 20:40:09.815 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2025-04-16 20:40:09.842 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2025-04-16 20:40:09.844 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2025-04-16 20:40:09.869 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2025-04-16 20:40:09.894 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2025-04-16 20:40:09.908 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:09.910 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2025-04-16 20:40:09.912 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:09.915 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2025-04-16 20:40:09.940 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2025-04-16 20:40:09.964 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:09.966 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2025-04-16 20:40:09.968 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 20:40:09.992 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 20:40:09.995 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 20:40:10.019 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2025-04-16 20:40:10.033 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:10.035 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:10.037 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2025-04-16 20:40:10.061 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:10.063 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 20:40:10.065 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 20:40:10.089 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:10.091 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2025-04-16 20:40:10.093 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2025-04-16 20:40:10.095 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2025-04-16 20:40:10.108 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:10.110 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2025-04-16 20:40:10.112 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2025-04-16 20:40:10.115 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2025-04-16 20:40:10.139 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 20:40:10.165 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2025-04-16 20:40:10.167 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 20:40:10.191 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 20:40:10.193 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2025-04-16 20:40:10.217 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2025-04-16 20:40:10.219 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 20:40:10.221 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 20:40:10.245 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2025-04-16 20:40:10.247 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2025-04-16 20:40:10.249 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2025-04-16 20:40:10.251 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2025-04-16 20:40:11.494 | INFO neutron.common.config [-] Logging enabled! 2025-04-16 20:40:11.494 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev13 2025-04-16 20:40:11.494 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=47625) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2025-04-16 20:40:11.518 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=47625) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 20:40:11.518 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=47625) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2025-04-16 20:40:11.518 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=47625) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 20:40:11.518 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=47625) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 20:40:11.518 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=47625) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 20:40:11.518 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=47625) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2025-04-16 20:40:11.551 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2025-04-16 20:40:11.552 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=47625) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2025-04-16 20:40:11.552 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=47625) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2025-04-16 20:40:11.553 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2025-04-16 20:40:11.810 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2025-04-16 20:40:11.812 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2025-04-16 20:40:11.815 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2025-04-16 20:40:11.817 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2025-04-16 20:40:11.819 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2025-04-16 20:40:11.821 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2025-04-16 20:40:11.823 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2025-04-16 20:40:11.836 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2025-04-16 20:40:11.838 | + functions:set_mtu:796 : local dev=br-ex 2025-04-16 20:40:11.840 | + functions:set_mtu:797 : local mtu=8950 2025-04-16 20:40:11.842 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2025-04-16 20:40:11.853 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2025-04-16 20:40:11.866 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2025-04-16 20:40:11.868 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2025-04-16 20:40:11.870 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2025-04-16 20:40:11.872 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2025-04-16 20:40:11.874 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2025-04-16 20:40:11.876 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2025-04-16 20:40:11.878 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2025-04-16 20:40:11.880 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2025-04-16 20:40:11.882 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2025-04-16 20:40:11.884 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2025-04-16 20:40:11.887 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2025-04-16 20:40:11.889 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2025-04-16 20:40:11.891 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2025-04-16 20:40:11.893 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2025-04-16 20:40:11.896 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2025-04-16 20:40:11.897 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2025-04-16 20:40:11.901 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2025-04-16 20:40:11.903 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2025-04-16 20:40:11.905 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2025-04-16 20:40:11.907 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2025-04-16 20:40:11.911 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2025-04-16 20:40:11.911 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2025-04-16 20:40:11.912 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2025-04-16 20:40:11.916 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2025-04-16 20:40:11.918 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2025-04-16 20:40:11.920 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2025-04-16 20:40:11.922 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2025-04-16 20:40:11.924 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2025-04-16 20:40:11.926 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2025-04-16 20:40:11.928 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2025-04-16 20:40:11.942 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2025-04-16 20:40:11.943 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2025-04-16 20:40:11.946 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2025-04-16 20:40:11.949 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 20:40:11.963 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:11.966 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2025-04-16 20:40:11.968 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2025-04-16 20:40:11.971 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2025-04-16 20:40:11.996 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2025-04-16 20:40:12.021 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2025-04-16 20:40:12.045 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2025-04-16 20:40:12.047 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2025-04-16 20:40:12.049 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2025-04-16 20:40:12.073 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2025-04-16 20:40:12.075 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2025-04-16 20:40:12.099 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 20:40:12.101 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2025-04-16 20:40:12.115 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:12.117 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2025-04-16 20:40:12.119 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2025-04-16 20:40:12.132 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:12.134 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2025-04-16 20:40:12.147 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:12.149 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2025-04-16 20:40:12.163 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:12.165 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2025-04-16 20:40:12.179 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:12.181 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2025-04-16 20:40:12.195 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:12.197 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2025-04-16 20:40:12.199 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2025-04-16 20:40:12.201 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2025-04-16 20:40:12.204 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2025-04-16 20:40:12.206 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2025-04-16 20:40:12.208 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2025-04-16 20:40:12.210 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2025-04-16 20:40:12.213 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2025-04-16 20:40:12.215 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2025-04-16 20:40:12.219 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2025-04-16 20:40:12.223 | + lib/neutron:_replace_api_paste_composite:996 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2025-04-16 20:40:12.226 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2025-04-16 20:40:12.251 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2025-04-16 20:40:12.276 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2025-04-16 20:40:12.300 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2025-04-16 20:40:12.325 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2025-04-16 20:40:12.327 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 20:40:12.329 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2025-04-16 20:40:12.331 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2025-04-16 20:40:12.334 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2025-04-16 20:40:12.357 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2025-04-16 20:40:12.382 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2025-04-16 20:40:12.406 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2025-04-16 20:40:12.431 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2025-04-16 20:40:12.456 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2025-04-16 20:40:12.481 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2025-04-16 20:40:12.506 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2025-04-16 20:40:12.530 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2025-04-16 20:40:12.555 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2025-04-16 20:40:12.580 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2025-04-16 20:40:12.605 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2025-04-16 20:40:12.631 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2025-04-16 20:40:12.633 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 20:40:12.635 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2025-04-16 20:40:12.637 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2025-04-16 20:40:12.639 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2025-04-16 20:40:12.664 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2025-04-16 20:40:12.688 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2025-04-16 20:40:12.713 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2025-04-16 20:40:12.738 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2025-04-16 20:40:12.764 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2025-04-16 20:40:12.789 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2025-04-16 20:40:12.816 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2025-04-16 20:40:12.841 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2025-04-16 20:40:12.866 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2025-04-16 20:40:12.890 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2025-04-16 20:40:12.892 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2025-04-16 20:40:12.894 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2025-04-16 20:40:12.896 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2025-04-16 20:40:12.898 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2025-04-16 20:40:12.923 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2025-04-16 20:40:12.949 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2025-04-16 20:40:12.973 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2025-04-16 20:40:12.998 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2025-04-16 20:40:13.022 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2025-04-16 20:40:13.047 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2025-04-16 20:40:13.072 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2025-04-16 20:40:13.097 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2025-04-16 20:40:13.122 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2025-04-16 20:40:13.147 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2025-04-16 20:40:13.149 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2025-04-16 20:40:13.151 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2025-04-16 20:40:13.153 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2025-04-16 20:40:13.155 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2025-04-16 20:40:13.157 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2025-04-16 20:40:13.159 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2025-04-16 20:40:13.161 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2025-04-16 20:40:13.163 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2025-04-16 20:40:13.165 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2025-04-16 20:40:13.167 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2025-04-16 20:40:13.169 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2025-04-16 20:40:13.171 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2025-04-16 20:40:13.173 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2025-04-16 20:40:13.175 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2025-04-16 20:40:13.177 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2025-04-16 20:40:13.179 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2025-04-16 20:40:13.181 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2025-04-16 20:40:13.183 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2025-04-16 20:40:13.185 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:13.186 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2025-04-16 20:40:13.188 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2025-04-16 20:40:13.190 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2025-04-16 20:40:13.192 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 20:40:13.194 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 20:40:13.217 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2025-04-16 20:40:13.219 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:13.221 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 20:40:13.223 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2025-04-16 20:40:13.225 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2025-04-16 20:40:13.227 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 20:40:13.229 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2025-04-16 20:40:13.252 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2025-04-16 20:40:13.254 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2025-04-16 20:40:13.256 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:13.258 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 20:40:13.260 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2025-04-16 20:40:13.262 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2025-04-16 20:40:13.264 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 20:40:13.266 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 20:40:13.289 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2025-04-16 20:40:13.291 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2025-04-16 20:40:13.293 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:13.294 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 20:40:13.296 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2025-04-16 20:40:13.298 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2025-04-16 20:40:13.300 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 20:40:13.302 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 20:40:13.326 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2025-04-16 20:40:13.328 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:13.330 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2025-04-16 20:40:13.332 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2025-04-16 20:40:13.334 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2025-04-16 20:40:13.336 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 20:40:13.338 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2025-04-16 20:40:13.361 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2025-04-16 20:40:13.363 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:13.365 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2025-04-16 20:40:13.367 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2025-04-16 20:40:13.369 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2025-04-16 20:40:13.371 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 20:40:13.373 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2025-04-16 20:40:13.397 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2025-04-16 20:40:13.398 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:13.400 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2025-04-16 20:40:13.402 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 20:40:13.404 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 20:40:13.406 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 20:40:13.408 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2025-04-16 20:40:13.432 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2025-04-16 20:40:13.434 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:13.436 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2025-04-16 20:40:13.438 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2025-04-16 20:40:13.440 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2025-04-16 20:40:13.442 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 20:40:13.444 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2025-04-16 20:40:13.468 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2025-04-16 20:40:13.470 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:13.472 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2025-04-16 20:40:13.474 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2025-04-16 20:40:13.476 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2025-04-16 20:40:13.478 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 20:40:13.480 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2025-04-16 20:40:13.503 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2025-04-16 20:40:13.505 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:13.507 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2025-04-16 20:40:13.509 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2025-04-16 20:40:13.511 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2025-04-16 20:40:13.513 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2025-04-16 20:40:13.515 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2025-04-16 20:40:13.539 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2025-04-16 20:40:13.541 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2025-04-16 20:40:13.566 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2025-04-16 20:40:13.592 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2025-04-16 20:40:13.594 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2025-04-16 20:40:13.607 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:13.609 | + stack.sh:main:1178 : is_service_enabled neutron 2025-04-16 20:40:13.623 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:13.625 | + stack.sh:main:1179 : async_runfunc init_neutron 2025-04-16 20:40:13.628 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2025-04-16 20:40:13.676 | + inc/async:async_inner:63 : init_neutron 2025-04-16 20:40:13.708 | [3502 Async init_neutron:49442]: running: init_neutron 2025-04-16 20:40:13.711 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2025-04-16 20:40:13.726 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:13.729 | ++ stack.sh:main:1191 : pidof NetworkManager 2025-04-16 20:40:13.742 | ++ stack.sh:main:1191 : true 2025-04-16 20:40:13.745 | + stack.sh:main:1191 : netman_pid= 2025-04-16 20:40:13.747 | + stack.sh:main:1192 : '[' -z '' ']' 2025-04-16 20:40:13.749 | + stack.sh:main:1193 : sudo killall dnsmasq 2025-04-16 20:40:13.760 | dnsmasq: no process found 2025-04-16 20:40:13.764 | + stack.sh:main:1193 : true 2025-04-16 20:40:13.768 | + stack.sh:main:1198 : clean_iptables 2025-04-16 20:40:13.769 | + lib/nova:clean_iptables:189 : grep nova 2025-04-16 20:40:13.769 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 20:40:13.769 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2025-04-16 20:40:13.771 | + lib/nova:clean_iptables:189 : grep '\-A' 2025-04-16 20:40:13.771 | + lib/nova:clean_iptables:189 : bash 2025-04-16 20:40:13.771 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2025-04-16 20:40:13.771 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2025-04-16 20:40:13.798 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2025-04-16 20:40:13.798 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 20:40:13.798 | + lib/nova:clean_iptables:191 : grep nova 2025-04-16 20:40:13.799 | + lib/nova:clean_iptables:191 : grep '\-A' 2025-04-16 20:40:13.800 | + lib/nova:clean_iptables:191 : bash 2025-04-16 20:40:13.800 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2025-04-16 20:40:13.801 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 20:40:13.810 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2025-04-16 20:40:13.811 | + lib/nova:clean_iptables:193 : grep nova 2025-04-16 20:40:13.811 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2025-04-16 20:40:13.812 | + lib/nova:clean_iptables:193 : grep '\-N' 2025-04-16 20:40:13.812 | + lib/nova:clean_iptables:193 : bash 2025-04-16 20:40:13.812 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 20:40:13.812 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2025-04-16 20:40:13.822 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2025-04-16 20:40:13.822 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2025-04-16 20:40:13.822 | + lib/nova:clean_iptables:195 : grep nova 2025-04-16 20:40:13.822 | + lib/nova:clean_iptables:195 : grep '\-N' 2025-04-16 20:40:13.823 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2025-04-16 20:40:13.823 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2025-04-16 20:40:13.826 | + lib/nova:clean_iptables:195 : bash 2025-04-16 20:40:13.833 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2025-04-16 20:40:13.840 | net.ipv4.ip_forward = 1 2025-04-16 20:40:13.843 | + stack.sh:main:1206 : is_service_enabled nova neutron 2025-04-16 20:40:13.857 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:13.859 | + stack.sh:main:1207 : configure_os_vif 2025-04-16 20:40:13.861 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2025-04-16 20:40:13.863 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2025-04-16 20:40:13.891 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2025-04-16 20:40:13.893 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2025-04-16 20:40:13.921 | + stack.sh:main:1213 : is_service_enabled swift 2025-04-16 20:40:13.936 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:13.938 | + stack.sh:main:1222 : is_service_enabled cinder 2025-04-16 20:40:13.952 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:13.954 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2025-04-16 20:40:13.957 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:40:13.959 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2025-04-16 20:40:13.961 | + stack.sh:main:1224 : async_runfunc init_cinder 2025-04-16 20:40:13.963 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2025-04-16 20:40:14.011 | + inc/async:async_inner:63 : init_cinder 2025-04-16 20:40:14.041 | [3502 Async init_cinder:49794]: running: init_cinder 2025-04-16 20:40:14.043 | + stack.sh:main:1230 : is_service_enabled placement 2025-04-16 20:40:14.057 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:14.060 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2025-04-16 20:40:14.062 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:40:14.064 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2025-04-16 20:40:14.066 | + stack.sh:main:1232 : async_runfunc init_placement 2025-04-16 20:40:14.069 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2025-04-16 20:40:14.117 | + inc/async:async_inner:63 : init_placement 2025-04-16 20:40:14.147 | [3502 Async init_placement:49941]: running: init_placement 2025-04-16 20:40:14.150 | + stack.sh:main:1236 : async_wait init_neutron 2025-04-16 20:40:14.187 | [3502 Async init_neutron:49442]: Waiting for completion of init_neutron running on PID 49442 (5 other jobs running) 2025-04-16 20:40:14.205 | [3502 Async init_neutron:49442]: Signaling child to exit 2025-04-16 20:40:17.780 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:40:17.801 | [49794 Async init_cinder:49794]: finished successfully 2025-04-16 20:40:23.104 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:40:23.123 | [49442 Async init_neutron:49442]: finished successfully 2025-04-16 20:40:23.139 | WAKEUP 2025-04-16 20:40:23.156 | [3502 Async init_neutron:49442]: Signaled 2025-04-16 20:40:23.157 | + lib/neutron:init_neutron:511 : recreate_database neutron 2025-04-16 20:40:23.157 | + lib/database:recreate_database:112 : local db=neutron 2025-04-16 20:40:23.157 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2025-04-16 20:40:23.157 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2025-04-16 20:40:23.157 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2025-04-16 20:40:23.157 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2025-04-16 20:40:23.157 | + lib/neutron:init_neutron:512 : time_start dbsync 2025-04-16 20:40:23.157 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 20:40:23.157 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:40:23.157 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:40:23.157 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:40:23.157 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836013716 2025-04-16 20:40:23.157 | + lib/neutron:init_neutron:514 : /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2025-04-16 20:40:23.158 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2025-04-16 20:40:23.159 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2025-04-16 20:40:23.159 | Running upgrade for neutron ... 2025-04-16 20:40:23.159 | OK 2025-04-16 20:40:23.159 | + lib/neutron:init_neutron:515 : time_stop dbsync 2025-04-16 20:40:23.159 | + functions-common:time_stop:2400 : local name 2025-04-16 20:40:23.159 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:40:23.159 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:40:23.159 | + functions-common:time_stop:2403 : local total 2025-04-16 20:40:23.159 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:40:23.159 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 20:40:23.159 | + functions-common:time_stop:2407 : start_time=1744836013716 2025-04-16 20:40:23.159 | + functions-common:time_stop:2409 : [[ -z 1744836013716 ]] 2025-04-16 20:40:23.159 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:40:23.159 | + functions-common:time_stop:2412 : end_time=1744836023092 2025-04-16 20:40:23.159 | + functions-common:time_stop:2413 : elapsed_time=9376 2025-04-16 20:40:23.159 | + functions-common:time_stop:2414 : total=2691 2025-04-16 20:40:23.159 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:40:23.159 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12067 2025-04-16 20:40:23.191 | [3502 Async init_neutron:49442]: finished init_neutron with result 0 in 9 seconds 2025-04-16 20:40:23.196 | + inc/async:async_wait:197 : return 0 2025-04-16 20:40:23.198 | + stack.sh:main:1237 : async_wait init_placement 2025-04-16 20:40:23.237 | [3502 Async init_placement:49941]: Waiting for completion of init_placement running on PID 49941 (4 other jobs running) 2025-04-16 20:40:23.258 | [3502 Async init_placement:49941]: Signaling child to exit 2025-04-16 20:40:30.452 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:40:30.471 | [49941 Async init_placement:49941]: finished successfully 2025-04-16 20:40:30.487 | WAKEUP 2025-04-16 20:40:30.504 | [3502 Async init_placement:49941]: Signaled 2025-04-16 20:40:30.505 | + lib/placement:init_placement:143 : recreate_database placement 2025-04-16 20:40:30.505 | + lib/database:recreate_database:112 : local db=placement 2025-04-16 20:40:30.505 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2025-04-16 20:40:30.505 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2025-04-16 20:40:30.505 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2025-04-16 20:40:30.505 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2025-04-16 20:40:30.505 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2025-04-16 20:40:30.505 | + lib/placement:init_placement:145 : create_placement_accounts 2025-04-16 20:40:30.505 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2025-04-16 20:40:30.505 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2025-04-16 20:40:30.505 | + functions-common:get_or_create_user:882 : local user_id 2025-04-16 20:40:30.505 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2025-04-16 20:40:30.505 | + functions-common:get_or_create_user:886 : local email= 2025-04-16 20:40:30.505 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2025-04-16 20:40:30.505 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:40:30.505 | + functions-common:get_or_create_user:898 : user_id=47c2bd338b8a415fbf0200faf5e10cdf 2025-04-16 20:40:30.505 | + functions-common:get_or_create_user:899 : echo 47c2bd338b8a415fbf0200faf5e10cdf 2025-04-16 20:40:30.505 | 47c2bd338b8a415fbf0200faf5e10cdf 2025-04-16 20:40:30.505 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:40:30.505 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2025-04-16 20:40:30.505 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 20:40:30.505 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:963 : echo e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:40:30.505 | e8fb346388f5415c9eba9fdc8736152a 2025-04-16 20:40:30.505 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2025-04-16 20:40:30.505 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2025-04-16 20:40:30.505 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:930 : local domain 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:931 : domain= 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2025-04-16 20:40:30.505 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2025-04-16 20:40:30.505 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2025-04-16 20:40:30.505 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:962 : user_role_id=5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:40:30.505 | + functions-common:get_or_add_user_project_role:963 : echo 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:40:30.505 | 5bc33e1805ed4ea195d0d953d45823a9 2025-04-16 20:40:30.506 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2025-04-16 20:40:30.506 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2025-04-16 20:40:30.506 | + functions-common:get_or_create_service:1038 : local service_id 2025-04-16 20:40:30.506 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2025-04-16 20:40:30.506 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2025-04-16 20:40:30.506 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:40:30.506 | + functions-common:get_or_create_service:1049 : service_id=' 2025-04-16 20:40:30.506 | 9f9842d068c0449c84cd41ffed396a35' 2025-04-16 20:40:30.506 | + functions-common:get_or_create_service:1050 : echo 9f9842d068c0449c84cd41ffed396a35 2025-04-16 20:40:30.506 | 9f9842d068c0449c84cd41ffed396a35 2025-04-16 20:40:30.506 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2025-04-16 20:40:30.506 | + functions-common:get_or_create_endpoint:1082 : local public_id 2025-04-16 20:40:30.506 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2025-04-16 20:40:30.506 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2025-04-16 20:40:30.506 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2025-04-16 20:40:30.506 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:40:30.506 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2025-04-16 20:40:30.506 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2025-04-16 20:40:30.506 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2025-04-16 20:40:30.506 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:40:30.506 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=e2e8c6c4a6694026aee5aa852ed51719 2025-04-16 20:40:30.506 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo e2e8c6c4a6694026aee5aa852ed51719 2025-04-16 20:40:30.506 | + functions-common:get_or_create_endpoint:1083 : public_id=e2e8c6c4a6694026aee5aa852ed51719 2025-04-16 20:40:30.506 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2025-04-16 20:40:30.506 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2025-04-16 20:40:30.506 | + functions-common:get_or_create_endpoint:1092 : echo e2e8c6c4a6694026aee5aa852ed51719 2025-04-16 20:40:30.506 | e2e8c6c4a6694026aee5aa852ed51719 2025-04-16 20:40:30.537 | [3502 Async init_placement:49941]: finished init_placement with result 0 in 16 seconds 2025-04-16 20:40:30.540 | + inc/async:async_wait:197 : return 0 2025-04-16 20:40:30.542 | + stack.sh:main:1238 : async_wait init_glance 2025-04-16 20:40:30.579 | [3502 Async init_glance:46083]: Waiting for completion of init_glance running on PID 46083 (3 other jobs running) 2025-04-16 20:40:30.597 | [3502 Async init_glance:46083]: Signaling child to exit 2025-04-16 20:40:30.597 | WAKEUP 2025-04-16 20:40:30.613 | [3502 Async init_glance:46083]: Signaled 2025-04-16 20:40:30.614 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2025-04-16 20:40:30.614 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2025-04-16 20:40:30.614 | + lib/glance:init_glance:488 : recreate_database glance 2025-04-16 20:40:30.614 | + lib/database:recreate_database:112 : local db=glance 2025-04-16 20:40:30.614 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2025-04-16 20:40:30.614 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2025-04-16 20:40:30.614 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2025-04-16 20:40:30.614 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2025-04-16 20:40:30.614 | + lib/glance:init_glance:490 : time_start dbsync 2025-04-16 20:40:30.614 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 20:40:30.614 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:40:30.614 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:40:30.614 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:40:30.614 | + functions-common:time_start:2391 : _TIME_START[$name]=1744835987940 2025-04-16 20:40:30.614 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2025-04-16 20:40:30.614 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 20:40:30.614 | 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=46169) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:40:30.614 | DEBUG dbcounter [-] [46169] Writer thread running {{(pid=46169) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:30.614 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.614 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.614 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.614 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.614 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 20:40:30.614 | 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=46169) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:40:30.614 | DEBUG dbcounter [-] [46169] Writer thread running {{(pid=46169) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:30.614 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.614 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.614 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2025-04-16 20:40:30.614 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2025-04-16 20:40:30.615 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=46169) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.615 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.615 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2025-04-16 20:40:30.615 | Database migration is up to date. No migration needed. 2025-04-16 20:40:30.615 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2025-04-16 20:40:30.615 | Database is synced successfully. 2025-04-16 20:40:30.615 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2025-04-16 20:40:30.615 | INFO dbcounter [-] Registered counter for database glance 2025-04-16 20:40:30.615 | 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=46221) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:40:30.615 | DEBUG dbcounter [-] [46221] Writer thread running {{(pid=46221) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2025-04-16 20:40:30.615 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2025-04-16 20:40:30.616 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2025-04-16 20:40:30.616 | + lib/glance:init_glance:496 : time_stop dbsync 2025-04-16 20:40:30.616 | + functions-common:time_stop:2400 : local name 2025-04-16 20:40:30.616 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:40:30.616 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:40:30.616 | + functions-common:time_stop:2403 : local total 2025-04-16 20:40:30.616 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:40:30.616 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 20:40:30.616 | + functions-common:time_stop:2407 : start_time=1744835987940 2025-04-16 20:40:30.616 | + functions-common:time_stop:2409 : [[ -z 1744835987940 ]] 2025-04-16 20:40:30.616 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:40:30.616 | + functions-common:time_stop:2412 : end_time=1744835992458 2025-04-16 20:40:30.616 | + functions-common:time_stop:2413 : elapsed_time=4518 2025-04-16 20:40:30.616 | + functions-common:time_stop:2414 : total=2691 2025-04-16 20:40:30.616 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:40:30.616 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7209 2025-04-16 20:40:30.647 | [3502 Async init_glance:46083]: finished init_glance with result 0 in 4 seconds 2025-04-16 20:40:30.650 | + inc/async:async_wait:197 : return 0 2025-04-16 20:40:30.652 | + stack.sh:main:1239 : async_wait init_swift 2025-04-16 20:40:30.671 | Not waiting for async task init_swift that we never started or has already been waited for 2025-04-16 20:40:30.673 | + inc/async:async_wait:197 : return 0 2025-04-16 20:40:30.675 | + stack.sh:main:1240 : async_wait init_cinder 2025-04-16 20:40:30.714 | [3502 Async init_cinder:49794]: Waiting for completion of init_cinder running on PID 49794 (2 other jobs running) 2025-04-16 20:40:30.732 | [3502 Async init_cinder:49794]: Signaling child to exit 2025-04-16 20:40:30.732 | WAKEUP 2025-04-16 20:40:30.748 | [3502 Async init_cinder:49794]: Signaled 2025-04-16 20:40:30.749 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2025-04-16 20:40:30.750 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:30.750 | + lib/cinder:init_cinder:486 : recreate_database cinder 2025-04-16 20:40:30.750 | + lib/database:recreate_database:112 : local db=cinder 2025-04-16 20:40:30.750 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2025-04-16 20:40:30.750 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2025-04-16 20:40:30.750 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2025-04-16 20:40:30.750 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2025-04-16 20:40:30.750 | + lib/cinder:init_cinder:488 : time_start dbsync 2025-04-16 20:40:30.750 | + functions-common:time_start:2386 : local name=dbsync 2025-04-16 20:40:30.750 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:40:30.750 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:40:30.750 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:40:30.750 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836014068 2025-04-16 20:40:30.750 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2025-04-16 20:40:30.750 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 20:40:30.750 | 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=49907) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:40:30.750 | DEBUG dbcounter [-] [49907] Writer thread running {{(pid=49907) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:30.750 | INFO cinder.db.migration [-] Applying migration(s) 2025-04-16 20:40:30.750 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:30.750 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:30.750 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2025-04-16 20:40:30.750 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=49907) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 20:40:30.750 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2025-04-16 20:40:30.750 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=49907) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.750 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2025-04-16 20:40:30.750 | INFO dbcounter [-] Registered counter for database cinder 2025-04-16 20:40:30.750 | 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=49907) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:40:30.750 | DEBUG dbcounter [-] [49907] Writer thread running {{(pid=49907) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:30.750 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=49907) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.750 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2025-04-16 20:40:30.750 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=49907) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:30.750 | INFO cinder.db.migration [-] Migration(s) applied 2025-04-16 20:40:30.750 | + lib/cinder:init_cinder:491 : time_stop dbsync 2025-04-16 20:40:30.750 | + functions-common:time_stop:2400 : local name 2025-04-16 20:40:30.750 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:40:30.750 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:40:30.750 | + functions-common:time_stop:2403 : local total 2025-04-16 20:40:30.750 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:40:30.750 | + functions-common:time_stop:2406 : name=dbsync 2025-04-16 20:40:30.750 | + functions-common:time_stop:2407 : start_time=1744836014068 2025-04-16 20:40:30.750 | + functions-common:time_stop:2409 : [[ -z 1744836014068 ]] 2025-04-16 20:40:30.750 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:40:30.750 | + functions-common:time_stop:2412 : end_time=1744836017720 2025-04-16 20:40:30.750 | + functions-common:time_stop:2413 : elapsed_time=3652 2025-04-16 20:40:30.751 | + functions-common:time_stop:2414 : total=2691 2025-04-16 20:40:30.751 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:40:30.751 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6343 2025-04-16 20:40:30.751 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2025-04-16 20:40:30.751 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:30.751 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2025-04-16 20:40:30.751 | + lib/cinder:init_cinder:495 : local be be_name be_type 2025-04-16 20:40:30.751 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 20:40:30.751 | + lib/cinder:init_cinder:497 : be_type=vmdk 2025-04-16 20:40:30.751 | + lib/cinder:init_cinder:498 : be_name=vsphere 2025-04-16 20:40:30.751 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2025-04-16 20:40:30.751 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2025-04-16 20:40:30.751 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:30.751 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2025-04-16 20:40:30.781 | [3502 Async init_cinder:49794]: finished init_cinder with result 0 in 3 seconds 2025-04-16 20:40:30.784 | + inc/async:async_wait:197 : return 0 2025-04-16 20:40:30.787 | + stack.sh:main:1245 : is_service_enabled nova 2025-04-16 20:40:30.801 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:30.803 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2025-04-16 20:40:30.806 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:40:30.808 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2025-04-16 20:40:30.810 | + stack.sh:main:1247 : init_nova 2025-04-16 20:40:30.812 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2025-04-16 20:40:30.827 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:30.829 | + lib/nova:init_nova:858 : is_service_enabled n-api 2025-04-16 20:40:30.842 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:30.845 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 20:40:30.847 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2025-04-16 20:40:30.849 | + lib/database:recreate_database:112 : local db=nova_cell0 2025-04-16 20:40:30.851 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2025-04-16 20:40:30.853 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2025-04-16 20:40:30.855 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2025-04-16 20:40:30.864 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2025-04-16 20:40:30.873 | ++ lib/nova:init_nova:871 : seq 1 1 2025-04-16 20:40:30.876 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 20:40:30.879 | ++ lib/nova:init_nova:872 : conductor_conf 1 2025-04-16 20:40:30.881 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 20:40:30.883 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 20:40:30.886 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 20:40:30.935 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 20:40:30.964 | [3502 Async nova-cell-1:51073]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2025-04-16 20:40:30.966 | + lib/nova:init_nova:875 : recreate_database nova_api 2025-04-16 20:40:30.968 | + lib/database:recreate_database:112 : local db=nova_api 2025-04-16 20:40:30.970 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2025-04-16 20:40:30.972 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2025-04-16 20:40:30.975 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2025-04-16 20:40:30.983 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2025-04-16 20:40:30.992 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2025-04-16 20:40:31.452 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 20:40:33.147 | INFO dbcounter [-] Registered counter for database nova_api 2025-04-16 20:40:33.159 | DEBUG dbcounter [-] [51140] Writer thread running {{(pid=51140) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:33.162 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:33.162 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:33.260 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2025-04-16 20:40:38.243 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=51140) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 20:40:38.250 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2025-04-16 20:40:39.533 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=51140) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:39.540 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2025-04-16 20:40:39.542 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=51140) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:39.896 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2025-04-16 20:40:39.898 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2025-04-16 20:40:39.900 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2025-04-16 20:40:39.902 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2025-04-16 20:40:39.905 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2025-04-16 20:40:39.907 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2025-04-16 20:40:39.911 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2025-04-16 20:40:39.923 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:39.925 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2025-04-16 20:40:39.926 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-16 20:40:39.929 | + lib/nova:init_nova:880 : /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2025-04-16 20:40:40.396 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 20:40:41.667 | INFO dbcounter [None req-b6a52834-649b-4609-a518-79307f2d1e41 None None] Registered counter for database nova_api 2025-04-16 20:40:41.678 | DEBUG dbcounter [-] [51186] Writer thread running {{(pid=51186) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:42.070 | ++ lib/nova:init_nova:883 : seq 0 1 2025-04-16 20:40:42.073 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 20:40:42.075 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2025-04-16 20:40:42.092 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2025-04-16 20:40:42.094 | + inc/async:async_wait:197 : return 0 2025-04-16 20:40:42.096 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2025-04-16 20:40:42.098 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2025-04-16 20:40:42.135 | [3502 Async nova-cell-1:51073]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 51073 (2 other jobs running) 2025-04-16 20:40:42.153 | [3502 Async nova-cell-1:51073]: Signaling child to exit 2025-04-16 20:40:45.120 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:40:45.141 | [51073 Async nova-cell-1:51073]: finished successfully 2025-04-16 20:40:45.158 | WAKEUP 2025-04-16 20:40:45.174 | [3502 Async nova-cell-1:51073]: Signaled 2025-04-16 20:40:45.175 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2025-04-16 20:40:45.175 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2025-04-16 20:40:45.175 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2025-04-16 20:40:45.175 | + lib/database:recreate_database:112 : local db=nova_cell1 2025-04-16 20:40:45.175 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2025-04-16 20:40:45.175 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2025-04-16 20:40:45.175 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2025-04-16 20:40:45.175 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2025-04-16 20:40:45.175 | + lib/nova:init_nova_db:851 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2025-04-16 20:40:45.175 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 20:40:45.175 | INFO dbcounter [-] Registered counter for database nova_cell1 2025-04-16 20:40:45.175 | DEBUG dbcounter [-] [51127] Writer thread running {{(pid=51127) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:45.175 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2025-04-16 20:40:45.175 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2025-04-16 20:40:45.175 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 20:40:45.175 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=51127) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 20:40:45.175 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 20:40:45.175 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51127) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:45.175 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 20:40:45.175 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51127) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:45.175 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 20:40:45.175 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51127) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:45.176 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 20:40:45.176 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51127) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:45.176 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 20:40:45.176 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51127) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:45.207 | [3502 Async nova-cell-1:51073]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 14 seconds 2025-04-16 20:40:45.210 | + inc/async:async_wait:197 : return 0 2025-04-16 20:40:45.212 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 20:40:45.215 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2025-04-16 20:40:45.659 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 20:40:46.858 | INFO dbcounter [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Registered counter for database nova_api 2025-04-16 20:40:46.869 | DEBUG dbcounter [-] [51357] Writer thread running {{(pid=51357) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:46.898 | INFO dbcounter [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Registered counter for database nova_cell0 2025-04-16 20:40:46.903 | DEBUG dbcounter [-] [51357] Writer thread running {{(pid=51357) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:46.906 | INFO alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Context impl MySQLImpl. 2025-04-16 20:40:46.906 | INFO alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Will assume non-transactional DDL. 2025-04-16 20:40:46.919 | INFO alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Running upgrade -> 8f2f1571d55b, Initial version 2025-04-16 20:40:49.320 | DEBUG alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] new branch insert 8f2f1571d55b {{(pid=51357) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2025-04-16 20:40:49.323 | INFO alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2025-04-16 20:40:49.371 | DEBUG alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=51357) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:49.374 | INFO alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2025-04-16 20:40:49.478 | DEBUG alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=51357) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:49.478 | INFO alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2025-04-16 20:40:49.499 | DEBUG alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=51357) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:49.500 | INFO alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2025-04-16 20:40:49.503 | DEBUG alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=51357) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:49.504 | INFO alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2025-04-16 20:40:49.572 | DEBUG alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=51357) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2025-04-16 20:40:49.575 | INFO dbcounter [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Registered counter for database nova_cell1 2025-04-16 20:40:49.580 | DEBUG dbcounter [-] [51357] Writer thread running {{(pid=51357) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:49.583 | INFO alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Context impl MySQLImpl. 2025-04-16 20:40:49.583 | INFO alembic.runtime.migration [None req-ba4769d0-67bc-4065-bbc9-095ace72c457 None None] Will assume non-transactional DDL. 2025-04-16 20:40:50.039 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2025-04-16 20:40:50.514 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 20:40:51.725 | Running batches of 50 until complete 2025-04-16 20:40:51.725 | INFO dbcounter [None req-3db4ae65-52f4-4699-a1e4-e56897196fd2 None None] Registered counter for database nova_cell1 2025-04-16 20:40:51.735 | DEBUG dbcounter [-] [51372] Writer thread running {{(pid=51372) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:51.792 | INFO dbcounter [None req-3db4ae65-52f4-4699-a1e4-e56897196fd2 None None] Registered counter for database nova_api 2025-04-16 20:40:51.796 | DEBUG dbcounter [-] [51372] Writer thread running {{(pid=51372) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:51.865 | INFO dbcounter [None req-3db4ae65-52f4-4699-a1e4-e56897196fd2 None None] Registered counter for database nova_cell0 2025-04-16 20:40:51.869 | DEBUG dbcounter [-] [51372] Writer thread running {{(pid=51372) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:51.910 | +-------------------------------------+--------------+-----------+ 2025-04-16 20:40:51.910 | | Migration | Total Needed | Completed | 2025-04-16 20:40:51.910 | +-------------------------------------+--------------+-----------+ 2025-04-16 20:40:51.910 | | fill_virtual_interface_list | 0 | 0 | 2025-04-16 20:40:51.910 | | migrate_empty_ratio | 0 | 0 | 2025-04-16 20:40:51.910 | | migrate_quota_classes_to_api_db | 0 | 0 | 2025-04-16 20:40:51.910 | | migrate_quota_limits_to_api_db | 0 | 0 | 2025-04-16 20:40:51.910 | | migration_migrate_to_uuid | 0 | 0 | 2025-04-16 20:40:51.910 | | populate_dev_uuids | 0 | 0 | 2025-04-16 20:40:51.910 | | populate_instance_compute_id | 0 | 0 | 2025-04-16 20:40:51.910 | | populate_missing_availability_zones | 0 | 0 | 2025-04-16 20:40:51.910 | | populate_queued_for_delete | 0 | 0 | 2025-04-16 20:40:51.910 | | populate_user_id | 0 | 0 | 2025-04-16 20:40:51.910 | | populate_uuids | 0 | 0 | 2025-04-16 20:40:51.910 | +-------------------------------------+--------------+-----------+ 2025-04-16 20:40:52.258 | ++ lib/nova:init_nova:897 : seq 1 1 2025-04-16 20:40:52.262 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2025-04-16 20:40:52.265 | ++ lib/nova:init_nova:898 : conductor_conf 1 2025-04-16 20:40:52.267 | ++ lib/nova:conductor_conf:837 : local cell=1 2025-04-16 20:40:52.269 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2025-04-16 20:40:52.272 | + lib/nova:init_nova:898 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2025-04-16 20:40:52.717 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 20:40:53.900 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2025-04-16 20:40:53.900 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2025-04-16 20:40:53.900 | INFO dbcounter [None req-2af65cf7-8868-4413-ad15-77c1764d182e None None] Registered counter for database nova_api 2025-04-16 20:40:53.911 | DEBUG dbcounter [-] [51389] Writer thread running {{(pid=51389) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:40:54.252 | + lib/nova:init_nova:902 : create_nova_keys_dir 2025-04-16 20:40:54.255 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2025-04-16 20:40:54.268 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2025-04-16 20:40:54.271 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2025-04-16 20:40:54.273 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2025-04-16 20:40:54.325 | + inc/async:async_inner:63 : configure_neutron_nova 2025-04-16 20:40:54.356 | [3502 Async configure_neutron_nova:51447]: running: configure_neutron_nova 2025-04-16 20:40:54.359 | + stack.sh:main:1257 : run_phase stack post-config 2025-04-16 20:40:54.361 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 20:40:54.363 | + functions-common:run_phase:1829 : local phase=post-config 2025-04-16 20:40:54.366 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 20:40:54.368 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 20:40:54.371 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 20:40:54.373 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 20:40:54.376 | + functions-common:run_phase:1838 : local extra 2025-04-16 20:40:54.378 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 20:40:54.382 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 20:40:54.385 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 20:40:54.387 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 20:40:54.389 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2025-04-16 20:40:54.391 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 20:40:54.405 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:54.407 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:40:54.409 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:40:54.412 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 20:40:54.414 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:40:54.416 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 20:40:54.419 | ++ extras.d/80-tempest.sh:source:12 : : 2025-04-16 20:40:54.420 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 20:40:54.423 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 20:40:54.425 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:40:54.427 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 20:40:54.429 | + functions-common:run_phase:1855 : run_plugins stack post-config 2025-04-16 20:40:54.431 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 20:40:54.433 | + functions-common:run_plugins:1815 : local phase=post-config 2025-04-16 20:40:54.436 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 20:40:54.438 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 20:40:54.440 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 20:40:54.442 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 20:40:54.445 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 20:40:54.447 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2025-04-16 20:40:54.449 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:40:54.451 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:40:54.453 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2025-04-16 20:40:54.456 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:40:54.458 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 20:40:54.460 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2025-04-16 20:40:54.463 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:40:54.464 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2025-04-16 20:40:54.467 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2025-04-16 20:40:54.470 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 20:40:54.472 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 20:40:54.474 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2025-04-16 20:40:54.476 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:40:54.478 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 20:40:54.480 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 20:40:54.483 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2025-04-16 20:40:54.485 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:54.488 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2025-04-16 20:40:54.489 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:40:54.492 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2025-04-16 20:40:54.492 | /^\[\[.+\|.*\]\]/ { 2025-04-16 20:40:54.492 | gsub("[][]", "", $1); 2025-04-16 20:40:54.492 | split($1, a, "|"); 2025-04-16 20:40:54.492 | if (a[1] == matchgroup) 2025-04-16 20:40:54.492 | print a[2] 2025-04-16 20:40:54.492 | } 2025-04-16 20:40:54.492 | ' /opt/stack/devstack/local.conf 2025-04-16 20:40:54.496 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 20:40:54.498 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 20:40:54.501 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 20:40:54.503 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2025-04-16 20:40:54.505 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2025-04-16 20:40:54.508 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2025-04-16 20:40:54.510 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2025-04-16 20:40:54.514 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2025-04-16 20:40:54.516 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2025-04-16 20:40:54.519 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2025-04-16 20:40:54.521 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 20:40:54.523 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:54.526 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 20:40:54.528 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2025-04-16 20:40:54.530 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 20:40:54.532 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2025-04-16 20:40:54.535 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2025-04-16 20:40:54.538 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2025-04-16 20:40:54.540 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2025-04-16 20:40:54.543 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2025-04-16 20:40:54.543 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2025-04-16 20:40:54.543 | BEGIN { 2025-04-16 20:40:54.543 | section = "" 2025-04-16 20:40:54.543 | last_section = "" 2025-04-16 20:40:54.543 | section_count = 0 2025-04-16 20:40:54.543 | } 2025-04-16 20:40:54.543 | /^\[.+\]/ { 2025-04-16 20:40:54.543 | gsub("[][]", "", $1); 2025-04-16 20:40:54.543 | section=$1 2025-04-16 20:40:54.543 | next 2025-04-16 20:40:54.543 | } 2025-04-16 20:40:54.543 | /^ *\#/ { 2025-04-16 20:40:54.543 | next 2025-04-16 20:40:54.543 | } 2025-04-16 20:40:54.543 | /^[^ \t]+/ { 2025-04-16 20:40:54.543 | # get offset of first = in $0 2025-04-16 20:40:54.543 | eq_idx = index($0, "=") 2025-04-16 20:40:54.543 | # extract attr & value from $0 2025-04-16 20:40:54.543 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 20:40:54.543 | value = substr($0, eq_idx + 1) 2025-04-16 20:40:54.543 | # only need to strip trailing whitespace from attr 2025-04-16 20:40:54.543 | sub(/[ \t]*$/, "", attr) 2025-04-16 20:40:54.543 | # need to strip leading & trailing whitespace from value 2025-04-16 20:40:54.543 | sub(/^[ \t]*/, "", value) 2025-04-16 20:40:54.544 | sub(/[ \t]*$/, "", value) 2025-04-16 20:40:54.544 | 2025-04-16 20:40:54.544 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 20:40:54.544 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 20:40:54.544 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 20:40:54.544 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 20:40:54.544 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 20:40:54.544 | if (section != last_section) { 2025-04-16 20:40:54.544 | cfg_section[section_count++] = section 2025-04-16 20:40:54.544 | last_section = section 2025-04-16 20:40:54.544 | } 2025-04-16 20:40:54.544 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 20:40:54.544 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 20:40:54.544 | 2025-04-16 20:40:54.544 | cfg_attr[section, attr, 0] = value 2025-04-16 20:40:54.544 | cfg_attr_count[section, attr] = 1 2025-04-16 20:40:54.544 | } else { 2025-04-16 20:40:54.544 | lno = cfg_attr_count[section, attr]++ 2025-04-16 20:40:54.544 | cfg_attr[section, attr, lno] = value 2025-04-16 20:40:54.544 | } 2025-04-16 20:40:54.544 | } 2025-04-16 20:40:54.544 | END { 2025-04-16 20:40:54.544 | # Process each section in order 2025-04-16 20:40:54.544 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 20:40:54.544 | section = cfg_section[sno] 2025-04-16 20:40:54.544 | # The ini routines simply append a config item immediately 2025-04-16 20:40:54.544 | # after the section header. To keep the same order as defined 2025-04-16 20:40:54.544 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 20:40:54.544 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 20:40:54.544 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 20:40:54.544 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 20:40:54.544 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 20:40:54.544 | else { 2025-04-16 20:40:54.544 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 20:40:54.544 | count = cfg_attr_count[section, attr] 2025-04-16 20:40:54.544 | print "inidelete " configfile " " section " " attr 2025-04-16 20:40:54.544 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 20:40:54.544 | for (l = count -2; l >= 0; l--) 2025-04-16 20:40:54.544 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 20:40:54.544 | } 2025-04-16 20:40:54.544 | } 2025-04-16 20:40:54.544 | } 2025-04-16 20:40:54.544 | } 2025-04-16 20:40:54.544 | ' 2025-04-16 20:40:54.544 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.545 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:54.545 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 20:40:54.547 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 20:40:54.550 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2025-04-16 20:40:54.552 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:40:54.554 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2025-04-16 20:40:54.556 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2025-04-16 20:40:54.556 | BEGIN { group = "" } 2025-04-16 20:40:54.556 | /^\[\[.+\|.*\]\]/ { 2025-04-16 20:40:54.556 | gsub("[][]", "", $1); 2025-04-16 20:40:54.556 | split($1, a, "|"); 2025-04-16 20:40:54.556 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 20:40:54.556 | group=a[1] 2025-04-16 20:40:54.556 | } else { 2025-04-16 20:40:54.556 | group="" 2025-04-16 20:40:54.556 | } 2025-04-16 20:40:54.556 | next 2025-04-16 20:40:54.556 | } 2025-04-16 20:40:54.556 | { 2025-04-16 20:40:54.556 | if (group != "") 2025-04-16 20:40:54.556 | print $0 2025-04-16 20:40:54.556 | } 2025-04-16 20:40:54.556 | ' /opt/stack/devstack/local.conf 2025-04-16 20:40:54.561 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2025-04-16 20:40:54.564 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 20:40:54.588 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.591 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 20:40:54.593 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 20:40:54.595 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 20:40:54.598 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2025-04-16 20:40:54.600 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2025-04-16 20:40:54.603 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2025-04-16 20:40:54.605 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2025-04-16 20:40:54.608 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2025-04-16 20:40:54.611 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2025-04-16 20:40:54.614 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2025-04-16 20:40:54.617 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 20:40:54.618 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:54.621 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 20:40:54.623 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2025-04-16 20:40:54.625 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 20:40:54.628 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2025-04-16 20:40:54.630 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2025-04-16 20:40:54.633 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2025-04-16 20:40:54.636 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2025-04-16 20:40:54.639 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2025-04-16 20:40:54.639 | BEGIN { 2025-04-16 20:40:54.639 | section = "" 2025-04-16 20:40:54.639 | last_section = "" 2025-04-16 20:40:54.639 | section_count = 0 2025-04-16 20:40:54.639 | } 2025-04-16 20:40:54.639 | /^\[.+\]/ { 2025-04-16 20:40:54.639 | gsub("[][]", "", $1); 2025-04-16 20:40:54.639 | section=$1 2025-04-16 20:40:54.639 | next 2025-04-16 20:40:54.640 | } 2025-04-16 20:40:54.640 | /^ *\#/ { 2025-04-16 20:40:54.640 | next 2025-04-16 20:40:54.640 | } 2025-04-16 20:40:54.640 | /^[^ \t]+/ { 2025-04-16 20:40:54.640 | # get offset of first = in $0 2025-04-16 20:40:54.640 | eq_idx = index($0, "=") 2025-04-16 20:40:54.640 | # extract attr & value from $0 2025-04-16 20:40:54.640 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 20:40:54.640 | value = substr($0, eq_idx + 1) 2025-04-16 20:40:54.640 | # only need to strip trailing whitespace from attr 2025-04-16 20:40:54.640 | sub(/[ \t]*$/, "", attr) 2025-04-16 20:40:54.640 | # need to strip leading & trailing whitespace from value 2025-04-16 20:40:54.640 | sub(/^[ \t]*/, "", value) 2025-04-16 20:40:54.640 | sub(/[ \t]*$/, "", value) 2025-04-16 20:40:54.640 | 2025-04-16 20:40:54.640 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 20:40:54.640 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 20:40:54.640 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 20:40:54.640 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 20:40:54.640 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 20:40:54.640 | if (section != last_section) { 2025-04-16 20:40:54.640 | cfg_section[section_count++] = section 2025-04-16 20:40:54.640 | last_section = section 2025-04-16 20:40:54.640 | } 2025-04-16 20:40:54.640 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 20:40:54.640 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 20:40:54.640 | 2025-04-16 20:40:54.640 | cfg_attr[section, attr, 0] = value 2025-04-16 20:40:54.640 | cfg_attr_count[section, attr] = 1 2025-04-16 20:40:54.640 | } else { 2025-04-16 20:40:54.640 | lno = cfg_attr_count[section, attr]++ 2025-04-16 20:40:54.640 | cfg_attr[section, attr, lno] = value 2025-04-16 20:40:54.640 | } 2025-04-16 20:40:54.640 | } 2025-04-16 20:40:54.640 | END { 2025-04-16 20:40:54.640 | # Process each section in order 2025-04-16 20:40:54.640 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 20:40:54.640 | section = cfg_section[sno] 2025-04-16 20:40:54.640 | # The ini routines simply append a config item immediately 2025-04-16 20:40:54.640 | # after the section header. To keep the same order as defined 2025-04-16 20:40:54.640 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 20:40:54.640 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 20:40:54.640 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 20:40:54.640 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 20:40:54.640 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 20:40:54.640 | else { 2025-04-16 20:40:54.640 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 20:40:54.640 | count = cfg_attr_count[section, attr] 2025-04-16 20:40:54.640 | print "inidelete " configfile " " section " " attr 2025-04-16 20:40:54.640 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 20:40:54.640 | for (l = count -2; l >= 0; l--) 2025-04-16 20:40:54.640 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 20:40:54.640 | } 2025-04-16 20:40:54.640 | } 2025-04-16 20:40:54.640 | } 2025-04-16 20:40:54.640 | } 2025-04-16 20:40:54.640 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2025-04-16 20:40:54.640 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.640 | ' 2025-04-16 20:40:54.642 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:54.642 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 20:40:54.644 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 20:40:54.647 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2025-04-16 20:40:54.649 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:40:54.651 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2025-04-16 20:40:54.654 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2025-04-16 20:40:54.654 | BEGIN { group = "" } 2025-04-16 20:40:54.654 | /^\[\[.+\|.*\]\]/ { 2025-04-16 20:40:54.654 | gsub("[][]", "", $1); 2025-04-16 20:40:54.654 | split($1, a, "|"); 2025-04-16 20:40:54.654 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 20:40:54.654 | group=a[1] 2025-04-16 20:40:54.654 | } else { 2025-04-16 20:40:54.654 | group="" 2025-04-16 20:40:54.654 | } 2025-04-16 20:40:54.654 | next 2025-04-16 20:40:54.654 | } 2025-04-16 20:40:54.654 | { 2025-04-16 20:40:54.654 | if (group != "") 2025-04-16 20:40:54.654 | print $0 2025-04-16 20:40:54.654 | } 2025-04-16 20:40:54.654 | ' /opt/stack/devstack/local.conf 2025-04-16 20:40:54.659 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2025-04-16 20:40:54.661 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2025-04-16 20:40:54.661 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:40:54.681 | [51447 Async configure_neutron_nova:51447]: finished successfully 2025-04-16 20:40:54.685 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.688 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 20:40:54.690 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 20:40:54.693 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 20:40:54.695 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2025-04-16 20:40:54.697 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2025-04-16 20:40:54.700 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2025-04-16 20:40:54.702 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2025-04-16 20:40:54.705 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2025-04-16 20:40:54.708 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 20:40:54.710 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 20:40:54.712 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 20:40:54.714 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:54.716 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 20:40:54.718 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2025-04-16 20:40:54.720 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 20:40:54.723 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2025-04-16 20:40:54.725 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2025-04-16 20:40:54.728 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2025-04-16 20:40:54.730 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2025-04-16 20:40:54.732 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2025-04-16 20:40:54.733 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 20:40:54.733 | BEGIN { 2025-04-16 20:40:54.733 | section = "" 2025-04-16 20:40:54.733 | last_section = "" 2025-04-16 20:40:54.733 | section_count = 0 2025-04-16 20:40:54.733 | } 2025-04-16 20:40:54.733 | /^\[.+\]/ { 2025-04-16 20:40:54.734 | gsub("[][]", "", $1); 2025-04-16 20:40:54.734 | section=$1 2025-04-16 20:40:54.734 | next 2025-04-16 20:40:54.734 | } 2025-04-16 20:40:54.734 | /^ *\#/ { 2025-04-16 20:40:54.734 | next 2025-04-16 20:40:54.734 | } 2025-04-16 20:40:54.734 | /^[^ \t]+/ { 2025-04-16 20:40:54.734 | # get offset of first = in $0 2025-04-16 20:40:54.734 | eq_idx = index($0, "=") 2025-04-16 20:40:54.734 | # extract attr & value from $0 2025-04-16 20:40:54.734 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 20:40:54.734 | value = substr($0, eq_idx + 1) 2025-04-16 20:40:54.734 | # only need to strip trailing whitespace from attr 2025-04-16 20:40:54.734 | sub(/[ \t]*$/, "", attr) 2025-04-16 20:40:54.734 | # need to strip leading & trailing whitespace from value 2025-04-16 20:40:54.734 | sub(/^[ \t]*/, "", value) 2025-04-16 20:40:54.734 | sub(/[ \t]*$/, "", value) 2025-04-16 20:40:54.734 | 2025-04-16 20:40:54.734 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 20:40:54.734 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 20:40:54.734 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 20:40:54.734 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 20:40:54.734 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 20:40:54.734 | if (section != last_section) { 2025-04-16 20:40:54.734 | cfg_section[section_count++] = section 2025-04-16 20:40:54.734 | last_section = section 2025-04-16 20:40:54.734 | } 2025-04-16 20:40:54.734 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 20:40:54.734 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 20:40:54.734 | 2025-04-16 20:40:54.734 | cfg_attr[section, attr, 0] = value 2025-04-16 20:40:54.734 | cfg_attr_count[section, attr] = 1 2025-04-16 20:40:54.734 | } else { 2025-04-16 20:40:54.734 | lno = cfg_attr_count[section, attr]++ 2025-04-16 20:40:54.734 | cfg_attr[section, attr, lno] = value 2025-04-16 20:40:54.734 | } 2025-04-16 20:40:54.734 | } 2025-04-16 20:40:54.734 | END { 2025-04-16 20:40:54.734 | # Process each section in order 2025-04-16 20:40:54.734 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 20:40:54.734 | section = cfg_section[sno] 2025-04-16 20:40:54.734 | # The ini routines simply append a config item immediately 2025-04-16 20:40:54.734 | # after the section header. To keep the same order as defined 2025-04-16 20:40:54.734 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 20:40:54.734 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 20:40:54.734 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 20:40:54.734 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 20:40:54.734 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 20:40:54.734 | else { 2025-04-16 20:40:54.734 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 20:40:54.734 | count = cfg_attr_count[section, attr] 2025-04-16 20:40:54.734 | print "inidelete " configfile " " section " " attr 2025-04-16 20:40:54.734 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 20:40:54.734 | for (l = count -2; l >= 0; l--) 2025-04-16 20:40:54.734 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 20:40:54.734 | } 2025-04-16 20:40:54.734 | } 2025-04-16 20:40:54.734 | } 2025-04-16 20:40:54.734 | } 2025-04-16 20:40:54.734 | ' 2025-04-16 20:40:54.734 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.735 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:54.735 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 20:40:54.737 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 20:40:54.739 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2025-04-16 20:40:54.741 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:40:54.743 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2025-04-16 20:40:54.745 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2025-04-16 20:40:54.745 | BEGIN { group = "" } 2025-04-16 20:40:54.745 | /^\[\[.+\|.*\]\]/ { 2025-04-16 20:40:54.745 | gsub("[][]", "", $1); 2025-04-16 20:40:54.745 | split($1, a, "|"); 2025-04-16 20:40:54.745 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 20:40:54.745 | group=a[1] 2025-04-16 20:40:54.745 | } else { 2025-04-16 20:40:54.745 | group="" 2025-04-16 20:40:54.745 | } 2025-04-16 20:40:54.745 | next 2025-04-16 20:40:54.745 | } 2025-04-16 20:40:54.745 | { 2025-04-16 20:40:54.745 | if (group != "") 2025-04-16 20:40:54.745 | print $0 2025-04-16 20:40:54.745 | } 2025-04-16 20:40:54.745 | ' /opt/stack/devstack/local.conf 2025-04-16 20:40:54.750 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2025-04-16 20:40:54.752 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2025-04-16 20:40:54.776 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.778 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2025-04-16 20:40:54.780 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2025-04-16 20:40:54.806 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.809 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 20:40:54.811 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 20:40:54.814 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 20:40:54.816 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2025-04-16 20:40:54.818 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:54.821 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:54.823 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2025-04-16 20:40:54.826 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:54.829 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2025-04-16 20:40:54.831 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2025-04-16 20:40:54.833 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 20:40:54.835 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:54.838 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 20:40:54.840 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 20:40:54.842 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 20:40:54.844 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2025-04-16 20:40:54.846 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:54.849 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2025-04-16 20:40:54.851 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2025-04-16 20:40:54.854 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2025-04-16 20:40:54.855 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 20:40:54.855 | BEGIN { 2025-04-16 20:40:54.855 | section = "" 2025-04-16 20:40:54.855 | last_section = "" 2025-04-16 20:40:54.855 | section_count = 0 2025-04-16 20:40:54.855 | } 2025-04-16 20:40:54.855 | /^\[.+\]/ { 2025-04-16 20:40:54.855 | gsub("[][]", "", $1); 2025-04-16 20:40:54.855 | section=$1 2025-04-16 20:40:54.855 | next 2025-04-16 20:40:54.855 | } 2025-04-16 20:40:54.855 | /^ *\#/ { 2025-04-16 20:40:54.855 | next 2025-04-16 20:40:54.855 | } 2025-04-16 20:40:54.855 | /^[^ \t]+/ { 2025-04-16 20:40:54.855 | # get offset of first = in $0 2025-04-16 20:40:54.855 | eq_idx = index($0, "=") 2025-04-16 20:40:54.855 | # extract attr & value from $0 2025-04-16 20:40:54.855 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 20:40:54.855 | value = substr($0, eq_idx + 1) 2025-04-16 20:40:54.855 | # only need to strip trailing whitespace from attr 2025-04-16 20:40:54.855 | sub(/[ \t]*$/, "", attr) 2025-04-16 20:40:54.855 | # need to strip leading & trailing whitespace from value 2025-04-16 20:40:54.855 | sub(/^[ \t]*/, "", value) 2025-04-16 20:40:54.855 | sub(/[ \t]*$/, "", value) 2025-04-16 20:40:54.855 | 2025-04-16 20:40:54.855 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 20:40:54.855 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 20:40:54.855 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 20:40:54.855 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 20:40:54.855 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 20:40:54.855 | if (section != last_section) { 2025-04-16 20:40:54.855 | cfg_section[section_count++] = section 2025-04-16 20:40:54.855 | last_section = section 2025-04-16 20:40:54.855 | } 2025-04-16 20:40:54.855 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 20:40:54.855 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 20:40:54.855 | 2025-04-16 20:40:54.855 | cfg_attr[section, attr, 0] = value 2025-04-16 20:40:54.855 | cfg_attr_count[section, attr] = 1 2025-04-16 20:40:54.855 | } else { 2025-04-16 20:40:54.855 | lno = cfg_attr_count[section, attr]++ 2025-04-16 20:40:54.855 | cfg_attr[section, attr, lno] = value 2025-04-16 20:40:54.855 | } 2025-04-16 20:40:54.855 | } 2025-04-16 20:40:54.855 | END { 2025-04-16 20:40:54.855 | # Process each section in order 2025-04-16 20:40:54.855 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 20:40:54.855 | section = cfg_section[sno] 2025-04-16 20:40:54.855 | # The ini routines simply append a config item immediately 2025-04-16 20:40:54.855 | # after the section header. To keep the same order as defined 2025-04-16 20:40:54.855 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 20:40:54.855 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 20:40:54.855 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 20:40:54.855 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 20:40:54.855 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 20:40:54.855 | else { 2025-04-16 20:40:54.855 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 20:40:54.855 | count = cfg_attr_count[section, attr] 2025-04-16 20:40:54.855 | print "inidelete " configfile " " section " " attr 2025-04-16 20:40:54.855 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 20:40:54.855 | for (l = count -2; l >= 0; l--) 2025-04-16 20:40:54.855 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 20:40:54.855 | } 2025-04-16 20:40:54.855 | } 2025-04-16 20:40:54.855 | } 2025-04-16 20:40:54.855 | } 2025-04-16 20:40:54.855 | ' 2025-04-16 20:40:54.855 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.856 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:54.857 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 20:40:54.858 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 20:40:54.860 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2025-04-16 20:40:54.862 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:40:54.864 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2025-04-16 20:40:54.866 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2025-04-16 20:40:54.866 | BEGIN { group = "" } 2025-04-16 20:40:54.866 | /^\[\[.+\|.*\]\]/ { 2025-04-16 20:40:54.866 | gsub("[][]", "", $1); 2025-04-16 20:40:54.866 | split($1, a, "|"); 2025-04-16 20:40:54.866 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 20:40:54.866 | group=a[1] 2025-04-16 20:40:54.866 | } else { 2025-04-16 20:40:54.866 | group="" 2025-04-16 20:40:54.866 | } 2025-04-16 20:40:54.866 | next 2025-04-16 20:40:54.866 | } 2025-04-16 20:40:54.866 | { 2025-04-16 20:40:54.866 | if (group != "") 2025-04-16 20:40:54.866 | print $0 2025-04-16 20:40:54.866 | } 2025-04-16 20:40:54.866 | ' /opt/stack/devstack/local.conf 2025-04-16 20:40:54.870 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2025-04-16 20:40:54.873 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2025-04-16 20:40:54.897 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.899 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2025-04-16 20:40:54.901 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2025-04-16 20:40:54.926 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.928 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2025-04-16 20:40:54.930 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2025-04-16 20:40:54.955 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.957 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2025-04-16 20:40:54.959 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2025-04-16 20:40:54.985 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:54.987 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2025-04-16 20:40:54.989 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2025-04-16 20:40:55.014 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:55.016 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2025-04-16 20:40:55.018 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2025-04-16 20:40:55.043 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:55.045 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2025-04-16 20:40:55.047 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2025-04-16 20:40:55.072 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:55.074 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2025-04-16 20:40:55.076 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2025-04-16 20:40:55.101 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:55.103 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2025-04-16 20:40:55.105 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2025-04-16 20:40:55.131 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:55.134 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2025-04-16 20:40:55.136 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2025-04-16 20:40:55.138 | + inc/meta-config:merge_config_group:180 : local dir 2025-04-16 20:40:55.141 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2025-04-16 20:40:55.143 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:55.145 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2025-04-16 20:40:55.148 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 20:40:55.150 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:55.154 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2025-04-16 20:40:55.156 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2025-04-16 20:40:55.158 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:55.160 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:55.162 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 20:40:55.164 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 20:40:55.166 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 20:40:55.169 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:55.171 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:55.174 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 20:40:55.176 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2025-04-16 20:40:55.179 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2025-04-16 20:40:55.179 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 20:40:55.179 | BEGIN { 2025-04-16 20:40:55.179 | section = "" 2025-04-16 20:40:55.179 | last_section = "" 2025-04-16 20:40:55.179 | section_count = 0 2025-04-16 20:40:55.179 | } 2025-04-16 20:40:55.179 | /^\[.+\]/ { 2025-04-16 20:40:55.179 | gsub("[][]", "", $1); 2025-04-16 20:40:55.179 | section=$1 2025-04-16 20:40:55.179 | next 2025-04-16 20:40:55.179 | } 2025-04-16 20:40:55.179 | /^ *\#/ { 2025-04-16 20:40:55.179 | next 2025-04-16 20:40:55.179 | } 2025-04-16 20:40:55.179 | /^[^ \t]+/ { 2025-04-16 20:40:55.179 | # get offset of first = in $0 2025-04-16 20:40:55.179 | eq_idx = index($0, "=") 2025-04-16 20:40:55.179 | # extract attr & value from $0 2025-04-16 20:40:55.179 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 20:40:55.179 | value = substr($0, eq_idx + 1) 2025-04-16 20:40:55.179 | # only need to strip trailing whitespace from attr 2025-04-16 20:40:55.179 | sub(/[ \t]*$/, "", attr) 2025-04-16 20:40:55.179 | # need to strip leading & trailing whitespace from value 2025-04-16 20:40:55.179 | sub(/^[ \t]*/, "", value) 2025-04-16 20:40:55.179 | sub(/[ \t]*$/, "", value) 2025-04-16 20:40:55.179 | 2025-04-16 20:40:55.179 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 20:40:55.179 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 20:40:55.179 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 20:40:55.179 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 20:40:55.179 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 20:40:55.179 | if (section != last_section) { 2025-04-16 20:40:55.179 | cfg_section[section_count++] = section 2025-04-16 20:40:55.179 | last_section = section 2025-04-16 20:40:55.179 | } 2025-04-16 20:40:55.179 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 20:40:55.179 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 20:40:55.179 | 2025-04-16 20:40:55.179 | cfg_attr[section, attr, 0] = value 2025-04-16 20:40:55.179 | cfg_attr_count[section, attr] = 1 2025-04-16 20:40:55.179 | } else { 2025-04-16 20:40:55.179 | lno = cfg_attr_count[section, attr]++ 2025-04-16 20:40:55.179 | cfg_attr[section, attr, lno] = value 2025-04-16 20:40:55.179 | } 2025-04-16 20:40:55.179 | } 2025-04-16 20:40:55.179 | END { 2025-04-16 20:40:55.179 | # Process each section in order 2025-04-16 20:40:55.179 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 20:40:55.179 | section = cfg_section[sno] 2025-04-16 20:40:55.179 | # The ini routines simply append a config item immediately 2025-04-16 20:40:55.179 | # after the section header. To keep the same order as defined 2025-04-16 20:40:55.179 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 20:40:55.179 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 20:40:55.179 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 20:40:55.179 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 20:40:55.179 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 20:40:55.179 | else { 2025-04-16 20:40:55.179 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 20:40:55.179 | count = cfg_attr_count[section, attr] 2025-04-16 20:40:55.179 | print "inidelete " configfile " " section " " attr 2025-04-16 20:40:55.179 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 20:40:55.179 | for (l = count -2; l >= 0; l--) 2025-04-16 20:40:55.179 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 20:40:55.179 | } 2025-04-16 20:40:55.179 | } 2025-04-16 20:40:55.179 | } 2025-04-16 20:40:55.179 | } 2025-04-16 20:40:55.179 | ' 2025-04-16 20:40:55.179 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:55.181 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:40:55.181 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 20:40:55.183 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 20:40:55.185 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2025-04-16 20:40:55.187 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:40:55.189 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2025-04-16 20:40:55.191 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2025-04-16 20:40:55.191 | BEGIN { group = "" } 2025-04-16 20:40:55.191 | /^\[\[.+\|.*\]\]/ { 2025-04-16 20:40:55.191 | gsub("[][]", "", $1); 2025-04-16 20:40:55.191 | split($1, a, "|"); 2025-04-16 20:40:55.191 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 20:40:55.191 | group=a[1] 2025-04-16 20:40:55.191 | } else { 2025-04-16 20:40:55.191 | group="" 2025-04-16 20:40:55.191 | } 2025-04-16 20:40:55.191 | next 2025-04-16 20:40:55.191 | } 2025-04-16 20:40:55.191 | { 2025-04-16 20:40:55.191 | if (group != "") 2025-04-16 20:40:55.191 | print $0 2025-04-16 20:40:55.191 | } 2025-04-16 20:40:55.191 | ' /opt/stack/devstack/local.conf 2025-04-16 20:40:55.196 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2025-04-16 20:40:55.198 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2025-04-16 20:40:55.221 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:55.223 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2025-04-16 20:40:55.225 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2025-04-16 20:40:55.250 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:55.252 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2025-04-16 20:40:55.254 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2025-04-16 20:40:55.278 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:40:55.281 | + stack.sh:main:1274 : is_service_enabled swift 2025-04-16 20:40:55.295 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:55.297 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 20:40:55.299 | + stack.sh:main:1283 : is_service_enabled cinder 2025-04-16 20:40:55.313 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:55.315 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 20:40:55.343 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2025-04-16 20:40:55.380 | [3502 Async configure_neutron_nova:51447]: Waiting for completion of configure_neutron_nova running on PID 51447 (2 other jobs running) 2025-04-16 20:40:55.397 | [3502 Async configure_neutron_nova:51447]: Signaling child to exit 2025-04-16 20:40:55.397 | WAKEUP 2025-04-16 20:40:55.413 | [3502 Async configure_neutron_nova:51447]: Signaled 2025-04-16 20:40:55.414 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2025-04-16 20:40:55.415 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2025-04-16 20:40:55.415 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2025-04-16 20:40:55.415 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2025-04-16 20:40:55.415 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2025-04-16 20:40:55.415 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2025-04-16 20:40:55.446 | [3502 Async configure_neutron_nova:51447]: finished configure_neutron_nova with result 0 in 0 seconds 2025-04-16 20:40:55.449 | + inc/async:async_wait:197 : return 0 2025-04-16 20:40:55.452 | + stack.sh:main:1293 : is_service_enabled nova 2025-04-16 20:40:55.466 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:55.468 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 20:40:55.493 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2025-04-16 20:40:55.520 | + stack.sh:main:1299 : is_service_enabled n-api 2025-04-16 20:40:55.534 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:55.536 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2025-04-16 20:40:55.538 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:40:55.540 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2025-04-16 20:40:55.542 | + stack.sh:main:1301 : start_nova_api 2025-04-16 20:40:55.545 | + lib/nova:start_nova_api:978 : local service_port=8774 2025-04-16 20:40:55.547 | + lib/nova:start_nova_api:979 : local service_protocol=http 2025-04-16 20:40:55.549 | + lib/nova:start_nova_api:980 : local nova_url 2025-04-16 20:40:55.551 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2025-04-16 20:40:55.564 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:55.566 | + lib/nova:start_nova_api:987 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:40:55.568 | + lib/nova:start_nova_api:988 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:40:55.570 | + lib/nova:start_nova_api:988 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:40:55.572 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2025-04-16 20:40:55.575 | ++ lib/nova:start_nova_api:998 : which uwsgi 2025-04-16 20:40:55.578 | + lib/nova:start_nova_api:998 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 20:40:55.580 | + functions-common:run_process:1654 : local service=n-api 2025-04-16 20:40:55.582 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 20:40:55.584 | + functions-common:run_process:1656 : local group= 2025-04-16 20:40:55.586 | + functions-common:run_process:1657 : local user= 2025-04-16 20:40:55.588 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:40:55.590 | + functions-common:run_process:1660 : local name=n-api 2025-04-16 20:40:55.593 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:40:55.595 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:40:55.597 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:40:55.599 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:40:55.601 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:40:55.605 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836055602 2025-04-16 20:40:55.607 | + functions-common:run_process:1663 : is_service_enabled n-api 2025-04-16 20:40:55.620 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:55.622 | + functions-common:run_process:1664 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2025-04-16 20:40:55.624 | + functions-common:_run_under_systemd:1611 : local service=n-api 2025-04-16 20:40:55.626 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 20:40:55.628 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 20:40:55.630 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 20:40:55.632 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2025-04-16 20:40:55.634 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2025-04-16 20:40:55.636 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2025-04-16 20:40:55.638 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2025-04-16 20:40:55.640 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:40:55.642 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:40:55.644 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:40:55.646 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:40:55.648 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 20:40:55.651 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 20:40:55.653 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:40:55.655 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 20:40:55.657 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2025-04-16 20:40:55.658 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:40:55.660 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 20:40:55.662 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 20:40:55.664 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 20:40:55.666 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2025-04-16 20:40:55.668 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 20:40:55.671 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2025-04-16 20:40:55.719 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:40:55.767 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2025-04-16 20:40:55.808 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2025-04-16 20:40:55.849 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:40:55.890 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:40:55.930 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2025-04-16 20:40:55.971 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2025-04-16 20:40:56.012 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2025-04-16 20:40:56.053 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2025-04-16 20:40:56.094 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2025-04-16 20:40:56.134 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 20:40:56.136 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 20:40:56.138 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2025-04-16 20:40:56.186 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 20:40:56.436 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2025-04-16 20:40:56.453 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2025-04-16 20:40:56.681 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2025-04-16 20:40:56.732 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:40:56.734 | + functions-common:time_stop:2400 : local name 2025-04-16 20:40:56.736 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:40:56.738 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:40:56.740 | + functions-common:time_stop:2403 : local total 2025-04-16 20:40:56.742 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:40:56.744 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:40:56.746 | + functions-common:time_stop:2407 : start_time=1744836055602 2025-04-16 20:40:56.748 | + functions-common:time_stop:2409 : [[ -z 1744836055602 ]] 2025-04-16 20:40:56.750 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:40:56.754 | + functions-common:time_stop:2412 : end_time=1744836056752 2025-04-16 20:40:56.756 | + functions-common:time_stop:2413 : elapsed_time=1150 2025-04-16 20:40:56.758 | + functions-common:time_stop:2414 : total=1265 2025-04-16 20:40:56.760 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:40:56.762 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2415 2025-04-16 20:40:56.764 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2025-04-16 20:40:56.766 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2025-04-16 20:40:56.766 | Waiting for nova-api to start... 2025-04-16 20:40:56.768 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2025-04-16 20:40:56.770 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 20:40:56.772 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2025-04-16 20:40:56.774 | + functions:wait_for_service:470 : local rval=0 2025-04-16 20:40:56.776 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 20:40:56.778 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 20:40:56.780 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:40:56.782 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:40:56.785 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:40:56.788 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836056786 2025-04-16 20:40:56.790 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 20:40:56.794 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2025-04-16 20:40:59.377 | + :: : [[ 200 == 503 ]] 2025-04-16 20:40:59.379 | + :: : [[ 0 -eq 7 ]] 2025-04-16 20:40:59.382 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 20:40:59.384 | + functions-common:time_stop:2400 : local name 2025-04-16 20:40:59.386 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:40:59.388 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:40:59.390 | + functions-common:time_stop:2403 : local total 2025-04-16 20:40:59.392 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:40:59.394 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 20:40:59.396 | + functions-common:time_stop:2407 : start_time=1744836056786 2025-04-16 20:40:59.398 | + functions-common:time_stop:2409 : [[ -z 1744836056786 ]] 2025-04-16 20:40:59.401 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:40:59.404 | + functions-common:time_stop:2412 : end_time=1744836059402 2025-04-16 20:40:59.407 | + functions-common:time_stop:2413 : elapsed_time=2616 2025-04-16 20:40:59.408 | + functions-common:time_stop:2414 : total=2320 2025-04-16 20:40:59.411 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:40:59.413 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4936 2025-04-16 20:40:59.415 | + functions:wait_for_service:478 : return 0 2025-04-16 20:40:59.417 | + lib/nova:start_nova_api:1007 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:40:59.419 | + lib/nova:start_nova_api:1007 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:40:59.421 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2025-04-16 20:40:59.435 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:59.437 | + stack.sh:main:1309 : is_service_enabled neutron-api 2025-04-16 20:40:59.450 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:59.452 | + stack.sh:main:1312 : is_service_enabled q-svc 2025-04-16 20:40:59.466 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:59.468 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2025-04-16 20:40:59.470 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:40:59.472 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2025-04-16 20:40:59.474 | + stack.sh:main:1314 : configure_neutron_after_post_config 2025-04-16 20:40:59.476 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2025-04-16 20:40:59.478 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2025-04-16 20:40:59.504 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2025-04-16 20:40:59.506 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2025-04-16 20:40:59.509 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2025-04-16 20:40:59.511 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2025-04-16 20:40:59.537 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2025-04-16 20:40:59.563 | + stack.sh:main:1315 : start_neutron_service_and_check 2025-04-16 20:40:59.565 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2025-04-16 20:40:59.567 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2025-04-16 20:40:59.569 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2025-04-16 20:40:59.571 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2025-04-16 20:40:59.574 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2025-04-16 20:40:59.576 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 20:40:59.578 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 20:40:59.580 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2025-04-16 20:40:59.582 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2025-04-16 20:40:59.584 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2025-04-16 20:40:59.586 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2025-04-16 20:40:59.588 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.590 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.593 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.596 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2025-04-16 20:40:59.597 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.600 | + lib/neutron:start_neutron_service_and_check:605 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.603 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2025-04-16 20:40:59.616 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:40:59.618 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2025-04-16 20:40:59.620 | + lib/neutron:start_neutron_service_and_check:619 : run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.622 | + functions-common:run_process:1654 : local service=q-svc 2025-04-16 20:40:59.624 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.626 | + functions-common:run_process:1656 : local group= 2025-04-16 20:40:59.628 | + functions-common:run_process:1657 : local user= 2025-04-16 20:40:59.630 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:40:59.632 | + functions-common:run_process:1660 : local name=q-svc 2025-04-16 20:40:59.635 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:40:59.637 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:40:59.639 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:40:59.641 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:40:59.644 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:40:59.647 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836059645 2025-04-16 20:40:59.649 | + functions-common:run_process:1663 : is_service_enabled q-svc 2025-04-16 20:40:59.662 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:40:59.664 | + functions-common:run_process:1664 : _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-16 20:40:59.666 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2025-04-16 20:40:59.668 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.670 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.672 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.674 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.676 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-16 20:40:59.678 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-16 20:40:59.680 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2025-04-16 20:40:59.682 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:40:59.684 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:40:59.686 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:40:59.688 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:40:59.690 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-16 20:40:59.693 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-16 20:40:59.695 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2025-04-16 20:40:59.696 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.698 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 20:40:59.700 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 20:40:59.702 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 20:40:59.704 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 20:40:59.705 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 20:40:59.707 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2025-04-16 20:40:59.709 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 20:40:59.712 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2025-04-16 20:40:59.761 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:40:59.810 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2025-04-16 20:40:59.851 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:40:59.892 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2025-04-16 20:40:59.933 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2025-04-16 20:40:59.975 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:00.018 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 20:41:00.020 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 20:41:00.022 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2025-04-16 20:41:00.072 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 20:41:00.321 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2025-04-16 20:41:00.331 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2025-04-16 20:41:00.560 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2025-04-16 20:41:00.589 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:00.591 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:00.593 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:00.595 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:00.597 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:00.599 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:00.601 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:00.603 | + functions-common:time_stop:2407 : start_time=1744836059645 2025-04-16 20:41:00.605 | + functions-common:time_stop:2409 : [[ -z 1744836059645 ]] 2025-04-16 20:41:00.608 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:00.611 | + functions-common:time_stop:2412 : end_time=1744836060609 2025-04-16 20:41:00.613 | + functions-common:time_stop:2413 : elapsed_time=964 2025-04-16 20:41:00.615 | + functions-common:time_stop:2414 : total=2415 2025-04-16 20:41:00.617 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:00.619 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3379 2025-04-16 20:41:00.621 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2025-04-16 20:41:00.624 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2025-04-16 20:41:00.638 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:00.640 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2025-04-16 20:41:00.642 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2025-04-16 20:41:00.644 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2025-04-16 20:41:00.644 | Waiting for Neutron to start... 2025-04-16 20:41:00.646 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 20:41:00.648 | + lib/neutron:start_neutron_service_and_check:632 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2025-04-16 20:41:00.650 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2025-04-16 20:41:00.652 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2025-04-16 20:41:00.654 | + functions-common:test_with_retry:2340 : local until=60 2025-04-16 20:41:00.657 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 20:41:00.659 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 20:41:00.661 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 20:41:00.663 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:00.665 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:00.668 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:00.671 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836060669 2025-04-16 20:41:00.673 | + functions-common:test_with_retry:2344 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2025-04-16 20:41:03.711 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 20:41:03.713 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:03.716 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:03.718 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:03.720 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:03.722 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:03.725 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 20:41:03.727 | + functions-common:time_stop:2407 : start_time=1744836060669 2025-04-16 20:41:03.729 | + functions-common:time_stop:2409 : [[ -z 1744836060669 ]] 2025-04-16 20:41:03.733 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:03.736 | + functions-common:time_stop:2412 : end_time=1744836063734 2025-04-16 20:41:03.738 | + functions-common:time_stop:2413 : elapsed_time=3065 2025-04-16 20:41:03.740 | + functions-common:time_stop:2414 : total=0 2025-04-16 20:41:03.742 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:03.744 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3065 2025-04-16 20:41:03.746 | + stack.sh:main:1320 : is_service_enabled placement 2025-04-16 20:41:03.760 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:03.762 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2025-04-16 20:41:03.764 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:03.766 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2025-04-16 20:41:03.768 | + stack.sh:main:1322 : start_placement 2025-04-16 20:41:03.770 | + lib/placement:start_placement:173 : start_placement_api 2025-04-16 20:41:03.772 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2025-04-16 20:41:03.775 | ++ lib/placement:start_placement_api:160 : which uwsgi 2025-04-16 20:41:03.778 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 20:41:03.780 | + functions-common:run_process:1654 : local service=placement-api 2025-04-16 20:41:03.782 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 20:41:03.784 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:03.786 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:03.788 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:03.790 | + functions-common:run_process:1660 : local name=placement-api 2025-04-16 20:41:03.792 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:03.795 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:03.797 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:03.799 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:03.802 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:03.805 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836063802 2025-04-16 20:41:03.807 | + functions-common:run_process:1663 : is_service_enabled placement-api 2025-04-16 20:41:03.821 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:03.823 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2025-04-16 20:41:03.825 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2025-04-16 20:41:03.827 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 20:41:03.829 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 20:41:03.831 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 20:41:03.833 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2025-04-16 20:41:03.835 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2025-04-16 20:41:03.837 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2025-04-16 20:41:03.839 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2025-04-16 20:41:03.841 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:03.843 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:03.845 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:03.847 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:03.849 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2025-04-16 20:41:03.851 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 20:41:03.853 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:03.855 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 20:41:03.857 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2025-04-16 20:41:03.859 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:03.861 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 20:41:03.863 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 20:41:03.865 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 20:41:03.867 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2025-04-16 20:41:03.869 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 20:41:03.872 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2025-04-16 20:41:03.921 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:03.969 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2025-04-16 20:41:04.010 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2025-04-16 20:41:04.051 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:04.092 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:04.131 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2025-04-16 20:41:04.171 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2025-04-16 20:41:04.212 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2025-04-16 20:41:04.253 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2025-04-16 20:41:04.295 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2025-04-16 20:41:04.336 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 20:41:04.338 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 20:41:04.341 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2025-04-16 20:41:04.391 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 20:41:04.644 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2025-04-16 20:41:04.653 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2025-04-16 20:41:04.877 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2025-04-16 20:41:04.926 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:04.929 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:04.931 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:04.933 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:04.935 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:04.936 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:04.938 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:04.940 | + functions-common:time_stop:2407 : start_time=1744836063802 2025-04-16 20:41:04.942 | + functions-common:time_stop:2409 : [[ -z 1744836063802 ]] 2025-04-16 20:41:04.945 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:04.948 | + functions-common:time_stop:2412 : end_time=1744836064946 2025-04-16 20:41:04.950 | + functions-common:time_stop:2413 : elapsed_time=1144 2025-04-16 20:41:04.952 | + functions-common:time_stop:2414 : total=3379 2025-04-16 20:41:04.954 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:04.956 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4523 2025-04-16 20:41:04.958 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2025-04-16 20:41:04.958 | Waiting for placement-api to start... 2025-04-16 20:41:04.960 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2025-04-16 20:41:04.962 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 20:41:04.964 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2025-04-16 20:41:04.966 | + functions:wait_for_service:470 : local rval=0 2025-04-16 20:41:04.968 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 20:41:04.970 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 20:41:04.972 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:04.974 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:04.977 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:04.980 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836064978 2025-04-16 20:41:04.982 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 20:41:04.986 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2025-04-16 20:41:06.143 | + :: : [[ 200 == 503 ]] 2025-04-16 20:41:06.144 | + :: : [[ 0 -eq 7 ]] 2025-04-16 20:41:06.147 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 20:41:06.149 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:06.151 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:06.153 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:06.155 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:06.157 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:06.159 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 20:41:06.160 | + functions-common:time_stop:2407 : start_time=1744836064978 2025-04-16 20:41:06.162 | + functions-common:time_stop:2409 : [[ -z 1744836064978 ]] 2025-04-16 20:41:06.165 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:06.168 | + functions-common:time_stop:2412 : end_time=1744836066166 2025-04-16 20:41:06.170 | + functions-common:time_stop:2413 : elapsed_time=1188 2025-04-16 20:41:06.172 | + functions-common:time_stop:2414 : total=4936 2025-04-16 20:41:06.174 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:06.176 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6124 2025-04-16 20:41:06.178 | + functions:wait_for_service:478 : return 0 2025-04-16 20:41:06.180 | + stack.sh:main:1325 : is_service_enabled neutron 2025-04-16 20:41:06.194 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:06.196 | + stack.sh:main:1326 : start_neutron 2025-04-16 20:41:06.198 | + lib/neutron:start_neutron:636 : start_l2_agent 2025-04-16 20:41:06.200 | + lib/neutron:start_l2_agent:643 : run_process q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:41:06.202 | + functions-common:run_process:1654 : local service=q-agt 2025-04-16 20:41:06.204 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:41:06.206 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:06.208 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:06.210 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:06.212 | + functions-common:run_process:1660 : local name=q-agt 2025-04-16 20:41:06.214 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:06.217 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:06.219 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:06.221 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:06.223 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:06.227 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836066224 2025-04-16 20:41:06.229 | + functions-common:run_process:1663 : is_service_enabled q-agt 2025-04-16 20:41:06.242 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:06.244 | + functions-common:run_process:1664 : _run_under_systemd q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2025-04-16 20:41:06.246 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2025-04-16 20:41:06.248 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:41:06.250 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:41:06.253 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:41:06.255 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:41:06.257 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2025-04-16 20:41:06.259 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2025-04-16 20:41:06.261 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2025-04-16 20:41:06.263 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:06.265 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:06.267 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:06.269 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:06.271 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2025-04-16 20:41:06.273 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-agt.service '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2025-04-16 20:41:06.275 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2025-04-16 20:41:06.277 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:41:06.279 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 20:41:06.281 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 20:41:06.282 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 20:41:06.284 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 20:41:06.286 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 20:41:06.288 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2025-04-16 20:41:06.290 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 20:41:06.293 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2025-04-16 20:41:06.343 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:06.391 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2025-04-16 20:41:06.432 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2025-04-16 20:41:06.475 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2025-04-16 20:41:06.516 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2025-04-16 20:41:06.558 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:06.599 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 20:41:06.601 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 20:41:06.603 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2025-04-16 20:41:06.652 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 20:41:06.893 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2025-04-16 20:41:06.903 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2025-04-16 20:41:07.133 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2025-04-16 20:41:07.153 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:07.156 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:07.158 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:07.160 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:07.162 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:07.164 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:07.166 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:07.168 | + functions-common:time_stop:2407 : start_time=1744836066224 2025-04-16 20:41:07.170 | + functions-common:time_stop:2409 : [[ -z 1744836066224 ]] 2025-04-16 20:41:07.173 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:07.176 | + functions-common:time_stop:2412 : end_time=1744836067173 2025-04-16 20:41:07.178 | + functions-common:time_stop:2413 : elapsed_time=949 2025-04-16 20:41:07.180 | + functions-common:time_stop:2414 : total=4523 2025-04-16 20:41:07.182 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:07.184 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5472 2025-04-16 20:41:07.186 | + lib/neutron:start_l2_agent:645 : is_provider_network 2025-04-16 20:41:07.188 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 20:41:07.190 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 20:41:07.192 | + lib/neutron:start_neutron:637 : start_other_agents 2025-04-16 20:41:07.194 | + lib/neutron:start_other_agents:661 : run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 20:41:07.196 | + functions-common:run_process:1654 : local service=q-dhcp 2025-04-16 20:41:07.198 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 20:41:07.200 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:07.202 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:07.204 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:07.205 | + functions-common:run_process:1660 : local name=q-dhcp 2025-04-16 20:41:07.207 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:07.209 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:07.211 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:07.213 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:07.216 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:07.219 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836067217 2025-04-16 20:41:07.221 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2025-04-16 20:41:07.235 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:07.237 | + functions-common:run_process:1664 : _run_under_systemd q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2025-04-16 20:41:07.239 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2025-04-16 20:41:07.241 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 20:41:07.243 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 20:41:07.245 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 20:41:07.248 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 20:41:07.250 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2025-04-16 20:41:07.252 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2025-04-16 20:41:07.254 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2025-04-16 20:41:07.256 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:07.258 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:07.260 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:07.262 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:07.264 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2025-04-16 20:41:07.266 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-dhcp.service '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2025-04-16 20:41:07.268 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2025-04-16 20:41:07.270 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 20:41:07.271 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 20:41:07.274 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 20:41:07.275 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 20:41:07.277 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 20:41:07.280 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 20:41:07.281 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2025-04-16 20:41:07.283 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 20:41:07.287 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2025-04-16 20:41:07.337 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:07.386 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2025-04-16 20:41:07.428 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2025-04-16 20:41:07.469 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2025-04-16 20:41:07.512 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2025-04-16 20:41:07.554 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:07.599 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 20:41:07.601 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 20:41:07.603 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2025-04-16 20:41:07.655 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 20:41:07.903 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2025-04-16 20:41:07.912 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2025-04-16 20:41:08.145 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2025-04-16 20:41:08.172 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:08.175 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:08.177 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:08.179 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:08.182 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:08.184 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:08.186 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:08.187 | + functions-common:time_stop:2407 : start_time=1744836067217 2025-04-16 20:41:08.189 | + functions-common:time_stop:2409 : [[ -z 1744836067217 ]] 2025-04-16 20:41:08.193 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:08.196 | + functions-common:time_stop:2412 : end_time=1744836068193 2025-04-16 20:41:08.198 | + functions-common:time_stop:2413 : elapsed_time=976 2025-04-16 20:41:08.200 | + functions-common:time_stop:2414 : total=5472 2025-04-16 20:41:08.202 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:08.205 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6448 2025-04-16 20:41:08.208 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2025-04-16 20:41:08.210 | ++ lib/neutron:determine_config_files:366 : local opts= 2025-04-16 20:41:08.212 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2025-04-16 20:41:08.215 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2025-04-16 20:41:08.217 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.220 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.222 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.224 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2025-04-16 20:41:08.227 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.230 | + lib/neutron:start_other_agents:663 : run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.232 | + functions-common:run_process:1654 : local service=q-l3 2025-04-16 20:41:08.234 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.235 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:08.237 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:08.239 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:08.241 | + functions-common:run_process:1660 : local name=q-l3 2025-04-16 20:41:08.243 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:08.245 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:08.247 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:08.249 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:08.252 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:08.255 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836068253 2025-04-16 20:41:08.257 | + functions-common:run_process:1663 : is_service_enabled q-l3 2025-04-16 20:41:08.271 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:08.273 | + functions-common:run_process:1664 : _run_under_systemd q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2025-04-16 20:41:08.275 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2025-04-16 20:41:08.277 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.279 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.281 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.283 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.285 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2025-04-16 20:41:08.287 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2025-04-16 20:41:08.289 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2025-04-16 20:41:08.291 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:08.293 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:08.295 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:08.297 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:08.300 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2025-04-16 20:41:08.302 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-l3.service '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2025-04-16 20:41:08.304 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2025-04-16 20:41:08.306 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.308 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 20:41:08.309 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 20:41:08.311 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 20:41:08.313 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 20:41:08.315 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 20:41:08.317 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2025-04-16 20:41:08.319 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 20:41:08.323 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2025-04-16 20:41:08.375 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:08.425 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2025-04-16 20:41:08.468 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2025-04-16 20:41:08.510 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2025-04-16 20:41:08.552 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2025-04-16 20:41:08.596 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:08.641 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 20:41:08.643 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 20:41:08.645 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2025-04-16 20:41:08.699 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 20:41:08.970 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2025-04-16 20:41:08.980 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2025-04-16 20:41:09.216 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2025-04-16 20:41:09.239 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:09.241 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:09.243 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:09.245 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:09.247 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:09.249 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:09.251 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:09.253 | + functions-common:time_stop:2407 : start_time=1744836068253 2025-04-16 20:41:09.255 | + functions-common:time_stop:2409 : [[ -z 1744836068253 ]] 2025-04-16 20:41:09.258 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:09.261 | + functions-common:time_stop:2412 : end_time=1744836069259 2025-04-16 20:41:09.263 | + functions-common:time_stop:2413 : elapsed_time=1006 2025-04-16 20:41:09.265 | + functions-common:time_stop:2414 : total=6448 2025-04-16 20:41:09.267 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:09.269 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7454 2025-04-16 20:41:09.271 | + lib/neutron:start_other_agents:665 : run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 20:41:09.273 | + functions-common:run_process:1654 : local service=q-meta 2025-04-16 20:41:09.275 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 20:41:09.277 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:09.279 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:09.281 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:09.283 | + functions-common:run_process:1660 : local name=q-meta 2025-04-16 20:41:09.285 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:09.287 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:09.289 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:09.291 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:09.293 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:09.297 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836069294 2025-04-16 20:41:09.299 | + functions-common:run_process:1663 : is_service_enabled q-meta 2025-04-16 20:41:09.313 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:09.315 | + functions-common:run_process:1664 : _run_under_systemd q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2025-04-16 20:41:09.317 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2025-04-16 20:41:09.319 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 20:41:09.322 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 20:41:09.324 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 20:41:09.326 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 20:41:09.328 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2025-04-16 20:41:09.330 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2025-04-16 20:41:09.332 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2025-04-16 20:41:09.334 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:09.336 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:09.338 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:09.340 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:09.342 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2025-04-16 20:41:09.344 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-meta.service '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2025-04-16 20:41:09.346 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2025-04-16 20:41:09.348 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 20:41:09.350 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 20:41:09.351 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 20:41:09.353 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 20:41:09.355 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 20:41:09.357 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 20:41:09.359 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2025-04-16 20:41:09.361 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 20:41:09.364 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2025-04-16 20:41:09.414 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:09.467 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2025-04-16 20:41:09.509 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2025-04-16 20:41:09.550 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2025-04-16 20:41:09.593 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2025-04-16 20:41:09.640 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:09.685 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 20:41:09.687 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 20:41:09.689 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2025-04-16 20:41:09.742 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 20:41:10.000 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2025-04-16 20:41:10.009 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2025-04-16 20:41:10.248 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2025-04-16 20:41:10.272 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:10.274 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:10.276 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:10.278 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:10.280 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:10.282 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:10.284 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:10.286 | + functions-common:time_stop:2407 : start_time=1744836069294 2025-04-16 20:41:10.288 | + functions-common:time_stop:2409 : [[ -z 1744836069294 ]] 2025-04-16 20:41:10.290 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:10.294 | + functions-common:time_stop:2412 : end_time=1744836070292 2025-04-16 20:41:10.296 | + functions-common:time_stop:2413 : elapsed_time=998 2025-04-16 20:41:10.298 | + functions-common:time_stop:2414 : total=7454 2025-04-16 20:41:10.300 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:10.302 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8452 2025-04-16 20:41:10.304 | + lib/neutron:start_other_agents:666 : run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-16 20:41:10.306 | + functions-common:run_process:1654 : local service=q-metering 2025-04-16 20:41:10.308 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2025-04-16 20:41:10.310 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:10.312 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:10.314 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:10.316 | + functions-common:run_process:1660 : local name=q-metering 2025-04-16 20:41:10.318 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:10.320 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:10.322 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:10.325 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:10.327 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:10.331 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836070329 2025-04-16 20:41:10.333 | + functions-common:run_process:1663 : is_service_enabled q-metering 2025-04-16 20:41:10.347 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:10.349 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:10.351 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:10.353 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:10.355 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:10.357 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:10.359 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:10.361 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:10.362 | + functions-common:time_stop:2407 : start_time=1744836070329 2025-04-16 20:41:10.365 | + functions-common:time_stop:2409 : [[ -z 1744836070329 ]] 2025-04-16 20:41:10.368 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:10.371 | + functions-common:time_stop:2412 : end_time=1744836070369 2025-04-16 20:41:10.373 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 20:41:10.375 | + functions-common:time_stop:2414 : total=8452 2025-04-16 20:41:10.377 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:10.379 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8492 2025-04-16 20:41:10.381 | + stack.sh:main:1329 : is_service_enabled q-svc 2025-04-16 20:41:10.396 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:10.398 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2025-04-16 20:41:10.400 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2025-04-16 20:41:10.401 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:10.403 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2025-04-16 20:41:10.405 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2025-04-16 20:41:10.408 | + stack.sh:main:1336 : create_neutron_initial_network 2025-04-16 20:41:10.411 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2025-04-16 20:41:10.413 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2025-04-16 20:41:10.415 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 20:41:10.419 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 20:41:11.932 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:11.934 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 20:41:11.934 | address-scope 2025-04-16 20:41:11.935 | router-admin-state-down-before-update 2025-04-16 20:41:11.935 | agent 2025-04-16 20:41:11.935 | agent-resources-synced 2025-04-16 20:41:11.935 | allowed-address-pairs 2025-04-16 20:41:11.935 | auto-allocated-topology 2025-04-16 20:41:11.935 | availability_zone 2025-04-16 20:41:11.935 | availability_zone_filter 2025-04-16 20:41:11.935 | default-subnetpools 2025-04-16 20:41:11.935 | dhcp_agent_scheduler 2025-04-16 20:41:11.935 | dvr 2025-04-16 20:41:11.935 | empty-string-filtering 2025-04-16 20:41:11.935 | external-net 2025-04-16 20:41:11.935 | extra_dhcp_opt 2025-04-16 20:41:11.935 | extraroute 2025-04-16 20:41:11.935 | extraroute-atomic 2025-04-16 20:41:11.935 | filter-validation 2025-04-16 20:41:11.935 | floating-ip-port-forwarding-detail 2025-04-16 20:41:11.935 | fip-port-details 2025-04-16 20:41:11.935 | flavors 2025-04-16 20:41:11.935 | floatingip-pools 2025-04-16 20:41:11.935 | ip-substring-filtering 2025-04-16 20:41:11.935 | router 2025-04-16 20:41:11.935 | ext-gw-mode 2025-04-16 20:41:11.935 | l3-ha 2025-04-16 20:41:11.935 | l3-flavors 2025-04-16 20:41:11.935 | l3-port-ip-change-not-allowed 2025-04-16 20:41:11.935 | l3_agent_scheduler 2025-04-16 20:41:11.935 | multi-provider 2025-04-16 20:41:11.935 | net-mtu 2025-04-16 20:41:11.935 | net-mtu-writable 2025-04-16 20:41:11.935 | network_availability_zone 2025-04-16 20:41:11.935 | network_ha 2025-04-16 20:41:11.935 | network-ip-availability 2025-04-16 20:41:11.935 | pagination 2025-04-16 20:41:11.935 | port-device-profile 2025-04-16 20:41:11.935 | port-mac-override 2025-04-16 20:41:11.935 | port-mac-address-regenerate 2025-04-16 20:41:11.935 | port-numa-affinity-policy 2025-04-16 20:41:11.935 | binding 2025-04-16 20:41:11.935 | binding-extended 2025-04-16 20:41:11.935 | port-security 2025-04-16 20:41:11.935 | project-id 2025-04-16 20:41:11.935 | provider 2025-04-16 20:41:11.935 | quota-check-limit 2025-04-16 20:41:11.935 | quotas 2025-04-16 20:41:11.935 | quota_details 2025-04-16 20:41:11.935 | rbac-policies 2025-04-16 20:41:11.935 | rbac-address-group 2025-04-16 20:41:11.935 | rbac-address-scope 2025-04-16 20:41:11.935 | rbac-security-groups 2025-04-16 20:41:11.935 | rbac-subnetpool 2025-04-16 20:41:11.935 | revision-if-match 2025-04-16 20:41:11.935 | standard-attr-revisions 2025-04-16 20:41:11.935 | router_availability_zone 2025-04-16 20:41:11.935 | security-groups-default-rules 2025-04-16 20:41:11.935 | security-groups-normalized-cidr 2025-04-16 20:41:11.935 | port-security-groups-filtering 2025-04-16 20:41:11.935 | security-groups-remote-address-group 2025-04-16 20:41:11.935 | security-groups-shared-filtering 2025-04-16 20:41:11.935 | security-group 2025-04-16 20:41:11.935 | service-type 2025-04-16 20:41:11.935 | sorting 2025-04-16 20:41:11.935 | standard-attr-description 2025-04-16 20:41:11.935 | stateful-security-group 2025-04-16 20:41:11.935 | subnet_onboard 2025-04-16 20:41:11.935 | subnet-service-types 2025-04-16 20:41:11.935 | subnet_allocation 2025-04-16 20:41:11.935 | subnetpool-prefix-ops 2025-04-16 20:41:11.935 | standard-attr-tag 2025-04-16 20:41:11.935 | standard-attr-timestamp 2025-04-16 20:41:11.935 | nsxt-ops' 2025-04-16 20:41:11.937 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 20:41:11.937 | address-scope 2025-04-16 20:41:11.937 | router-admin-state-down-before-update 2025-04-16 20:41:11.937 | agent 2025-04-16 20:41:11.937 | agent-resources-synced 2025-04-16 20:41:11.937 | allowed-address-pairs 2025-04-16 20:41:11.937 | auto-allocated-topology 2025-04-16 20:41:11.937 | availability_zone 2025-04-16 20:41:11.937 | availability_zone_filter 2025-04-16 20:41:11.937 | default-subnetpools 2025-04-16 20:41:11.937 | dhcp_agent_scheduler 2025-04-16 20:41:11.937 | dvr 2025-04-16 20:41:11.937 | empty-string-filtering 2025-04-16 20:41:11.937 | external-net 2025-04-16 20:41:11.937 | extra_dhcp_opt 2025-04-16 20:41:11.937 | extraroute 2025-04-16 20:41:11.937 | extraroute-atomic 2025-04-16 20:41:11.937 | filter-validation 2025-04-16 20:41:11.937 | floating-ip-port-forwarding-detail 2025-04-16 20:41:11.937 | fip-port-details 2025-04-16 20:41:11.937 | flavors 2025-04-16 20:41:11.937 | floatingip-pools 2025-04-16 20:41:11.937 | ip-substring-filtering 2025-04-16 20:41:11.937 | router 2025-04-16 20:41:11.937 | ext-gw-mode 2025-04-16 20:41:11.937 | l3-ha 2025-04-16 20:41:11.937 | l3-flavors 2025-04-16 20:41:11.937 | l3-port-ip-change-not-allowed 2025-04-16 20:41:11.937 | l3_agent_scheduler 2025-04-16 20:41:11.937 | multi-provider 2025-04-16 20:41:11.937 | net-mtu 2025-04-16 20:41:11.937 | net-mtu-writable 2025-04-16 20:41:11.937 | network_availability_zone 2025-04-16 20:41:11.937 | network_ha 2025-04-16 20:41:11.937 | network-ip-availability 2025-04-16 20:41:11.937 | pagination 2025-04-16 20:41:11.937 | port-device-profile 2025-04-16 20:41:11.937 | port-mac-override 2025-04-16 20:41:11.937 | port-mac-address-regenerate 2025-04-16 20:41:11.937 | port-numa-affinity-policy 2025-04-16 20:41:11.937 | binding 2025-04-16 20:41:11.937 | binding-extended 2025-04-16 20:41:11.937 | port-security 2025-04-16 20:41:11.937 | project-id 2025-04-16 20:41:11.937 | provider 2025-04-16 20:41:11.937 | quota-check-limit 2025-04-16 20:41:11.937 | quotas 2025-04-16 20:41:11.937 | quota_details 2025-04-16 20:41:11.937 | rbac-policies 2025-04-16 20:41:11.937 | rbac-address-group 2025-04-16 20:41:11.937 | rbac-address-scope 2025-04-16 20:41:11.937 | rbac-security-groups 2025-04-16 20:41:11.937 | rbac-subnetpool 2025-04-16 20:41:11.937 | revision-if-match 2025-04-16 20:41:11.937 | standard-attr-revisions 2025-04-16 20:41:11.937 | router_availability_zone 2025-04-16 20:41:11.937 | security-groups-default-rules 2025-04-16 20:41:11.937 | security-groups-normalized-cidr 2025-04-16 20:41:11.937 | port-security-groups-filtering 2025-04-16 20:41:11.937 | security-groups-remote-address-group 2025-04-16 20:41:11.937 | security-groups-shared-filtering 2025-04-16 20:41:11.937 | security-group 2025-04-16 20:41:11.937 | service-type 2025-04-16 20:41:11.937 | sorting 2025-04-16 20:41:11.937 | standard-attr-description 2025-04-16 20:41:11.937 | stateful-security-group 2025-04-16 20:41:11.937 | subnet_onboard 2025-04-16 20:41:11.937 | subnet-service-types 2025-04-16 20:41:11.937 | subnet_allocation 2025-04-16 20:41:11.937 | subnetpool-prefix-ops 2025-04-16 20:41:11.937 | standard-attr-tag 2025-04-16 20:41:11.937 | standard-attr-timestamp 2025-04-16 20:41:11.937 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 20:41:11.939 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 20:41:11.941 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2025-04-16 20:41:11.943 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2025-04-16 20:41:11.946 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2025-04-16 20:41:13.170 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:13.172 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=80e565ad-b997-4e86-90eb-3af140a846fe 2025-04-16 20:41:13.174 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2025-04-16 20:41:13.176 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2025-04-16 20:41:13.179 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 20:41:13.181 | + functions-common:is_provider_network:2252 : return 1 2025-04-16 20:41:13.184 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2025-04-16 20:41:14.817 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:14.820 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=525cddc4-9d6c-48f0-9229-cfdb011c3377 2025-04-16 20:41:14.822 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2025-04-16 20:41:14.824 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 20:41:14.838 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2025-04-16 20:41:14.841 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2025-04-16 20:41:14.843 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 80e565ad-b997-4e86-90eb-3af140a846fe ']' 2025-04-16 20:41:14.845 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2025-04-16 20:41:14.847 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2025-04-16 20:41:14.849 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 80e565ad-b997-4e86-90eb-3af140a846fe ' 2025-04-16 20:41:14.851 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2025-04-16 20:41:14.853 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network 525cddc4-9d6c-48f0-9229-cfdb011c3377 private-subnet' 2025-04-16 20:41:14.855 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2025-04-16 20:41:14.858 | +++ 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 80e565ad-b997-4e86-90eb-3af140a846fe --network 525cddc4-9d6c-48f0-9229-cfdb011c3377 private-subnet -f value -c id 2025-04-16 20:41:16.318 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:16.320 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=c9ff4a07-ab1b-4093-b8e0-7152a5bdc4b2 2025-04-16 20:41:16.322 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2025-04-16 20:41:16.325 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 20:41:16.338 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo c9ff4a07-ab1b-4093-b8e0-7152a5bdc4b2 2025-04-16 20:41:16.341 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=c9ff4a07-ab1b-4093-b8e0-7152a5bdc4b2 2025-04-16 20:41:16.343 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2025-04-16 20:41:16.345 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2025-04-16 20:41:16.347 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2025-04-16 20:41:16.350 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 20:41:17.518 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:17.521 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 20:41:17.521 | address-scope 2025-04-16 20:41:17.521 | router-admin-state-down-before-update 2025-04-16 20:41:17.521 | agent 2025-04-16 20:41:17.521 | agent-resources-synced 2025-04-16 20:41:17.521 | allowed-address-pairs 2025-04-16 20:41:17.521 | auto-allocated-topology 2025-04-16 20:41:17.521 | availability_zone 2025-04-16 20:41:17.521 | availability_zone_filter 2025-04-16 20:41:17.521 | default-subnetpools 2025-04-16 20:41:17.521 | dhcp_agent_scheduler 2025-04-16 20:41:17.521 | dvr 2025-04-16 20:41:17.521 | empty-string-filtering 2025-04-16 20:41:17.521 | external-net 2025-04-16 20:41:17.521 | extra_dhcp_opt 2025-04-16 20:41:17.521 | extraroute 2025-04-16 20:41:17.521 | extraroute-atomic 2025-04-16 20:41:17.521 | filter-validation 2025-04-16 20:41:17.521 | floating-ip-port-forwarding-detail 2025-04-16 20:41:17.521 | fip-port-details 2025-04-16 20:41:17.521 | flavors 2025-04-16 20:41:17.521 | floatingip-pools 2025-04-16 20:41:17.521 | ip-substring-filtering 2025-04-16 20:41:17.521 | router 2025-04-16 20:41:17.521 | ext-gw-mode 2025-04-16 20:41:17.521 | l3-ha 2025-04-16 20:41:17.521 | l3-flavors 2025-04-16 20:41:17.521 | l3-port-ip-change-not-allowed 2025-04-16 20:41:17.521 | l3_agent_scheduler 2025-04-16 20:41:17.521 | multi-provider 2025-04-16 20:41:17.521 | net-mtu 2025-04-16 20:41:17.521 | net-mtu-writable 2025-04-16 20:41:17.521 | network_availability_zone 2025-04-16 20:41:17.521 | network_ha 2025-04-16 20:41:17.521 | network-ip-availability 2025-04-16 20:41:17.521 | pagination 2025-04-16 20:41:17.521 | port-device-profile 2025-04-16 20:41:17.521 | port-mac-override 2025-04-16 20:41:17.521 | port-mac-address-regenerate 2025-04-16 20:41:17.521 | port-numa-affinity-policy 2025-04-16 20:41:17.521 | binding 2025-04-16 20:41:17.521 | binding-extended 2025-04-16 20:41:17.521 | port-security 2025-04-16 20:41:17.521 | project-id 2025-04-16 20:41:17.521 | provider 2025-04-16 20:41:17.521 | quota-check-limit 2025-04-16 20:41:17.521 | quotas 2025-04-16 20:41:17.521 | quota_details 2025-04-16 20:41:17.521 | rbac-policies 2025-04-16 20:41:17.521 | rbac-address-group 2025-04-16 20:41:17.521 | rbac-address-scope 2025-04-16 20:41:17.521 | rbac-security-groups 2025-04-16 20:41:17.521 | rbac-subnetpool 2025-04-16 20:41:17.521 | revision-if-match 2025-04-16 20:41:17.521 | standard-attr-revisions 2025-04-16 20:41:17.521 | router_availability_zone 2025-04-16 20:41:17.521 | security-groups-default-rules 2025-04-16 20:41:17.521 | security-groups-normalized-cidr 2025-04-16 20:41:17.521 | port-security-groups-filtering 2025-04-16 20:41:17.521 | security-groups-remote-address-group 2025-04-16 20:41:17.521 | security-groups-shared-filtering 2025-04-16 20:41:17.521 | security-group 2025-04-16 20:41:17.521 | service-type 2025-04-16 20:41:17.521 | sorting 2025-04-16 20:41:17.521 | standard-attr-description 2025-04-16 20:41:17.521 | stateful-security-group 2025-04-16 20:41:17.521 | subnet_onboard 2025-04-16 20:41:17.521 | subnet-service-types 2025-04-16 20:41:17.521 | subnet_allocation 2025-04-16 20:41:17.521 | subnetpool-prefix-ops 2025-04-16 20:41:17.521 | standard-attr-tag 2025-04-16 20:41:17.521 | standard-attr-timestamp 2025-04-16 20:41:17.521 | nsxt-ops' 2025-04-16 20:41:17.523 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 20:41:17.523 | address-scope 2025-04-16 20:41:17.523 | router-admin-state-down-before-update 2025-04-16 20:41:17.523 | agent 2025-04-16 20:41:17.523 | agent-resources-synced 2025-04-16 20:41:17.523 | allowed-address-pairs 2025-04-16 20:41:17.523 | auto-allocated-topology 2025-04-16 20:41:17.523 | availability_zone 2025-04-16 20:41:17.523 | availability_zone_filter 2025-04-16 20:41:17.523 | default-subnetpools 2025-04-16 20:41:17.523 | dhcp_agent_scheduler 2025-04-16 20:41:17.523 | dvr 2025-04-16 20:41:17.523 | empty-string-filtering 2025-04-16 20:41:17.523 | external-net 2025-04-16 20:41:17.523 | extra_dhcp_opt 2025-04-16 20:41:17.523 | extraroute 2025-04-16 20:41:17.523 | extraroute-atomic 2025-04-16 20:41:17.523 | filter-validation 2025-04-16 20:41:17.523 | floating-ip-port-forwarding-detail 2025-04-16 20:41:17.523 | fip-port-details 2025-04-16 20:41:17.523 | flavors 2025-04-16 20:41:17.523 | floatingip-pools 2025-04-16 20:41:17.523 | ip-substring-filtering 2025-04-16 20:41:17.523 | router 2025-04-16 20:41:17.523 | ext-gw-mode 2025-04-16 20:41:17.523 | l3-ha 2025-04-16 20:41:17.523 | l3-flavors 2025-04-16 20:41:17.523 | l3-port-ip-change-not-allowed 2025-04-16 20:41:17.523 | l3_agent_scheduler 2025-04-16 20:41:17.523 | multi-provider 2025-04-16 20:41:17.523 | net-mtu 2025-04-16 20:41:17.523 | net-mtu-writable 2025-04-16 20:41:17.523 | network_availability_zone 2025-04-16 20:41:17.523 | network_ha 2025-04-16 20:41:17.523 | network-ip-availability 2025-04-16 20:41:17.523 | pagination 2025-04-16 20:41:17.523 | port-device-profile 2025-04-16 20:41:17.523 | port-mac-override 2025-04-16 20:41:17.523 | port-mac-address-regenerate 2025-04-16 20:41:17.523 | port-numa-affinity-policy 2025-04-16 20:41:17.523 | binding 2025-04-16 20:41:17.523 | binding-extended 2025-04-16 20:41:17.523 | port-security 2025-04-16 20:41:17.523 | project-id 2025-04-16 20:41:17.523 | provider 2025-04-16 20:41:17.523 | quota-check-limit 2025-04-16 20:41:17.523 | quotas 2025-04-16 20:41:17.523 | quota_details 2025-04-16 20:41:17.523 | rbac-policies 2025-04-16 20:41:17.523 | rbac-address-group 2025-04-16 20:41:17.523 | rbac-address-scope 2025-04-16 20:41:17.523 | rbac-security-groups 2025-04-16 20:41:17.523 | rbac-subnetpool 2025-04-16 20:41:17.523 | revision-if-match 2025-04-16 20:41:17.523 | standard-attr-revisions 2025-04-16 20:41:17.523 | router_availability_zone 2025-04-16 20:41:17.523 | security-groups-default-rules 2025-04-16 20:41:17.523 | security-groups-normalized-cidr 2025-04-16 20:41:17.523 | port-security-groups-filtering 2025-04-16 20:41:17.523 | security-groups-remote-address-group 2025-04-16 20:41:17.523 | security-groups-shared-filtering 2025-04-16 20:41:17.523 | security-group 2025-04-16 20:41:17.523 | service-type 2025-04-16 20:41:17.524 | sorting 2025-04-16 20:41:17.524 | standard-attr-description 2025-04-16 20:41:17.524 | stateful-security-group 2025-04-16 20:41:17.524 | subnet_onboard 2025-04-16 20:41:17.524 | subnet-service-types 2025-04-16 20:41:17.524 | subnet_allocation 2025-04-16 20:41:17.524 | subnetpool-prefix-ops 2025-04-16 20:41:17.524 | standard-attr-tag 2025-04-16 20:41:17.524 | standard-attr-timestamp 2025-04-16 20:41:17.524 | nsxt-ops =~ router ]] 2025-04-16 20:41:17.526 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 20:41:17.528 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2025-04-16 20:41:17.530 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 20:41:17.533 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 20:41:18.695 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:18.697 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 20:41:18.697 | address-scope 2025-04-16 20:41:18.697 | router-admin-state-down-before-update 2025-04-16 20:41:18.697 | agent 2025-04-16 20:41:18.698 | agent-resources-synced 2025-04-16 20:41:18.698 | allowed-address-pairs 2025-04-16 20:41:18.698 | auto-allocated-topology 2025-04-16 20:41:18.698 | availability_zone 2025-04-16 20:41:18.698 | availability_zone_filter 2025-04-16 20:41:18.698 | default-subnetpools 2025-04-16 20:41:18.698 | dhcp_agent_scheduler 2025-04-16 20:41:18.698 | dvr 2025-04-16 20:41:18.698 | empty-string-filtering 2025-04-16 20:41:18.698 | external-net 2025-04-16 20:41:18.698 | extra_dhcp_opt 2025-04-16 20:41:18.698 | extraroute 2025-04-16 20:41:18.698 | extraroute-atomic 2025-04-16 20:41:18.698 | filter-validation 2025-04-16 20:41:18.698 | floating-ip-port-forwarding-detail 2025-04-16 20:41:18.698 | fip-port-details 2025-04-16 20:41:18.698 | flavors 2025-04-16 20:41:18.698 | floatingip-pools 2025-04-16 20:41:18.698 | ip-substring-filtering 2025-04-16 20:41:18.698 | router 2025-04-16 20:41:18.698 | ext-gw-mode 2025-04-16 20:41:18.698 | l3-ha 2025-04-16 20:41:18.698 | l3-flavors 2025-04-16 20:41:18.698 | l3-port-ip-change-not-allowed 2025-04-16 20:41:18.698 | l3_agent_scheduler 2025-04-16 20:41:18.698 | multi-provider 2025-04-16 20:41:18.698 | net-mtu 2025-04-16 20:41:18.698 | net-mtu-writable 2025-04-16 20:41:18.698 | network_availability_zone 2025-04-16 20:41:18.698 | network_ha 2025-04-16 20:41:18.698 | network-ip-availability 2025-04-16 20:41:18.698 | pagination 2025-04-16 20:41:18.698 | port-device-profile 2025-04-16 20:41:18.698 | port-mac-override 2025-04-16 20:41:18.698 | port-mac-address-regenerate 2025-04-16 20:41:18.698 | port-numa-affinity-policy 2025-04-16 20:41:18.698 | binding 2025-04-16 20:41:18.698 | binding-extended 2025-04-16 20:41:18.698 | port-security 2025-04-16 20:41:18.698 | project-id 2025-04-16 20:41:18.698 | provider 2025-04-16 20:41:18.698 | quota-check-limit 2025-04-16 20:41:18.698 | quotas 2025-04-16 20:41:18.698 | quota_details 2025-04-16 20:41:18.698 | rbac-policies 2025-04-16 20:41:18.698 | rbac-address-group 2025-04-16 20:41:18.698 | rbac-address-scope 2025-04-16 20:41:18.698 | rbac-security-groups 2025-04-16 20:41:18.698 | rbac-subnetpool 2025-04-16 20:41:18.698 | revision-if-match 2025-04-16 20:41:18.698 | standard-attr-revisions 2025-04-16 20:41:18.698 | router_availability_zone 2025-04-16 20:41:18.698 | security-groups-default-rules 2025-04-16 20:41:18.698 | security-groups-normalized-cidr 2025-04-16 20:41:18.698 | port-security-groups-filtering 2025-04-16 20:41:18.698 | security-groups-remote-address-group 2025-04-16 20:41:18.698 | security-groups-shared-filtering 2025-04-16 20:41:18.698 | security-group 2025-04-16 20:41:18.698 | service-type 2025-04-16 20:41:18.698 | sorting 2025-04-16 20:41:18.698 | standard-attr-description 2025-04-16 20:41:18.698 | stateful-security-group 2025-04-16 20:41:18.698 | subnet_onboard 2025-04-16 20:41:18.698 | subnet-service-types 2025-04-16 20:41:18.698 | subnet_allocation 2025-04-16 20:41:18.698 | subnetpool-prefix-ops 2025-04-16 20:41:18.698 | standard-attr-tag 2025-04-16 20:41:18.698 | standard-attr-timestamp 2025-04-16 20:41:18.698 | nsxt-ops' 2025-04-16 20:41:18.700 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 20:41:18.700 | address-scope 2025-04-16 20:41:18.700 | router-admin-state-down-before-update 2025-04-16 20:41:18.700 | agent 2025-04-16 20:41:18.700 | agent-resources-synced 2025-04-16 20:41:18.700 | allowed-address-pairs 2025-04-16 20:41:18.700 | auto-allocated-topology 2025-04-16 20:41:18.700 | availability_zone 2025-04-16 20:41:18.700 | availability_zone_filter 2025-04-16 20:41:18.700 | default-subnetpools 2025-04-16 20:41:18.700 | dhcp_agent_scheduler 2025-04-16 20:41:18.700 | dvr 2025-04-16 20:41:18.700 | empty-string-filtering 2025-04-16 20:41:18.700 | external-net 2025-04-16 20:41:18.700 | extra_dhcp_opt 2025-04-16 20:41:18.700 | extraroute 2025-04-16 20:41:18.700 | extraroute-atomic 2025-04-16 20:41:18.700 | filter-validation 2025-04-16 20:41:18.700 | floating-ip-port-forwarding-detail 2025-04-16 20:41:18.700 | fip-port-details 2025-04-16 20:41:18.700 | flavors 2025-04-16 20:41:18.700 | floatingip-pools 2025-04-16 20:41:18.700 | ip-substring-filtering 2025-04-16 20:41:18.700 | router 2025-04-16 20:41:18.700 | ext-gw-mode 2025-04-16 20:41:18.700 | l3-ha 2025-04-16 20:41:18.700 | l3-flavors 2025-04-16 20:41:18.700 | l3-port-ip-change-not-allowed 2025-04-16 20:41:18.700 | l3_agent_scheduler 2025-04-16 20:41:18.700 | multi-provider 2025-04-16 20:41:18.700 | net-mtu 2025-04-16 20:41:18.700 | net-mtu-writable 2025-04-16 20:41:18.700 | network_availability_zone 2025-04-16 20:41:18.700 | network_ha 2025-04-16 20:41:18.700 | network-ip-availability 2025-04-16 20:41:18.700 | pagination 2025-04-16 20:41:18.700 | port-device-profile 2025-04-16 20:41:18.700 | port-mac-override 2025-04-16 20:41:18.700 | port-mac-address-regenerate 2025-04-16 20:41:18.700 | port-numa-affinity-policy 2025-04-16 20:41:18.700 | binding 2025-04-16 20:41:18.700 | binding-extended 2025-04-16 20:41:18.700 | port-security 2025-04-16 20:41:18.700 | project-id 2025-04-16 20:41:18.700 | provider 2025-04-16 20:41:18.700 | quota-check-limit 2025-04-16 20:41:18.700 | quotas 2025-04-16 20:41:18.700 | quota_details 2025-04-16 20:41:18.700 | rbac-policies 2025-04-16 20:41:18.700 | rbac-address-group 2025-04-16 20:41:18.700 | rbac-address-scope 2025-04-16 20:41:18.700 | rbac-security-groups 2025-04-16 20:41:18.700 | rbac-subnetpool 2025-04-16 20:41:18.700 | revision-if-match 2025-04-16 20:41:18.700 | standard-attr-revisions 2025-04-16 20:41:18.700 | router_availability_zone 2025-04-16 20:41:18.700 | security-groups-default-rules 2025-04-16 20:41:18.700 | security-groups-normalized-cidr 2025-04-16 20:41:18.700 | port-security-groups-filtering 2025-04-16 20:41:18.700 | security-groups-remote-address-group 2025-04-16 20:41:18.700 | security-groups-shared-filtering 2025-04-16 20:41:18.700 | security-group 2025-04-16 20:41:18.700 | service-type 2025-04-16 20:41:18.700 | sorting 2025-04-16 20:41:18.700 | standard-attr-description 2025-04-16 20:41:18.700 | stateful-security-group 2025-04-16 20:41:18.700 | subnet_onboard 2025-04-16 20:41:18.700 | subnet-service-types 2025-04-16 20:41:18.700 | subnet_allocation 2025-04-16 20:41:18.700 | subnetpool-prefix-ops 2025-04-16 20:41:18.700 | standard-attr-tag 2025-04-16 20:41:18.700 | standard-attr-timestamp 2025-04-16 20:41:18.700 | nsxt-ops =~ external-net ]] 2025-04-16 20:41:18.702 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 20:41:18.704 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2025-04-16 20:41:18.707 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2025-04-16 20:41:20.032 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:20.035 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=5e3e2c79-fe3f-4745-957c-6f9cea8a1f04 2025-04-16 20:41:20.037 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2025-04-16 20:41:20.039 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 20:41:20.052 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2025-04-16 20:41:20.054 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2025-04-16 20:41:20.056 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2025-04-16 20:41:20.059 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 20:41:21.219 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:21.221 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 20:41:21.221 | address-scope 2025-04-16 20:41:21.221 | router-admin-state-down-before-update 2025-04-16 20:41:21.221 | agent 2025-04-16 20:41:21.221 | agent-resources-synced 2025-04-16 20:41:21.221 | allowed-address-pairs 2025-04-16 20:41:21.221 | auto-allocated-topology 2025-04-16 20:41:21.221 | availability_zone 2025-04-16 20:41:21.221 | availability_zone_filter 2025-04-16 20:41:21.221 | default-subnetpools 2025-04-16 20:41:21.221 | dhcp_agent_scheduler 2025-04-16 20:41:21.221 | dvr 2025-04-16 20:41:21.221 | empty-string-filtering 2025-04-16 20:41:21.221 | external-net 2025-04-16 20:41:21.221 | extra_dhcp_opt 2025-04-16 20:41:21.221 | extraroute 2025-04-16 20:41:21.221 | extraroute-atomic 2025-04-16 20:41:21.221 | filter-validation 2025-04-16 20:41:21.221 | floating-ip-port-forwarding-detail 2025-04-16 20:41:21.221 | fip-port-details 2025-04-16 20:41:21.221 | flavors 2025-04-16 20:41:21.221 | floatingip-pools 2025-04-16 20:41:21.221 | ip-substring-filtering 2025-04-16 20:41:21.221 | router 2025-04-16 20:41:21.221 | ext-gw-mode 2025-04-16 20:41:21.221 | l3-ha 2025-04-16 20:41:21.221 | l3-flavors 2025-04-16 20:41:21.221 | l3-port-ip-change-not-allowed 2025-04-16 20:41:21.221 | l3_agent_scheduler 2025-04-16 20:41:21.221 | multi-provider 2025-04-16 20:41:21.221 | net-mtu 2025-04-16 20:41:21.221 | net-mtu-writable 2025-04-16 20:41:21.221 | network_availability_zone 2025-04-16 20:41:21.221 | network_ha 2025-04-16 20:41:21.221 | network-ip-availability 2025-04-16 20:41:21.221 | pagination 2025-04-16 20:41:21.221 | port-device-profile 2025-04-16 20:41:21.221 | port-mac-override 2025-04-16 20:41:21.221 | port-mac-address-regenerate 2025-04-16 20:41:21.221 | port-numa-affinity-policy 2025-04-16 20:41:21.221 | binding 2025-04-16 20:41:21.221 | binding-extended 2025-04-16 20:41:21.221 | port-security 2025-04-16 20:41:21.221 | project-id 2025-04-16 20:41:21.222 | provider 2025-04-16 20:41:21.222 | quota-check-limit 2025-04-16 20:41:21.222 | quotas 2025-04-16 20:41:21.222 | quota_details 2025-04-16 20:41:21.222 | rbac-policies 2025-04-16 20:41:21.222 | rbac-address-group 2025-04-16 20:41:21.222 | rbac-address-scope 2025-04-16 20:41:21.222 | rbac-security-groups 2025-04-16 20:41:21.222 | rbac-subnetpool 2025-04-16 20:41:21.222 | revision-if-match 2025-04-16 20:41:21.222 | standard-attr-revisions 2025-04-16 20:41:21.222 | router_availability_zone 2025-04-16 20:41:21.222 | security-groups-default-rules 2025-04-16 20:41:21.222 | security-groups-normalized-cidr 2025-04-16 20:41:21.222 | port-security-groups-filtering 2025-04-16 20:41:21.222 | security-groups-remote-address-group 2025-04-16 20:41:21.222 | security-groups-shared-filtering 2025-04-16 20:41:21.222 | security-group 2025-04-16 20:41:21.222 | service-type 2025-04-16 20:41:21.222 | sorting 2025-04-16 20:41:21.222 | standard-attr-description 2025-04-16 20:41:21.222 | stateful-security-group 2025-04-16 20:41:21.222 | subnet_onboard 2025-04-16 20:41:21.222 | subnet-service-types 2025-04-16 20:41:21.222 | subnet_allocation 2025-04-16 20:41:21.222 | subnetpool-prefix-ops 2025-04-16 20:41:21.222 | standard-attr-tag 2025-04-16 20:41:21.222 | standard-attr-timestamp 2025-04-16 20:41:21.222 | nsxt-ops' 2025-04-16 20:41:21.224 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 20:41:21.224 | address-scope 2025-04-16 20:41:21.224 | router-admin-state-down-before-update 2025-04-16 20:41:21.224 | agent 2025-04-16 20:41:21.224 | agent-resources-synced 2025-04-16 20:41:21.224 | allowed-address-pairs 2025-04-16 20:41:21.224 | auto-allocated-topology 2025-04-16 20:41:21.224 | availability_zone 2025-04-16 20:41:21.224 | availability_zone_filter 2025-04-16 20:41:21.224 | default-subnetpools 2025-04-16 20:41:21.224 | dhcp_agent_scheduler 2025-04-16 20:41:21.224 | dvr 2025-04-16 20:41:21.224 | empty-string-filtering 2025-04-16 20:41:21.224 | external-net 2025-04-16 20:41:21.224 | extra_dhcp_opt 2025-04-16 20:41:21.224 | extraroute 2025-04-16 20:41:21.224 | extraroute-atomic 2025-04-16 20:41:21.224 | filter-validation 2025-04-16 20:41:21.224 | floating-ip-port-forwarding-detail 2025-04-16 20:41:21.224 | fip-port-details 2025-04-16 20:41:21.224 | flavors 2025-04-16 20:41:21.224 | floatingip-pools 2025-04-16 20:41:21.224 | ip-substring-filtering 2025-04-16 20:41:21.224 | router 2025-04-16 20:41:21.224 | ext-gw-mode 2025-04-16 20:41:21.225 | l3-ha 2025-04-16 20:41:21.225 | l3-flavors 2025-04-16 20:41:21.225 | l3-port-ip-change-not-allowed 2025-04-16 20:41:21.225 | l3_agent_scheduler 2025-04-16 20:41:21.225 | multi-provider 2025-04-16 20:41:21.225 | net-mtu 2025-04-16 20:41:21.225 | net-mtu-writable 2025-04-16 20:41:21.225 | network_availability_zone 2025-04-16 20:41:21.225 | network_ha 2025-04-16 20:41:21.225 | network-ip-availability 2025-04-16 20:41:21.225 | pagination 2025-04-16 20:41:21.225 | port-device-profile 2025-04-16 20:41:21.225 | port-mac-override 2025-04-16 20:41:21.225 | port-mac-address-regenerate 2025-04-16 20:41:21.225 | port-numa-affinity-policy 2025-04-16 20:41:21.225 | binding 2025-04-16 20:41:21.225 | binding-extended 2025-04-16 20:41:21.225 | port-security 2025-04-16 20:41:21.225 | project-id 2025-04-16 20:41:21.225 | provider 2025-04-16 20:41:21.225 | quota-check-limit 2025-04-16 20:41:21.225 | quotas 2025-04-16 20:41:21.225 | quota_details 2025-04-16 20:41:21.225 | rbac-policies 2025-04-16 20:41:21.225 | rbac-address-group 2025-04-16 20:41:21.225 | rbac-address-scope 2025-04-16 20:41:21.225 | rbac-security-groups 2025-04-16 20:41:21.225 | rbac-subnetpool 2025-04-16 20:41:21.225 | revision-if-match 2025-04-16 20:41:21.225 | standard-attr-revisions 2025-04-16 20:41:21.225 | router_availability_zone 2025-04-16 20:41:21.225 | security-groups-default-rules 2025-04-16 20:41:21.225 | security-groups-normalized-cidr 2025-04-16 20:41:21.225 | port-security-groups-filtering 2025-04-16 20:41:21.225 | security-groups-remote-address-group 2025-04-16 20:41:21.225 | security-groups-shared-filtering 2025-04-16 20:41:21.225 | security-group 2025-04-16 20:41:21.225 | service-type 2025-04-16 20:41:21.225 | sorting 2025-04-16 20:41:21.225 | standard-attr-description 2025-04-16 20:41:21.225 | stateful-security-group 2025-04-16 20:41:21.225 | subnet_onboard 2025-04-16 20:41:21.225 | subnet-service-types 2025-04-16 20:41:21.225 | subnet_allocation 2025-04-16 20:41:21.225 | subnetpool-prefix-ops 2025-04-16 20:41:21.225 | standard-attr-tag 2025-04-16 20:41:21.225 | standard-attr-timestamp 2025-04-16 20:41:21.225 | nsxt-ops =~ auto-allocated-topology ]] 2025-04-16 20:41:21.226 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 20:41:21.228 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2025-04-16 20:41:21.230 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2025-04-16 20:41:21.233 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2025-04-16 20:41:22.641 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:22.643 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=ce16ed24-ad0c-4ac2-8a26-52c632aae352 2025-04-16 20:41:22.645 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2025-04-16 20:41:22.648 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 20:41:22.661 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2025-04-16 20:41:22.663 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2025-04-16 20:41:22.665 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 5e3e2c79-fe3f-4745-957c-6f9cea8a1f04 c9ff4a07-ab1b-4093-b8e0-7152a5bdc4b2 2025-04-16 20:41:24.775 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2025-04-16 20:41:24.778 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 ce16ed24-ad0c-4ac2-8a26-52c632aae352 2025-04-16 20:41:24.779 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2025-04-16 20:41:24.781 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2025-04-16 20:41:24.783 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2025-04-16 20:41:24.785 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2025-04-16 20:41:24.788 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network ce16ed24-ad0c-4ac2-8a26-52c632aae352 --subnet-range 10.180.180.0/24 --no-dhcp ' 2025-04-16 20:41:24.789 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2025-04-16 20:41:24.792 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2025-04-16 20:41:24.795 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2025-04-16 20:41:24.795 | +++ 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 ce16ed24-ad0c-4ac2-8a26-52c632aae352 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2025-04-16 20:41:26.175 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:26.178 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2025-04-16 20:41:26.178 | | id | 6b122d19-d52b-400d-a3ad-548e7d071deb |' 2025-04-16 20:41:26.179 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2025-04-16 20:41:26.182 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 20:41:26.194 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 6b122d19-d52b-400d-a3ad-548e7d071deb '|' 2025-04-16 20:41:26.197 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 6b122d19-d52b-400d-a3ad-548e7d071deb |' 2025-04-16 20:41:26.199 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2025-04-16 20:41:26.202 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 6b122d19-d52b-400d-a3ad-548e7d071deb '|' 2025-04-16 20:41:26.202 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2025-04-16 20:41:26.204 | ++ functions-common:get_field:789 : local data field 2025-04-16 20:41:26.205 | ++ functions-common:get_field:790 : read data 2025-04-16 20:41:26.207 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2025-04-16 20:41:26.209 | ++ functions-common:get_field:794 : field='$3' 2025-04-16 20:41:26.211 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 6b122d19-d52b-400d-a3ad-548e7d071deb |' 2025-04-16 20:41:26.212 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2025-04-16 20:41:26.216 | ++ functions-common:get_field:790 : read data 2025-04-16 20:41:26.219 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2025-04-16 20:41:26.222 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 6b122d19-d52b-400d-a3ad-548e7d071deb '|' 2025-04-16 20:41:26.222 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2025-04-16 20:41:26.224 | ++ functions-common:get_field:789 : local data field 2025-04-16 20:41:26.225 | ++ functions-common:get_field:790 : read data 2025-04-16 20:41:26.227 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2025-04-16 20:41:26.229 | ++ functions-common:get_field:794 : field='$6' 2025-04-16 20:41:26.231 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 6b122d19-d52b-400d-a3ad-548e7d071deb |' 2025-04-16 20:41:26.231 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2025-04-16 20:41:26.235 | ++ functions-common:get_field:790 : read data 2025-04-16 20:41:26.238 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=6b122d19-d52b-400d-a3ad-548e7d071deb 2025-04-16 20:41:26.240 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway ce16ed24-ad0c-4ac2-8a26-52c632aae352 5e3e2c79-fe3f-4745-957c-6f9cea8a1f04 2025-04-16 20:41:28.375 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2025-04-16 20:41:28.378 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2025-04-16 20:41:28.390 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:28.392 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2025-04-16 20:41:28.394 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2025-04-16 20:41:28.396 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2025-04-16 20:41:28.399 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2025-04-16 20:41:28.401 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2025-04-16 20:41:28.403 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:149 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2025-04-16 20:41:28.415 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2025-04-16 20:41:28.417 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2025-04-16 20:41:28.419 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2025-04-16 20:41:28.421 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2025-04-16 20:41:28.422 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 20:41:28.424 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2025-04-16 20:41:28.426 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2025-04-16 20:41:28.428 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2025-04-16 20:41:28.430 | + functions-common:test_with_retry:2340 : local until=10 2025-04-16 20:41:28.431 | + functions-common:test_with_retry:2341 : local sleep=0.5 2025-04-16 20:41:28.433 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2025-04-16 20:41:28.435 | + functions-common:time_start:2386 : local name=test_with_retry 2025-04-16 20:41:28.437 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:28.438 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:28.441 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:28.444 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836088441 2025-04-16 20:41:28.446 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2025-04-16 20:41:28.450 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2025-04-16 20:41:28.452 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:28.454 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:28.456 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:28.457 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:28.459 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:28.461 | + functions-common:time_stop:2406 : name=test_with_retry 2025-04-16 20:41:28.463 | + functions-common:time_stop:2407 : start_time=1744836088441 2025-04-16 20:41:28.464 | + functions-common:time_stop:2409 : [[ -z 1744836088441 ]] 2025-04-16 20:41:28.467 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:28.469 | + functions-common:time_stop:2412 : end_time=1744836088467 2025-04-16 20:41:28.471 | + functions-common:time_stop:2413 : elapsed_time=26 2025-04-16 20:41:28.473 | + functions-common:time_stop:2414 : total=3065 2025-04-16 20:41:28.475 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:28.477 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3091 2025-04-16 20:41:28.480 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2025-04-16 20:41:28.480 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2025-04-16 20:41:28.484 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2025-04-16 20:41:28.486 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:41:28.488 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 20:41:28.490 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2025-04-16 20:41:28.494 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2025-04-16 20:41:28.494 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2025-04-16 20:41:28.494 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2025-04-16 20:41:28.494 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2025-04-16 20:41:29.650 | ++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:29.654 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.183 ' 2025-04-16 20:41:29.656 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2025-04-16 20:41:29.658 | + functions-common:die_if_not_set:282 : local exitcode=0 2025-04-16 20:41:29.671 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2025-04-16 20:41:29.673 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:41:29.675 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2025-04-16 20:41:29.677 | + stack.sh:main:1341 : is_service_enabled nova 2025-04-16 20:41:29.692 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:29.694 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2025-04-16 20:41:29.696 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:29.698 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2025-04-16 20:41:29.700 | + stack.sh:main:1343 : start_nova 2025-04-16 20:41:29.702 | + lib/nova:start_nova:1184 : start_nova_rest 2025-04-16 20:41:29.704 | + lib/nova:start_nova_rest:1093 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:29.706 | + lib/nova:start_nova_rest:1094 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:29.708 | + lib/nova:start_nova_rest:1094 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:29.711 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 20:41:29.713 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 20:41:29.715 | + functions-common:run_process:1654 : local service=n-sch 2025-04-16 20:41:29.717 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 20:41:29.719 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:29.721 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:29.723 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:29.725 | + functions-common:run_process:1660 : local name=n-sch 2025-04-16 20:41:29.727 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:29.729 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:29.731 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:29.734 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:29.736 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:29.739 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836089737 2025-04-16 20:41:29.741 | + functions-common:run_process:1663 : is_service_enabled n-sch 2025-04-16 20:41:29.755 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:29.757 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2025-04-16 20:41:29.759 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2025-04-16 20:41:29.761 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 20:41:29.763 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 20:41:29.765 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 20:41:29.767 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 20:41:29.769 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 20:41:29.771 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 20:41:29.773 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2025-04-16 20:41:29.775 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:29.777 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:29.779 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:29.781 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:29.783 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 20:41:29.785 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2025-04-16 20:41:29.787 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2025-04-16 20:41:29.789 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 20:41:29.791 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 20:41:29.793 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 20:41:29.795 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 20:41:29.797 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 20:41:29.799 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 20:41:29.801 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2025-04-16 20:41:29.803 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 20:41:29.806 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2025-04-16 20:41:29.856 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:29.907 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2025-04-16 20:41:29.948 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2025-04-16 20:41:29.991 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2025-04-16 20:41:30.033 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2025-04-16 20:41:30.075 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:30.116 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 20:41:30.118 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 20:41:30.120 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2025-04-16 20:41:30.169 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 20:41:30.448 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2025-04-16 20:41:30.458 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2025-04-16 20:41:30.690 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2025-04-16 20:41:30.715 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:30.718 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:30.723 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:30.725 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:30.727 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:30.730 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:30.732 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:30.734 | + functions-common:time_stop:2407 : start_time=1744836089737 2025-04-16 20:41:30.736 | + functions-common:time_stop:2409 : [[ -z 1744836089737 ]] 2025-04-16 20:41:30.738 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:30.742 | + functions-common:time_stop:2412 : end_time=1744836090740 2025-04-16 20:41:30.744 | + functions-common:time_stop:2413 : elapsed_time=1003 2025-04-16 20:41:30.746 | + functions-common:time_stop:2414 : total=8492 2025-04-16 20:41:30.748 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:30.751 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9495 2025-04-16 20:41:30.753 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2025-04-16 20:41:30.755 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2025-04-16 20:41:30.759 | + lib/nova:start_nova_rest:1102 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 20:41:30.761 | + functions-common:run_process:1654 : local service=n-api-meta 2025-04-16 20:41:30.763 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 20:41:30.766 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:30.768 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:30.770 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:30.772 | + functions-common:run_process:1660 : local name=n-api-meta 2025-04-16 20:41:30.774 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:30.776 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:30.778 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:30.780 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:30.783 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:30.787 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836090784 2025-04-16 20:41:30.789 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2025-04-16 20:41:30.805 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:30.807 | + functions-common:run_process:1664 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2025-04-16 20:41:30.809 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2025-04-16 20:41:30.811 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 20:41:30.813 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 20:41:30.815 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 20:41:30.817 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2025-04-16 20:41:30.820 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2025-04-16 20:41:30.822 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2025-04-16 20:41:30.824 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2025-04-16 20:41:30.826 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:30.828 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:30.830 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:30.832 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:30.834 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2025-04-16 20:41:30.836 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 20:41:30.838 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:30.841 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 20:41:30.843 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2025-04-16 20:41:30.845 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:30.847 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 20:41:30.848 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 20:41:30.850 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 20:41:30.853 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2025-04-16 20:41:30.855 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 20:41:30.858 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2025-04-16 20:41:30.914 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:30.966 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2025-04-16 20:41:31.009 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2025-04-16 20:41:31.052 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:31.101 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:31.155 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2025-04-16 20:41:31.199 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2025-04-16 20:41:31.245 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2025-04-16 20:41:31.288 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2025-04-16 20:41:31.334 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2025-04-16 20:41:31.377 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 20:41:31.380 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 20:41:31.381 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2025-04-16 20:41:31.437 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 20:41:31.687 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2025-04-16 20:41:31.697 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2025-04-16 20:41:31.934 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2025-04-16 20:41:31.992 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:31.995 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:31.997 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:31.999 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:32.001 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:32.003 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:32.005 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:32.009 | + functions-common:time_stop:2407 : start_time=1744836090784 2025-04-16 20:41:32.011 | + functions-common:time_stop:2409 : [[ -z 1744836090784 ]] 2025-04-16 20:41:32.013 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:32.017 | + functions-common:time_stop:2412 : end_time=1744836092015 2025-04-16 20:41:32.019 | + functions-common:time_stop:2413 : elapsed_time=1231 2025-04-16 20:41:32.024 | + functions-common:time_stop:2414 : total=9495 2025-04-16 20:41:32.026 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:32.028 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10726 2025-04-16 20:41:32.030 | + lib/nova:start_nova_rest:1105 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:32.032 | + lib/nova:start_nova_rest:1105 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:32.036 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2025-04-16 20:41:32.038 | + lib/nova:start_nova_console_proxies:1120 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:32.040 | + lib/nova:start_nova_console_proxies:1122 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:32.044 | + lib/nova:start_nova_console_proxies:1122 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:32.046 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2025-04-16 20:41:32.048 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 20:41:32.050 | + lib/nova:start_nova_console_proxies:1127 : run_process n-novnc '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 20:41:32.052 | + functions-common:run_process:1654 : local service=n-novnc 2025-04-16 20:41:32.055 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 20:41:32.056 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:32.058 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:32.060 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:32.062 | + functions-common:run_process:1660 : local name=n-novnc 2025-04-16 20:41:32.064 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:32.066 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:32.068 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:32.070 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:32.073 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:32.076 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836092074 2025-04-16 20:41:32.078 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2025-04-16 20:41:32.092 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:32.094 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:32.096 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:32.098 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:32.100 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:32.102 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:32.104 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:32.106 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:32.108 | + functions-common:time_stop:2407 : start_time=1744836092074 2025-04-16 20:41:32.110 | + functions-common:time_stop:2409 : [[ -z 1744836092074 ]] 2025-04-16 20:41:32.113 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:32.116 | + functions-common:time_stop:2412 : end_time=1744836092114 2025-04-16 20:41:32.118 | + functions-common:time_stop:2413 : elapsed_time=40 2025-04-16 20:41:32.120 | + functions-common:time_stop:2414 : total=10726 2025-04-16 20:41:32.122 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:32.124 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10766 2025-04-16 20:41:32.126 | + lib/nova:start_nova_console_proxies:1128 : run_process n-spice '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 20:41:32.129 | + functions-common:run_process:1654 : local service=n-spice 2025-04-16 20:41:32.131 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2025-04-16 20:41:32.133 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:32.136 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:32.138 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:32.140 | + functions-common:run_process:1660 : local name=n-spice 2025-04-16 20:41:32.142 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:32.144 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:32.146 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:32.148 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:32.150 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:32.154 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836092151 2025-04-16 20:41:32.156 | + functions-common:run_process:1663 : is_service_enabled n-spice 2025-04-16 20:41:32.170 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:32.172 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:32.174 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:32.176 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:32.178 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:32.180 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:32.182 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:32.184 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:32.186 | + functions-common:time_stop:2407 : start_time=1744836092151 2025-04-16 20:41:32.189 | + functions-common:time_stop:2409 : [[ -z 1744836092151 ]] 2025-04-16 20:41:32.191 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:32.194 | + functions-common:time_stop:2412 : end_time=1744836092192 2025-04-16 20:41:32.196 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 20:41:32.198 | + functions-common:time_stop:2414 : total=10766 2025-04-16 20:41:32.201 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:32.203 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10807 2025-04-16 20:41:32.205 | + lib/nova:start_nova_console_proxies:1129 : run_process n-sproxy '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 20:41:32.207 | + functions-common:run_process:1654 : local service=n-sproxy 2025-04-16 20:41:32.209 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2025-04-16 20:41:32.211 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:32.213 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:32.215 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:32.217 | + functions-common:run_process:1660 : local name=n-sproxy 2025-04-16 20:41:32.219 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:32.221 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:32.223 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:32.225 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:32.229 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:32.232 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836092230 2025-04-16 20:41:32.234 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2025-04-16 20:41:32.248 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:32.251 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:32.253 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:32.255 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:32.257 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:32.259 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:32.261 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:32.266 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:32.268 | + functions-common:time_stop:2407 : start_time=1744836092230 2025-04-16 20:41:32.273 | + functions-common:time_stop:2409 : [[ -z 1744836092230 ]] 2025-04-16 20:41:32.273 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:32.277 | + functions-common:time_stop:2412 : end_time=1744836092275 2025-04-16 20:41:32.279 | + functions-common:time_stop:2413 : elapsed_time=45 2025-04-16 20:41:32.283 | + functions-common:time_stop:2414 : total=10807 2025-04-16 20:41:32.284 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:32.286 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10852 2025-04-16 20:41:32.288 | + lib/nova:start_nova_console_proxies:1141 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:32.292 | + lib/nova:start_nova_console_proxies:1141 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:32.293 | + lib/nova:start_nova:1186 : start_nova_conductor 2025-04-16 20:41:32.295 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 20:41:32.297 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2025-04-16 20:41:32.297 | Starting nova-conductor in a cellsv1-compatible way 2025-04-16 20:41:32.299 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 20:41:32.301 | + functions-common:run_process:1654 : local service=n-cond 2025-04-16 20:41:32.303 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 20:41:32.306 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:32.308 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:32.310 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:32.312 | + functions-common:run_process:1660 : local name=n-cond 2025-04-16 20:41:32.314 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:32.316 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:32.318 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:32.320 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:32.323 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:32.327 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836092324 2025-04-16 20:41:32.329 | + functions-common:run_process:1663 : is_service_enabled n-cond 2025-04-16 20:41:32.343 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:32.345 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2025-04-16 20:41:32.347 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2025-04-16 20:41:32.350 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 20:41:32.352 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 20:41:32.354 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 20:41:32.356 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 20:41:32.358 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2025-04-16 20:41:32.360 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2025-04-16 20:41:32.362 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2025-04-16 20:41:32.364 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:32.366 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:32.368 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:32.370 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:32.372 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2025-04-16 20:41:32.374 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2025-04-16 20:41:32.377 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2025-04-16 20:41:32.379 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 20:41:32.381 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 20:41:32.383 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 20:41:32.385 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 20:41:32.387 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 20:41:32.389 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 20:41:32.391 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2025-04-16 20:41:32.392 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 20:41:32.396 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2025-04-16 20:41:32.455 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:32.512 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2025-04-16 20:41:32.554 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2025-04-16 20:41:32.598 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2025-04-16 20:41:32.665 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2025-04-16 20:41:32.708 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:32.750 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 20:41:32.752 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 20:41:32.754 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2025-04-16 20:41:32.805 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 20:41:33.054 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2025-04-16 20:41:33.064 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2025-04-16 20:41:33.326 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2025-04-16 20:41:33.346 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:33.349 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:33.351 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:33.353 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:33.355 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:33.357 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:33.359 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:33.360 | + functions-common:time_stop:2407 : start_time=1744836092324 2025-04-16 20:41:33.362 | + functions-common:time_stop:2409 : [[ -z 1744836092324 ]] 2025-04-16 20:41:33.365 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:33.369 | + functions-common:time_stop:2412 : end_time=1744836093366 2025-04-16 20:41:33.371 | + functions-common:time_stop:2413 : elapsed_time=1042 2025-04-16 20:41:33.373 | + functions-common:time_stop:2414 : total=10852 2025-04-16 20:41:33.375 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:33.377 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11894 2025-04-16 20:41:33.379 | + lib/nova:start_nova_conductor:1157 : return 2025-04-16 20:41:33.381 | + lib/nova:start_nova:1187 : start_nova_compute 2025-04-16 20:41:33.383 | + lib/nova:start_nova_compute:1014 : local old_path=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:33.385 | + lib/nova:start_nova_compute:1015 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:33.388 | + lib/nova:start_nova_compute:1015 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:33.390 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2025-04-16 20:41:33.392 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2025-04-16 20:41:33.396 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 20:41:33.398 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:41:33.400 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2025-04-16 20:41:33.402 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 20:41:33.404 | + inc/meta-config:merge_config_file:90 : local real_configfile 2025-04-16 20:41:33.407 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2025-04-16 20:41:33.409 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2025-04-16 20:41:33.411 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2025-04-16 20:41:33.414 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2025-04-16 20:41:33.416 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2025-04-16 20:41:33.417 | + inc/meta-config:merge_config_file:164 : read a 2025-04-16 20:41:33.417 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 20:41:33.417 | BEGIN { 2025-04-16 20:41:33.417 | section = "" 2025-04-16 20:41:33.417 | last_section = "" 2025-04-16 20:41:33.417 | section_count = 0 2025-04-16 20:41:33.417 | } 2025-04-16 20:41:33.417 | /^\[.+\]/ { 2025-04-16 20:41:33.417 | gsub("[][]", "", $1); 2025-04-16 20:41:33.417 | section=$1 2025-04-16 20:41:33.417 | next 2025-04-16 20:41:33.417 | } 2025-04-16 20:41:33.417 | /^ *\#/ { 2025-04-16 20:41:33.417 | next 2025-04-16 20:41:33.417 | } 2025-04-16 20:41:33.417 | /^[^ \t]+/ { 2025-04-16 20:41:33.417 | # get offset of first = in $0 2025-04-16 20:41:33.417 | eq_idx = index($0, "=") 2025-04-16 20:41:33.417 | # extract attr & value from $0 2025-04-16 20:41:33.417 | attr = substr($0, 1, eq_idx - 1) 2025-04-16 20:41:33.417 | value = substr($0, eq_idx + 1) 2025-04-16 20:41:33.417 | # only need to strip trailing whitespace from attr 2025-04-16 20:41:33.417 | sub(/[ \t]*$/, "", attr) 2025-04-16 20:41:33.417 | # need to strip leading & trailing whitespace from value 2025-04-16 20:41:33.417 | sub(/^[ \t]*/, "", value) 2025-04-16 20:41:33.417 | sub(/[ \t]*$/, "", value) 2025-04-16 20:41:33.417 | 2025-04-16 20:41:33.417 | # cfg_attr_count: number of config lines per [section, attr] 2025-04-16 20:41:33.417 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2025-04-16 20:41:33.417 | # cfg_section: keep the section names in the same order as they appear in local.conf 2025-04-16 20:41:33.417 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2025-04-16 20:41:33.417 | if (! (section, attr) in cfg_attr_count) { 2025-04-16 20:41:33.417 | if (section != last_section) { 2025-04-16 20:41:33.417 | cfg_section[section_count++] = section 2025-04-16 20:41:33.417 | last_section = section 2025-04-16 20:41:33.417 | } 2025-04-16 20:41:33.417 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2025-04-16 20:41:33.417 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2025-04-16 20:41:33.417 | 2025-04-16 20:41:33.417 | cfg_attr[section, attr, 0] = value 2025-04-16 20:41:33.417 | cfg_attr_count[section, attr] = 1 2025-04-16 20:41:33.417 | } else { 2025-04-16 20:41:33.417 | lno = cfg_attr_count[section, attr]++ 2025-04-16 20:41:33.417 | cfg_attr[section, attr, lno] = value 2025-04-16 20:41:33.417 | } 2025-04-16 20:41:33.417 | } 2025-04-16 20:41:33.417 | END { 2025-04-16 20:41:33.417 | # Process each section in order 2025-04-16 20:41:33.417 | for (sno = 0; sno < section_count; sno++) { 2025-04-16 20:41:33.417 | section = cfg_section[sno] 2025-04-16 20:41:33.417 | # The ini routines simply append a config item immediately 2025-04-16 20:41:33.417 | # after the section header. To keep the same order as defined 2025-04-16 20:41:33.417 | # in local.conf, invoke the ini routines in the reverse order 2025-04-16 20:41:33.417 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2025-04-16 20:41:33.417 | attr = cfg_sec_attr_name[sno, attr_no] 2025-04-16 20:41:33.418 | if (cfg_attr_count[section, attr] == 1) 2025-04-16 20:41:33.418 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2025-04-16 20:41:33.418 | else { 2025-04-16 20:41:33.418 | # For multiline, invoke the ini routines in the reverse order 2025-04-16 20:41:33.418 | count = cfg_attr_count[section, attr] 2025-04-16 20:41:33.418 | print "inidelete " configfile " " section " " attr 2025-04-16 20:41:33.418 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2025-04-16 20:41:33.418 | for (l = count -2; l >= 0; l--) 2025-04-16 20:41:33.418 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2025-04-16 20:41:33.418 | } 2025-04-16 20:41:33.418 | } 2025-04-16 20:41:33.418 | } 2025-04-16 20:41:33.418 | } 2025-04-16 20:41:33.418 | ' 2025-04-16 20:41:33.418 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:41:33.419 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2025-04-16 20:41:33.420 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2025-04-16 20:41:33.422 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2025-04-16 20:41:33.424 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:41:33.426 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2025-04-16 20:41:33.428 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2025-04-16 20:41:33.428 | BEGIN { group = "" } 2025-04-16 20:41:33.428 | /^\[\[.+\|.*\]\]/ { 2025-04-16 20:41:33.428 | gsub("[][]", "", $1); 2025-04-16 20:41:33.428 | split($1, a, "|"); 2025-04-16 20:41:33.428 | if (a[1] == matchgroup && a[2] == configfile) { 2025-04-16 20:41:33.428 | group=a[1] 2025-04-16 20:41:33.428 | } else { 2025-04-16 20:41:33.428 | group="" 2025-04-16 20:41:33.428 | } 2025-04-16 20:41:33.428 | next 2025-04-16 20:41:33.428 | } 2025-04-16 20:41:33.428 | { 2025-04-16 20:41:33.428 | if (group != "") 2025-04-16 20:41:33.428 | print $0 2025-04-16 20:41:33.428 | } 2025-04-16 20:41:33.428 | ' /opt/stack/devstack/local.conf 2025-04-16 20:41:33.434 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2025-04-16 20:41:33.436 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2025-04-16 20:41:33.436 | Skipping multi-cell conductor fleet setup 2025-04-16 20:41:33.438 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2025-04-16 20:41:33.454 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2025-04-16 20:41:33.470 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2025-04-16 20:41:33.472 | + lib/nova:configure_console_compute:672 : local offset 2025-04-16 20:41:33.474 | + lib/nova:configure_console_compute:673 : offset=0 2025-04-16 20:41:33.476 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2025-04-16 20:41:33.478 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2025-04-16 20:41:33.495 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2025-04-16 20:41:33.497 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2025-04-16 20:41:33.510 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:33.512 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2025-04-16 20:41:33.525 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:33.527 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2025-04-16 20:41:33.529 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2025-04-16 20:41:33.555 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2025-04-16 20:41:33.569 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:33.571 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2025-04-16 20:41:33.584 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:33.586 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2025-04-16 20:41:33.611 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2025-04-16 20:41:33.613 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2025-04-16 20:41:33.615 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2025-04-16 20:41:33.617 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2025-04-16 20:41:33.621 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2025-04-16 20:41:33.621 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2025-04-16 20:41:33.623 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2025-04-16 20:41:33.625 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2025-04-16 20:41:33.640 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:33.642 | + lib/nova:start_nova_compute:1084 : run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 20:41:33.644 | + functions-common:run_process:1654 : local service=n-cpu 2025-04-16 20:41:33.646 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2025-04-16 20:41:33.649 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:33.652 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:33.654 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:33.656 | + functions-common:run_process:1660 : local name=n-cpu 2025-04-16 20:41:33.658 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:33.662 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:33.664 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:33.666 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:33.669 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:33.673 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836093670 2025-04-16 20:41:33.675 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2025-04-16 20:41:33.688 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:33.690 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:33.693 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:33.695 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:33.697 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:33.699 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:33.701 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:33.703 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:33.705 | + functions-common:time_stop:2407 : start_time=1744836093670 2025-04-16 20:41:33.708 | + functions-common:time_stop:2409 : [[ -z 1744836093670 ]] 2025-04-16 20:41:33.710 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:33.714 | + functions-common:time_stop:2412 : end_time=1744836093711 2025-04-16 20:41:33.716 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 20:41:33.718 | + functions-common:time_stop:2414 : total=11894 2025-04-16 20:41:33.720 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:33.722 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11935 2025-04-16 20:41:33.724 | + lib/nova:start_nova_compute:1087 : export PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:33.727 | + lib/nova:start_nova_compute:1087 : PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2025-04-16 20:41:33.729 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2025-04-16 20:41:33.743 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:33.745 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2025-04-16 20:41:33.745 | Dumping cells_v2 mapping 2025-04-16 20:41:33.747 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2025-04-16 20:41:34.209 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 20:41:35.438 | INFO dbcounter [None req-31379f1c-096b-4b40-9715-a96a03eb6484 None None] Registered counter for database nova_api 2025-04-16 20:41:35.449 | DEBUG dbcounter [-] [60070] Writer thread running {{(pid=60070) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:41:35.474 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 20:41:35.474 | | Name | UUID | Transport URL | Database Connection | Disabled | 2025-04-16 20:41:35.474 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 20:41:35.474 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2025-04-16 20:41:35.474 | | cell1 | 6fe3a8b0-4da6-4759-9486-5c2ccfaded2d | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2025-04-16 20:41:35.474 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2025-04-16 20:41:35.807 | + stack.sh:main:1344 : async_runfunc create_flavors 2025-04-16 20:41:35.809 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2025-04-16 20:41:35.858 | + inc/async:async_inner:63 : create_flavors 2025-04-16 20:41:35.888 | [3502 Async create_flavors:60138]: running: create_flavors 2025-04-16 20:41:35.890 | + stack.sh:main:1346 : is_service_enabled cinder 2025-04-16 20:41:35.904 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:35.906 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2025-04-16 20:41:35.908 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:35.910 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2025-04-16 20:41:35.912 | + stack.sh:main:1348 : start_cinder 2025-04-16 20:41:35.914 | + lib/cinder:start_cinder:595 : local service_port=8776 2025-04-16 20:41:35.916 | + lib/cinder:start_cinder:596 : local service_protocol=http 2025-04-16 20:41:35.918 | + lib/cinder:start_cinder:597 : local cinder_url 2025-04-16 20:41:35.920 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2025-04-16 20:41:35.933 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:35.936 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2025-04-16 20:41:35.938 | + lib/cinder:start_cinder:617 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2025-04-16 20:41:35.940 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2025-04-16 20:41:35.943 | ++ lib/cinder:start_cinder:626 : which uwsgi 2025-04-16 20:41:35.946 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 20:41:35.949 | + functions-common:run_process:1654 : local service=c-api 2025-04-16 20:41:35.951 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 20:41:35.953 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:35.955 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:35.957 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:35.959 | + functions-common:run_process:1660 : local name=c-api 2025-04-16 20:41:35.961 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:35.963 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:35.965 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:35.967 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:35.970 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:35.973 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836095971 2025-04-16 20:41:35.975 | + functions-common:run_process:1663 : is_service_enabled c-api 2025-04-16 20:41:35.989 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:35.991 | + functions-common:run_process:1664 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2025-04-16 20:41:35.993 | + functions-common:_run_under_systemd:1611 : local service=c-api 2025-04-16 20:41:35.995 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 20:41:35.997 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 20:41:35.999 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 20:41:36.001 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2025-04-16 20:41:36.003 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2025-04-16 20:41:36.005 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2025-04-16 20:41:36.007 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2025-04-16 20:41:36.009 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:36.011 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:36.013 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:36.015 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:36.018 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2025-04-16 20:41:36.020 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 20:41:36.022 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:36.024 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 20:41:36.026 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2025-04-16 20:41:36.027 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:36.030 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 20:41:36.031 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 20:41:36.033 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 20:41:36.035 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2025-04-16 20:41:36.037 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 20:41:36.040 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2025-04-16 20:41:36.089 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:36.138 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2025-04-16 20:41:36.178 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2025-04-16 20:41:36.218 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:36.258 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:36.299 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2025-04-16 20:41:36.339 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2025-04-16 20:41:36.379 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2025-04-16 20:41:36.421 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2025-04-16 20:41:36.462 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2025-04-16 20:41:36.502 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 20:41:36.504 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 20:41:36.506 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2025-04-16 20:41:36.556 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 20:41:36.810 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2025-04-16 20:41:36.819 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2025-04-16 20:41:37.055 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2025-04-16 20:41:37.110 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:37.113 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:37.115 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:37.117 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:37.119 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:37.121 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:37.123 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:37.125 | + functions-common:time_stop:2407 : start_time=1744836095971 2025-04-16 20:41:37.127 | + functions-common:time_stop:2409 : [[ -z 1744836095971 ]] 2025-04-16 20:41:37.130 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:37.134 | + functions-common:time_stop:2412 : end_time=1744836097131 2025-04-16 20:41:37.135 | + functions-common:time_stop:2413 : elapsed_time=1160 2025-04-16 20:41:37.137 | + functions-common:time_stop:2414 : total=11935 2025-04-16 20:41:37.139 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:37.141 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13095 2025-04-16 20:41:37.143 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2025-04-16 20:41:37.145 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2025-04-16 20:41:37.145 | Waiting for Cinder API to start... 2025-04-16 20:41:37.147 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2025-04-16 20:41:37.149 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 20:41:37.151 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2025-04-16 20:41:37.154 | + functions:wait_for_service:470 : local rval=0 2025-04-16 20:41:37.156 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 20:41:37.158 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 20:41:37.160 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:37.162 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:37.164 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:37.168 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836097166 2025-04-16 20:41:37.170 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 20:41:37.173 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2025-04-16 20:41:39.051 | + :: : [[ 401 == 503 ]] 2025-04-16 20:41:39.052 | + :: : [[ 0 -eq 7 ]] 2025-04-16 20:41:39.055 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 20:41:39.057 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:39.059 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:39.061 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:39.063 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:39.065 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:39.067 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 20:41:39.069 | + functions-common:time_stop:2407 : start_time=1744836097166 2025-04-16 20:41:39.071 | + functions-common:time_stop:2409 : [[ -z 1744836097166 ]] 2025-04-16 20:41:39.074 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:39.077 | + functions-common:time_stop:2412 : end_time=1744836099075 2025-04-16 20:41:39.079 | + functions-common:time_stop:2413 : elapsed_time=1909 2025-04-16 20:41:39.081 | + functions-common:time_stop:2414 : total=6124 2025-04-16 20:41:39.083 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:39.085 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8033 2025-04-16 20:41:39.087 | + functions:wait_for_service:478 : return 0 2025-04-16 20:41:39.089 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:39.091 | + functions-common:run_process:1654 : local service=c-sch 2025-04-16 20:41:39.093 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:39.095 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:39.097 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:39.099 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:39.101 | + functions-common:run_process:1660 : local name=c-sch 2025-04-16 20:41:39.103 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:39.105 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:39.107 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:39.109 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:39.112 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:39.115 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836099113 2025-04-16 20:41:39.117 | + functions-common:run_process:1663 : is_service_enabled c-sch 2025-04-16 20:41:39.131 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:39.133 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2025-04-16 20:41:39.135 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2025-04-16 20:41:39.137 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:39.139 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:39.141 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:39.144 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:39.146 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 20:41:39.148 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 20:41:39.150 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2025-04-16 20:41:39.152 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:39.154 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:39.156 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:39.158 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:39.160 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 20:41:39.162 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2025-04-16 20:41:39.164 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2025-04-16 20:41:39.166 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:39.168 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 20:41:39.170 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 20:41:39.172 | + functions-common:write_user_unit_file:1522 : local env_vars= 2025-04-16 20:41:39.174 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 20:41:39.176 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 20:41:39.178 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2025-04-16 20:41:39.179 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 20:41:39.183 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2025-04-16 20:41:39.232 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:39.281 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2025-04-16 20:41:39.322 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:39.365 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2025-04-16 20:41:39.408 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2025-04-16 20:41:39.450 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:39.493 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2025-04-16 20:41:39.495 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 20:41:39.497 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2025-04-16 20:41:39.546 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 20:41:39.804 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2025-04-16 20:41:39.815 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2025-04-16 20:41:40.061 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2025-04-16 20:41:40.090 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:40.092 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:40.094 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:40.098 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:40.102 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:40.104 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:40.109 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:40.111 | + functions-common:time_stop:2407 : start_time=1744836099113 2025-04-16 20:41:40.113 | + functions-common:time_stop:2409 : [[ -z 1744836099113 ]] 2025-04-16 20:41:40.116 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:40.122 | + functions-common:time_stop:2412 : end_time=1744836100117 2025-04-16 20:41:40.124 | + functions-common:time_stop:2413 : elapsed_time=1004 2025-04-16 20:41:40.128 | + functions-common:time_stop:2414 : total=13095 2025-04-16 20:41:40.132 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:40.134 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14099 2025-04-16 20:41:40.136 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 20:41:40.139 | + lib/cinder:start_cinder:642 : run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 20:41:40.141 | + functions-common:run_process:1654 : local service=c-bak 2025-04-16 20:41:40.143 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:40.145 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:40.147 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:40.149 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 20:41:40.151 | + functions-common:run_process:1660 : local name=c-bak 2025-04-16 20:41:40.153 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:40.155 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:40.157 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:40.159 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:40.162 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:40.166 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836100163 2025-04-16 20:41:40.168 | + functions-common:run_process:1663 : is_service_enabled c-bak 2025-04-16 20:41:40.182 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:40.184 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:40.186 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:40.188 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:40.190 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:40.192 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:40.194 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:40.196 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:40.198 | + functions-common:time_stop:2407 : start_time=1744836100163 2025-04-16 20:41:40.200 | + functions-common:time_stop:2409 : [[ -z 1744836100163 ]] 2025-04-16 20:41:40.203 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:40.206 | + functions-common:time_stop:2412 : end_time=1744836100204 2025-04-16 20:41:40.208 | + functions-common:time_stop:2413 : elapsed_time=41 2025-04-16 20:41:40.210 | + functions-common:time_stop:2414 : total=14099 2025-04-16 20:41:40.212 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:40.214 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14140 2025-04-16 20:41:40.216 | + lib/cinder:start_cinder:643 : run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 20:41:40.218 | + functions-common:run_process:1654 : local service=c-vol 2025-04-16 20:41:40.220 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:40.222 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:40.224 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:40.226 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 20:41:40.228 | + functions-common:run_process:1660 : local name=c-vol 2025-04-16 20:41:40.230 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:40.232 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:40.234 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:40.236 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:40.238 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:40.242 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836100239 2025-04-16 20:41:40.244 | + functions-common:run_process:1663 : is_service_enabled c-vol 2025-04-16 20:41:40.258 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:40.260 | + functions-common:run_process:1664 : _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 20:41:40.262 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2025-04-16 20:41:40.264 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:40.266 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:40.268 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:40.271 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:40.273 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2025-04-16 20:41:40.275 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2025-04-16 20:41:40.277 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2025-04-16 20:41:40.279 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:40.281 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:40.283 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:40.285 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 20:41:40.287 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2025-04-16 20:41:40.289 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 20:41:40.291 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2025-04-16 20:41:40.293 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:40.295 | + functions-common:write_user_unit_file:1520 : local group= 2025-04-16 20:41:40.297 | + functions-common:write_user_unit_file:1521 : local user=stack 2025-04-16 20:41:40.299 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 20:41:40.301 | + functions-common:write_user_unit_file:1523 : local extra= 2025-04-16 20:41:40.303 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2025-04-16 20:41:40.305 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2025-04-16 20:41:40.307 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2025-04-16 20:41:40.311 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2025-04-16 20:41:40.363 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:40.413 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2025-04-16 20:41:40.455 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2025-04-16 20:41:40.497 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2025-04-16 20:41:40.538 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2025-04-16 20:41:40.579 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:40.621 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2025-04-16 20:41:40.623 | + functions-common:write_user_unit_file:1538 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2025-04-16 20:41:40.668 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2025-04-16 20:41:40.670 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2025-04-16 20:41:40.721 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2025-04-16 20:41:40.977 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2025-04-16 20:41:40.987 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2025-04-16 20:41:41.217 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2025-04-16 20:41:41.242 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:41.245 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:41.247 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:41.249 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:41.251 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:41.253 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:41.255 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:41.257 | + functions-common:time_stop:2407 : start_time=1744836100239 2025-04-16 20:41:41.259 | + functions-common:time_stop:2409 : [[ -z 1744836100239 ]] 2025-04-16 20:41:41.262 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:41.265 | + functions-common:time_stop:2412 : end_time=1744836101263 2025-04-16 20:41:41.267 | + functions-common:time_stop:2413 : elapsed_time=1024 2025-04-16 20:41:41.269 | + functions-common:time_stop:2414 : total=14140 2025-04-16 20:41:41.271 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:41.274 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15164 2025-04-16 20:41:41.275 | + stack.sh:main:1349 : create_volume_types 2025-04-16 20:41:41.277 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2025-04-16 20:41:41.291 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:41.293 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2025-04-16 20:41:41.295 | + lib/cinder:create_volume_types:679 : local be be_name 2025-04-16 20:41:41.297 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2025-04-16 20:41:41.299 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2025-04-16 20:41:41.302 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2025-04-16 20:41:41.304 | + lib/cinder:create_one_type:659 : type_name=vsphere 2025-04-16 20:41:41.306 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2025-04-16 20:41:41.308 | + lib/cinder:create_one_type:661 : property_value=vsphere 2025-04-16 20:41:41.310 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2025-04-16 20:41:41.324 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:41.326 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2025-04-16 20:41:43.212 | +-------------+--------------------------------------+ 2025-04-16 20:41:43.212 | | Field | Value | 2025-04-16 20:41:43.212 | +-------------+--------------------------------------+ 2025-04-16 20:41:43.212 | | description | None | 2025-04-16 20:41:43.212 | | id | 5a2549d5-7cdd-4849-a474-17cf96e207bd | 2025-04-16 20:41:43.212 | | is_public | True | 2025-04-16 20:41:43.212 | | name | vsphere | 2025-04-16 20:41:43.212 | | properties | volume_backend_name='vsphere' | 2025-04-16 20:41:43.212 | +-------------+--------------------------------------+ 2025-04-16 20:41:43.353 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2025-04-16 20:41:43.355 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2025-04-16 20:41:43.357 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2025-04-16 20:41:43.359 | + stack.sh:main:1362 : is_service_enabled glance 2025-04-16 20:41:43.374 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:43.376 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2025-04-16 20:41:43.378 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:43.380 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2025-04-16 20:41:43.382 | + stack.sh:main:1364 : start_glance 2025-04-16 20:41:43.384 | + lib/glance:start_glance:609 : local service_protocol=http 2025-04-16 20:41:43.386 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2025-04-16 20:41:43.401 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:43.403 | + lib/glance:start_glance:616 : [[ False == False ]] 2025-04-16 20:41:43.406 | ++ lib/glance:start_glance:617 : which uwsgi 2025-04-16 20:41:43.410 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 20:41:43.412 | + functions-common:run_process:1654 : local service=g-api 2025-04-16 20:41:43.414 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 20:41:43.417 | + functions-common:run_process:1656 : local group= 2025-04-16 20:41:43.419 | + functions-common:run_process:1657 : local user= 2025-04-16 20:41:43.421 | + functions-common:run_process:1658 : local env_vars= 2025-04-16 20:41:43.423 | + functions-common:run_process:1660 : local name=g-api 2025-04-16 20:41:43.425 | + functions-common:run_process:1662 : time_start run_process 2025-04-16 20:41:43.427 | + functions-common:time_start:2386 : local name=run_process 2025-04-16 20:41:43.429 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:43.432 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:43.435 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:43.438 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836103436 2025-04-16 20:41:43.440 | + functions-common:run_process:1663 : is_service_enabled g-api 2025-04-16 20:41:43.454 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:43.457 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2025-04-16 20:41:43.459 | + functions-common:_run_under_systemd:1611 : local service=g-api 2025-04-16 20:41:43.461 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 20:41:43.463 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 20:41:43.465 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 20:41:43.467 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2025-04-16 20:41:43.469 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2025-04-16 20:41:43.471 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2025-04-16 20:41:43.474 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2025-04-16 20:41:43.476 | + functions-common:_run_under_systemd:1618 : local group= 2025-04-16 20:41:43.478 | + functions-common:_run_under_systemd:1619 : local user=stack 2025-04-16 20:41:43.481 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2025-04-16 20:41:43.483 | + functions-common:_run_under_systemd:1623 : local env_vars= 2025-04-16 20:41:43.485 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2025-04-16 20:41:43.488 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2025-04-16 20:41:43.490 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:43.492 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2025-04-16 20:41:43.494 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2025-04-16 20:41:43.496 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:43.498 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2025-04-16 20:41:43.500 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2025-04-16 20:41:43.502 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2025-04-16 20:41:43.504 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2025-04-16 20:41:43.506 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2025-04-16 20:41:43.509 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2025-04-16 20:41:43.562 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin"' 2025-04-16 20:41:43.613 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2025-04-16 20:41:43.656 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2025-04-16 20:41:43.701 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2025-04-16 20:41:43.743 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2025-04-16 20:41:43.788 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2025-04-16 20:41:43.834 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2025-04-16 20:41:43.899 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2025-04-16 20:41:43.938 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2025-04-16 20:41:43.980 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2025-04-16 20:41:44.022 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2025-04-16 20:41:44.024 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2025-04-16 20:41:44.026 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2025-04-16 20:41:44.075 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2025-04-16 20:41:44.333 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2025-04-16 20:41:44.343 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2025-04-16 20:41:44.573 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2025-04-16 20:41:44.633 | + functions-common:run_process:1666 : time_stop run_process 2025-04-16 20:41:44.634 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:44.636 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:44.638 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:44.640 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:44.643 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:44.645 | + functions-common:time_stop:2406 : name=run_process 2025-04-16 20:41:44.647 | + functions-common:time_stop:2407 : start_time=1744836103436 2025-04-16 20:41:44.649 | + functions-common:time_stop:2409 : [[ -z 1744836103436 ]] 2025-04-16 20:41:44.652 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:44.655 | + functions-common:time_stop:2412 : end_time=1744836104653 2025-04-16 20:41:44.658 | + functions-common:time_stop:2413 : elapsed_time=1217 2025-04-16 20:41:44.660 | + functions-common:time_stop:2414 : total=15164 2025-04-16 20:41:44.662 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:44.664 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16381 2025-04-16 20:41:44.666 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2025-04-16 20:41:44.680 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:44.682 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2025-04-16 20:41:44.682 | Waiting for g-api (10.180.1.21) to start... 2025-04-16 20:41:44.684 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2025-04-16 20:41:44.686 | + functions:wait_for_service:468 : local timeout=60 2025-04-16 20:41:44.688 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2025-04-16 20:41:44.691 | + functions:wait_for_service:470 : local rval=0 2025-04-16 20:41:44.693 | + functions:wait_for_service:471 : time_start wait_for_service 2025-04-16 20:41:44.695 | + functions-common:time_start:2386 : local name=wait_for_service 2025-04-16 20:41:44.697 | + functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:44.699 | + functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:44.702 | ++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:44.705 | + functions-common:time_start:2391 : _TIME_START[$name]=1744836104703 2025-04-16 20:41:44.707 | + functions:wait_for_service:472 : timeout 60 bash -x 2025-04-16 20:41:44.711 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2025-04-16 20:41:46.664 | + :: : [[ 300 == 503 ]] 2025-04-16 20:41:46.665 | + :: : [[ 0 -eq 7 ]] 2025-04-16 20:41:46.668 | + functions:wait_for_service:477 : time_stop wait_for_service 2025-04-16 20:41:46.670 | + functions-common:time_stop:2400 : local name 2025-04-16 20:41:46.673 | + functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:46.675 | + functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:46.679 | + functions-common:time_stop:2403 : local total 2025-04-16 20:41:46.681 | + functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:46.683 | + functions-common:time_stop:2406 : name=wait_for_service 2025-04-16 20:41:46.685 | + functions-common:time_stop:2407 : start_time=1744836104703 2025-04-16 20:41:46.687 | + functions-common:time_stop:2409 : [[ -z 1744836104703 ]] 2025-04-16 20:41:46.690 | ++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:46.693 | + functions-common:time_stop:2412 : end_time=1744836106691 2025-04-16 20:41:46.695 | + functions-common:time_stop:2413 : elapsed_time=1988 2025-04-16 20:41:46.697 | + functions-common:time_stop:2414 : total=8033 2025-04-16 20:41:46.699 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:46.702 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10021 2025-04-16 20:41:46.704 | + functions:wait_for_service:478 : return 0 2025-04-16 20:41:46.706 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2025-04-16 20:41:46.719 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:46.721 | + stack.sh:main:1378 : is_service_enabled glance 2025-04-16 20:41:46.736 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:46.738 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2025-04-16 20:41:46.740 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:46.742 | + stack.sh:echo_summary:461 : echo -e Uploading images 2025-04-16 20:41:46.744 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2025-04-16 20:41:46.746 | + stack.sh:main:1382 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:46.748 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:46.750 | + functions:upload_image:134 : local image image_fname image_name 2025-04-16 20:41:46.751 | + functions:upload_image:136 : local max_attempts=5 2025-04-16 20:41:46.753 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2025-04-16 20:41:46.757 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:46.760 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:46.762 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2025-04-16 20:41:46.763 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2025-04-16 20:41:46.766 | ++ functions:upload_image:144 : seq 5 2025-04-16 20:41:46.768 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2025-04-16 20:41:46.770 | + functions:upload_image:145 : local rc=0 2025-04-16 20:41:46.772 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:46.774 | --2025-04-16 20:41:46-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2025-04-16 20:41:46.782 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2025-04-16 20:41:46.783 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2025-04-16 20:41:46.821 | HTTP request sent, awaiting response... 200 OK 2025-04-16 20:41:46.821 | Length: 21318656 (20M) [application/octet-stream] 2025-04-16 20:41:46.821 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2025-04-16 20:41:46.834 | 2025-04-16 20:41:46.926 | 0K ........ ........ .... 100% 195M=0.1s 2025-04-16 20:41:46.926 | 2025-04-16 20:41:46.926 | 2025-04-16 20:41:46 (195 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2025-04-16 20:41:46.926 | 2025-04-16 20:41:46.929 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2025-04-16 20:41:46.931 | + functions:upload_image:155 : break 2025-04-16 20:41:46.933 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:46.934 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2025-04-16 20:41:46.936 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2025-04-16 20:41:46.938 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 20:41:46.940 | + functions:upload_image:194 : local vmdk_disktype= 2025-04-16 20:41:46.942 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2025-04-16 20:41:46.944 | + functions:upload_image:196 : local path_len 2025-04-16 20:41:46.946 | + functions:upload_image:199 : local vmdk_adapter_type 2025-04-16 20:41:46.949 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:46.949 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:46.953 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2025-04-16 20:41:46.955 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2025-04-16 20:41:46.956 | + functions:upload_image:202 : vmdk_adapter_type=ide 2025-04-16 20:41:46.959 | + functions:upload_image:205 : local vmdk_create_type 2025-04-16 20:41:46.962 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:46.962 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:46.966 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2025-04-16 20:41:46.968 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2025-04-16 20:41:46.970 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2025-04-16 20:41:46.971 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2025-04-16 20:41:46.973 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2025-04-16 20:41:46.975 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2025-04-16 20:41:46.977 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2025-04-16 20:41:46.979 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2025-04-16 20:41:46.980 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2025-04-16 20:41:46.983 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 20:41:46.983 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2025-04-16 20:41:46.987 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2025-04-16 20:41:46.989 | + functions:upload_image:284 : IFS=':;' 2025-04-16 20:41:46.991 | + functions:upload_image:284 : read -a props 2025-04-16 20:41:46.993 | + functions:upload_image:285 : vmdk_disktype=sparse 2025-04-16 20:41:46.995 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2025-04-16 20:41:46.997 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2025-04-16 20:41:46.999 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-16 20:41:47.000 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2025-04-16 20:41:47.002 | + functions:_upload_image:105 : shift 2025-04-16 20:41:47.004 | + functions:_upload_image:106 : local container=bare 2025-04-16 20:41:47.006 | + functions:_upload_image:107 : shift 2025-04-16 20:41:47.007 | + functions:_upload_image:108 : local disk=vmdk 2025-04-16 20:41:47.009 | + functions:_upload_image:109 : shift 2025-04-16 20:41:47.011 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2025-04-16 20:41:47.013 | + functions:_upload_image:111 : shift 2025-04-16 20:41:47.015 | + functions:_upload_image:112 : local properties 2025-04-16 20:41:47.017 | + functions:_upload_image:113 : local useimport 2025-04-16 20:41:47.020 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2025-04-16 20:41:47.021 | ++ functions:_image_properties_to_arg:87 : local result= 2025-04-16 20:41:47.023 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 20:41:47.025 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2025-04-16 20:41:47.027 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 20:41:47.028 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2025-04-16 20:41:47.030 | ++ functions:_image_properties_to_arg:88 : for property in $* 2025-04-16 20:41:47.032 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2025-04-16 20:41:47.033 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-16 20:41:47.036 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2025-04-16 20:41:47.037 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2025-04-16 20:41:47.039 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2025-04-16 20:41:49.288 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 20:41:49.288 | | Field | Value | 2025-04-16 20:41:49.288 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 20:41:49.288 | | container_format | bare | 2025-04-16 20:41:49.288 | | created_at | 2025-04-16T20:41:48Z | 2025-04-16 20:41:49.288 | | disk_format | vmdk | 2025-04-16 20:41:49.288 | | file | /v2/images/4407539e-b292-42b4-91c4-4faa60d48bab/file | 2025-04-16 20:41:49.288 | | id | 4407539e-b292-42b4-91c4-4faa60d48bab | 2025-04-16 20:41:49.288 | | min_disk | 0 | 2025-04-16 20:41:49.288 | | min_ram | 0 | 2025-04-16 20:41:49.288 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2025-04-16 20:41:49.288 | | owner | 0c9919c381ed4ae08ec1c6d27ce1eaac | 2025-04-16 20:41:49.288 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2025-04-16 20:41:49.288 | | protected | False | 2025-04-16 20:41:49.288 | | schema | /v2/schemas/image | 2025-04-16 20:41:49.288 | | status | queued | 2025-04-16 20:41:49.288 | | tags | | 2025-04-16 20:41:49.288 | | updated_at | 2025-04-16T20:41:48Z | 2025-04-16 20:41:49.288 | | visibility | public | 2025-04-16 20:41:49.288 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2025-04-16 20:41:49.465 | + functions:upload_image:291 : return 2025-04-16 20:41:49.467 | + stack.sh:main:1386 : async_wait create_flavors 2025-04-16 20:41:49.512 | [3502 Async create_flavors:60138]: Waiting for completion of create_flavors running on PID 60138 (2 other jobs running) 2025-04-16 20:41:49.535 | [3502 Async create_flavors:60138]: Signaling child to exit 2025-04-16 20:41:50.607 | + inc/async:async_inner:64 : rc=0 2025-04-16 20:41:50.627 | [60138 Async create_flavors:60138]: finished successfully 2025-04-16 20:41:50.647 | WAKEUP 2025-04-16 20:41:50.666 | [3502 Async create_flavors:60138]: Signaled 2025-04-16 20:41:50.667 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2025-04-16 20:41:50.667 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:50.667 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2025-04-16 20:41:50.667 | + lib/nova:create_flavors:1256 : grep -q ds512M 2025-04-16 20:41:50.667 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2025-04-16 20:41:50.667 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.667 | | Field | Value | 2025-04-16 20:41:50.667 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.667 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:41:50.667 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:41:50.667 | | description | None | 2025-04-16 20:41:50.667 | | disk | 1 | 2025-04-16 20:41:50.667 | | id | c1 | 2025-04-16 20:41:50.667 | | name | cirros256 | 2025-04-16 20:41:50.667 | | os-flavor-access:is_public | True | 2025-04-16 20:41:50.667 | | properties | hw_rng:allowed='True' | 2025-04-16 20:41:50.667 | | ram | 256 | 2025-04-16 20:41:50.667 | | rxtx_factor | 1.0 | 2025-04-16 20:41:50.667 | | swap | 0 | 2025-04-16 20:41:50.667 | | vcpus | 1 | 2025-04-16 20:41:50.667 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.667 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2025-04-16 20:41:50.667 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.667 | | Field | Value | 2025-04-16 20:41:50.667 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.667 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:41:50.667 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:41:50.667 | | description | None | 2025-04-16 20:41:50.667 | | disk | 5 | 2025-04-16 20:41:50.667 | | id | d1 | 2025-04-16 20:41:50.667 | | name | ds512M | 2025-04-16 20:41:50.667 | | os-flavor-access:is_public | True | 2025-04-16 20:41:50.668 | | properties | hw_rng:allowed='True' | 2025-04-16 20:41:50.668 | | ram | 512 | 2025-04-16 20:41:50.668 | | rxtx_factor | 1.0 | 2025-04-16 20:41:50.668 | | swap | 0 | 2025-04-16 20:41:50.668 | | vcpus | 1 | 2025-04-16 20:41:50.668 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.668 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2025-04-16 20:41:50.668 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.668 | | Field | Value | 2025-04-16 20:41:50.668 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.668 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:41:50.668 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:41:50.668 | | description | None | 2025-04-16 20:41:50.668 | | disk | 10 | 2025-04-16 20:41:50.668 | | id | d2 | 2025-04-16 20:41:50.668 | | name | ds1G | 2025-04-16 20:41:50.668 | | os-flavor-access:is_public | True | 2025-04-16 20:41:50.668 | | properties | hw_rng:allowed='True' | 2025-04-16 20:41:50.668 | | ram | 1024 | 2025-04-16 20:41:50.668 | | rxtx_factor | 1.0 | 2025-04-16 20:41:50.668 | | swap | 0 | 2025-04-16 20:41:50.668 | | vcpus | 1 | 2025-04-16 20:41:50.668 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.668 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2025-04-16 20:41:50.668 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.668 | | Field | Value | 2025-04-16 20:41:50.668 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.668 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:41:50.668 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:41:50.668 | | description | None | 2025-04-16 20:41:50.668 | | disk | 10 | 2025-04-16 20:41:50.668 | | id | d3 | 2025-04-16 20:41:50.668 | | name | ds2G | 2025-04-16 20:41:50.668 | | os-flavor-access:is_public | True | 2025-04-16 20:41:50.668 | | properties | hw_rng:allowed='True' | 2025-04-16 20:41:50.668 | | ram | 2048 | 2025-04-16 20:41:50.668 | | rxtx_factor | 1.0 | 2025-04-16 20:41:50.669 | | swap | 0 | 2025-04-16 20:41:50.669 | | vcpus | 2 | 2025-04-16 20:41:50.669 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.669 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2025-04-16 20:41:50.669 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.669 | | Field | Value | 2025-04-16 20:41:50.669 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.669 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:41:50.669 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:41:50.669 | | description | None | 2025-04-16 20:41:50.669 | | disk | 20 | 2025-04-16 20:41:50.669 | | id | d4 | 2025-04-16 20:41:50.669 | | name | ds4G | 2025-04-16 20:41:50.669 | | os-flavor-access:is_public | True | 2025-04-16 20:41:50.669 | | properties | hw_rng:allowed='True' | 2025-04-16 20:41:50.669 | | ram | 4096 | 2025-04-16 20:41:50.669 | | rxtx_factor | 1.0 | 2025-04-16 20:41:50.669 | | swap | 0 | 2025-04-16 20:41:50.669 | | vcpus | 4 | 2025-04-16 20:41:50.669 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.669 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2025-04-16 20:41:50.669 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2025-04-16 20:41:50.669 | + lib/nova:create_flavors:1266 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2025-04-16 20:41:50.669 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.669 | | Field | Value | 2025-04-16 20:41:50.669 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.669 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:41:50.669 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:41:50.669 | | description | None | 2025-04-16 20:41:50.669 | | disk | 1 | 2025-04-16 20:41:50.669 | | id | 1 | 2025-04-16 20:41:50.669 | | name | m1.tiny | 2025-04-16 20:41:50.669 | | os-flavor-access:is_public | True | 2025-04-16 20:41:50.669 | | properties | hw_rng:allowed='True' | 2025-04-16 20:41:50.669 | | ram | 512 | 2025-04-16 20:41:50.669 | | rxtx_factor | 1.0 | 2025-04-16 20:41:50.669 | | swap | 0 | 2025-04-16 20:41:50.669 | | vcpus | 1 | 2025-04-16 20:41:50.669 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.669 | + lib/nova:create_flavors:1267 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2025-04-16 20:41:50.669 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.669 | | Field | Value | 2025-04-16 20:41:50.669 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.669 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:41:50.669 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:41:50.669 | | description | None | 2025-04-16 20:41:50.669 | | disk | 20 | 2025-04-16 20:41:50.669 | | id | 2 | 2025-04-16 20:41:50.669 | | name | m1.small | 2025-04-16 20:41:50.670 | | os-flavor-access:is_public | True | 2025-04-16 20:41:50.670 | | properties | hw_rng:allowed='True' | 2025-04-16 20:41:50.670 | | ram | 2048 | 2025-04-16 20:41:50.670 | | rxtx_factor | 1.0 | 2025-04-16 20:41:50.670 | | swap | 0 | 2025-04-16 20:41:50.670 | | vcpus | 1 | 2025-04-16 20:41:50.670 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.670 | + lib/nova:create_flavors:1268 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2025-04-16 20:41:50.670 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.670 | | Field | Value | 2025-04-16 20:41:50.670 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.670 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:41:50.670 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:41:50.670 | | description | None | 2025-04-16 20:41:50.670 | | disk | 40 | 2025-04-16 20:41:50.670 | | id | 3 | 2025-04-16 20:41:50.670 | | name | m1.medium | 2025-04-16 20:41:50.670 | | os-flavor-access:is_public | True | 2025-04-16 20:41:50.670 | | properties | hw_rng:allowed='True' | 2025-04-16 20:41:50.670 | | ram | 4096 | 2025-04-16 20:41:50.670 | | rxtx_factor | 1.0 | 2025-04-16 20:41:50.670 | | swap | 0 | 2025-04-16 20:41:50.670 | | vcpus | 2 | 2025-04-16 20:41:50.670 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.670 | + lib/nova:create_flavors:1269 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2025-04-16 20:41:50.670 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.670 | | Field | Value | 2025-04-16 20:41:50.670 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.670 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:41:50.670 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:41:50.670 | | description | None | 2025-04-16 20:41:50.670 | | disk | 80 | 2025-04-16 20:41:50.670 | | id | 4 | 2025-04-16 20:41:50.670 | | name | m1.large | 2025-04-16 20:41:50.670 | | os-flavor-access:is_public | True | 2025-04-16 20:41:50.670 | | properties | hw_rng:allowed='True' | 2025-04-16 20:41:50.670 | | ram | 8192 | 2025-04-16 20:41:50.670 | | rxtx_factor | 1.0 | 2025-04-16 20:41:50.670 | | swap | 0 | 2025-04-16 20:41:50.670 | | vcpus | 4 | 2025-04-16 20:41:50.670 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.670 | + lib/nova:create_flavors:1270 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2025-04-16 20:41:50.670 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.670 | | Field | Value | 2025-04-16 20:41:50.670 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.670 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:41:50.670 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:41:50.670 | | description | None | 2025-04-16 20:41:50.670 | | disk | 160 | 2025-04-16 20:41:50.670 | | id | 5 | 2025-04-16 20:41:50.670 | | name | m1.xlarge | 2025-04-16 20:41:50.671 | | os-flavor-access:is_public | True | 2025-04-16 20:41:50.671 | | properties | hw_rng:allowed='True' | 2025-04-16 20:41:50.671 | | ram | 16384 | 2025-04-16 20:41:50.671 | | rxtx_factor | 1.0 | 2025-04-16 20:41:50.671 | | swap | 0 | 2025-04-16 20:41:50.671 | | vcpus | 8 | 2025-04-16 20:41:50.671 | +----------------------------+-----------------------+ 2025-04-16 20:41:50.703 | [3502 Async create_flavors:60138]: finished create_flavors with result 0 in 14 seconds 2025-04-16 20:41:50.707 | + inc/async:async_wait:197 : return 0 2025-04-16 20:41:50.709 | + stack.sh:main:1388 : is_service_enabled horizon 2025-04-16 20:41:50.722 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:50.725 | + stack.sh:main:1402 : is_service_enabled nova 2025-04-16 20:41:50.739 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:50.741 | + stack.sh:main:1402 : is_service_enabled keystone 2025-04-16 20:41:50.756 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:50.758 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2025-04-16 20:41:50.760 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2025-04-16 20:41:50.762 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-16 20:41:50.765 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2025-04-16 20:41:50.766 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2025-04-16 20:41:50.768 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2025-04-16 20:41:50.769 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2025-04-16 20:41:50.770 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2025-04-16 20:41:50.771 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2025-04-16 20:41:50.772 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2025-04-16 20:41:50.773 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2025-04-16 20:41:50.774 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2025-04-16 20:41:50.775 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2025-04-16 20:41:50.777 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2025-04-16 20:41:50.778 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2025-04-16 20:41:50.779 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2025-04-16 20:41:50.780 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 20:41:50.781 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2025-04-16 20:41:50.782 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 20:41:50.783 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2025-04-16 20:41:50.784 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 20:41:50.785 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2025-04-16 20:41:50.786 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 20:41:50.787 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2025-04-16 20:41:50.788 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 20:41:50.789 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2025-04-16 20:41:50.790 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2025-04-16 20:41:50.791 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 20:41:50.793 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2025-04-16 20:41:50.794 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 20:41:50.795 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2025-04-16 20:41:50.796 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2025-04-16 20:41:50.797 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2025-04-16 20:41:50.798 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2025-04-16 20:41:50.799 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2025-04-16 20:41:50.800 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2025-04-16 20:41:50.801 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2025-04-16 20:41:50.803 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2025-04-16 20:41:50.804 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2025-04-16 20:41:50.805 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2025-04-16 20:41:50.806 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2025-04-16 20:41:50.807 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2025-04-16 20:41:50.808 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2025-04-16 20:41:50.809 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2025-04-16 20:41:50.810 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2025-04-16 20:41:50.811 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2025-04-16 20:41:50.813 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2025-04-16 20:41:50.814 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2025-04-16 20:41:50.815 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 20:41:50.816 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2025-04-16 20:41:50.817 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2025-04-16 20:41:50.818 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2025-04-16 20:41:50.819 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2025-04-16 20:41:50.821 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2025-04-16 20:41:50.822 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2025-04-16 20:41:50.823 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2025-04-16 20:41:50.824 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2025-04-16 20:41:50.825 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2025-04-16 20:41:50.827 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2025-04-16 20:41:50.827 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2025-04-16 20:41:50.827 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2025-04-16 20:41:50.827 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2025-04-16 20:41:50.828 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2025-04-16 20:41:51.632 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2025-04-16 20:41:51.633 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-04-16 20:41:51.749 | + stack.sh:main:1414 : save_stackenv 2025-04-16 20:41:51.751 | + functions-common:save_stackenv:60 : local tag= 2025-04-16 20:41:51.754 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2025-04-16 20:41:51.757 | + functions-common:save_stackenv:62 : time_stamp=2025-04-16-204151 2025-04-16 20:41:51.759 | + functions-common:save_stackenv:63 : echo '# 2025-04-16-204151 ' 2025-04-16 20:41:51.762 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.764 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2025-04-16 20:41:51.766 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.768 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2025-04-16 20:41:51.770 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.772 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2025-04-16 20:41:51.774 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.776 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2025-04-16 20:41:51.778 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.780 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2025-04-16 20:41:51.782 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.784 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2025-04-16 20:41:51.786 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.788 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2025-04-16-203454 2025-04-16 20:41:51.790 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.792 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2025-04-16 20:41:51.794 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.796 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2025-04-16 20:41:51.798 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.800 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2025-04-16 20:41:51.802 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.804 | + functions-common:save_stackenv:65 : echo TLS_IP= 2025-04-16 20:41:51.806 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.808 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2025-04-16 20:41:51.810 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.812 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2025-04-16 20:41:51.814 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.816 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2025-04-16 20:41:51.818 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2025-04-16 20:41:51.820 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2025-04-16 20:41:51.823 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2025-04-16 20:41:51.825 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 20:41:51.826 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 20:41:51.829 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2025-04-16 20:41:51.831 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:41:51.833 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 20:41:51.835 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 20:41:51.838 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2025-04-16 20:41:51.841 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:41:51.843 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2025-04-16 20:41:51.845 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:41:51.847 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2025-04-16 20:41:51.847 | /^\[\[.+\|.*\]\]/ { 2025-04-16 20:41:51.847 | gsub("[][]", "", $1); 2025-04-16 20:41:51.847 | split($1, a, "|"); 2025-04-16 20:41:51.847 | if (a[1] == matchgroup) 2025-04-16 20:41:51.847 | print a[2] 2025-04-16 20:41:51.847 | } 2025-04-16 20:41:51.847 | ' /opt/stack/devstack/local.conf 2025-04-16 20:41:51.852 | + stack.sh:main:1432 : run_phase stack extra 2025-04-16 20:41:51.855 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 20:41:51.856 | + functions-common:run_phase:1829 : local phase=extra 2025-04-16 20:41:51.859 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 20:41:51.861 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 20:41:51.863 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 20:41:51.865 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 20:41:51.868 | + functions-common:run_phase:1838 : local extra 2025-04-16 20:41:51.870 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 20:41:51.873 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 20:41:51.876 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 20:41:51.878 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 20:41:51.880 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2025-04-16 20:41:51.882 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 20:41:51.895 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:51.897 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:41:51.899 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:51.901 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 20:41:51.903 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:51.906 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 20:41:51.908 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:51.909 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2025-04-16 20:41:51.911 | ++ extras.d/80-tempest.sh:source:15 : : 2025-04-16 20:41:51.913 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 20:41:51.915 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 20:41:51.918 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:41:51.920 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 20:41:51.922 | + functions-common:run_phase:1855 : run_plugins stack extra 2025-04-16 20:41:51.924 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 20:41:51.926 | + functions-common:run_plugins:1815 : local phase=extra 2025-04-16 20:41:51.928 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 20:41:51.930 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 20:41:51.932 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 20:41:51.934 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 20:41:51.936 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 20:41:51.938 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2025-04-16 20:41:51.941 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:41:51.943 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:51.945 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2025-04-16 20:41:51.947 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:51.949 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 20:41:51.951 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:51.953 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2025-04-16 20:41:51.955 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2025-04-16 20:41:51.957 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:51.959 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2025-04-16 20:41:51.961 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2025-04-16 20:41:51.963 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 20:41:51.965 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 20:41:51.967 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2025-04-16 20:41:51.969 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:41:51.971 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 20:41:51.974 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 20:41:51.976 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2025-04-16 20:41:51.978 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:41:51.980 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2025-04-16 20:41:51.982 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:41:51.985 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2025-04-16 20:41:51.985 | /^\[\[.+\|.*\]\]/ { 2025-04-16 20:41:51.985 | gsub("[][]", "", $1); 2025-04-16 20:41:51.985 | split($1, a, "|"); 2025-04-16 20:41:51.985 | if (a[1] == matchgroup) 2025-04-16 20:41:51.985 | print a[2] 2025-04-16 20:41:51.985 | } 2025-04-16 20:41:51.985 | ' /opt/stack/devstack/local.conf 2025-04-16 20:41:51.989 | + stack.sh:main:1449 : is_service_enabled n-cpu 2025-04-16 20:41:52.003 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:52.005 | + stack.sh:main:1454 : service_check 2025-04-16 20:41:52.007 | + functions-common:service_check:1693 : local service 2025-04-16 20:41:52.010 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.012 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2025-04-16 20:41:52.021 | Failed to get unit file state for devstack@key.service: No such file or directory 2025-04-16 20:41:52.024 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.026 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2025-04-16 20:41:52.035 | enabled 2025-04-16 20:41:52.038 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2025-04-16 20:41:52.064 | ● devstack@n-api.service - Devstack devstack@n-api.service 2025-04-16 20:41:52.064 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.064 | Active: active (running) since Wed 2025-04-16 20:40:56 UTC; 55s ago 2025-04-16 20:41:52.064 | Main PID: 53522 (uwsgi) 2025-04-16 20:41:52.064 | Status: "uWSGI is ready" 2025-04-16 20:41:52.064 | Tasks: 3 (limit: 19126) 2025-04-16 20:41:52.064 | Memory: 226.4M 2025-04-16 20:41:52.064 | CPU: 6.165s 2025-04-16 20:41:52.064 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2025-04-16 20:41:52.064 | ├─53522 "nova-apiuWSGI master" 2025-04-16 20:41:52.064 | ├─53523 "nova-apiuWSGI worker 1" 2025-04-16 20:41:52.064 | └─53524 "nova-apiuWSGI worker 2" 2025-04-16 20:41:52.064 | 2025-04-16 20:41:52.064 | Apr 16 20:41:49 devstack devstack@n-api.service[53524]: [pid: 53524|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 20:41:49 2025] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 20:41:52.065 | Apr 16 20:41:50 devstack devstack@n-api.service[53523]: DEBUG nova.api.openstack.wsgi [None req-2cfd3994-9a4d-4f48-9d85-4fc4ba2baeaa admin admin] Calling method '>' {{(pid=53523) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2025-04-16 20:41:52.065 | Apr 16 20:41:50 devstack devstack@n-api.service[53523]: INFO nova.api.openstack.requestlog [None req-2cfd3994-9a4d-4f48-9d85-4fc4ba2baeaa admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000955 2025-04-16 20:41:52.065 | Apr 16 20:41:50 devstack devstack@n-api.service[53523]: [pid: 53523|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed Apr 16 20:41:50 2025] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2025-04-16 20:41:52.065 | Apr 16 20:41:50 devstack devstack@n-api.service[53524]: DEBUG nova.api.openstack.wsgi [None req-503c9c14-f410-43ba-b705-031ed4ded252 admin admin] Action: 'create', calling method: >, body: {"flavor": {"OS-FLV-EXT-DATA:ephemeral": 0, "vcpus": 8, "os-flavor-access:is_public": true, "ram": 16384, "swap": 0, "rxtx_factor": 1.0, "disk": 160, "id": "5", "name": "m1.xlarge"}} {{(pid=53524) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 20:41:52.065 | Apr 16 20:41:50 devstack devstack@n-api.service[53524]: INFO nova.api.openstack.requestlog [None req-503c9c14-f410-43ba-b705-031ed4ded252 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.038042 2025-04-16 20:41:52.065 | Apr 16 20:41:50 devstack devstack@n-api.service[53524]: [pid: 53524|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed Apr 16 20:41:50 2025] POST /compute/v2.1/flavors => generated 408 bytes in 39 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2025-04-16 20:41:52.065 | Apr 16 20:41:50 devstack devstack@n-api.service[53523]: DEBUG nova.api.openstack.wsgi [None req-3e4cc977-1376-4ae1-9a4c-969c18a0e492 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=53523) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2025-04-16 20:41:52.065 | Apr 16 20:41:50 devstack devstack@n-api.service[53523]: INFO nova.api.openstack.requestlog [None req-3e4cc977-1376-4ae1-9a4c-969c18a0e492 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.016384 2025-04-16 20:41:52.065 | Apr 16 20:41:50 devstack devstack@n-api.service[53523]: [pid: 53523|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Apr 16 20:41:50 2025] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2025-04-16 20:41:52.068 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.070 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2025-04-16 20:41:52.080 | enabled 2025-04-16 20:41:52.083 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2025-04-16 20:41:52.094 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2025-04-16 20:41:52.094 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.094 | Active: active (running) since Wed 2025-04-16 20:41:33 UTC; 18s ago 2025-04-16 20:41:52.094 | Main PID: 59665 (nova-conductor) 2025-04-16 20:41:52.094 | Tasks: 3 (limit: 19126) 2025-04-16 20:41:52.094 | Memory: 142.1M 2025-04-16 20:41:52.094 | CPU: 2.048s 2025-04-16 20:41:52.094 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2025-04-16 20:41:52.094 | ├─59665 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 20:41:52.094 | ├─60085 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 20:41:52.094 | └─60086 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2025-04-16 20:41:52.094 | 2025-04-16 20:41:52.094 | Apr 16 20:41:35 devstack nova-conductor[59665]: DEBUG oslo_service.service [None req-5164142e-c5b4-4280-bace-a2b25a109bbe None None] oslo_limit.version = None {{(pid=59665) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.094 | Apr 16 20:41:35 devstack nova-conductor[59665]: DEBUG oslo_service.service [None req-5164142e-c5b4-4280-bace-a2b25a109bbe None None] oslo_reports.file_event_handler = None {{(pid=59665) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.094 | Apr 16 20:41:35 devstack nova-conductor[59665]: DEBUG oslo_service.service [None req-5164142e-c5b4-4280-bace-a2b25a109bbe None None] oslo_reports.file_event_handler_interval = 1 {{(pid=59665) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.094 | Apr 16 20:41:35 devstack nova-conductor[59665]: DEBUG oslo_service.service [None req-5164142e-c5b4-4280-bace-a2b25a109bbe None None] oslo_reports.log_dir = None {{(pid=59665) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.094 | Apr 16 20:41:35 devstack nova-conductor[59665]: DEBUG oslo_service.service [None req-5164142e-c5b4-4280-bace-a2b25a109bbe None None] ******************************************************************************** {{(pid=59665) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 20:41:52.095 | Apr 16 20:41:44 devstack nova-conductor[59665]: DEBUG dbcounter [-] [59665] Writing DB stats nova_api:SELECT=3 {{(pid=59665) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.095 | Apr 16 20:41:44 devstack nova-conductor[59665]: DEBUG dbcounter [-] [59665] Writing DB stats nova_cell0:SELECT=3 {{(pid=59665) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.095 | Apr 16 20:41:44 devstack nova-conductor[59665]: DEBUG dbcounter [-] [59665] Writing DB stats nova_cell1:SELECT=3 {{(pid=59665) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.095 | Apr 16 20:41:50 devstack nova-conductor[60085]: DEBUG dbcounter [-] [60085] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=60085) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.095 | Apr 16 20:41:50 devstack nova-conductor[60086]: DEBUG dbcounter [-] [60086] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1 {{(pid=60086) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.097 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.099 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2025-04-16 20:41:52.108 | enabled 2025-04-16 20:41:52.111 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2025-04-16 20:41:52.122 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2025-04-16 20:41:52.123 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.123 | Active: active (running) since Wed 2025-04-16 20:41:30 UTC; 21s ago 2025-04-16 20:41:52.123 | Main PID: 58367 (nova-scheduler) 2025-04-16 20:41:52.123 | Tasks: 3 (limit: 19126) 2025-04-16 20:41:52.123 | Memory: 142.5M 2025-04-16 20:41:52.123 | CPU: 2.100s 2025-04-16 20:41:52.123 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2025-04-16 20:41:52.123 | ├─58367 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 20:41:52.123 | ├─59350 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 20:41:52.123 | └─59355 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2025-04-16 20:41:52.123 | 2025-04-16 20:41:52.123 | Apr 16 20:41:32 devstack nova-scheduler[58367]: DEBUG oslo_service.service [None req-cb973932-3f37-40c8-9f02-30f7324e53dc None None] oslo_limit.version = None {{(pid=58367) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.123 | Apr 16 20:41:32 devstack nova-scheduler[58367]: DEBUG oslo_service.service [None req-cb973932-3f37-40c8-9f02-30f7324e53dc None None] oslo_reports.file_event_handler = None {{(pid=58367) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.123 | Apr 16 20:41:32 devstack nova-scheduler[58367]: DEBUG oslo_service.service [None req-cb973932-3f37-40c8-9f02-30f7324e53dc None None] oslo_reports.file_event_handler_interval = 1 {{(pid=58367) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.123 | Apr 16 20:41:32 devstack nova-scheduler[58367]: DEBUG oslo_service.service [None req-cb973932-3f37-40c8-9f02-30f7324e53dc None None] oslo_reports.log_dir = None {{(pid=58367) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.123 | Apr 16 20:41:32 devstack nova-scheduler[58367]: DEBUG oslo_service.service [None req-cb973932-3f37-40c8-9f02-30f7324e53dc None None] ******************************************************************************** {{(pid=58367) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 20:41:52.123 | Apr 16 20:41:42 devstack nova-scheduler[58367]: DEBUG dbcounter [-] [58367] Writing DB stats nova_api:SELECT=7 {{(pid=58367) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.123 | Apr 16 20:41:42 devstack nova-scheduler[58367]: DEBUG dbcounter [-] [58367] Writing DB stats nova_cell1:SELECT=5 {{(pid=58367) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.123 | Apr 16 20:41:42 devstack nova-scheduler[58367]: DEBUG dbcounter [-] [58367] Writing DB stats nova_cell0:SELECT=3 {{(pid=58367) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.123 | Apr 16 20:41:47 devstack nova-scheduler[59350]: DEBUG dbcounter [-] [59350] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=59350) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.123 | Apr 16 20:41:47 devstack nova-scheduler[59355]: DEBUG dbcounter [-] [59355] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=59355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.125 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.128 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2025-04-16 20:41:52.137 | enabled 2025-04-16 20:41:52.139 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2025-04-16 20:41:52.151 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2025-04-16 20:41:52.151 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.151 | Active: active (running) since Wed 2025-04-16 20:41:31 UTC; 20s ago 2025-04-16 20:41:52.151 | Main PID: 58967 (uwsgi) 2025-04-16 20:41:52.151 | Status: "uWSGI is ready" 2025-04-16 20:41:52.151 | Tasks: 4 (limit: 19126) 2025-04-16 20:41:52.151 | Memory: 188.6M 2025-04-16 20:41:52.151 | CPU: 3.930s 2025-04-16 20:41:52.151 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2025-04-16 20:41:52.151 | ├─58967 "nova-api-metauWSGI master" 2025-04-16 20:41:52.151 | ├─58968 "nova-api-metauWSGI worker 1" 2025-04-16 20:41:52.151 | ├─58969 "nova-api-metauWSGI worker 2" 2025-04-16 20:41:52.151 | └─58970 "nova-api-metauWSGI http 1" 2025-04-16 20:41:52.151 | 2025-04-16 20:41:52.151 | Apr 16 20:41:33 devstack devstack@n-api-meta.service[58969]: INFO dbcounter [None req-aa528204-28e2-47a3-8201-ad9d80e1b2b8 None None] Registered counter for database nova_cell1 2025-04-16 20:41:52.151 | Apr 16 20:41:33 devstack devstack@n-api-meta.service[58969]: DEBUG oslo_db.sqlalchemy.engines [None req-aa528204-28e2-47a3-8201-ad9d80e1b2b8 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=58969) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:41:52.151 | Apr 16 20:41:33 devstack devstack@n-api-meta.service[58969]: DEBUG dbcounter [-] [58969] Writer thread running {{(pid=58969) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:41:52.151 | Apr 16 20:41:33 devstack devstack@n-api-meta.service[58968]: INFO dbcounter [None req-a6319c6e-472c-4c6f-a800-039005a28b0c None None] Registered counter for database nova_cell1 2025-04-16 20:41:52.151 | Apr 16 20:41:33 devstack devstack@n-api-meta.service[58968]: DEBUG oslo_db.sqlalchemy.engines [None req-a6319c6e-472c-4c6f-a800-039005a28b0c 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=58968) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:41:52.151 | Apr 16 20:41:33 devstack devstack@n-api-meta.service[58968]: DEBUG dbcounter [-] [58968] Writer thread running {{(pid=58968) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:41:52.151 | Apr 16 20:41:33 devstack devstack@n-api-meta.service[58969]: WARNING nova.api.metadata.handler [None req-aa528204-28e2-47a3-8201-ad9d80e1b2b8 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 20:41:52.151 | Apr 16 20:41:33 devstack devstack@n-api-meta.service[58969]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x594ff0586100 pid: 58969 (default app) 2025-04-16 20:41:52.151 | Apr 16 20:41:33 devstack devstack@n-api-meta.service[58968]: WARNING nova.api.metadata.handler [None req-a6319c6e-472c-4c6f-a800-039005a28b0c None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2025-04-16 20:41:52.151 | Apr 16 20:41:33 devstack devstack@n-api-meta.service[58968]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x594ff0586100 pid: 58968 (default app) 2025-04-16 20:41:52.154 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.156 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2025-04-16 20:41:52.165 | enabled 2025-04-16 20:41:52.168 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2025-04-16 20:41:52.179 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2025-04-16 20:41:52.179 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.179 | Active: active (running) since Wed 2025-04-16 20:41:04 UTC; 47s ago 2025-04-16 20:41:52.179 | Main PID: 54960 (uwsgi) 2025-04-16 20:41:52.179 | Status: "uWSGI is ready" 2025-04-16 20:41:52.179 | Tasks: 5 (limit: 19126) 2025-04-16 20:41:52.179 | Memory: 136.9M 2025-04-16 20:41:52.179 | CPU: 2.443s 2025-04-16 20:41:52.179 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2025-04-16 20:41:52.179 | ├─54960 "placementuWSGI master" 2025-04-16 20:41:52.179 | ├─54961 "placementuWSGI worker 1" 2025-04-16 20:41:52.179 | └─54962 "placementuWSGI worker 2" 2025-04-16 20:41:52.179 | 2025-04-16 20:41:52.179 | Apr 16 20:41:07 devstack devstack@placement-api.service[54961]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=54961) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2025-04-16 20:41:52.179 | Apr 16 20:41:07 devstack devstack@placement-api.service[54961]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x57a6b97ffb70 pid: 54961 (default app) 2025-04-16 20:41:52.179 | Apr 16 20:41:16 devstack devstack@placement-api.service[54962]: DEBUG dbcounter [-] [54962] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=54962) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.179 | Apr 16 20:41:17 devstack devstack@placement-api.service[54961]: DEBUG dbcounter [-] [54961] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=54961) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.179 | Apr 16 20:41:32 devstack devstack@placement-api.service[54962]: DEBUG placement.requestlog [None req-ee59112e-d98b-4346-8a3d-4b9957d11da8 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54962) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 20:41:52.179 | Apr 16 20:41:32 devstack devstack@placement-api.service[54962]: INFO placement.requestlog [None req-ee59112e-d98b-4346-8a3d-4b9957d11da8 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 20:41:52.179 | Apr 16 20:41:32 devstack devstack@placement-api.service[54962]: [pid: 54962|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 20:41:32 2025] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 20:41:52.179 | Apr 16 20:41:34 devstack devstack@placement-api.service[54961]: DEBUG placement.requestlog [None req-2f0efd0f-dcd2-44d0-8729-495a0a1b99e7 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=54961) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2025-04-16 20:41:52.179 | Apr 16 20:41:34 devstack devstack@placement-api.service[54961]: INFO placement.requestlog [None req-2f0efd0f-dcd2-44d0-8729-495a0a1b99e7 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2025-04-16 20:41:52.179 | Apr 16 20:41:34 devstack devstack@placement-api.service[54961]: [pid: 54961|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed Apr 16 20:41:34 2025] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2025-04-16 20:41:52.183 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.185 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2025-04-16 20:41:52.193 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2025-04-16 20:41:52.196 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.198 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2025-04-16 20:41:52.208 | enabled 2025-04-16 20:41:52.211 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2025-04-16 20:41:52.221 | ● devstack@g-api.service - Devstack devstack@g-api.service 2025-04-16 20:41:52.222 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.222 | Active: active (running) since Wed 2025-04-16 20:41:44 UTC; 7s ago 2025-04-16 20:41:52.222 | Main PID: 62522 (uwsgi) 2025-04-16 20:41:52.222 | Status: "uWSGI is ready" 2025-04-16 20:41:52.222 | Tasks: 9 (limit: 19126) 2025-04-16 20:41:52.222 | Memory: 223.5M 2025-04-16 20:41:52.222 | CPU: 4.527s 2025-04-16 20:41:52.222 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2025-04-16 20:41:52.222 | ├─62522 "glance-apiuWSGI master" 2025-04-16 20:41:52.222 | ├─62523 "glance-apiuWSGI worker 1" 2025-04-16 20:41:52.222 | └─62524 "glance-apiuWSGI worker 2" 2025-04-16 20:41:52.222 | 2025-04-16 20:41:52.222 | Apr 16 20:41:48 devstack devstack@g-api.service[62523]: DEBUG glance.api.middleware.version_negotiation [None req-b203fb91-83f9-489a-b2c4-cf3f42212f68 None None] new path /v2/images/4407539e-b292-42b4-91c4-4faa60d48bab/file {{(pid=62523) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2025-04-16 20:41:52.222 | Apr 16 20:41:48 devstack devstack@g-api.service[62523]: INFO dbcounter [None req-a42f9167-3137-45a3-b0a2-065e55925030 admin admin] Registered counter for database glance 2025-04-16 20:41:52.222 | Apr 16 20:41:48 devstack devstack@g-api.service[62523]: DEBUG oslo_db.sqlalchemy.engines [None req-a42f9167-3137-45a3-b0a2-065e55925030 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=62523) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:41:52.222 | Apr 16 20:41:48 devstack devstack@g-api.service[62523]: DEBUG dbcounter [-] [62523] Writer thread running {{(pid=62523) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2025-04-16 20:41:52.222 | Apr 16 20:41:48 devstack devstack@g-api.service[62523]: INFO glance.api.v2.image_data [None req-a42f9167-3137-45a3-b0a2-065e55925030 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2025-04-16 20:41:52.222 | Apr 16 20:41:49 devstack devstack@g-api.service[62523]: DEBUG glance.location [None req-a42f9167-3137-45a3-b0a2-065e55925030 admin admin] Enabling in-flight format inspection for vmdk {{(pid=62523) set_data /opt/stack/glance/glance/location.py:592}} 2025-04-16 20:41:52.222 | Apr 16 20:41:49 devstack devstack@g-api.service[62523]: DEBUG glance_store._drivers.filesystem [None req-a42f9167-3137-45a3-b0a2-065e55925030 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/4407539e-b292-42b4-91c4-4faa60d48bab with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=62523) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2025-04-16 20:41:52.222 | Apr 16 20:41:49 devstack devstack@g-api.service[62523]: INFO glance.location [None req-a42f9167-3137-45a3-b0a2-065e55925030 admin admin] Image format matched and virtual size computed: 117440512 2025-04-16 20:41:52.222 | Apr 16 20:41:49 devstack devstack@g-api.service[62523]: DEBUG glance_store.backend [None req-a42f9167-3137-45a3-b0a2-065e55925030 admin admin] Skipping store.set_acls... not implemented. {{(pid=62523) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2025-04-16 20:41:52.222 | Apr 16 20:41:49 devstack devstack@g-api.service[62523]: [pid: 62523|app: 0|req: 2/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed Apr 16 20:41:48 2025] PUT /v2/images/4407539e-b292-42b4-91c4-4faa60d48bab/file => generated 0 bytes in 756 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2025-04-16 20:41:52.225 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.227 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2025-04-16 20:41:52.236 | enabled 2025-04-16 20:41:52.238 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2025-04-16 20:41:52.249 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2025-04-16 20:41:52.249 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.249 | Active: active (running) since Wed 2025-04-16 20:41:40 UTC; 12s ago 2025-04-16 20:41:52.249 | Main PID: 61300 (cinder-schedule) 2025-04-16 20:41:52.249 | Tasks: 1 (limit: 19126) 2025-04-16 20:41:52.249 | Memory: 93.8M 2025-04-16 20:41:52.249 | CPU: 1.757s 2025-04-16 20:41:52.249 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2025-04-16 20:41:52.249 | └─61300 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2025-04-16 20:41:52.249 | 2025-04-16 20:41:52.249 | Apr 16 20:41:41 devstack cinder-scheduler[61300]: DEBUG oslo_service.service [None req-416c4bf2-fe5f-45a3-9f63-89e560ca923f None None] nova.token_auth_url = None {{(pid=61300) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.249 | Apr 16 20:41:41 devstack cinder-scheduler[61300]: DEBUG oslo_service.service [None req-416c4bf2-fe5f-45a3-9f63-89e560ca923f None None] ******************************************************************************** {{(pid=61300) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 20:41:52.249 | Apr 16 20:41:41 devstack cinder-scheduler[61300]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2025-04-16 20:41:52.249 | Apr 16 20:41:41 devstack cinder-scheduler[61300]: INFO cinder.manager [None req-a1b7b40e-a818-4649-9a2f-a8cb2bfa2dbe None None] Initiating service 1 cleanup 2025-04-16 20:41:52.249 | Apr 16 20:41:41 devstack cinder-scheduler[61300]: INFO cinder.manager [None req-a1b7b40e-a818-4649-9a2f-a8cb2bfa2dbe None None] Service 1 cleanup completed. 2025-04-16 20:41:52.249 | Apr 16 20:41:41 devstack cinder-scheduler[61300]: DEBUG cinder.service [None req-a1b7b40e-a818-4649-9a2f-a8cb2bfa2dbe None None] Creating RPC server for service cinder-scheduler {{(pid=61300) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 20:41:52.249 | Apr 16 20:41:41 devstack cinder-scheduler[61300]: DEBUG cinder.service [None req-a1b7b40e-a818-4649-9a2f-a8cb2bfa2dbe None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61300) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 20:41:52.249 | Apr 16 20:41:45 devstack cinder-scheduler[61300]: DEBUG cinder.scheduler.host_manager [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 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=61300) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2025-04-16 20:41:52.249 | Apr 16 20:41:45 devstack cinder-scheduler[61300]: DEBUG cinder.scheduler.host_manager [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2025, 4, 16, 20, 41, 45, 482843)} {{(pid=61300) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2025-04-16 20:41:52.249 | Apr 16 20:41:45 devstack cinder-scheduler[61300]: DEBUG cinder.utils [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=61300) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2025-04-16 20:41:52.252 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.254 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2025-04-16 20:41:52.263 | enabled 2025-04-16 20:41:52.266 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2025-04-16 20:41:52.277 | ● devstack@c-api.service - Devstack devstack@c-api.service 2025-04-16 20:41:52.277 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.277 | Active: active (running) since Wed 2025-04-16 20:41:37 UTC; 15s ago 2025-04-16 20:41:52.277 | Main PID: 60764 (uwsgi) 2025-04-16 20:41:52.277 | Status: "uWSGI is ready" 2025-04-16 20:41:52.277 | Tasks: 7 (limit: 19126) 2025-04-16 20:41:52.277 | Memory: 213.5M 2025-04-16 20:41:52.277 | CPU: 4.700s 2025-04-16 20:41:52.277 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2025-04-16 20:41:52.277 | ├─60764 "cinder-apiuWSGI master" 2025-04-16 20:41:52.277 | ├─60765 "cinder-apiuWSGI worker 1" 2025-04-16 20:41:52.277 | └─60766 "cinder-apiuWSGI worker 2" 2025-04-16 20:41:52.277 | 2025-04-16 20:41:52.277 | Apr 16 20:41:42 devstack devstack@c-api.service[60765]: INFO cinder.api.openstack.wsgi [None req-b45002cd-838c-4d35-9d32-7e46e717291f admin admin] http://10.180.1.21/volume/v3/0c9919c381ed4ae08ec1c6d27ce1eaac/types returned with HTTP 200 2025-04-16 20:41:52.277 | Apr 16 20:41:42 devstack devstack@c-api.service[60765]: [pid: 60765|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Wed Apr 16 20:41:42 2025] POST /volume/v3/0c9919c381ed4ae08ec1c6d27ce1eaac/types => generated 182 bytes in 489 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2025-04-16 20:41:52.277 | Apr 16 20:41:42 devstack devstack@c-api.service[60766]: DEBUG cinder.api.middleware.request_id [req-b45002cd-838c-4d35-9d32-7e46e717291f req-b0a33adc-3c07-4132-a87a-ef7842b9cce6 None None] RequestId filter calling following filter/app {{(pid=60766) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2025-04-16 20:41:52.277 | Apr 16 20:41:43 devstack devstack@c-api.service[60766]: INFO cinder.api.openstack.wsgi [req-b45002cd-838c-4d35-9d32-7e46e717291f req-b0a33adc-3c07-4132-a87a-ef7842b9cce6 admin admin] POST http://10.180.1.21/volume/v3/0c9919c381ed4ae08ec1c6d27ce1eaac/types/5a2549d5-7cdd-4849-a474-17cf96e207bd/extra_specs 2025-04-16 20:41:52.277 | Apr 16 20:41:43 devstack devstack@c-api.service[60766]: DEBUG cinder.api.openstack.wsgi [req-b45002cd-838c-4d35-9d32-7e46e717291f req-b0a33adc-3c07-4132-a87a-ef7842b9cce6 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=60766) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2025-04-16 20:41:52.277 | Apr 16 20:41:43 devstack devstack@c-api.service[60766]: /opt/stack/data/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2025-04-16 20:41:52.277 | Apr 16 20:41:43 devstack devstack@c-api.service[60766]: warnings.warn('Policy enforcement is depending on the value of ' 2025-04-16 20:41:52.277 | Apr 16 20:41:43 devstack devstack@c-api.service[60766]: DEBUG oslo_db.sqlalchemy.engines [req-b45002cd-838c-4d35-9d32-7e46e717291f req-b0a33adc-3c07-4132-a87a-ef7842b9cce6 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=60766) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2025-04-16 20:41:52.277 | Apr 16 20:41:43 devstack devstack@c-api.service[60766]: INFO cinder.api.openstack.wsgi [req-b45002cd-838c-4d35-9d32-7e46e717291f req-b0a33adc-3c07-4132-a87a-ef7842b9cce6 admin admin] http://10.180.1.21/volume/v3/0c9919c381ed4ae08ec1c6d27ce1eaac/types/5a2549d5-7cdd-4849-a474-17cf96e207bd/extra_specs returned with HTTP 200 2025-04-16 20:41:52.277 | Apr 16 20:41:43 devstack devstack@c-api.service[60766]: [pid: 60766|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed Apr 16 20:41:42 2025] POST /volume/v3/0c9919c381ed4ae08ec1c6d27ce1eaac/types/5a2549d5-7cdd-4849-a474-17cf96e207bd/extra_specs => generated 51 bytes in 428 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2025-04-16 20:41:52.280 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.282 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2025-04-16 20:41:52.291 | enabled 2025-04-16 20:41:52.294 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2025-04-16 20:41:52.305 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2025-04-16 20:41:52.305 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.305 | Active: active (running) since Wed 2025-04-16 20:41:41 UTC; 11s ago 2025-04-16 20:41:52.305 | Main PID: 61846 (cinder-volume) 2025-04-16 20:41:52.305 | Tasks: 3 (limit: 19126) 2025-04-16 20:41:52.305 | Memory: 242.8M 2025-04-16 20:41:52.305 | CPU: 4.271s 2025-04-16 20:41:52.305 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2025-04-16 20:41:52.305 | ├─61846 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 20:41:52.305 | └─61948 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2025-04-16 20:41:52.305 | 2025-04-16 20:41:52.305 | Apr 16 20:41:45 devstack cinder-volume[61948]: DEBUG cinder.image.image_utils [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=61948) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1242}} 2025-04-16 20:41:52.305 | Apr 16 20:41:45 devstack cinder-volume[61948]: INFO cinder.keymgr.migration [None req-3486a87b-570a-4d05-8425-9acfa09f3579 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2025-04-16 20:41:52.305 | Apr 16 20:41:45 devstack cinder-volume[61948]: DEBUG cinder.manager [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Notifying Schedulers of capabilities ... {{(pid=61948) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2025-04-16 20:41:52.305 | Apr 16 20:41:45 devstack cinder-volume[61948]: INFO cinder.volume.manager [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Driver initialization completed successfully. 2025-04-16 20:41:52.305 | Apr 16 20:41:45 devstack cinder-volume[61948]: INFO cinder.manager [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Initiating service 2 cleanup 2025-04-16 20:41:52.305 | Apr 16 20:41:45 devstack cinder-volume[61948]: INFO cinder.manager [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Service 2 cleanup completed. 2025-04-16 20:41:52.305 | Apr 16 20:41:45 devstack cinder-volume[61948]: DEBUG cinder.service [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Creating RPC server for service cinder-volume {{(pid=61948) start /opt/stack/cinder/cinder/service.py:239}} 2025-04-16 20:41:52.305 | Apr 16 20:41:45 devstack cinder-volume[61948]: DEBUG cinder.service [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=61948) start /opt/stack/cinder/cinder/service.py:245}} 2025-04-16 20:41:52.305 | Apr 16 20:41:45 devstack cinder-volume[61948]: INFO cinder.volume.manager [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2025-04-16 20:41:52.305 | Apr 16 20:41:45 devstack cinder-volume[61948]: INFO cinder.volume.manager [None req-e0b121f7-1e2e-47fc-9c03-42ff83057799 None None] Driver post RPC initialization completed successfully. 2025-04-16 20:41:52.308 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.310 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2025-04-16 20:41:52.318 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2025-04-16 20:41:52.321 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.323 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2025-04-16 20:41:52.331 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2025-04-16 20:41:52.334 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.336 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2025-04-16 20:41:52.345 | enabled 2025-04-16 20:41:52.348 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2025-04-16 20:41:52.359 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2025-04-16 20:41:52.359 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.359 | Active: active (running) since Wed 2025-04-16 20:41:00 UTC; 51s ago 2025-04-16 20:41:52.359 | Main PID: 54236 (/opt/stack/data) 2025-04-16 20:41:52.359 | Tasks: 5 (limit: 19126) 2025-04-16 20:41:52.359 | Memory: 383.2M 2025-04-16 20:41:52.359 | CPU: 10.439s 2025-04-16 20:41:52.359 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2025-04-16 20:41:52.359 | ├─54236 "/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2025-04-16 20:41:52.359 | ├─54339 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 20:41:52.359 | ├─54340 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 20:41:52.359 | ├─54341 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 20:41:52.359 | └─54342 "neutron-server: periodic worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 20:41:52.359 | 2025-04-16 20:41:52.359 | Apr 16 20:41:38 devstack neutron-server[54340]: DEBUG dbcounter [-] [54340] Writing DB stats neutron:SELECT=268,neutron:INSERT=25,neutron:UPDATE=7,neutron:DELETE=2 {{(pid=54340) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.359 | Apr 16 20:41:38 devstack neutron-server[54340]: DEBUG dbcounter [-] [54340] Writing DB stats neutron:SELECT=294,neutron:INSERT=23,neutron:UPDATE=7,neutron:DELETE=2 {{(pid=54340) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.359 | Apr 16 20:41:39 devstack neutron-server[54339]: DEBUG dbcounter [-] [54339] Writing DB stats neutron:SELECT=344,neutron:INSERT=18,neutron:DELETE=6,neutron:UPDATE=6 {{(pid=54339) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.359 | Apr 16 20:41:39 devstack neutron-server[54339]: DEBUG dbcounter [-] [54339] Writing DB stats neutron:INSERT=22,neutron:SELECT=332,neutron:DELETE=2,neutron:UPDATE=5 {{(pid=54339) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.359 | Apr 16 20:41:40 devstack neutron-server[54341]: DEBUG neutron_lib.callbacks.manager [None req-45ebf437-8778-4fe7-9b6e-6ddbbbfadcb9 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7722117063551', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1844607'] for agent (dca28def-02e2-4bde-b73b-8e9d132899db), after_update {{(pid=54341) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 20:41:52.359 | Apr 16 20:41:41 devstack neutron-server[54341]: DEBUG neutron_lib.callbacks.manager [None req-17513d42-4822-4688-93c9-0a89e14ad973 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7722117063551', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1844607'] for agent (0a47c602-e903-4476-9a82-b81d541c0d17), after_update {{(pid=54341) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 20:41:52.359 | Apr 16 20:41:41 devstack neutron-server[54341]: DEBUG neutron_lib.callbacks.manager [None req-c0b2140f-21d7-4356-801b-e5c03581f89d None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7722117063551', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1844607'] for agent (4284ec9e-f9ad-4c66-a7d5-c3dfdd44df0c), after_update {{(pid=54341) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 20:41:52.359 | Apr 16 20:41:42 devstack neutron-server[54341]: DEBUG neutron_lib.callbacks.manager [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7722117063551', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1844607'] for agent (43a7274c-8fb9-4002-a3d6-da2bbafc1cd4), after_update {{(pid=54341) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2025-04-16 20:41:52.360 | Apr 16 20:41:52 devstack neutron-server[54341]: DEBUG dbcounter [-] [54341] Writing DB stats neutron:SELECT=561,neutron:INSERT=6,neutron:UPDATE=13 {{(pid=54341) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.360 | Apr 16 20:41:52 devstack neutron-server[54341]: DEBUG dbcounter [-] [54341] Writing DB stats neutron:SELECT=555,neutron:INSERT=8,neutron:UPDATE=8 {{(pid=54341) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2025-04-16 20:41:52.363 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.365 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2025-04-16 20:41:52.373 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2025-04-16 20:41:52.376 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.378 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2025-04-16 20:41:52.386 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2025-04-16 20:41:52.389 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.391 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2025-04-16 20:41:52.399 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2025-04-16 20:41:52.402 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.404 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2025-04-16 20:41:52.412 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2025-04-16 20:41:52.415 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.417 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2025-04-16 20:41:52.427 | enabled 2025-04-16 20:41:52.430 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2025-04-16 20:41:52.441 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2025-04-16 20:41:52.441 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.441 | Active: active (running) since Wed 2025-04-16 20:41:07 UTC; 45s ago 2025-04-16 20:41:52.441 | Main PID: 55490 (neutron-openvsw) 2025-04-16 20:41:52.441 | Tasks: 4 (limit: 19126) 2025-04-16 20:41:52.441 | Memory: 153.3M 2025-04-16 20:41:52.441 | CPU: 3.737s 2025-04-16 20:41:52.441 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2025-04-16 20:41:52.441 | ├─55490 "neutron-openvswitch-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2025-04-16 20:41:52.441 | ├─57054 /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/tmposvhbcdp/privsep.sock 2025-04-16 20:41:52.441 | └─57057 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2025-04-16 20:41:52.441 | 2025-04-16 20:41:52.441 | Apr 16 20:41:49 devstack neutron-openvswitch-agent[55490]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-32ac77e1-d0ed-48bc-9471-96ea428bc5d3 None None] Agent rpc_loop - iteration:18 started 2025-04-16 20:41:52.441 | Apr 16 20:41:49 devstack neutron-openvswitch-agent[55490]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-32ac77e1-d0ed-48bc-9471-96ea428bc5d3 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x5f083e50,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=5795300459277725763,duration_nsec=270000000,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=55490) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 20:41:52.441 | Apr 16 20:41:49 devstack neutron-openvswitch-agent[55490]: DEBUG neutron.agent.linux.utils [None req-32ac77e1-d0ed-48bc-9471-96ea428bc5d3 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57057. {{(pid=55490) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 20:41:52.441 | Apr 16 20:41:49 devstack neutron-openvswitch-agent[55490]: DEBUG neutron.agent.common.ovsdb_monitor [None req-32ac77e1-d0ed-48bc-9471-96ea428bc5d3 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55490) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 20:41:52.441 | Apr 16 20:41:49 devstack neutron-openvswitch-agent[55490]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-32ac77e1-d0ed-48bc-9471-96ea428bc5d3 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-16 20:41:52.441 | Apr 16 20:41:51 devstack neutron-openvswitch-agent[55490]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-32ac77e1-d0ed-48bc-9471-96ea428bc5d3 None None] Agent rpc_loop - iteration:19 started 2025-04-16 20:41:52.441 | Apr 16 20:41:51 devstack neutron-openvswitch-agent[55490]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-32ac77e1-d0ed-48bc-9471-96ea428bc5d3 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x5f083e52,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=5795300459277725763,duration_nsec=270000000,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=55490) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2025-04-16 20:41:52.441 | Apr 16 20:41:51 devstack neutron-openvswitch-agent[55490]: DEBUG neutron.agent.linux.utils [None req-32ac77e1-d0ed-48bc-9471-96ea428bc5d3 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 57057. {{(pid=55490) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2025-04-16 20:41:52.441 | Apr 16 20:41:51 devstack neutron-openvswitch-agent[55490]: DEBUG neutron.agent.common.ovsdb_monitor [None req-32ac77e1-d0ed-48bc-9471-96ea428bc5d3 None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=55490) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2025-04-16 20:41:52.441 | Apr 16 20:41:51 devstack neutron-openvswitch-agent[55490]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-32ac77e1-d0ed-48bc-9471-96ea428bc5d3 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2025-04-16 20:41:52.444 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.446 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2025-04-16 20:41:52.455 | enabled 2025-04-16 20:41:52.458 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2025-04-16 20:41:52.469 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2025-04-16 20:41:52.469 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.469 | Active: active (running) since Wed 2025-04-16 20:41:08 UTC; 44s ago 2025-04-16 20:41:52.469 | Main PID: 55935 (neutron-dhcp-ag) 2025-04-16 20:41:52.469 | Tasks: 13 (limit: 19126) 2025-04-16 20:41:52.469 | Memory: 400.1M 2025-04-16 20:41:52.469 | CPU: 8.599s 2025-04-16 20:41:52.469 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2025-04-16 20:41:52.469 | ├─55935 "neutron-dhcp-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2025-04-16 20:41:52.469 | ├─57250 /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/tmpsgei5mhk/privsep.sock 2025-04-16 20:41:52.469 | ├─57289 /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/tmpjt86vy11/privsep.sock 2025-04-16 20:41:52.469 | ├─57350 /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/tmpmpzeam35/privsep.sock 2025-04-16 20:41:52.469 | ├─57439 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 20:41:52.469 | ├─57440 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 20:41:52.469 | └─57481 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/525cddc4-9d6c-48f0-9229-cfdb011c3377/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/525cddc4-9d6c-48f0-9229-cfdb011c3377/host --addn-hosts=/opt/stack/data/neutron/dhcp/525cddc4-9d6c-48f0-9229-cfdb011c3377/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/525cddc4-9d6c-48f0-9229-cfdb011c3377/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/525cddc4-9d6c-48f0-9229-cfdb011c3377/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-c9ff4a07-ab1b-4093-b8e0-7152a5bdc4b2,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2025-04-16 20:41:52.469 | 2025-04-16 20:41:52.469 | Apr 16 20:41:24 devstack neutron-dhcp-agent[55935]: INFO neutron.agent.dhcp.agent [None req-2a38911f-2a18-4c62-84b3-097c86816b58 None None] DHCP configuration for ports {'95dc42eb-fc14-451b-9d43-335e596b5047'} is completed 2025-04-16 20:41:52.469 | Apr 16 20:41:26 devstack neutron-dhcp-agent[55935]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'ce16ed24-ad0c-4ac2-8a26-52c632aae352'}, 'priority': 0},) {} {{(pid=55935) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 20:41:52.469 | Apr 16 20:41:26 devstack neutron-dhcp-agent[55935]: DEBUG oslo_concurrency.lockutils [None req-7fe9910e-7636-4fe6-97d3-c1642bf92923 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55935) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 20:41:52.469 | Apr 16 20:41:26 devstack neutron-dhcp-agent[55935]: DEBUG oslo_concurrency.lockutils [None req-7fe9910e-7636-4fe6-97d3-c1642bf92923 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55935) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 20:41:52.470 | Apr 16 20:41:26 devstack neutron-dhcp-agent[55935]: DEBUG oslo_concurrency.lockutils [None req-7fe9910e-7636-4fe6-97d3-c1642bf92923 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55935) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 20:41:52.470 | Apr 16 20:41:26 devstack neutron-dhcp-agent[55935]: DEBUG neutron.agent.dhcp.agent [None req-7fe9910e-7636-4fe6-97d3-c1642bf92923 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '6b122d19-d52b-400d-a3ad-548e7d071deb', 'name': 'public-subnet', 'tenant_id': '0c9919c381ed4ae08ec1c6d27ce1eaac', 'network_id': 'ce16ed24-ad0c-4ac2-8a26-52c632aae352', '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-16T20:41:25Z', 'updated_at': '2025-04-16T20:41:25Z', 'revision_number': 0, 'project_id': '0c9919c381ed4ae08ec1c6d27ce1eaac', 'network': {'id': 'ce16ed24-ad0c-4ac2-8a26-52c632aae352', 'name': 'public', 'tenant_id': '0c9919c381ed4ae08ec1c6d27ce1eaac', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['6b122d19-d52b-400d-a3ad-548e7d071deb'], '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-16T20:41:22Z', 'updated_at': '2025-04-16T20:41:25Z', 'revision_number': 2, 'project_id': '0c9919c381ed4ae08ec1c6d27ce1eaac', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=55935) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 20:41:52.470 | Apr 16 20:41:26 devstack neutron-dhcp-agent[55935]: DEBUG oslo_concurrency.lockutils [None req-a08d9a93-668a-4bce-bf5b-2aa47f52faa6 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=55935) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2025-04-16 20:41:52.470 | Apr 16 20:41:26 devstack neutron-dhcp-agent[55935]: DEBUG oslo_concurrency.lockutils [None req-a08d9a93-668a-4bce-bf5b-2aa47f52faa6 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=55935) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2025-04-16 20:41:52.470 | Apr 16 20:41:26 devstack neutron-dhcp-agent[55935]: DEBUG oslo_concurrency.lockutils [None req-a08d9a93-668a-4bce-bf5b-2aa47f52faa6 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=55935) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2025-04-16 20:41:52.470 | Apr 16 20:41:27 devstack neutron-dhcp-agent[55935]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=55935) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2025-04-16 20:41:52.472 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.475 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2025-04-16 20:41:52.483 | enabled 2025-04-16 20:41:52.486 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2025-04-16 20:41:52.497 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2025-04-16 20:41:52.497 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.497 | Active: active (running) since Wed 2025-04-16 20:41:09 UTC; 43s ago 2025-04-16 20:41:52.497 | Main PID: 56393 (neutron-l3-agen) 2025-04-16 20:41:52.497 | Tasks: 22 (limit: 19126) 2025-04-16 20:41:52.497 | Memory: 405.3M 2025-04-16 20:41:52.497 | CPU: 8.653s 2025-04-16 20:41:52.497 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2025-04-16 20:41:52.497 | ├─56393 "neutron-l3-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2025-04-16 20:41:52.497 | ├─57048 /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/tmptr805wxh/privsep.sock 2025-04-16 20:41:52.497 | ├─57659 /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/tmpi_uatwwk/privsep.sock 2025-04-16 20:41:52.497 | ├─57671 /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/tmpoyt2f535/privsep.sock 2025-04-16 20:41:52.498 | ├─57934 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 20:41:52.498 | ├─57941 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2025-04-16 20:41:52.498 | └─58198 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/5e3e2c79-fe3f-4745-957c-6f9cea8a1f04.conf 2025-04-16 20:41:52.498 | 2025-04-16 20:41:52.498 | Apr 16 20:41:33 devstack neutron-l3-agent[56393]: DEBUG oslo.privsep.daemon [-] privsep: reply[21f10b6c-3e4b-4dde-be40-a5762a53dc09]: (4, ('ARPING 10.180.180.183 from 10.180.180.183 qg-f0ef337b-58\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57659) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:41:52.498 | Apr 16 20:41:34 devstack neutron-l3-agent[56393]: DEBUG oslo.privsep.daemon [-] privsep: reply[360671b1-5f37-4242-8689-3589a3aed614]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-95dc42eb-fc\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57659) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:41:52.498 | Apr 16 20:41:35 devstack neutron-l3-agent[56393]: DEBUG oslo.privsep.daemon [-] privsep: reply[f5cc457a-4a6b-421e-bc54-3d508565e636]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-95dc42eb-fc\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57659) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:41:52.498 | Apr 16 20:41:36 devstack neutron-l3-agent[56393]: DEBUG oslo.privsep.daemon [-] privsep: reply[ce937589-c686-4c2a-bb25-0dd058eba6a0]: (4, ('ARPING 10.180.180.183 from 10.180.180.183 qg-f0ef337b-58\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57659) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:41:52.498 | Apr 16 20:41:37 devstack neutron-l3-agent[56393]: DEBUG oslo.privsep.daemon [-] privsep: reply[71768285-c95f-4952-8977-1cd760337bee]: (4, ('ARPING 10.180.180.183 from 10.180.180.183 qg-f0ef337b-58\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57659) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:41:52.498 | Apr 16 20:41:38 devstack neutron-l3-agent[56393]: DEBUG oslo.privsep.daemon [-] privsep: reply[6d5407af-e902-4285-90b1-8fe43529166e]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-95dc42eb-fc\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57659) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:41:52.498 | Apr 16 20:41:39 devstack neutron-l3-agent[56393]: DEBUG oslo.privsep.daemon [-] privsep: reply[3d7d4028-012d-4c76-b175-b48604a9344c]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-95dc42eb-fc\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57659) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:41:52.498 | Apr 16 20:41:40 devstack neutron-l3-agent[56393]: DEBUG oslo.privsep.daemon [-] privsep: reply[7b0f0e57-4c46-4926-ae60-3454fb697759]: (4, ('ARPING 10.180.180.183 from 10.180.180.183 qg-f0ef337b-58\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57659) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:41:52.498 | Apr 16 20:41:41 devstack neutron-l3-agent[56393]: DEBUG oslo.privsep.daemon [-] privsep: reply[6a055a38-7ef2-4096-a701-25cb71323de1]: (4, ('ARPING 10.180.180.183 from 10.180.180.183 qg-f0ef337b-58\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=57659) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2025-04-16 20:41:52.498 | Apr 16 20:41:51 devstack neutron-l3-agent[56393]: DEBUG oslo_service.periodic_task [None req-90e55987-ec55-4247-bc7b-c2b45a415caf None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=56393) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} 2025-04-16 20:41:52.501 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2025-04-16 20:41:52.503 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2025-04-16 20:41:52.512 | enabled 2025-04-16 20:41:52.515 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2025-04-16 20:41:52.526 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2025-04-16 20:41:52.526 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2025-04-16 20:41:52.526 | Active: active (running) since Wed 2025-04-16 20:41:10 UTC; 42s ago 2025-04-16 20:41:52.526 | Main PID: 56835 (neutron-metadat) 2025-04-16 20:41:52.526 | Tasks: 3 (limit: 19126) 2025-04-16 20:41:52.526 | Memory: 117.2M 2025-04-16 20:41:52.526 | CPU: 1.942s 2025-04-16 20:41:52.526 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2025-04-16 20:41:52.526 | ├─56835 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 20:41:52.526 | ├─57046 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 20:41:52.526 | └─57047 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2025-04-16 20:41:52.526 | 2025-04-16 20:41:52.526 | Apr 16 20:41:12 devstack neutron-metadata-agent[56835]: DEBUG oslo_service.service [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=56835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.526 | Apr 16 20:41:12 devstack neutron-metadata-agent[56835]: DEBUG oslo_service.service [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=56835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.526 | Apr 16 20:41:12 devstack neutron-metadata-agent[56835]: DEBUG oslo_service.service [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=56835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.526 | Apr 16 20:41:12 devstack neutron-metadata-agent[56835]: DEBUG oslo_service.service [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=56835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.526 | Apr 16 20:41:12 devstack neutron-metadata-agent[56835]: DEBUG oslo_service.service [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] oslo_messaging_rabbit.ssl_version = {{(pid=56835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.526 | Apr 16 20:41:12 devstack neutron-metadata-agent[56835]: DEBUG oslo_service.service [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] oslo_messaging_notifications.driver = [] {{(pid=56835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.526 | Apr 16 20:41:12 devstack neutron-metadata-agent[56835]: DEBUG oslo_service.service [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] oslo_messaging_notifications.retry = -1 {{(pid=56835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.526 | Apr 16 20:41:12 devstack neutron-metadata-agent[56835]: DEBUG oslo_service.service [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=56835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.526 | Apr 16 20:41:12 devstack neutron-metadata-agent[56835]: DEBUG oslo_service.service [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] oslo_messaging_notifications.transport_url = **** {{(pid=56835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2025-04-16 20:41:52.526 | Apr 16 20:41:12 devstack neutron-metadata-agent[56835]: DEBUG oslo_service.service [None req-71df1dc6-f815-4acb-822f-389c15ed3907 None None] ******************************************************************************** {{(pid=56835) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2025-04-16 20:41:52.529 | + stack.sh:main:1460 : is_service_enabled n-api 2025-04-16 20:41:52.543 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:52.545 | + stack.sh:main:1461 : is_service_enabled n-cpu 2025-04-16 20:41:52.560 | + functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:41:52.562 | + stack.sh:main:1468 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2025-04-16 20:41:52.564 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:52.566 | + stack.sh:echo_summary:461 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2025-04-16 20:41:52.568 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2025-04-16 20:41:53.021 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2025-04-16 20:41:54.417 | +--------------------------------------------------------------------+ 2025-04-16 20:41:54.417 | | Upgrade Check Results | 2025-04-16 20:41:54.417 | +--------------------------------------------------------------------+ 2025-04-16 20:41:54.417 | | Check: Cells v2 | 2025-04-16 20:41:54.417 | | Result: Success | 2025-04-16 20:41:54.417 | | Details: No host mappings or compute nodes were found. Remember to | 2025-04-16 20:41:54.417 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2025-04-16 20:41:54.417 | | compute hosts are deployed. | 2025-04-16 20:41:54.417 | +--------------------------------------------------------------------+ 2025-04-16 20:41:54.417 | | Check: Placement API | 2025-04-16 20:41:54.417 | | Result: Success | 2025-04-16 20:41:54.417 | | Details: None | 2025-04-16 20:41:54.417 | +--------------------------------------------------------------------+ 2025-04-16 20:41:54.417 | | Check: Cinder API | 2025-04-16 20:41:54.417 | | Result: Success | 2025-04-16 20:41:54.417 | | Details: None | 2025-04-16 20:41:54.417 | +--------------------------------------------------------------------+ 2025-04-16 20:41:54.417 | | Check: Policy File JSON to YAML Migration | 2025-04-16 20:41:54.417 | | Result: Success | 2025-04-16 20:41:54.417 | | Details: None | 2025-04-16 20:41:54.417 | +--------------------------------------------------------------------+ 2025-04-16 20:41:54.417 | | Check: Older than N-1 computes | 2025-04-16 20:41:54.417 | | Result: Success | 2025-04-16 20:41:54.417 | | Details: None | 2025-04-16 20:41:54.417 | +--------------------------------------------------------------------+ 2025-04-16 20:41:54.417 | | Check: hw_machine_type unset | 2025-04-16 20:41:54.417 | | Result: Success | 2025-04-16 20:41:54.417 | | Details: None | 2025-04-16 20:41:54.417 | +--------------------------------------------------------------------+ 2025-04-16 20:41:54.417 | | Check: Service User Token Configuration | 2025-04-16 20:41:54.417 | | Result: Success | 2025-04-16 20:41:54.417 | | Details: None | 2025-04-16 20:41:54.417 | +--------------------------------------------------------------------+ 2025-04-16 20:41:54.751 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2025-04-16 20:41:54.754 | + stack.sh:main:1493 : command openstack complete 2025-04-16 20:41:54.755 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2025-04-16 20:41:56.070 | + stack.sh:main:1497 : is_service_enabled cinder 2025-04-16 20:41:56.086 | + functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:56.088 | + stack.sh:main:1498 : is_ubuntu 2025-04-16 20:41:56.090 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2025-04-16 20:41:56.092 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2025-04-16 20:41:56.094 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2025-04-16 20:41:56.097 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:56.099 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2025-04-16 20:41:56.101 | + stack.sh:main:1500 : set_lvm_filter 2025-04-16 20:41:56.103 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2025-04-16 20:41:56.105 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2025-04-16 20:41:56.107 | + lib/lvm:set_lvm_filter:191 : local pv 2025-04-16 20:41:56.110 | + lib/lvm:set_lvm_filter:192 : local vg 2025-04-16 20:41:56.111 | + lib/lvm:set_lvm_filter:193 : local line 2025-04-16 20:41:56.114 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2025-04-16 20:41:56.161 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 20:41:56.163 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2025-04-16 20:41:56.165 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2025-04-16 20:41:56.177 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2025-04-16 20:41:56.187 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2025-04-16 20:41:56.189 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:56.191 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2025-04-16 20:41:56.193 | + stack.sh:main:1510 : run_phase stack test-config 2025-04-16 20:41:56.196 | + functions-common:run_phase:1828 : local mode=stack 2025-04-16 20:41:56.198 | + functions-common:run_phase:1829 : local phase=test-config 2025-04-16 20:41:56.200 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2025-04-16 20:41:56.202 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2025-04-16 20:41:56.204 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2025-04-16 20:41:56.206 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2025-04-16 20:41:56.208 | + functions-common:run_phase:1838 : local extra 2025-04-16 20:41:56.211 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2025-04-16 20:41:56.214 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2025-04-16 20:41:56.216 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2025-04-16 20:41:56.218 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2025-04-16 20:41:56.220 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2025-04-16 20:41:56.222 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2025-04-16 20:41:56.235 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:56.237 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:41:56.239 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:56.241 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 20:41:56.243 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:56.245 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 20:41:56.247 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:56.249 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 20:41:56.251 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:56.253 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2025-04-16 20:41:56.254 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:41:56.256 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2025-04-16 20:41:56.258 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2025-04-16 20:41:56.293 | [3502 Async install_tempest:34190]: Waiting for completion of install_tempest running on PID 34190 (1 other jobs running) 2025-04-16 20:41:56.310 | [3502 Async install_tempest:34190]: Signaling child to exit 2025-04-16 20:41:56.310 | WAKEUP 2025-04-16 20:41:56.325 | [3502 Async install_tempest:34190]: Signaled 2025-04-16 20:41:56.326 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:574 : local git_ref=master 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:575 : local orig_dir 2025-04-16 20:41:56.326 | +++ functions-common:git_clone:576 : pwd 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:577 : local git_clone_flags= 2025-04-16 20:41:56.326 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:579 : RECLONE=False 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:593 : echo master 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2025-04-16 20:41:56.326 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 20:41:56.326 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 20:41:56.326 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 20:41:56.326 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:41:56.326 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 20:41:56.326 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:41:56.326 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:41:56.326 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:56.326 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:56.326 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:56.326 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744835903318 2025-04-16 20:41:56.326 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2025-04-16 20:41:56.326 | Cloning into '/opt/stack//tempest'... 2025-04-16 20:41:56.326 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:41:56.326 | ++ functions-common:time_stop:2400 : local name 2025-04-16 20:41:56.326 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:56.326 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2403 : local total 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2407 : start_time=1744835903318 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2409 : [[ -z 1744835903318 ]] 2025-04-16 20:41:56.327 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2412 : end_time=1744835905409 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2413 : elapsed_time=2091 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2414 : total=41665 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=43756 2025-04-16 20:41:56.327 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2025-04-16 20:41:56.327 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:41:56.327 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:41:56.327 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:56.327 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:56.327 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:56.327 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744835905439 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2025-04-16 20:41:56.327 | From https://opendev.org/openstack/tempest 2025-04-16 20:41:56.327 | * branch master -> FETCH_HEAD 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2400 : local name 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2403 : local total 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2407 : start_time=1744835905439 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2409 : [[ -z 1744835905439 ]] 2025-04-16 20:41:56.327 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2412 : end_time=1744835906317 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2413 : elapsed_time=878 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2414 : total=43756 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44634 2025-04-16 20:41:56.327 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:680 : local count=0 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:681 : local timeout=0 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:684 : timeout=0 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:687 : time_start git_timed 2025-04-16 20:41:56.327 | ++ functions-common:time_start:2386 : local name=git_timed 2025-04-16 20:41:56.327 | ++ functions-common:time_start:2387 : local start_time= 2025-04-16 20:41:56.327 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2025-04-16 20:41:56.327 | +++ functions-common:time_start:2391 : date +%s%3N 2025-04-16 20:41:56.327 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1744835906345 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2025-04-16 20:41:56.327 | Note: switching to 'FETCH_HEAD'. 2025-04-16 20:41:56.327 | 2025-04-16 20:41:56.327 | You are in 'detached HEAD' state. You can look around, make experimental 2025-04-16 20:41:56.327 | changes and commit them, and you can discard any commits you make in this 2025-04-16 20:41:56.327 | state without impacting any branches by switching back to a branch. 2025-04-16 20:41:56.327 | 2025-04-16 20:41:56.327 | If you want to create a new branch to retain commits you create, you may 2025-04-16 20:41:56.327 | do so (now or later) by using -c with the switch command. Example: 2025-04-16 20:41:56.327 | 2025-04-16 20:41:56.327 | git switch -c 2025-04-16 20:41:56.327 | 2025-04-16 20:41:56.327 | Or undo this operation with: 2025-04-16 20:41:56.327 | 2025-04-16 20:41:56.327 | git switch - 2025-04-16 20:41:56.327 | 2025-04-16 20:41:56.327 | Turn off this advice by setting config variable advice.detachedHead to false 2025-04-16 20:41:56.327 | 2025-04-16 20:41:56.327 | HEAD is now at 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 20:41:56.327 | ++ functions-common:git_timed:702 : time_stop git_timed 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2400 : local name 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2403 : local total 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2406 : name=git_timed 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2407 : start_time=1744835906345 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2409 : [[ -z 1744835906345 ]] 2025-04-16 20:41:56.327 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2412 : end_time=1744835906442 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2413 : elapsed_time=97 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2414 : total=44634 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:56.327 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44731 2025-04-16 20:41:56.327 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2025-04-16 20:41:56.327 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2025-04-16 20:41:56.327 | ++ functions-common:git_clone:656 : git show --oneline 2025-04-16 20:41:56.327 | ++ functions-common:git_clone:656 : head -1 2025-04-16 20:41:56.327 | 60364b3 Revert "Adds tests for resize server for swap" 2025-04-16 20:41:56.327 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2025-04-16 20:41:56.327 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2025-04-16 20:41:56.327 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2025-04-16 20:41:56.327 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2025-04-16 20:41:56.327 | Collecting tox!=2.8.0,<4.0.0 2025-04-16 20:41:56.327 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2025-04-16 20:41:56.327 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 20:41:56.327 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2025-04-16 20:41:56.327 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (23.1) 2025-04-16 20:41:56.327 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 20:41:56.327 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2025-04-16 20:41:56.327 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2025-04-16 20:41:56.327 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2025-04-16 20:41:56.327 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2025-04-16 20:41:56.327 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 (from tox!=2.8.0,<4.0.0) 2025-04-16 20:41:56.327 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2025-04-16 20:41:56.327 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2025-04-16 20:41:56.327 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2025-04-16 20:41:56.327 | Collecting distlib<1,>=0.3.6 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-16 20:41:56.327 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2025-04-16 20:41:56.327 | Collecting platformdirs<4,>=3.2 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox!=2.8.0,<4.0.0) 2025-04-16 20:41:56.327 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2025-04-16 20:41:56.327 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2025-04-16 20:41:56.327 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2025-04-16 20:41:56.327 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2025-04-16 20:41:56.327 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2025-04-16 20:41:56.327 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2025-04-16 20:41:56.327 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2025-04-16 20:41:56.327 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2025-04-16 20:41:56.328 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2025-04-16 20:41:56.328 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2025-04-16 20:41:56.328 | Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.22.0 2025-04-16 20:41:56.328 | ++ inc/python:pip_install:222 : result=0 2025-04-16 20:41:56.328 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2400 : local name 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2403 : local total 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2407 : start_time=1744835906484 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2409 : [[ -z 1744835906484 ]] 2025-04-16 20:41:56.328 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2412 : end_time=1744835909638 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2413 : elapsed_time=3154 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2414 : total=87082 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:56.328 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=90236 2025-04-16 20:41:56.328 | ++ inc/python:pip_install:225 : return 0 2025-04-16 20:41:56.328 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2025-04-16 20:41:56.328 | ~/tempest ~/devstack 2025-04-16 20:41:56.328 | ++ lib/tempest:install_tempest:869 : git checkout master 2025-04-16 20:41:56.328 | Switched to branch 'master' 2025-04-16 20:41:56.328 | Your branch is up to date with 'origin/master'. 2025-04-16 20:41:56.328 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2025-04-16 20:41:56.328 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 20:41:56.328 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.drl4sbJsGo 2025-04-16 20:41:56.328 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.drl4sbJsGo 2025-04-16 20:41:56.328 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 20:41:56.328 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.drl4sbJsGo 2025-04-16 20:41:56.328 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 20:41:56.328 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 20:41:56.328 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 20:41:56.328 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 20:41:56.328 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 20:41:56.328 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 20:41:56.328 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 20:41:56.328 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2025-04-16 20:41:56.328 | full create: /opt/stack/tempest/.tox/tempest 2025-04-16 20:41:56.328 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 20:41:56.328 | full develop-inst: /opt/stack/tempest 2025-04-16 20:41:56.328 | full installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 20:41:56.328 | ___________________________________ summary ____________________________________ 2025-04-16 20:41:56.328 | full: skipped tests 2025-04-16 20:41:56.328 | congratulations :) 2025-04-16 20:41:56.328 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.drl4sbJsGo -r requirements.txt 2025-04-16 20:41:56.328 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-16 20:41:56.328 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-16 20:41:56.328 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-16 20:41:56.328 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-16 20:41:56.328 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-16 20:41:56.328 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-16 20:41:56.328 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-16 20:41:56.328 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-04-16 20:41:56.328 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.11) 2025-04-16 20:41:56.328 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-16 20:41:56.328 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.23.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) 2025-04-16 20:41:56.328 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) 2025-04-16 20:41:56.328 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-16 20:41:56.328 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-16 20:41:56.328 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2025.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-16 20:41:56.328 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-16 20:41:56.328 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-16 20:41:56.329 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-16 20:41:56.329 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-16 20:41:56.329 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-16 20:41:56.329 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-16 20:41:56.329 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-16 20:41:56.329 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) 2025-04-16 20:41:56.329 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-16 20:41:56.329 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.1) 2025-04-16 20:41:56.329 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) 2025-04-16 20:41:56.329 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2025.1.31) 2025-04-16 20:41:56.329 | WARNING: There was an error checking the latest version of pip. 2025-04-16 20:41:56.329 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2025-04-16 20:41:56.329 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.drl4sbJsGo 2025-04-16 20:41:56.329 | ++ lib/tempest:install_tempest:882 : popd 2025-04-16 20:41:56.329 | ~/devstack 2025-04-16 20:41:56.356 | [3502 Async install_tempest:34190]: finished install_tempest with result 0 in 22 seconds 2025-04-16 20:41:56.359 | ++ inc/async:async_wait:197 : return 0 2025-04-16 20:41:56.361 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2025-04-16 20:41:56.363 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:41:56.366 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2025-04-16 20:41:56.368 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2025-04-16 20:41:56.370 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2025-04-16 20:41:56.371 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2025-04-16 20:41:56.373 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2025-04-16 20:41:56.375 | ++ inc/python:pip_install_gr:95 : local clean_name 2025-04-16 20:41:56.377 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2025-04-16 20:41:56.380 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2025-04-16 20:41:56.381 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2025-04-16 20:41:56.384 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2025-04-16 20:41:56.384 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2025-04-16 20:41:56.388 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2025-04-16 20:41:56.389 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2025-04-16 20:41:56.391 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2025-04-16 20:41:56.393 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2025-04-16 20:41:56.395 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2025-04-16 20:41:56.409 | Using python 3.10 to install testrepository 2025-04-16 20:41:56.411 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2025-04-16 20:41:57.439 | Collecting testrepository 2025-04-16 20:41:57.439 | Using cached testrepository-0.0.20-py3-none-any.whl 2025-04-16 20:41:57.470 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2025-04-16 20:41:57.471 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2025-04-16 20:41:57.472 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2025-04-16 20:41:57.477 | Requirement already satisfied: extras in /opt/stack/data/venv/lib/python3.10/site-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2025-04-16 20:41:57.481 | Requirement already satisfied: pbr>=0.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools>=0.9.30->testrepository) (5.11.1) 2025-04-16 20:41:58.496 | Installing collected packages: testrepository 2025-04-16 20:41:58.601 | Successfully installed testrepository-0.0.20 2025-04-16 20:41:58.704 | ++ inc/python:pip_install:222 : result=0 2025-04-16 20:41:58.706 | ++ inc/python:pip_install:224 : time_stop pip_install 2025-04-16 20:41:58.708 | ++ functions-common:time_stop:2400 : local name 2025-04-16 20:41:58.710 | ++ functions-common:time_stop:2401 : local end_time 2025-04-16 20:41:58.712 | ++ functions-common:time_stop:2402 : local elapsed_time 2025-04-16 20:41:58.714 | ++ functions-common:time_stop:2403 : local total 2025-04-16 20:41:58.715 | ++ functions-common:time_stop:2404 : local start_time 2025-04-16 20:41:58.717 | ++ functions-common:time_stop:2406 : name=pip_install 2025-04-16 20:41:58.719 | ++ functions-common:time_stop:2407 : start_time=1744836116406 2025-04-16 20:41:58.721 | ++ functions-common:time_stop:2409 : [[ -z 1744836116406 ]] 2025-04-16 20:41:58.723 | +++ functions-common:time_stop:2412 : date +%s%3N 2025-04-16 20:41:58.726 | ++ functions-common:time_stop:2412 : end_time=1744836118724 2025-04-16 20:41:58.728 | ++ functions-common:time_stop:2413 : elapsed_time=2318 2025-04-16 20:41:58.729 | ++ functions-common:time_stop:2414 : total=103645 2025-04-16 20:41:58.731 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2025-04-16 20:41:58.733 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=105963 2025-04-16 20:41:58.735 | ++ inc/python:pip_install:225 : return 0 2025-04-16 20:41:58.736 | ++ lib/tempest:configure_tempest:196 : local image_lines 2025-04-16 20:41:58.738 | ++ lib/tempest:configure_tempest:197 : local images 2025-04-16 20:41:58.740 | ++ lib/tempest:configure_tempest:198 : local num_images 2025-04-16 20:41:58.742 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2025-04-16 20:41:58.743 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2025-04-16 20:41:58.745 | ++ lib/tempest:configure_tempest:201 : local password 2025-04-16 20:41:58.747 | ++ lib/tempest:configure_tempest:202 : local line 2025-04-16 20:41:58.749 | ++ lib/tempest:configure_tempest:203 : local flavors 2025-04-16 20:41:58.751 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2025-04-16 20:41:58.753 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2025-04-16 20:41:58.754 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2025-04-16 20:41:58.756 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2025-04-16 20:41:58.758 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2025-04-16 20:41:58.760 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2025-04-16 20:41:58.761 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2025-04-16 20:41:58.763 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2025-04-16 20:41:58.765 | ++ lib/tempest:configure_tempest:212 : local disk 2025-04-16 20:41:58.767 | ++ lib/tempest:configure_tempest:215 : ifs=' 2025-04-16 20:41:58.767 | ' 2025-04-16 20:41:58.768 | ++ lib/tempest:configure_tempest:225 : declare -a images 2025-04-16 20:41:58.770 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2025-04-16 20:41:58.782 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:41:58.784 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2025-04-16 20:41:58.786 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2025-04-16 20:41:58.788 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2025-04-16 20:41:58.789 | ++ lib/tempest:get_active_images:158 : img_array=() 2025-04-16 20:41:58.792 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 20:41:58.793 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2025-04-16 20:41:58.793 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2025-04-16 20:41:59.955 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:41:59.958 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2025-04-16 20:41:59.960 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2025-04-16 20:41:59.962 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2025-04-16 20:41:59.963 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2025-04-16 20:41:59.966 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2025-04-16 20:41:59.967 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2025-04-16 20:41:59.969 | ++ lib/tempest:configure_tempest:251 : image_uuid=4407539e-b292-42b4-91c4-4faa60d48bab 2025-04-16 20:41:59.971 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=4407539e-b292-42b4-91c4-4faa60d48bab 2025-04-16 20:41:59.973 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2025-04-16 20:41:59.983 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2025-04-16 20:41:59.986 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2025-04-16 20:41:59.987 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2025-04-16 20:41:59.989 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2025-04-16 20:41:59.991 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2025-04-16 20:41:59.993 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2025-04-16 20:41:59.995 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2025-04-16 20:41:59.997 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2025-04-16 20:41:59.999 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2025-04-16 20:42:00.000 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2025-04-16 20:42:01.085 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:42:01.087 | ++ lib/tempest:configure_tempest:287 : admin_project_id=0c9919c381ed4ae08ec1c6d27ce1eaac 2025-04-16 20:42:01.089 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2025-04-16 20:42:01.102 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:42:01.104 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2025-04-16 20:42:02.212 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:42:02.214 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 20:42:02.214 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 20:42:02.214 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 20:42:02.215 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 20:42:02.215 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 20:42:02.215 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 20:42:02.215 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 20:42:02.215 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 20:42:02.215 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 20:42:02.215 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 20:42:02.215 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 20:42:02.215 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 20:42:02.215 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 20:42:02.215 | +----+-----------+-------+------+-----------+-------+-----------+' 2025-04-16 20:42:02.216 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2025-04-16 20:42:02.218 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 20:42:02.218 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 20:42:02.218 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 20:42:02.218 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 20:42:02.218 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 20:42:02.218 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 20:42:02.218 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 20:42:02.218 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 20:42:02.218 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 20:42:02.218 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 20:42:02.218 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 20:42:02.218 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 20:42:02.218 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 20:42:02.218 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2025-04-16 20:42:02.221 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 4407539e-b292-42b4-91c4-4faa60d48bab 2025-04-16 20:42:02.223 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 20:42:02.225 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 4407539e-b292-42b4-91c4-4faa60d48bab -c size -f value 2025-04-16 20:42:03.328 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:42:03.331 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 20:42:03.334 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 20:42:03.334 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 20:42:03.364 | ++ lib/tempest:configure_tempest:296 : disk=1 2025-04-16 20:42:03.366 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2025-04-16 20:42:04.361 | +----------------------------+-----------------------+ 2025-04-16 20:42:04.361 | | Field | Value | 2025-04-16 20:42:04.361 | +----------------------------+-----------------------+ 2025-04-16 20:42:04.361 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:42:04.361 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:42:04.361 | | description | None | 2025-04-16 20:42:04.361 | | disk | 1 | 2025-04-16 20:42:04.361 | | id | 42 | 2025-04-16 20:42:04.361 | | name | m1.nano | 2025-04-16 20:42:04.361 | | os-flavor-access:is_public | True | 2025-04-16 20:42:04.361 | | properties | hw_rng:allowed='True' | 2025-04-16 20:42:04.361 | | ram | 128 | 2025-04-16 20:42:04.361 | | rxtx_factor | 1.0 | 2025-04-16 20:42:04.361 | | swap | 0 | 2025-04-16 20:42:04.361 | | vcpus | 1 | 2025-04-16 20:42:04.361 | +----------------------------+-----------------------+ 2025-04-16 20:42:04.497 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2025-04-16 20:42:04.499 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 20:42:04.499 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2025-04-16 20:42:04.499 | +----+-----------+-------+------+-----------+-------+-----------+ 2025-04-16 20:42:04.499 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2025-04-16 20:42:04.499 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2025-04-16 20:42:04.499 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2025-04-16 20:42:04.499 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2025-04-16 20:42:04.499 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2025-04-16 20:42:04.499 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2025-04-16 20:42:04.499 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2025-04-16 20:42:04.499 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2025-04-16 20:42:04.499 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2025-04-16 20:42:04.499 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2025-04-16 20:42:04.499 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2025-04-16 20:42:04.501 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib 4407539e-b292-42b4-91c4-4faa60d48bab 2025-04-16 20:42:04.503 | +++ lib/tempest:image_size_in_gib:119 : local size 2025-04-16 20:42:04.505 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 4407539e-b292-42b4-91c4-4faa60d48bab -c size -f value 2025-04-16 20:42:05.608 | ++++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:42:05.610 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2025-04-16 20:42:05.613 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2025-04-16 20:42:05.613 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2025-04-16 20:42:05.640 | ++ lib/tempest:configure_tempest:302 : disk=1 2025-04-16 20:42:05.642 | ++ lib/tempest:configure_tempest:303 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2025-04-16 20:42:06.634 | +----------------------------+-----------------------+ 2025-04-16 20:42:06.635 | | Field | Value | 2025-04-16 20:42:06.635 | +----------------------------+-----------------------+ 2025-04-16 20:42:06.635 | | OS-FLV-DISABLED:disabled | False | 2025-04-16 20:42:06.635 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2025-04-16 20:42:06.635 | | description | None | 2025-04-16 20:42:06.635 | | disk | 1 | 2025-04-16 20:42:06.635 | | id | 84 | 2025-04-16 20:42:06.635 | | name | m1.micro | 2025-04-16 20:42:06.635 | | os-flavor-access:is_public | True | 2025-04-16 20:42:06.635 | | properties | hw_rng:allowed='True' | 2025-04-16 20:42:06.635 | | ram | 192 | 2025-04-16 20:42:06.635 | | rxtx_factor | 1.0 | 2025-04-16 20:42:06.635 | | swap | 0 | 2025-04-16 20:42:06.635 | | vcpus | 1 | 2025-04-16 20:42:06.635 | +----------------------------+-----------------------+ 2025-04-16 20:42:06.764 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2025-04-16 20:42:06.766 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2025-04-16 20:42:06.791 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2025-04-16 20:42:06.793 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2025-04-16 20:42:06.795 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2025-04-16 20:42:06.796 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2025-04-16 20:42:06.799 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2025-04-16 20:42:07.953 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:42:07.955 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2025-04-16 20:42:07.955 | address-scope 2025-04-16 20:42:07.955 | router-admin-state-down-before-update 2025-04-16 20:42:07.955 | agent 2025-04-16 20:42:07.955 | agent-resources-synced 2025-04-16 20:42:07.955 | allowed-address-pairs 2025-04-16 20:42:07.955 | auto-allocated-topology 2025-04-16 20:42:07.955 | availability_zone 2025-04-16 20:42:07.955 | availability_zone_filter 2025-04-16 20:42:07.955 | default-subnetpools 2025-04-16 20:42:07.955 | dhcp_agent_scheduler 2025-04-16 20:42:07.955 | dvr 2025-04-16 20:42:07.955 | empty-string-filtering 2025-04-16 20:42:07.955 | external-net 2025-04-16 20:42:07.955 | extra_dhcp_opt 2025-04-16 20:42:07.955 | extraroute 2025-04-16 20:42:07.955 | extraroute-atomic 2025-04-16 20:42:07.955 | filter-validation 2025-04-16 20:42:07.955 | floating-ip-port-forwarding-detail 2025-04-16 20:42:07.955 | fip-port-details 2025-04-16 20:42:07.955 | flavors 2025-04-16 20:42:07.955 | floatingip-pools 2025-04-16 20:42:07.955 | ip-substring-filtering 2025-04-16 20:42:07.955 | router 2025-04-16 20:42:07.955 | ext-gw-mode 2025-04-16 20:42:07.955 | l3-ha 2025-04-16 20:42:07.955 | l3-flavors 2025-04-16 20:42:07.955 | l3-port-ip-change-not-allowed 2025-04-16 20:42:07.955 | l3_agent_scheduler 2025-04-16 20:42:07.955 | multi-provider 2025-04-16 20:42:07.955 | net-mtu 2025-04-16 20:42:07.955 | net-mtu-writable 2025-04-16 20:42:07.955 | network_availability_zone 2025-04-16 20:42:07.955 | network_ha 2025-04-16 20:42:07.955 | network-ip-availability 2025-04-16 20:42:07.955 | pagination 2025-04-16 20:42:07.955 | port-device-profile 2025-04-16 20:42:07.955 | port-mac-override 2025-04-16 20:42:07.955 | port-mac-address-regenerate 2025-04-16 20:42:07.955 | port-numa-affinity-policy 2025-04-16 20:42:07.955 | binding 2025-04-16 20:42:07.955 | binding-extended 2025-04-16 20:42:07.955 | port-security 2025-04-16 20:42:07.955 | project-id 2025-04-16 20:42:07.955 | provider 2025-04-16 20:42:07.955 | quota-check-limit 2025-04-16 20:42:07.955 | quotas 2025-04-16 20:42:07.955 | quota_details 2025-04-16 20:42:07.955 | rbac-policies 2025-04-16 20:42:07.955 | rbac-address-group 2025-04-16 20:42:07.955 | rbac-address-scope 2025-04-16 20:42:07.955 | rbac-security-groups 2025-04-16 20:42:07.955 | rbac-subnetpool 2025-04-16 20:42:07.955 | revision-if-match 2025-04-16 20:42:07.955 | standard-attr-revisions 2025-04-16 20:42:07.956 | router_availability_zone 2025-04-16 20:42:07.956 | security-groups-default-rules 2025-04-16 20:42:07.956 | security-groups-normalized-cidr 2025-04-16 20:42:07.956 | port-security-groups-filtering 2025-04-16 20:42:07.956 | security-groups-remote-address-group 2025-04-16 20:42:07.956 | security-groups-shared-filtering 2025-04-16 20:42:07.956 | security-group 2025-04-16 20:42:07.956 | service-type 2025-04-16 20:42:07.956 | sorting 2025-04-16 20:42:07.956 | standard-attr-description 2025-04-16 20:42:07.956 | stateful-security-group 2025-04-16 20:42:07.956 | subnet_onboard 2025-04-16 20:42:07.956 | subnet-service-types 2025-04-16 20:42:07.956 | subnet_allocation 2025-04-16 20:42:07.956 | subnetpool-prefix-ops 2025-04-16 20:42:07.956 | standard-attr-tag 2025-04-16 20:42:07.956 | standard-attr-timestamp 2025-04-16 20:42:07.956 | nsxt-ops' 2025-04-16 20:42:07.957 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2025-04-16 20:42:07.957 | address-scope 2025-04-16 20:42:07.957 | router-admin-state-down-before-update 2025-04-16 20:42:07.957 | agent 2025-04-16 20:42:07.957 | agent-resources-synced 2025-04-16 20:42:07.957 | allowed-address-pairs 2025-04-16 20:42:07.957 | auto-allocated-topology 2025-04-16 20:42:07.957 | availability_zone 2025-04-16 20:42:07.957 | availability_zone_filter 2025-04-16 20:42:07.957 | default-subnetpools 2025-04-16 20:42:07.957 | dhcp_agent_scheduler 2025-04-16 20:42:07.957 | dvr 2025-04-16 20:42:07.957 | empty-string-filtering 2025-04-16 20:42:07.957 | external-net 2025-04-16 20:42:07.957 | extra_dhcp_opt 2025-04-16 20:42:07.957 | extraroute 2025-04-16 20:42:07.957 | extraroute-atomic 2025-04-16 20:42:07.957 | filter-validation 2025-04-16 20:42:07.957 | floating-ip-port-forwarding-detail 2025-04-16 20:42:07.957 | fip-port-details 2025-04-16 20:42:07.957 | flavors 2025-04-16 20:42:07.957 | floatingip-pools 2025-04-16 20:42:07.957 | ip-substring-filtering 2025-04-16 20:42:07.957 | router 2025-04-16 20:42:07.957 | ext-gw-mode 2025-04-16 20:42:07.957 | l3-ha 2025-04-16 20:42:07.957 | l3-flavors 2025-04-16 20:42:07.957 | l3-port-ip-change-not-allowed 2025-04-16 20:42:07.957 | l3_agent_scheduler 2025-04-16 20:42:07.957 | multi-provider 2025-04-16 20:42:07.957 | net-mtu 2025-04-16 20:42:07.957 | net-mtu-writable 2025-04-16 20:42:07.957 | network_availability_zone 2025-04-16 20:42:07.957 | network_ha 2025-04-16 20:42:07.957 | network-ip-availability 2025-04-16 20:42:07.957 | pagination 2025-04-16 20:42:07.957 | port-device-profile 2025-04-16 20:42:07.957 | port-mac-override 2025-04-16 20:42:07.957 | port-mac-address-regenerate 2025-04-16 20:42:07.957 | port-numa-affinity-policy 2025-04-16 20:42:07.957 | binding 2025-04-16 20:42:07.957 | binding-extended 2025-04-16 20:42:07.957 | port-security 2025-04-16 20:42:07.957 | project-id 2025-04-16 20:42:07.957 | provider 2025-04-16 20:42:07.957 | quota-check-limit 2025-04-16 20:42:07.957 | quotas 2025-04-16 20:42:07.957 | quota_details 2025-04-16 20:42:07.957 | rbac-policies 2025-04-16 20:42:07.957 | rbac-address-group 2025-04-16 20:42:07.957 | rbac-address-scope 2025-04-16 20:42:07.957 | rbac-security-groups 2025-04-16 20:42:07.957 | rbac-subnetpool 2025-04-16 20:42:07.957 | revision-if-match 2025-04-16 20:42:07.957 | standard-attr-revisions 2025-04-16 20:42:07.957 | router_availability_zone 2025-04-16 20:42:07.957 | security-groups-default-rules 2025-04-16 20:42:07.957 | security-groups-normalized-cidr 2025-04-16 20:42:07.957 | port-security-groups-filtering 2025-04-16 20:42:07.957 | security-groups-remote-address-group 2025-04-16 20:42:07.957 | security-groups-shared-filtering 2025-04-16 20:42:07.957 | security-group 2025-04-16 20:42:07.957 | service-type 2025-04-16 20:42:07.957 | sorting 2025-04-16 20:42:07.957 | standard-attr-description 2025-04-16 20:42:07.957 | stateful-security-group 2025-04-16 20:42:07.957 | subnet_onboard 2025-04-16 20:42:07.957 | subnet-service-types 2025-04-16 20:42:07.957 | subnet_allocation 2025-04-16 20:42:07.957 | subnetpool-prefix-ops 2025-04-16 20:42:07.957 | standard-attr-tag 2025-04-16 20:42:07.957 | standard-attr-timestamp 2025-04-16 20:42:07.957 | nsxt-ops =~ external-net ]] 2025-04-16 20:42:07.959 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2025-04-16 20:42:07.961 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2025-04-16 20:42:09.153 | +++ functions-common:oscwrap:2440 : return 0 2025-04-16 20:42:09.155 | ++ lib/tempest:configure_tempest:363 : public_network_id=ce16ed24-ad0c-4ac2-8a26-52c632aae352 2025-04-16 20:42:09.157 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2025-04-16 20:42:10.240 | +---------------------------+--------------------------------------+ 2025-04-16 20:42:10.240 | | Field | Value | 2025-04-16 20:42:10.240 | +---------------------------+--------------------------------------+ 2025-04-16 20:42:10.240 | | admin_state_up | UP | 2025-04-16 20:42:10.240 | | availability_zone_hints | | 2025-04-16 20:42:10.240 | | availability_zones | | 2025-04-16 20:42:10.240 | | created_at | 2025-04-16T20:42:10Z | 2025-04-16 20:42:10.240 | | description | | 2025-04-16 20:42:10.240 | | dns_domain | None | 2025-04-16 20:42:10.240 | | id | 4e1ffb99-0a80-45cf-9e68-9506e58a08b0 | 2025-04-16 20:42:10.240 | | ipv4_address_scope | None | 2025-04-16 20:42:10.240 | | ipv6_address_scope | None | 2025-04-16 20:42:10.240 | | is_default | False | 2025-04-16 20:42:10.240 | | is_vlan_transparent | None | 2025-04-16 20:42:10.240 | | mtu | 8950 | 2025-04-16 20:42:10.240 | | name | shared | 2025-04-16 20:42:10.240 | | port_security_enabled | True | 2025-04-16 20:42:10.240 | | project_id | 0c9919c381ed4ae08ec1c6d27ce1eaac | 2025-04-16 20:42:10.240 | | provider:network_type | vlan | 2025-04-16 20:42:10.240 | | provider:physical_network | default | 2025-04-16 20:42:10.240 | | provider:segmentation_id | 142 | 2025-04-16 20:42:10.240 | | qos_policy_id | None | 2025-04-16 20:42:10.240 | | revision_number | 1 | 2025-04-16 20:42:10.240 | | router:external | Internal | 2025-04-16 20:42:10.240 | | segments | None | 2025-04-16 20:42:10.240 | | shared | True | 2025-04-16 20:42:10.240 | | status | ACTIVE | 2025-04-16 20:42:10.240 | | subnets | | 2025-04-16 20:42:10.240 | | tags | | 2025-04-16 20:42:10.240 | | tenant_id | 0c9919c381ed4ae08ec1c6d27ce1eaac | 2025-04-16 20:42:10.240 | | updated_at | 2025-04-16T20:42:10Z | 2025-04-16 20:42:10.240 | +---------------------------+--------------------------------------+ 2025-04-16 20:42:10.381 | ++ lib/tempest:configure_tempest:366 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2025-04-16 20:42:11.548 | +----------------------+--------------------------------------+ 2025-04-16 20:42:11.548 | | Field | Value | 2025-04-16 20:42:11.548 | +----------------------+--------------------------------------+ 2025-04-16 20:42:11.548 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2025-04-16 20:42:11.548 | | cidr | 192.168.233.0/24 | 2025-04-16 20:42:11.548 | | created_at | 2025-04-16T20:42:11Z | 2025-04-16 20:42:11.548 | | description | shared-subnet | 2025-04-16 20:42:11.548 | | dns_nameservers | | 2025-04-16 20:42:11.548 | | dns_publish_fixed_ip | None | 2025-04-16 20:42:11.548 | | enable_dhcp | True | 2025-04-16 20:42:11.548 | | gateway_ip | 192.168.233.1 | 2025-04-16 20:42:11.548 | | host_routes | | 2025-04-16 20:42:11.548 | | id | 7fd91a69-00ee-44ca-bcfb-8de6ed8ee8b3 | 2025-04-16 20:42:11.548 | | ip_version | 4 | 2025-04-16 20:42:11.548 | | ipv6_address_mode | None | 2025-04-16 20:42:11.548 | | ipv6_ra_mode | None | 2025-04-16 20:42:11.548 | | name | shared-subnet | 2025-04-16 20:42:11.548 | | network_id | 4e1ffb99-0a80-45cf-9e68-9506e58a08b0 | 2025-04-16 20:42:11.548 | | project_id | 0c9919c381ed4ae08ec1c6d27ce1eaac | 2025-04-16 20:42:11.548 | | revision_number | 0 | 2025-04-16 20:42:11.548 | | segment_id | None | 2025-04-16 20:42:11.548 | | service_types | | 2025-04-16 20:42:11.548 | | subnetpool_id | None | 2025-04-16 20:42:11.548 | | tags | | 2025-04-16 20:42:11.548 | | updated_at | 2025-04-16T20:42:11Z | 2025-04-16 20:42:11.548 | +----------------------+--------------------------------------+ 2025-04-16 20:42:11.688 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2025-04-16 20:42:11.713 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2025-04-16 20:42:11.737 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2025-04-16 20:42:11.739 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2025-04-16 20:42:11.762 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2025-04-16 20:42:11.784 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2025-04-16 20:42:11.808 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2025-04-16 20:42:11.832 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2025-04-16 20:42:11.856 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2025-04-16 20:42:11.880 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2025-04-16 20:42:11.903 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2025-04-16 20:42:11.925 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2025-04-16 20:42:11.948 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2025-04-16 20:42:11.970 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2025-04-16 20:42:11.972 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2025-04-16 20:42:11.996 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2025-04-16 20:42:12.018 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2025-04-16 20:42:12.041 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2025-04-16 20:42:12.063 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2025-04-16 20:42:12.065 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2025-04-16 20:42:12.091 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2025-04-16 20:42:12.114 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2025-04-16 20:42:12.116 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2025-04-16 20:42:12.140 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2025-04-16 20:42:12.152 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:42:12.155 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2025-04-16 20:42:12.157 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2025-04-16 20:42:12.183 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2025-04-16 20:42:12.195 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:42:12.197 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2025-04-16 20:42:12.221 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2025-04-16 20:42:12.243 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2025-04-16 20:42:12.267 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2025-04-16 20:42:12.269 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2025-04-16 20:42:12.294 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2025-04-16 20:42:12.318 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2025-04-16 20:42:12.331 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:42:12.333 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 4407539e-b292-42b4-91c4-4faa60d48bab 2025-04-16 20:42:12.356 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 4407539e-b292-42b4-91c4-4faa60d48bab 2025-04-16 20:42:12.380 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2025-04-16 20:42:12.403 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2025-04-16 20:42:12.426 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2025-04-16 20:42:12.451 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2025-04-16 20:42:12.463 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:42:12.465 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2025-04-16 20:42:12.467 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2025-04-16 20:42:12.469 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2025-04-16 20:42:12.470 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2025-04-16 20:42:12.472 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2025-04-16 20:42:12.474 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2025-04-16 20:42:12.489 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2025-04-16 20:42:12.491 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2025-04-16 20:42:12.515 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2025-04-16 20:42:12.540 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2025-04-16 20:42:12.565 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2025-04-16 20:42:12.590 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2025-04-16 20:42:12.615 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2025-04-16 20:42:12.639 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2025-04-16 20:42:12.662 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2025-04-16 20:42:12.685 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2025-04-16 20:42:12.707 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2025-04-16 20:42:12.709 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2025-04-16 20:42:12.732 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2025-04-16 20:42:12.734 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2025-04-16 20:42:12.746 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:42:12.748 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2025-04-16 20:42:12.770 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id ce16ed24-ad0c-4ac2-8a26-52c632aae352 2025-04-16 20:42:12.792 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2025-04-16 20:42:12.817 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2025-04-16 20:42:12.841 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2025-04-16 20:42:12.867 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2025-04-16 20:42:12.891 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2025-04-16 20:42:12.914 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2025-04-16 20:42:12.939 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2025-04-16 20:42:12.940 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2025-04-16 20:42:12.942 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2025-04-16 20:42:12.944 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2025-04-16 20:42:12.969 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2025-04-16 20:42:12.972 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2025-04-16 20:42:12.972 | +++ lib/tempest:configure_tempest:534 : tr -d . 2025-04-16 20:42:12.976 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2025-04-16 20:42:12.978 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2025-04-16 20:42:13.001 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2025-04-16 20:42:13.003 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2025-04-16 20:42:13.005 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2025-04-16 20:42:13.007 | ++ functions-common:is_provider_network:2252 : return 1 2025-04-16 20:42:13.008 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2025-04-16 20:42:13.031 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2025-04-16 20:42:13.055 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2025-04-16 20:42:13.078 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2025-04-16 20:42:13.101 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2025-04-16 20:42:13.125 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2025-04-16 20:42:13.148 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 20:42:13.151 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2025-04-16 20:42:13.164 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2025-04-16 20:42:13.189 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 20:42:13.191 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2025-04-16 20:42:13.204 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2025-04-16 20:42:13.227 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 20:42:13.229 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2025-04-16 20:42:13.242 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2025-04-16 20:42:13.265 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2025-04-16 20:42:13.267 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2025-04-16 20:42:13.280 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2025-04-16 20:42:13.302 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2025-04-16 20:42:13.304 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2025-04-16 20:42:13.306 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2025-04-16 20:42:13.308 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2025-04-16 20:42:13.322 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2025-04-16 20:42:13.324 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2025-04-16 20:42:13.346 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2025-04-16 20:42:13.358 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:42:13.360 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2025-04-16 20:42:13.383 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2025-04-16 20:42:13.384 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2025-04-16 20:42:13.386 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2025-04-16 20:42:13.388 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2025-04-16 20:42:13.390 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2025-04-16 20:42:13.392 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2025-04-16 20:42:13.394 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2025-04-16 20:42:13.395 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2025-04-16 20:42:13.397 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2025-04-16 20:42:13.411 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2025-04-16 20:42:13.413 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2025-04-16 20:42:13.437 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2025-04-16 20:42:13.439 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2025-04-16 20:42:13.441 | ++ lib/tempest:configure_tempest:685 : local service 2025-04-16 20:42:13.443 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2025-04-16 20:42:13.444 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 20:42:13.446 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2025-04-16 20:42:13.459 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:42:13.461 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2025-04-16 20:42:13.485 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 20:42:13.487 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2025-04-16 20:42:13.500 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:42:13.502 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2025-04-16 20:42:13.525 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 20:42:13.526 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2025-04-16 20:42:13.539 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:42:13.541 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2025-04-16 20:42:13.564 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 20:42:13.566 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2025-04-16 20:42:13.583 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:42:13.585 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2025-04-16 20:42:13.613 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 20:42:13.615 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2025-04-16 20:42:13.628 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:42:13.630 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2025-04-16 20:42:13.654 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 20:42:13.656 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2025-04-16 20:42:13.669 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:42:13.671 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2025-04-16 20:42:13.695 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2025-04-16 20:42:13.696 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2025-04-16 20:42:13.710 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:42:13.712 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2025-04-16 20:42:13.736 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 20:42:13.737 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2025-04-16 20:42:13.739 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2025-04-16 20:42:13.741 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2025-04-16 20:42:13.765 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 20:42:13.766 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2025-04-16 20:42:13.768 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2025-04-16 20:42:13.770 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2025-04-16 20:42:13.794 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 20:42:13.796 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2025-04-16 20:42:13.798 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2025-04-16 20:42:13.799 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2025-04-16 20:42:13.802 | +++ lib/tempest:configure_tempest:732 : mktemp 2025-04-16 20:42:13.805 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.iZmTxm7tWy 2025-04-16 20:42:13.807 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2025-04-16 20:42:13.809 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2025-04-16 20:42:13.812 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2025-04-16 20:42:13.815 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.pRDg1FLZ3m 2025-04-16 20:42:13.817 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.pRDg1FLZ3m 2025-04-16 20:42:13.819 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2025-04-16 20:42:13.821 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.pRDg1FLZ3m 2025-04-16 20:42:13.823 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2025-04-16 20:42:13.825 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2025-04-16 20:42:13.827 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2025-04-16 20:42:13.832 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 20:42:13.834 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 20:42:13.836 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 20:42:13.838 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2025-04-16 20:42:13.840 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2025-04-16 20:42:13.842 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2025-04-16 20:42:14.068 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2025-04-16 20:42:14.455 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2025-04-16 20:42:24.354 | venv-tempest develop-inst: /opt/stack/tempest 2025-04-16 20:42:27.281 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 20:42:27.281 | ___________________________________ summary ____________________________________ 2025-04-16 20:42:27.281 | venv-tempest: skipped tests 2025-04-16 20:42:27.281 | congratulations :) 2025-04-16 20:42:27.304 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.pRDg1FLZ3m -r requirements.txt 2025-04-16 20:42:27.733 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. 2025-04-16 20:42:27.733 | dist.fetch_build_eggs(dist.setup_requires) 2025-04-16 20:42:27.807 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2025-04-16 20:42:27.807 | warnings.warn( 2025-04-16 20:42:27.807 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2025-04-16 20:42:27.807 | warnings.warn( 2025-04-16 20:42:27.870 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2025-04-16 20:42:29.987 | venv-tempest installed: attrs==25.1.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,iso8601==2.1.0,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==1.3.0,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 20:42:29.988 | venv-tempest run-test-pre: PYTHONHASHSEED='3178945608' 2025-04-16 20:42:29.988 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.pRDg1FLZ3m -r requirements.txt 2025-04-16 20:42:30.844 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (6.1.1) 2025-04-16 20:42:30.845 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.1) 2025-04-16 20:42:30.846 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (4.23.0) 2025-04-16 20:42:30.846 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (2.7.2) 2025-04-16 20:42:30.849 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (3.5.1) 2025-04-16 20:42:30.849 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (43.0.3) 2025-04-16 20:42:30.849 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-04-16 20:42:30.849 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (7.1.0) 2025-04-16 20:42:30.852 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (9.7.1) 2025-04-16 20:42:30.852 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (7.1.0) 2025-04-16 20:42:30.852 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (4.1.0) 2025-04-16 20:42:30.852 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (5.7.0) 2025-04-16 20:42:30.853 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (8.2.0) 2025-04-16 20:42:30.854 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.2.4.post1) 2025-04-16 20:42:30.855 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (6.0.2) 2025-04-16 20:42:30.856 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (1.4.4) 2025-04-16 20:42:30.856 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (5.4.1) 2025-04-16 20:42:30.857 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (3.14.0) 2025-04-16 20:42:30.858 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.26.20) 2025-04-16 20:42:30.859 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (3.0.0) 2025-04-16 20:42:30.860 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (0.7.1) 2025-04-16 20:42:30.860 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (0.19) 2025-04-16 20:42:30.861 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (0.5.0) 2025-04-16 20:42:30.863 | Requirement already satisfied: setuptools in ./.tox/tempest/lib/python3.10/site-packages (from pbr!=2.1.0,>=2.0.0->-r requirements.txt (line 1)) (67.6.1) 2025-04-16 20:42:30.868 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (0.5.2) 2025-04-16 20:42:30.869 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (2.5.11) 2025-04-16 20:42:30.887 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (25.1.0) 2025-04-16 20:42:30.888 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (2024.10.1) 2025-04-16 20:42:30.889 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.36.2) 2025-04-16 20:42:30.889 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 3)) (0.23.1) 2025-04-16 20:42:30.906 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (4.0.1) 2025-04-16 20:42:30.907 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 5)) (1.5.0) 2025-04-16 20:42:30.925 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 6)) (1.17.1) 2025-04-16 20:42:30.938 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 8)) (6.5.1) 2025-04-16 20:42:30.952 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.0.0) 2025-04-16 20:42:30.953 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 9)) (2.32.3) 2025-04-16 20:42:30.966 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (5.7.1) 2025-04-16 20:42:30.968 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 10)) (2.9.0.post0) 2025-04-16 20:42:30.985 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.15.2) 2025-04-16 20:42:30.986 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (0.13.2) 2025-04-16 20:42:30.986 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 11)) (1.0.0) 2025-04-16 20:42:30.992 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (1.1.0) 2025-04-16 20:42:30.992 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 12)) (2025.1) 2025-04-16 20:42:31.001 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (2.1.0) 2025-04-16 20:42:31.002 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (3.2.1) 2025-04-16 20:42:31.003 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (24.2) 2025-04-16 20:42:31.004 | Requirement already satisfied: psutil>=3.2.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 13)) (7.0.0) 2025-04-16 20:42:31.030 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 18)) (0.2.13) 2025-04-16 20:42:31.054 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 20)) (1.17.2) 2025-04-16 20:42:31.130 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 6)) (2.22) 2025-04-16 20:42:31.138 | Requirement already satisfied: pyperclip>=1.8 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 2)) (1.9.0) 2025-04-16 20:42:31.220 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 10)) (1.17.0) 2025-04-16 20:42:31.230 | Requirement already satisfied: typing-extensions>=4.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from referencing>=0.28.4->jsonschema>=3.2.0->-r requirements.txt (line 3)) (4.12.2) 2025-04-16 20:42:31.241 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.4.1) 2025-04-16 20:42:31.243 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (3.10) 2025-04-16 20:42:31.243 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 9)) (2025.1.31) 2025-04-16 20:42:31.407 | WARNING: There was an error checking the latest version of pip. 2025-04-16 20:42:31.482 | ___________________________________ summary ____________________________________ 2025-04-16 20:42:31.482 | venv-tempest: commands succeeded 2025-04-16 20:42:31.482 | congratulations :) 2025-04-16 20:42:31.503 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.pRDg1FLZ3m 2025-04-16 20:42:31.506 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2025-04-16 20:42:31.508 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2025-04-16 20:42:31.510 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2025-04-16 20:42:31.535 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.iZmTxm7tWy 2025-04-16 20:42:31.765 | venv create: /opt/stack/tempest/.tox/venv 2025-04-16 20:42:32.049 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2025-04-16 20:42:46.656 | venv develop-inst: /opt/stack/tempest 2025-04-16 20:42:50.224 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API, warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning),/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:2870: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.,Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages, declare_namespace(pkg),alabaster==1.0.0,attrs==25.1.0,autopage==0.5.2,babel==2.17.0,bcrypt==4.0.1,certifi==2025.1.31,cffi==1.17.1,charset-normalizer==3.4.1,cliff==4.9.1,cmd2==2.5.11,cryptography==43.0.3,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.7,extras==1.0.0,fasteners==0.19,fixtures==4.2.4.post1,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.5,jsonschema==4.23.0,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==1.3.0,openstackdocstheme==3.4.1,oslo.concurrency==7.1.0,oslo.config==9.7.1,oslo.context==5.7.1,oslo.i18n==6.5.1,oslo.log==7.1.0,oslo.serialization==5.7.0,oslo.utils==8.2.0,packaging==24.2,paramiko==3.5.1,pbr==6.1.1,prettytable==3.14.0,psutil==7.0.0,pycparser==2.22,Pygments==2.19.1,PyNaCl==1.5.0,pyparsing==3.2.1,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.36.2,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.23.1,six==1.17.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.4.1,-e git+https://opendev.org/openstack/tempest.git@60364b39f174749bd5bd255016fc6584ded1f66c#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.2.1,tomlkit==0.13.2,typing_extensions==4.12.2,tzdata==2025.1,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.17.2 2025-04-16 20:42:50.224 | venv run-test-pre: PYTHONHASHSEED='3822897639' 2025-04-16 20:42:50.224 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.iZmTxm7tWy 2025-04-16 20:42:50.360 | /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/eventletutils.py:29: DeprecationWarning: eventuletutils module is deprecated and will be removed. 2025-04-16 20:42:50.360 | debtcollector.deprecate( 2025-04-16 20:42:50.536 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2025-04-16 20:42:50.536 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2025-04-16 20:42:50.536 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2025-04-16 20:42:50.536 | @jsonschema.FormatChecker.cls_checks('base64') 2025-04-16 20:42:50.800 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2025-04-16 20:42:50.800 | warnings.warn( 2025-04-16 20:42:50.985 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 20:42:50.985 | for key, value in info.getheaders().items(): 2025-04-16 20:42:51.011 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 20:42:51.011 | for key, value in info.getheaders().items(): 2025-04-16 20:42:51.239 | /opt/stack/tempest/tempest/lib/common/http.py:101: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2025-04-16 20:42:51.239 | for key, value in info.getheaders().items(): 2025-04-16 20:42:51.240 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2025-04-16 20:42:51.240 | _client = klass(auth_provider=auth_provider, **kwargs) 2025-04-16 20:42:51.866 | ___________________________________ summary ____________________________________ 2025-04-16 20:42:51.866 | venv: commands succeeded 2025-04-16 20:42:51.866 | congratulations :) 2025-04-16 20:42:51.886 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2025-04-16 20:42:51.900 | ++ functions-common:is_service_enabled:2056 : return 1 2025-04-16 20:42:51.902 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2025-04-16 20:42:51.904 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2025-04-16 20:42:51.918 | ++ functions-common:is_service_enabled:2056 : return 0 2025-04-16 20:42:51.920 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2025-04-16 20:42:51.922 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2025-04-16 20:42:51.924 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2025-04-16 20:42:51.925 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2025-04-16 20:42:51.927 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2025-04-16 20:42:51.929 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2025-04-16 20:42:51.931 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2025-04-16 20:42:51.933 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2025-04-16 20:42:51.935 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2025-04-16 20:42:51.937 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2025-04-16 20:42:51.939 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2025-04-16 20:42:51.941 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2025-04-16 20:42:51.942 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2025-04-16 20:42:51.944 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2025-04-16 20:42:51.946 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2025-04-16 20:42:51.948 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2025-04-16 20:42:51.950 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2025-04-16 20:42:51.952 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2025-04-16 20:42:51.954 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2025-04-16 20:42:51.956 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2025-04-16 20:42:51.958 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2025-04-16 20:42:51.960 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2025-04-16 20:42:51.962 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2025-04-16 20:42:51.964 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2025-04-16 20:42:51.965 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2025-04-16 20:42:51.967 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2025-04-16 20:42:51.969 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2025-04-16 20:42:51.971 | ++ lib/tempest:configure_tempest:808 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed,port-hint-ovs-tx-steering,enable-default-route-bfd,enable-default-route-ecmp,standard-attr-fwaas-v2,allowed-address-pairs-atomic,network_ha,security-groups-rules-belongs-to-default-sg,port-hardware-offload-type 2025-04-16 20:42:51.973 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2025-04-16 20:42:51.976 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.iZmTxm7tWy network-feature-enabled api_extensions 2025-04-16 20:42:51.976 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2025-04-16 20:42:51.992 | ++ lib/tempest:configure_tempest:811 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 20:42:51.995 | +++ lib/tempest:configure_tempest:813 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2025-04-16 20:42:51.997 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 20:42:51.999 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2025-04-16 20:42:52.001 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2025-04-16 20:42:52.003 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2025-04-16 20:42:52.018 | +++ functions-common:remove_disabled_services:2087 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 20:42:52.032 | ++ lib/tempest:configure_tempest:813 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 20:42:52.034 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2025-04-16 20:42:52.036 | ++ lib/tempest:configure_tempest:818 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,network_ha,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-default-rules,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2025-04-16 20:42:52.060 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2025-04-16 20:42:52.062 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2025-04-16 20:42:52.065 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 20:42:52.067 | ++ lib/tempest:configure_tempest:823 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 20:42:52.069 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2025-04-16 20:42:52.070 | ++ lib/tempest:configure_tempest:830 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2025-04-16 20:42:52.096 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2025-04-16 20:42:52.098 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2025-04-16 20:42:52.100 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2025-04-16 20:42:52.102 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2025-04-16 20:42:52.104 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2025-04-16 20:42:52.106 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2025-04-16 20:42:52.108 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2025-04-16 20:42:52.110 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2025-04-16 20:42:52.112 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2025-04-16 20:42:52.114 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2025-04-16 20:42:52.116 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 20:42:52.118 | ++ lib/tempest:configure_tempest:843 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 20:42:52.120 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2025-04-16 20:42:52.123 | ++ lib/tempest:configure_tempest:850 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2025-04-16 20:42:52.147 | ++ lib/tempest:configure_tempest:853 : IFS=' 2025-04-16 20:42:52.147 | ' 2025-04-16 20:42:52.148 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2025-04-16 20:42:52.150 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2025-04-16 20:42:52.152 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2025-04-16 20:42:52.154 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2025-04-16 20:42:52.156 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2025-04-16 20:42:52.156 | ~/tempest ~/tempest 2025-04-16 20:42:52.158 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2025-04-16 20:42:52.160 | ++ lib/tempest:install_tempest_plugins:897 : popd 2025-04-16 20:42:52.160 | ~/tempest 2025-04-16 20:42:52.162 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2025-04-16 20:42:52.164 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2025-04-16 20:42:52.166 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:42:52.168 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2025-04-16 20:42:52.170 | + functions-common:run_phase:1855 : run_plugins stack test-config 2025-04-16 20:42:52.173 | + functions-common:run_plugins:1814 : local mode=stack 2025-04-16 20:42:52.174 | + functions-common:run_plugins:1815 : local phase=test-config 2025-04-16 20:42:52.177 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2025-04-16 20:42:52.179 | + functions-common:run_plugins:1818 : local plugin 2025-04-16 20:42:52.181 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2025-04-16 20:42:52.183 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2025-04-16 20:42:52.185 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2025-04-16 20:42:52.188 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2025-04-16 20:42:52.190 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2025-04-16 20:42:52.192 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:42:52.194 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2025-04-16 20:42:52.196 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:42:52.198 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2025-04-16 20:42:52.200 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2025-04-16 20:42:52.203 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2025-04-16 20:42:52.205 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2025-04-16 20:42:52.207 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2025-04-16 20:42:52.209 | + inc/meta-config:merge_config_group:171 : shift 2025-04-16 20:42:52.211 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2025-04-16 20:42:52.213 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:42:52.215 | + inc/meta-config:merge_config_group:176 : local configfile group 2025-04-16 20:42:52.217 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2025-04-16 20:42:52.220 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2025-04-16 20:42:52.222 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2025-04-16 20:42:52.224 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2025-04-16 20:42:52.227 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2025-04-16 20:42:52.229 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2025-04-16 20:42:52.229 | /^\[\[.+\|.*\]\]/ { 2025-04-16 20:42:52.229 | gsub("[][]", "", $1); 2025-04-16 20:42:52.229 | split($1, a, "|"); 2025-04-16 20:42:52.229 | if (a[1] == matchgroup) 2025-04-16 20:42:52.229 | print a[2] 2025-04-16 20:42:52.229 | } 2025-04-16 20:42:52.229 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 45 osc 149 apt-get 40 test_with_retry 3 dbsync 2 pip_install 105 apt-get-update 9 run_process 16 git_timed 41 ------------------------- Unaccounted time 60 ========================= Total runtime 480 ================= Async summary ================= Time spent in the background minus waits: 184 sec Elapsed time: 480 sec Time if we did everything serially: 664 sec Speedup: 1.38333 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36772 | | keystone | INSERT | 93 | | keystone | UPDATE | 7 | | neutron | SELECT | 3476 | | neutron | INSERT | 131 | | placement | SELECT | 12 | | placement | INSERT | 3 | | placement | SET | 1 | | neutron | UPDATE | 75 | | nova_api | SELECT | 110 | | nova_cell1 | SELECT | 70 | | nova_cell0 | SELECT | 12 | | nova_cell1 | INSERT | 6 | | neutron | DELETE | 16 | | 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